Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tallyaix

    auto start an oracle db & listener on AIX

    You have a crontab entry for this? The crontab entry is different from the inittab entry. A crontab entry is something that I haven't tried.
  2. tallyaix

    auto start an oracle db & listener on AIX

    When I use the suggested inittab entry #/usr/sbin/mkitab "rclsnstart:2:respawn:/etc/rc.lsnstart > /dev/console 2>&1" and to a telinit q, it works! The listener starts. IBM couldn't even give me this information. Thank you very much for replying to my post. I've been looking for a solution...
  3. tallyaix

    auto start an oracle db & listener on AIX

    In addressing both of the responses above: 1. Have you tried to run the script manually first? Did it work? Yes it does work when I run it manually. 2.I'm afraid you didn't set the permission for the listener script! Did you? Yes, I've even gone as far as giving rwx access to everyone for the...
  4. tallyaix

    auto start an oracle db & listener on AIX

    My initial goal was to auto start/stop the oracle database and listener on AIX. Oracle suggested the following for starting and stopping the database (not the listener): 1. Create a file called dbora in the /etc directory. 2. chgrp dba /etc/dbora (change the group for the file permissions) 3...

Part and Inventory Search

Back
Top