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 an oracle?
Differentiate between TRUNCATE and DELETE?
What is difference between SQL and SQL*PLUS?
What is a proxy object?
How to find the date and time of last updated table?
which is best institue to learn oracle 11i in ameerpet or maithrivanam or sr nagar please help
why pl sql doesn't support retrieving multiple records
What are the database administrators utilities available?
How to start instance with a minimal initialization parameter file?
which clause we are not used in where clause?
According to oracle specification VIEW is a object. OBJECT that means anything stored in the oracle database that has the physical existence.why VIEW doesn't take memory in oracle database, but it is treated as a object ?Please explain ?
What are the parameters that we can pass through a stored procedure?