How would you determine the time zone under which a database
was operating?
Answer Posted / raman
select DBTIMEZONE from dual;
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
What are the operating modes in which database mirroring runs? : sql server DBA
what do you understand by fine-grained auditing?
how can you enable flashback feature?
How can you control the amount of free space in your index pages? : sql server DBA
What happens on checkpoint? : sql server DBA
What are the recovery models for a database? : sql server DBA
What are the different types of database compression introduced in sql server 2008? : sql server DBA
What is the importance of a recovery model? : sql server DBA
You create a private database link and upon
connection, fails with: ORA-2085: connects to
What is dcl? : sql server DBA
how can you communicate with operating system files from oracle?
How would you go about verifying the network name that the local_listener is currently using?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
I have kept recovery catalog on same target database and taken backup of target DB to disk. deleted the target DB & tried to restore and revoer DB using the backup on disk but it is not possible, how do we restore & recover DB