Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Cursor with variable database link
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?
![]() |
![]() |