create a database link and take export from highre version to the lower version it should work .
Printable View
create a database link and take export from highre version to the lower version it should work .
With exp you are only able to export data and metadata from the database with which you are connected.
You can not export data via a database link using export.
Tycho
Did u try this ?
execute exp bt/bt@ora7 tables=bt command from oracle_home (8.1.7) version making a link to the lower version . i have tried on different versions and it worked.
Basically you cannot use a higher version of the export utility with
an earlier version of the Oracle server.