| Advertise on warmetal.nl! Click for more information about advertising here. |
Did you find this website useful? Did I save you a lot of time? |
|
These commands can be combined as you can see below:
UNIX>sqlplus / as sysdba SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 29 12:59:37 2010 Copyright (c) 1982, 2007, Oracle. All Rights Reserved. Connected to: Oracle Database 10g Release 10.2.0.4.0 - 64bit Production SQL> alter user dbuser account unlock identified by <password>;
Step 2 Validate User connection Now that the user has been reset, we can validate if a connection is possible UNIX>sqlplus dbuser SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 29 12:59:37 2010 Copyright (c) 1982, 2007, Oracle. All Rights Reserved. Enter password: ********* Connected to: Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
Discussion