Financials for India - EBS (MOSC)

MOSC Banner

Message 850 not found; No message file for product=network, facility=NL

edited Jan 17, 2016 9:47AM in Financials for India - EBS (MOSC) Question

I have configured the database in auto start using /etc/init.d/dbora file in Linux 5, 32bit. Oracle version 11.2.0.4. Database instances are getting started during server startup, but listener is not starting. I tried to run the command manually from root user, and found below error. Please suggest your idea.

Content of /etc/init.d/dbora:

export ORA_HOME=/u01/app/oracle/product/11.2.0/db_1

export ORA_OWNER=oracle

export ORACLE_HOME_LISTNER=$ORA_HOME

if [ ! -f $ORA_HOME/bin/dbstart ]

then

    echo "Oracle startup: cannot start"

    exit

fi

case "$1" in

    'start')

        # Start the Oracle databases:

        # The following command assumes that the oracle login

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center