What are Schema Objects ?
Answers were Sorted based on User's Feedback
Answer / chaudhry
Schema objects are the logical structures that directly
refer to the database's data. Schema objects include tables,
views,
sequences, synonyms, indexes, clusters, database triggers,
procedures, functions packages and database links.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / nishi
Schema objects are logical data storage structures. Schema objects do not have a one-to-one correspondence to physical files on disk that store their information. However, Oracle stores a schema object logically within a tablespace of the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between PFILE and SPFILE in Oracle?
How do we create privileges in oracle?
does Oracle has only one table space?
How to define a variable of a specific record type?
what is the use of composite key constraint?
Which is better Oracle or MS SQL? Why?
What is the maximum number of triggers that can be applied to a single table?
What is the difference between I and G in Oracle?
various types of joins
What are the differences between date and timestamp in oracle?
What is a nested table?
What are the trigger associated with image items ?