Instance Password [message #58605] |
Sun, 21 September 2003 09:12 |
Hiren
Messages: 29 Registered: September 2002
|
Junior Member |
|
|
i have installed oracle 8.0 personal addition on D:
now i want to create a new d/b in E:
i performed the following steps
1) created a new folder on E: (oracle)
2) copied init.ora and renamed to initcitc.ora
3) changed db_name = 'CITC'
3) D:ORAWIN95BIN> ORADIM80 -SHUTDOWN -SID ORCL
4) D:ORAWIN95BIN> ORADIM80 -NEW -SID CITC -SRVC OracleServiceCITC -PFILE E:ORACLECITCINITCITC.ORA
5) D:ORAWIN95BIN> ORADIM80 -STARTUP -SID ORCL
6) D:ORAWIN95BIN> SET ORACLE_SID = CITC
7) D:ORAWIN95BIN> SVRMGR30
Now a window appears asking for password. Which password is this ? Instance password or what i dont know ?
what should i do ?
The parameter in new INITCITC.ORA file
REMOTE_LOGIN_PASSWORD = SHARED is correct ?
pls tell me the solution.
regards
HIREN
|
|
|
|
Re: Instance Password [message #58625 is a reply to message #58606] |
Mon, 22 September 2003 11:48 |
Kartik Nair
Messages: 15 Registered: August 2003
|
Junior Member |
|
|
You can bypass the oracle password, by setting the value for the Password paramter in the init*.ora file to NONE, instead of SHARED or EXCLUSIVE.
Cheers!
Kartik.
|
|
|