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: Package Cursor Question

Re: Package Cursor Question

From: DA Morgan <damorgan_at_exxesolutions.com>
Date: Thu, 27 Mar 2003 10:49:05 -0800
Message-ID: <3E8347A0.2D80065F@exxesolutions.com>


E Richard Leiman & Eva wrote:

> Dear Daniel,
>
> Hi.
>
> The book is "Oracle PL/SQL Programming" by Steven Feuerstein from O'Reilly &
> Associates. It dosn't make any reference to forms, but I was hoping to call
> the cursor like they described in the book from my trigger.
>
> The page is 159 under the section called "The Cursor RETURN Clause".
>
> If you don't have the book, here is a link to that page:
> http://www.unix.org.ua/orelly/oracle/prog2/ch06_04.htm This like is for the
> 2nd edition of the book, but the page in the link has the same infor from
> the book I have.
>
> I found this link by accident when searching Google for examples on how to
> call a cursor located in a package.
>
> Many things in that book are not very straight forward and you have to look
> in other parts of the book to find out what they are doing.
>
> Truly,
> Richard
>
> > Still working on the course but getting close to ready.
> >
> > I have never seen a construct such as the one you have above with Forms. I
> will
> > be interested in seeing if someone has the answer.
> >
> > What is the book you are referring to? Can you provide name and page.
> Thanks.
> >
> > Daniel Morgan

If I understand where you are heading it can not be done. If the intent is to populate a datablock use a REF CURSOR as the OUT parameter from a procedure.

Daniel Morgan Received on Thu Mar 27 2003 - 12:49:05 CST

Original text of this message

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