DBA Interview Questions

DBA Interview Questions

  1. Do View contain Data?
  2. What is an object group?
  3. What are visual attributes?
  4. What is a database schema?
  5. What is an Integrity Constrains?
  6. What is the advantage of the library?
  7. When do you use data parameter type?
  8. What is WHEN-Database-record trigger?
  9. What is the use of ANALYZE command?
  10. What are the Characteristics of Data Files?
  11. What use of command line parameter cmd file?
  12. How can you tell if a database object is invalid?
  13. What are the trigger associated with image items?
  14. What are the steps involved in Instance Recovery?
  15. Explain materialized views and how they are used?
  16. What are the steps involved in Database Shutdown?
  17. How would you go about generating an EXPLAIN plan?
  18. Can Full Backup be performed when the database is open?
  19. What are the built-ins used for Creating and deleting groups?
  20. What are the different windows events activated at runtimes?
  21. Give the sequence of execution of the various report triggers?
  22. How can a square be drawn in the layout editor of the report writer?
  23. How can you determine if an index needs to be dropped and rebuilt?
  24. What happens if the constraint name is left out of a constraint clause?
  25. Give one method for transferring a table from one schema to another?
  26. What are the built-ins that are used for setting the LOV properties at runtime?
  27. Do you consider yourself a development DBA or a production DBA and why?
  28. What are some of the Oracle provided packages that DBAs should be aware of?
  29. What is the purpose of the IMPORT option IGNORE? What is its default setting?
  30. What happens if a table space clause is left off of a primary key constraint clause?
  31. What is the proper method for disabling and re-enabling a primary key constraint?
  32. What causes the “snapshot too old” error? How can this be prevented or mitigated?
  33. When should more than one DB writer process be used? How many should be used?
  34. What are the different approaches used by Optimizer in choosing an execution plan?
  35. What happens if a primary key constraint is disabled and then enabled without fully specifying the index clause?
  36. You have a rollback segment in a version 7.2 database that has expanded beyond optimal, how can it be restored to optimal?
  37. You are using hot backup without being in archive log mode, can you recover in the event of a failure? Why or why not?
  38. How can you find out how many users are currently logged into the database? How can you find their operating system id?
  39. A user is getting an ORA-00942 error yet you know you have granted them permission on the table, what else should you check?
  40. A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?