Oracle Password [message #30960] |
Wed, 02 June 2004 01:55 |
Hiren Panchal
Messages: 1 Registered: June 2004
|
Junior Member |
|
|
I have instoled oracle 9i on windows 2000, but don't having the user id and password to open sql plus. Will you help in this context.
|
|
|
Re: Oracle Password [message #30961 is a reply to message #30960] |
Wed, 02 June 2004 02:05 |
Anup Mandal
Messages: 8 Registered: May 2004
|
Junior Member |
|
|
Some username and passwords are given below
username password
1. scott tiger
2. sys change_on_install
3. system manager
4. internal oracle
You can change the abover passwords as for example
at the SQL prompt
SQL>alter user scott identified by tiger123
|
|
|
Re: Oracle Password [message #30964 is a reply to message #30960] |
Wed, 02 June 2004 02:42 |
Deepak
Messages: 111 Registered: December 1999
|
Senior Member |
|
|
There are several ways....
USERID/PASSWORDS are
SYS/CHANGE_ON_INSTALL
SYSTEM/MANAGER
SCOTT/TIGER
HR/HR
connect / as sysdba if O/S authentication is enabled.
|
|
|