0 votes
in Oracle by
What are the different Oracle Database objects?

2 Answers

0 votes
by
Tables

Views

Indexes

Synonyms

Sequences

Tablespaces
0 votes
by

These are the Oracle Database Objects:

  1. Tables: This is a set of elements organized in a vertical and horizontal manner.
  2. Tablespaces: It is a logical storage unit in Oracle.
  3. Views: Views are a virtual table derived from one or more tables.
  4. Indexes: This is a performance tuning method to process the records.
  5. Synonyms: It is a name for tables.

Related questions

0 votes
asked Mar 23, 2023 in Oracle by john ganales
0 votes
asked Mar 26, 2023 in Oracle by Robin
...