Hi all,
I am creating a report on a remote table using a database link which connects to the system schema so it can access any schema tables in the link.
But the schema name and db_link name is variable which is passed on by the "parent" table which has column "schema" and "db_link".
So the link report base sql query is
SELECT * FROM :P2_SCHEMA.EMP@:P2_DB_LINK
Is this not allowed? Can I have a workaround for this?
Thanks a lot,