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 |
select * from emp what happened internally when we write this query in the sql prompt?
Explain what are clusters?
What is the difference between online and offline backups?
How to return top 5 rows in oracle?
What are the general rules on data consistency?
How to rename a tablespace in oracle?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
What are advantages fo Stored Procedures?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
Explain the difference between sap and oracle?
select to_char('10','10') from dual This gives me an error oRA-1481 INVALID NUMBER FORMAT MODEL why? pls help
Can you assign multiple query result rows to a variable?