DBA > Job Interview Questions > Hiring the Best Database Administrator Questions and Answers

Oracle Apps DBAs - How would you check if the

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

Oracle Apps DBAs - How would you check if the tablespace is in backup mode ?

- Check in v$backup
SQL> SELECT d.tablespace_name, b.status FROM dba_data_files d, v$backup b WHERE d.file_id = b.FILE# and b.STATUS = ‘ACTIVE’ ;

(Continued on next question...)

Other Job Interview Questions