What are the components of Physical database structure of
Oracle Database?
Answer Posted / chaudhry
ORACLE database is comprised of three types of files. One or
more Data files, two are more Redo Log files, and one or
more Control files
| Is This Answer Correct ? | 37 Yes | 1 No |
Post New Answer View All Answers
How to define a data source name (dsn) in odbc manager?
How can you use check constraints for self referential integrity?
What are the advantages of oracle 12c?
Explain coalesce function?
What to do if the binary spfile is wrong for the default instance?
What is the usage of control file in oracle?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
How to use subqueries in the from clause in oracle?
What types of joins are used in writing subqueries?
What are the predefined tablespaces in a database?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
What is oracle rownum?
What is a table index?
What is a parameter file in oracle?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?