Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Connect to oracle oin redhat9

Re: Connect to oracle oin redhat9

From: Tom Best <tom.best_at_bentley.com>
Date: 10 Jul 2003 06:01:49 -0700
Message-ID: <c2da7c0a.0307100501.33b660bc@posting.google.com>


When you start up RH, login as the "oracle" user. I suppose that is the user that oracle was installed under.

Then, bring up a terminal session and type this literally, including the double quotes:

  sqlplus "/ as sysdba"

You will get a prompt. Then type "startup".

After a minute or 2, you should see that the database has beenm started up.

The "shared memory" message you are seeing is just saying that the oracle instance is not started yet... i.e. it has not allocated it's memory structures.

Tom Best Received on Thu Jul 10 2003 - 08:01:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US