Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > db & instance

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-26-03, 05:45
sadiq31279 sadiq31279 is offline
Registered User
 
Join Date: Apr 2003
Posts: 17
db & instance

I am confused with the term DB & Instance. Is it 2 different terms if yes then how does it differs.

have a nice day.
Reply With Quote
  #2 (permalink)  
Old 04-26-03, 17:55
Orca777 Orca777 is offline
Registered User
 
Join Date: Apr 2003
Location: Germany
Posts: 25
right,
the db is the physical database with it's datafiles, logfiles, controlfiles.
the instance is allocated memory in shared memory with its' defined backendprocesses like pmon, smon, arch, logwr dbwr, chkpt ...
and the user processes.
so you do not start a db you start the instance.
one db could have two instances -> parallel server/Real Application cluster.

Orca
Reply With Quote
  #3 (permalink)  
Old 04-28-03, 13:58
clio_usa clio_usa is offline
Registered User
 
Join Date: Apr 2002
Location: California, USA
Posts: 482
Smile

Think about as many people using the same computer in the same time.

The computer is the database files, the people are the db instances.

Each instance has its own SGA and processes, attaching to the same set of data (datafiles). Each instance however could have it's own control files.


Hope that helps,

clio_usa
OCP - DBA
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On