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

Thread: Startup Script

  1. #1
    Join Date
    Feb 2001
    Posts
    24

    Exclamation

    hai,

    i have installed ORACLE 8.1.6 successfully on HP-9000 server(64-Bit) and OS is HP-UX version 11. now i want to make the database to startup automatically when i start the server. i want the script how to make the database to startup automatically.

    thank you in advance.

    bye
    kishore
    ram kishore

  2. #2
    Join Date
    Sep 2000
    Posts
    14
    add line to /etc/inittab
    rcora:2:wait:/etc/rc.ora

    #more /etc/rc.ora
    # Starting Oracle
    su - oracle -c "/u01/oracle/8.1.6/bin/dbstart"
    su - oracle -c "/u01/oracle/8.1.6/bin/lsnrctl start"

    modify the oracle path to your oracle path

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