您好,这是提示你的scott用户被锁了,是不是刚开始的时候没有对用户解锁。解决步骤:1、conn sys/sys as sysdba;//以DBA的身份登录2、alter user scott account unlock;// 然后解锁希望对你有帮助。