Home » RDBMS Server » Server Administration » Loose end questions about instance startup.
Loose end questions about instance startup. [message #133925] Mon, 22 August 2005 15:44 Go to next message
Godfrey T. Degamo
Messages: 12
Registered: July 2005
Junior Member
I am reading through Oracle 9i: Beginner's Guide. It's a decent enough book, but I had some questions about it. Here's a passage from the chapter entitled 'DBA 101':


startup open
==============

Before an Oracle 9i database can be accessed, it must first be started to get background processes running. As you have learned, these background processes serve many of your requests to the database.

To start an oracle 9i database, first connect to the database using the sysdba privilege. From there, you then issue the database startup open command.

[Illustrated example]

SQL> connect / as sysdba;
SQL> startup open test pfile=/[...]/init.ora;

ORACLE instance started
[...]


So my question is:

1. According to the passage, my "database" isn't up, but the book recommends I connect to it anyways. That sounds confusing, what is the real story?

2. How do you get to an SQL prompt as in the example?

3. When I type at my unix prompt:
connect '/ as sysdba'

I enter sqlplus with the following message:

connected to an idle instance

What does that message mean? Does it mean that there is no Oracle unix-process running at all? That when I type startup open test pfile=...., I will create the Oracle unix-processes?

4. I guess what I'm confused about is the loose interchange between instance and database? How are they related, and what are their differences in Oracle land?

thanks

[Updated on: Mon, 22 August 2005 15:53]

Report message to a moderator

Re: Loose end questions about instance startup. [message #133926 is a reply to message #133925] Mon, 22 August 2005 15:52 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
Please look into the discussion in this thread.
Go through the session examples.

http://www.orafaq.com/forum/mv/msg/50087/131885/42800/

If it is not clear to you, please let us know.
Re: Loose end questions about instance startup. [message #133927 is a reply to message #133926] Mon, 22 August 2005 15:54 Go to previous message
Godfrey T. Degamo
Messages: 12
Registered: July 2005
Junior Member
Cool thanks, I will try it.
Previous Topic: How change TNS_ADMIN variable environment in ORAENV
Next Topic: Database copy from one m/c to another m/c
Goto Forum:
  


Current Time: Sun Jan 26 11:23:07 CST 2025