vote up 0 vote down star

e.g.

select * 
  from v_schema || '.tbl_a@' || abc.world
flag

2 Answers

vote up 1 vote down

You can use dynamic sql:

http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28370/dynamic.htm .

To protect against sql injection you can use dbms_assert:

http://www.oracle-base.com/articles/10g/dbms_assert_10gR2.php

link|flag
vote up 0 vote down

You're not really supposed to do this but here are several ways.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.