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 -> PL/SQL Cursor

PL/SQL Cursor

From: Steve Maranda <smaranda_at_benhur.teluq.uquebec.ca>
Date: 16 Jun 1999 18:34:07 GMT
Message-ID: <7k8qmv$hrq$2@Tropolix.UQSS.UQuebec.CA>


 How can i use commpile this cursor.
 I want to use a parameter to query a specific user table.

 cursor a(user_name in varchar2) is
 select * from user_name||'.'||table_name;  b a%ROWTYPE;

 I can select data when i use SQL Plus so  i know it is a syntax problem.

 Thank you very much.   Received on Wed Jun 16 1999 - 13:34:07 CDT

Original text of this message

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