Using Partition on oracle table from a DB link

Hany picture Hany · Apr 7, 2011 · Viewed 9.9k times · Source

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

Answer

Abd picture Abd · Apr 7, 2011

You cannot query partitons over dblinks
see this post:
Oracle forums