What are the components of physical database structure in the Oracle database?
The components of the physical database structure are:
• Greater than equal to two redo log files.
• Greater than equal to one control file.
• Greater than equal to one data file.
Is This Answer Correct ? | 0 Yes | 0 No |
Differentiate between pre-select and pre-query?
How to select the name of employee who is getting maximum sal with out using subquery
What should be the return type for a cursor variable.Can we use a scalar data type as return type?
how to i write the query 'NISHI' TO N I S H I
4 Answers Attra, Metric Stream,
What is a package ? What are the advantages of package ?
does the query needs a hint to access a materialized view?
how many columns can a plsql table have
What is a table in oracle?
What is difference between UNIQUE constraint and PRIMARY KEY constraint ?
How to Truncate Table in Oracle
What is Public Database Link ?
Can cursor variables be stored in PL/SQL tables.If yes how. If not why?