Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • get_vmstat_linux Oracle
  • Proc code Oracle
  • find_longsql.sql Oracle
  • SAN Linux/Unix
  • Formatter Explain plan Output 1 Oracle
  • Restoring a user’s original password 1051962.101 Oracle
  • Find all users who have DML privileges Oracle
  • move_arch_files.ksh Linux/Unix
  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • How To Transfer Passwords Between Databases (ref note: 199582.1) Oracle
  • Temporary tablespace explaination Oracle
  • eplan.sql Oracle
  • Implementing Listener Security Oracle
  • column level grant syntax Oracle
  • 339939.1 Running Cluster Verification Utility to Diagnose Install Problems Oracle

How do I get Oracle to automatically start when my server boots up?

Posted on 23-Aug-2005 By Admin No Comments on How do I get Oracle to automatically start when my server boots up?

Make sure the entry for your database SID in the ORATAB file ends in a capital “Y”. Eg:

# $ORACLE_SID:$ORACLE_HOME:[N|Y]

#

ORCL:/u01/app/oracle/product/8.0.5:Y

#

The scripts for starting and stopping databases are: $ORACLE_HOME/bin/dbstart and dbshut. SQL*Net (or Net8) is started with the lsnrctl command. Add the following entries to your /etc/rc2.d/S99dbstart (or equivalent) file:

su – oracle -c “/path/to/$ORACLE_HOME/bin/dbstart” # Start DB’s

su – oracle -c “/path/to/$ORACLE_HOME/bin/lsnrctl start” # Start listener

su – oracle -c “/path/tp/$ORACLE_HOME/bin/namesctl start” # Start OraNames (optional)

Oracle, SQL scripts

Post navigation

Previous Post: Check Oracle installed products using one command
Next Post: Monitor and Trace Unix processes using truss

Related Posts

  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • sid_wise_cursor.sql find open cursor basis on username or SID Oracle
  • The most important Tuning Notes Oracle
  • Good RAC & Standby Notes Oracle
  • Specify the Rollback segment to use in Transaction Oracle
  • Facts about SCN and Rollback Segment Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • create trigger syntax Oracle
  • Another export with Query Oracle
  • Changing unix system clock when Oracle database is running. Oracle
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • plan10g.sql good1 Oracle
  • SYSOPER Mystery Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme