Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: more questions
Check with
http://download-west.oracle.com/docs/html/A96167_01/post-inst.htm#sthref548
Make sure to shutdown/start related stuff (viz OAS) that might have been installed too.
Also, on some UNIX systems, NFS file system from Server A might have been mounted on Server B. If so, you need to shutdown the database first, umount the file system, then shutdown. Upon starting Server, the bootstrap script to mount the file system (share it), followed by starting of the database. You can modify the script in such a way that, if the FS is not mounted, page the DBA, donot start the Database.
Also, the shutdown script normaly has SHUTDOWN ; change it to SHUTDOWN IMMEDIATE / SHUTDOWN ABORT depending on what you prefer.
HTH GovindanK
>Hi Greetings,
>
> We are using solaris. I wonder how to startup oracle after machine
> is bootup and how to shutdown oracle before unix is shutdown?
> I know how to multiplex control files and redo files. It seems to
> me that I cannot multiplex data files. Is that true?
>
> Thanks!
> Jin
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: CHEN,JIN
> INET: jinchen_at_ufl.edu
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: INET: cornichepark_at_cwazy.co.uk Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Sep 03 2003 - 15:29:27 CDT