What is the difference between an Oracle Schema and an
Oracle Instance?
Answer Posted / vishal
for simplicity, Instance is the name of the Database.
Schema is the owner of your objects(tables, indexes, views,
synonyms,etc).
In you example, you have a Database Instance named
CONTRACT.
In your Contract database, you have 2 Schemas named LEGAL &
RI
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the different editions of oracle?
Is primary key indexed by default in oracle?
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
How to build data dictionary view an new database?
Can group functions be mixed with non-group selection fields?
How to use subqueries with the in operator using oracle?
What are oracle functions?
What is max rowid in oracle?
How to write date and time interval literals in oracle?
How view is different from a table?
What do you know about normalization? Explain in detail?
How to pass parameters to procedures in oracle?
How to rename a tablespace in oracle?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
What is set verify off in oracle?