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 with variable database link

Cursor with variable database link

From: Braendle Pascal <braendlepa_at_post.ch>
Date: Wed, 08 Mar 2000 11:52:01 +0100
Message-ID: <38C630D0.2FD0302@post.ch>


I'm trying to make a cursor using a database link as a variable.

example:
cursor c_emp is

    select * from emp_at_V_NODE;

how can I do this?

Received on Wed Mar 08 2000 - 04:52:01 CST

Original text of this message

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