What are the various Oracle Database objects?

Asked 18-Nov-2017
Viewed 661 times

1 Answer


0

Database Object 

A Database object is a data structure that is used to store data in proper format. The most common object that is used in the Oracle database is the table. 

A Database objects create a connection to provide a mapping from objects to relational database tables. And it also provides different types of functionality for updating, inserting and deleting the record on Oracle database.

Oracle Database Object:
There are various type of objects that are used in the Oracle database are as follows-
1. Table
2. Index
3. View
4. Constraints
5. Sequence
6. Procedure
7. Function
8. Subroutine
9. Trigger
10. Alias
11. Synonyms


Comment
Thanks for answering. - Anonymous User29-Apr-2019