Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Stored procedure selecting from another scheme

Re: Stored procedure selecting from another scheme

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 29 Sep 2005 13:12:41 -0700
Message-ID: <1128024761.483462.37750@z14g2000cwz.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US