Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Stored procedure selecting from another scheme
reverland, if you are a developer rather than a DBA you might want to
start with the Application Developers Guide - Fundamentals instead of
the Concepts manual since it repeats much of the Concept manual
information of most interest to a developer: datatypes, managing
objects, using packages and procedures, etc ...
But you will need to read the topics in the concepts manual related to the Oracle read consistency model, transaction management, and undo (rollback) management. You need to understand this in order to be able to design processes that work correctly because in Oracle writers do no block readers. Failure to understand what this really means to your application can lead to unexpected results.
HTH -- Mark D Powell -- Received on Thu Sep 29 2005 - 15:12:41 CDT
![]() |
![]() |