I am working on Oracle 9i
my question is:
can I use a partition over a table through a dblink
for example I am working on DB1 and want to use a table A_table which has a partition with name part1 from DB2
how can I make the following:
SELECT * FROM A_table PARTITION(part1)@DB2
is there any syntax to do that, or it's forbidden in Oracle 9i
Regards
You cannot query partitons over dblinks
see this post:
Oracle forums