Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Windows based Command line mailing program like mailx (Sednmail for windows) PHP/MYSQL/Wordpress
  • Caching sequence in Memory Oracle
  • To find all disk io ( EMC as well as local) Linux/Unix
  • Find Stale DR Physical Standby Oracle
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • DBMS_JOB all example Oracle
  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) Oracle
  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix
  • xargs use Linux/Unix
  • perf_today.sql Oracle
  • OEM-Commnds Oracle
  • ORA-3136 Oracle
  • Oracle Connections expire_time and firewall Oracle
  • online_ts_bkup.sql Oracle
  • database trigger failing 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

  • how to find OS block size Oracle
  • Flowers Resize datafiles Oracle
  • Exadata Basics Oracle
  • New Latest Param.sql for finding all hidden parameters also Oracle
  • oracle 11g RAC on vmware Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle

Leave a Reply Cancel reply

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

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Drop specific SQL plan baseline – spm Oracle
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • Temporary tablespace explaination Oracle
  • switchover for primary database Oracle
  • Rman Notes -1 Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • Reading config file from other folder inside class Python/PySpark
  • Explain Plan Output 2 Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme