7.10. Answers to Review Questions

  1. B. You cannot insert into a view that contains a CONNECT BY, ORDER BY, or GROUP BY clause.

  2. C. A commit makes pending DML changes permanent. When a checkpoint occurs, DBWR flushes dirty buffers to disk, which is independent of transaction boundaries.

  3. A. A library can be a database object, but is associated with an operating system shared library. PL/SQL programs include procedures, functions, packages, package bodies, and triggers.

  4. D. Using CREATE OR REPLACE PROCEDURE is less typing, but, more importantly, when you drop an object, all privileges granted on that object are dropped as well. When you perform a CREATE OR REPLACE, you do not lose privileges granted on that object.

  5. B. You can create a trigger for just ...

Get OCA: Oracle 10g™ Administration I: Study Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.