---
title: "What are the various Oracle Database objects?"  
description: "What are the various Oracle Database objects?"  
author: "Chirag agarwal"  
published: 2017-11-18  
canonical: https://answers.mindstick.com/qa/30925/what-are-the-various-oracle-database-objects  
category: "technology"  
tags: ["oracle database", "oracle"]  
reading_time: 1 minute  

---

# What are the various Oracle Database objects?

What are the various [Oracle Database](https://www.mindstick.com/articles/44637/an-insight-into-oracle-database-12c-rdbms) [objects](https://www.mindstick.com/articles/1807/objective-c-data-types-variables-object-creation)?

## Answers

### Answer by Arti Mishra

**[Database](https://www.mindstick.com/articles/100/windows-service-to-update-record-from-one-database-to-another-after-certain-interval-of-time) 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](https://www.mindstick.com/articles/13016/alter-table-statement-or-command-in-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 \


---

Original Source: https://answers.mindstick.com/qa/30925/what-are-the-various-oracle-database-objects

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
