answersLogoWhite

0


Best Answer

In Oracle, tables are stored in segments, which are stored in extents, which are stored in tablespaces, which are stored in datafiles on the host system. This is a DBA issue. No application developer should concern themselves with this topic, except to identify data and query needs to the DBA.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

On disks in organizers called Tablespaces(TS). Tablespaces contain 1 or more data files. When you create a table, you tell it in the DDL what TS will house it. Gib

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where are tables stored in oracle database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the differene between Oracle and database?

Oracle is a database. Oracle is a Relational Database Management System which is a specialized implementation of a database. It is designed to hold data that is related to one another and organized in the form of schemas and tables.


What the maximum no of tables allowed in Oracle Database?

There is no practical limit.


How is a Database organised?

A database contains forms and reports stored in tables


What is each row called in a database?

In database the data is stored in tables called database tables. These tables have rows and columns. Each row is called a tuple.


What are database ables?

Database is the collection of data which are interrelated with each other. Data in database is stored in form of table these tables are known as database tables.


What those database comprise?

Database comprises of records that are related to each other. In database the data is stored in the form of tables, are called database tables .


Which is the lowest level of a database where everything is stored?

Tables


Which table store information about database or about the system?

Information about databases and systems is typically stored in system tables called data dictionaries or system catalogs. These tables contain metadata about the structure and organization of the database, as well as information about users, privileges, and other system-related details. Database management systems like Oracle, MySQL, and SQL Server provide built-in tables for querying this information.


Where do you put information in a database?

Information in a database is organized into tables, which consist of rows and columns. Each row represents a record and each column represents a field of data. Data is stored in cells at the intersection of rows and columns.


The meaning of Oracle is?

Oracle is relational DataBase


Database information is stored in?

information is stored in the data base using data structures.Data structures are programs that are designed to implement operations in a computer without necessarily subjecting the user to the comolexities of the process.


What is the difference between oracle and oracle?

Oracle is one of the popular database and DBA (DataBase Administrator) is the person who maintain the database (install oracle software, create,setup,maintain database)