|
-
Originally posted by jovery
set ORACLE_SID=DBNAME
svrmgrl @shut.sql
If u have to use this method of startup/shutdown u have to start/stopt
listener manualy too.
little bit better using oradim utility for it:
oradim -STARTUP -SID_name SID -USERPWD password -STARTTYPE SRV,INST
oradim -SHUTDOWN -SID SID_name -USERPWD password -SHUTTYPE srv,inst -SHUTMODE -i
Using -USERPWD password only if it need.
in this case u can startup/shutdown instance and listener in same time as
nt services.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|