Dave,
Here is some more detail. I wonder if I should run the catexp.sql package from the target box on the source?
Invoking exp from box with 9.1 DB on it where tnsnames.ora has
reference to source db, where source db resides on another box
and is v 9.2:
exp user_schema/password@source_sid
Export: Release 9.0.1.5.0 - Production on Tue Sep 7 18:57:36 2004
(c) Copyright 2001 Oracle Corporation. All rights reserved.
Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
Enter array fetch buffer size: 4096 >
Export file: expdat.dmp >
(2)U(sers), or (3)T(ables): (2)U > U
Export grants (yes/no): yes >
Export table data (yes/no): yes >
Compress extents (yes/no): yes >
Export done in UTF8 character set and AL16UTF16 NCHAR character set
server uses AL32UTF8 character set (possible charset conversion)
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user INET
. exporting object type definitions for user INET
EXP-00008: ORACLE error 942 encountered
ORA-00942: table or view does not exist
EXP-00024: Export views not installed, please notify your DBA
EXP-00000: Export terminated unsuccessfully
NOTE: Got same error as above after running @catexp.sql under sys as sysdba
account on target box. Though error message seems to be coming from target
login schema.
NOTE: Was able to get export/import to work when going same source, ie. box with 9.2,
and other box with 9.2 as target.
Charlie

9/7/04