Jcmdba
495 pts. | Oct 27 2009 9:36PM GMT
If you installed the software, you should know that you can use sqlplus “/ as sysdba” without a password. Also, during the installation, you should have been prompted to change the password for sys and system which would give you insight into the actual password for the system account. While in sqlplus as sys or system, you can check on the scott username in “dba_users” and if the account is locked, you can issue the “alter user …. account unlock;” You can also change the password with the appropriate command. I suggest training and manuals. <a href="http://www.oracle.com/technology/documentation/index.html" title="http://www.oracle.com/technology/documentation/index.html" target="_blank">http://www.oracle.com/technology/documen…</a>






