what are the advantages of running a database in NO archive
log mode?
Answer / manjeet kumar
NOARCHIVELOG mode protects a database from instance
failure. However it does not protect from media failue.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between hot backup and cold backup in oracle?
How to retrieve values from data fields in record variables?
What is a trace file and how is it created in oracle?
How to convert a date to char in oracle? Give one example.
Give the various rollback segment states.
I'm doing my final year and i ve planned to do an oracle certification , is this the rit tim nd wat's the future scope??
Is there an oracle sql query that aggregates multiple rows into one row?
Hi all, Can any one give answer for this question. Suppose im having employee table with fields, eno, ename, dept, address1, address2, address3. In address field employee can fill only address1 or address2 or address3... at a time he can fill three address fields. now i want all employee names who filled only one address field.. Plz its urjent can any one give querry.. Thanks in advance.
What is the maximum number of CHECK constraints that can be defined on a column ?
can we insert any row to dual table if i got the permission from DBA
i have executed the Delete command after the I have created table whether deletions will be commit or not? if table is successfully created?
emp numb is unique because that is primary key,,but what is foreign key .. explain very clear with example