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 |
How are the index updates?
What is different bet native dynamic sql and Dbms_Sql?
State the various uses of dbcc command?
How to check database size in Oracle?
2. Display the item number and total cost for each order line (total cost = no of items X item cost). Name the calculated column TOTAL COST.
What is truncate oracle?
What is varray?
What is trigger associated with the timer ?
What is the effect of setting the value of OPTIMIZER_MODE to 'RULE' ?
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.
What is Row Chaining ?
What do you mean by cdb and pdb in oracle 12c?