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

Thread: Shutting Down DataBase

  1. #1
    Join Date
    Oct 2002
    Location
    Iran
    Posts
    3
    Hi All
    How Can I Shutting Down Oracle 9i DataBase.

  2. #2
    Join Date
    Aug 2002
    Posts
    176

    Go to command prompt
    C:\>Set_oracle_sid=
    c:\> Sqlplus

    Login with sys as sysdba

    sql> shutdown immediate

    this shutsdown the database

    Success Consists of Getting Up Just One More Time Than You've Fallen Down
    Be Blessed

  3. #3
    Join Date
    Aug 2002
    Posts
    176
    Sorry its
    C:\> set oracle_sid= sidname

    no underscore between set and oracle.

    other solution is log into the console or instance manager and can shutdown the database
    Success Consists of Getting Up Just One More Time Than You've Fallen Down
    Be Blessed

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    if you are on unix...

    export ORACLE_SID=

    sqlplus '/as sysbda'

    shutdown immediate


    (not everyone works on windows)

  5. #5
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Originally posted by Rohit
    Sorry its
    C:\> set oracle_sid= sidname

    no underscore between set and oracle.
    And no space between = and sidname :-)
    Oracle Certified Master
    Oracle Certified Professional 6i,8i,9i,10g,11g,12c
    email: ocp_9i@yahoo.com

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