Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle RDBMS for Linux
PiotR
Welcome to the list. I don't work with Linux, but it shouldn't be different from any other Unix in this aspect.
First, make sure your environment variables for ORACLE_HOME and ORACLE_SID are set correctly. Your PATH variable should include $ORACLE_HOME/bin.
>From the command line,
sqlplus /nolog
connect sys as sysdba;
startup
This should work. If you encounter an error, reply with the details of the error.
Dennis Williams
DBA, 40%OCP
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Saturday, October 26, 2002 10:38 AM
To: Multiple recipients of list ORACLE-L
Hi all !
I'm new in this group :)
I'm new in Oracle for Linux too :)
Previously i used to Oracle for NT.
Now i have to start manage Oracle for Linux.
After successful instalation what should i do to
start my database (created during instalation).
And ... forgive me my english - this is not my native language.
Piotr
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: PiotR INET: pklmax_at_polbox.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: DENNIS WILLIAMS INET: DWILLIAMS_at_LIFETOUCH.COM Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Sun Oct 27 2002 - 12:53:23 CST
![]() |
![]() |