What are Schema Objects?Schema objects are a part of the database. They include tables, views, indexes etc. they are logical structures containing or referring to actual data.
Schema object is a logical data storage structure. Oracle stores a schema object logically within a tablespace of the database.What are Schema Objects? Schema objects are the logical database structure that represents database's data. Schema objects include tables, views, sequences, synonyms, indexes, clusters, database triggers, procedures and functions.
|