![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
there is a lot of Oracle terminology that I dont understand. Specifically: - instance |
#3
| |||
| |||
|
|
hi, I'm an open source developer who has been cast into the wide wide world of Oracle. As a former MySQL user mainly (no boos please ,there is a lot of Oracle terminology that I dont understand. Specifically: - instance - database (it appears that a single host and port can have several databases) - sid - schema (it appears that a single database can have several schemas and that a schema is a collection of tables, views, triggers, etc) - user (it appears that a user can have access to various schemas and various permissions within schemas... contrast with MySQL where there are only databases) Beyond definitions for the above, my goal is to ask: how do you uniquely identify a schema? We are running both 10g and 11g here and so we cannot truly refer to a schema by the name alone without qualifying it with the database. But since the word "instance" is being thrown around here as well, I have to wonder what is meant by that also. Thanks, Terrence |
#4
| |||
| |||
|
|
On Jun 24, 11:24*am, The Quiet Center <thequietcen... (AT) gmail (DOT) com wrote: there is a lot of Oracle terminology that I dont understand. Specifically: - instance Found it -http://www.orafaq.com/wiki/Database_Concepts_and_Architecture An instance can mount and open one and only one database. |
#5
| |||
| |||
|
|
On Jun 24, 8:28*am, The Quiet Center <thequietcen... (AT) gmail (DOT) com> wrote: On Jun 24, 11:24*am, The Quiet Center <thequietcen... (AT) gmail (DOT) com wrote: there is a lot of Oracle terminology that I dont understand. Specifically: - instance Found it -http://www.orafaq.com/wiki/Database_Concepts_and_Architecture An instance can mount and open one and only one database. The database concepts manual is required reading first. *After that, check out books by Tom Kyte, he is good at relating concepts you already know to their Oracle equivalents. *He also rewrote the concepts manual for 11g, btw. Over the years, I've noticed the most important thing for developers coming from other dbms's is to understand Oracle's locking and concurrency model. jg -- @home.com is bogus.http://groups.google.com/group/comp....t.system/msg/3... |
#6
| |||
| |||
|
|
hi, I'm an open source developer who has been cast into the wide wide world of Oracle. As a former MySQL user mainly (no boos please ,there is a lot of Oracle terminology that I dont understand. Specifically: - instance - database (it appears that a single host and port can have several databases) - sid - schema (it appears that a single database can have several schemas and that a schema is a collection of tables, views, triggers, etc) - user (it appears that a user can have access to various schemas and various permissions within schemas... contrast with MySQL where there are only databases) Beyond definitions for the above, my goal is to ask: how do you uniquely identify a schema? We are running both 10g and 11g here and so we cannot truly refer to a schema by the name alone without qualifying it with the database. But since the word "instance" is being thrown around here as well, I have to wonder what is meant by that also. Thanks, Terrence |
#7
| |||||||
| |||||||
|
|
hi, I'm an open source developer who has been cast into the wide wide world of Oracle. As a former MySQL user mainly (no boos please , thereis a lot of Oracle terminology that I dont understand. |
|
Specifically: - instance |
|
- database (it appears that a single host and port can have several databases) |
|
- sid |
|
- schema (it appears that a single database can have several schemas and that a schema is a collection of tables, views, triggers, etc) |
|
(it appears that a user can have access to various schemas and various permissions within schemas... contrast with MySQL where there are only databases) |
|
Beyond definitions for the above, my goal is to ask: how do you uniquely identify a schema? We are running both 10g and 11g here and so we cannot truly refer to a schema by the name alone without qualifying it with the database. But since the word "instance" is being thrown around here as well, I have to wonder what is meant by that also. Thanks, Terrence |
![]() |
| Thread Tools | |
| Display Modes | |
| |