| Author |
Message |
Andreas *nix forums beginner
Joined: 22 Mar 2005
Posts: 1
|
Posted: Tue Mar 22, 2005 10:30 am Post subject:
DBNEWID
|
|
|
Hello,
how I can set an ID for my 10g database? I need it for my recovery!
I tryed:
connect / as sysdbaSHUTDOWN IMMEDIATE
STARTUP MOUNTnid TARGET=sys/password@OracleTestThen comes the error
message:SP2-0734: unknown command beginning "nid
target...........................................I think the utility isnīt
installed. How can I install this tool?ThanksAndreas |
|
| Back to top |
|
 |
Mark Bole *nix forums Guru Wannabe
Joined: 29 Apr 2005
Posts: 188
|
Posted: Tue Mar 22, 2005 2:06 pm Post subject:
Re: DBNEWID
|
|
|
Andreas wrote:
| Quote: | Hello,
how I can set an ID for my 10g database? I need it for my recovery!
I tryed:
connect / as sysdbaSHUTDOWN IMMEDIATE
STARTUP MOUNTnid TARGET=sys/password@OracleTestThen comes the error
message:SP2-0734: unknown command beginning "nid
target...........................................I think the utility isnīt
installed. How can I install this tool?ThanksAndreas
|
The NID utility is run from the operating system, not sqlplus. After
you startup mount, either open a new window or type exit and then run
the NID utility. It is located in $ORACLE_HOME/bin directory.
-Mark Bole |
|
| Back to top |
|
 |
Andreas *nix forums beginner
Joined: 23 Mar 2005
Posts: 1
|
Posted: Wed Mar 23, 2005 4:51 pm Post subject:
Re: DBNEWID
|
|
|
Thank you, that was it!
"Mark Bole" <makbo@pacbell.net> schrieb im Newsbeitrag
news:TvW%d.349$FN4.321@newssvr21.news.prodigy.com...
| Quote: | Andreas wrote:
Hello,
how I can set an ID for my 10g database? I need it for my recovery!
I tryed:
connect / as sysdbaSHUTDOWN IMMEDIATE
STARTUP MOUNTnid TARGET=sys/password@OracleTestThen comes the error
message:SP2-0734: unknown command beginning "nid
target...........................................I think the utility
isnīt
installed. How can I install this tool?ThanksAndreas
The NID utility is run from the operating system, not sqlplus. After
you startup mount, either open a new window or type exit and then run
the NID utility. It is located in $ORACLE_HOME/bin directory.
-Mark Bole
|
|
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|