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 -> Cursor probs

Cursor probs

From: RJ <ridwan.jeena_at_gmail.com>
Date: 17 Oct 2006 23:51:38 -0700
Message-ID: <1161154298.393835.253660@k70g2000cwa.googlegroups.com>


Hi all,

I have a cursor that checks the values in a table based on tables in another table in another schema.
e.g - select * from table1 where field1 not in (select field1 from schema2.table2)
when i complile the cursor i get the error "table or view does not exist"
can i not use tables from another schema in a cursor?

thanks in advance.. Received on Wed Oct 18 2006 - 01:51:38 CDT

Original text of this message

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