I've installed Oracle 11g on Ubuntu 10.10
I could access https://localhost:1158/em web-interface OK.
After reboot, I don't think the Oracle service was started, because I can't access this link more.
Is there a way to start it manually just in one command, without having to write an additional script?
Thank you.
[EDIT]
lsnrctl start command gives:
TNS-01106: Listener using listener name LISTENER has already been started so it's looks ok
if execute dbstart nothing happens
sudo -u oracle dbstart gives: command not found
command line:
oracle@edbwp400352:/etc/init.d$ sudo sh oracledb start
[sudo] password for oracle:
Starting Oracle:
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 24-MAR-2011 20:28:34
Copyright (c) 1991, 2009, Oracle. All rights reserved.
TNS-01106: Listener using listener name LISTENER has already been started
OK
command:oracle@edbwp400352:/etc/init.d$ emctl start oms
gives:
ulimit: 25: bad number
Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name.
su $ORACLE_OWNR -c "$ORACLE_HOME/bin/dbstart"– belacqua Mar 24 '11 at 18:31