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

Thread: Shell Script to startup a database

Threaded View

  1. #5
    Join Date
    Jan 2002
    Location
    Up s**t creek
    Posts
    1,525
    You'll need something similar to the following:

    Code:
    svrmgrl EOF
    connect internal
    startup
    EOF
    
    lsnrctl start
    BTW there are 2 less-than symbols before the first EOF (post displays incorrectly if I add them here)

    HTH
    Last edited by jovery; 04-11-2003 at 09:20 AM.
    Jim
    Oracle Certified Professional
    "Build your reputation by helping other people build theirs."

    "Sarcasm may be the lowest form of wit but its still funny"

    Click HERE to vist my website!

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