Password for Oracle XE database
Hello,
When I run the dbsetup.bat utility to create a new Oracle XE database, it asks me for a DBA password. Where can i find this?
Thanks!
Hi,
You will need to provide the password for the System account, this would have been set when Oracle XE was first installed.
If you have forgotten it you can reset it by doing the following: -
- Log in to SQL*Plus from a DOS command prompt screen.
(Start -> Run -> type 'cmd.exe' followed by <Enter>)
At the promopt type the following and hit <Enter>:
sqlplus / as sysdba
- At the SQL> prompt type the following to reset the password for the system account: