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

Thread: automatically connect to SQLDBA & shutdown oracle-7 server.

  1. #1
    Join Date
    Jul 2001
    Posts
    52

    Smile

    How can I automatically login to SQLDBA & shutdown oracle-7 server which is on SUN-Server?
    Don't say you're not important,
    It simply isn't true,
    The fact that you were born,
    Is proof, God has a plan for you.

    Rakesh Sanghvi

  2. #2
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809
    ------- a.sh -------
    sqldba << EOF
    connect internal
    shutdown immediate
    EOF
    ---------------------

  3. #3
    Join Date
    Oct 2000
    Posts
    467
    Put these in a script and then run the script.

    vrmgrl << EOF
    connect internal
    shutdown;
    EOF
    exit


    **-- run the script thru a cron .
    Use the appropriate shutdown command incase users are connected to your database. Also not sure if the executable on 7 is svrmgrl or sqldba.
    Vinit

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