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: Accessing cursor fields

Re: Accessing cursor fields

From: Thomas Kyte <tkyte_at_oracle.com>
Date: 12 Apr 2002 18:01:19 -0700
Message-ID: <a9800v042@drn.newsguy.com>


In article <a96pvh$qlmp$1_at_ID-139511.news.dfncis.de>, "duarte" says...
>
>I need access the cursor field with a index, how to ?
>
>

if you mean in PLSQL, you can do that with DBMS_SQL and dynamic sql. otherwise you do it by name.

--
Thomas Kyte (tkyte@oracle.com)             http://asktom.oracle.com/ 
Expert one on one Oracle, programming techniques and solutions for Oracle.
http://www.amazon.com/exec/obidos/ASIN/1861004826/  
Opinions are mine and do not necessarily reflect those of Oracle Corp 
Received on Fri Apr 12 2002 - 20:01:19 CDT

Original text of this message

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