What is public database link ?
Public database link is created for the special user group PUBLIC. A public database link can be used when any user in the associated database specifies a global... Read more »
Public database link is created for the special user group PUBLIC. A public database link can be used when any user in the associated database specifies a global... Read more »
Private database link is created on behalf of a specific user. A private database link can be used only when the owner of the link specifies a global object name... Read more »
Views do not contain or store data. Read more »
Schema objects are the logical structures that directly refer to the database’s data. Schema objects include tables, views, sequences, synonyms, indexes, clusters,... Read more »
A schema is collection of database objects of a user. Read more »
Each databases logically divided into one or more tablespaces one or more data files are explicitly created for each tablespace. Read more »
Every Oracle database contains a tablespace named SYSTEM, which is automatically created when the database is created. The SYSTEM tablespace always contains the... Read more »
There are tablespaces and database’s schema objects. Read more »
Oracle database is comprised of three types of files. One or more datafiles, two are more redo log files, and one or more control files. Read more »