What are the components of Physical database structure of
Oracle Database?
Answer Posted / chirag
Every oracle database has one or more physical datafiles.
These datafiles contain all the data in the database. The
data of the logical structures, such as tables and indexes,
are physically stored in the allocated datafiles.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to calculate date and time differences in oracle?
How much memory your 10g xe server is using?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
What is the maximum limit on the number of columns in a table?
List the parts of a database trigger.
What are the restrictions in a oracle read only transaction?
How many categories of data types in oracle?
Why do you use stored procedures and state some of its disadvantages?
How to define default values for formal parameters?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracles. What database recovery options are available? Database is in archive log mode.
How to create a server parameter file?
What is merge statement used for?
Can we create trigger on materialized view in oracle?
What happens to the current transaction if a ddl statement is executed?
Can a formula column referred to columns in higher group ?