DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Scriot to start and stop db in NT

  1. #1
    Join Date
    Sep 2000
    Posts
    33
    A quick one. Could you kindly send me two batch files I can use to startup and Stop an Oracle database run on WINNT. We require this to enable us stop and startup our databases without going through Server manager (SVRMGR23.)

    regards

  2. #2
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809
    fill in values for
    ORACLE_HOME
    BASE
    PASSWORD
    INIT_ORA


    startup :

    %ORACLE_HOME%\bin\oradim73.exe -startup -sid %BASE% -usrpwd %PASSWORD% - starttype srvc, inst -pfile %INIT_ORA%


    shutdown (i/a : immediate/abort) :

    %ORACLE_HOME%\bin\oradim73.exe -shutdown -sid %BASE% -usrpwd %PASSWORD% - starttype inst,srvc -shutdown (i/a)

    just put that in a .cmd file, and you can launch it directly

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width