Hi,
on 9i on Win 2000 I export like this :
exp scott/tiger@orcl FILE=EXP_SCOTT LOG=EXP_SCOTT_LOG
.................................................................
.............................................................
. about to export SCOTT's tables via Conventional Path ...
. . exporting table BONUS 0 rows exported
. . exporting table DEPT 4 rows exported
EXP-00091: Exporting questionable statistics.
. . exporting table EMP 14 rows exported
EXP-00091: Exporting questionable statistics.
. . exporting table SALGRADE 5 rows exported
. . exporting table T1 1 rows exported
. exporting synonyms
. .......
. exporting refresh groups and children
. exporting dimensions
. exporting post-schema procedural objects and actions
. exporting statistics
Export terminated successfully with warnings.
And imported :
imp user23/****@orcl FILE=D:\bases\orcl\EXP_SCOTT.DMP LOG=M:\bases\orcl\IMP_SCOTT_user23_LOG
import terminated successfully
C:\Users\>sqlplus user23@orcl
connected
SQL> select table_name from user_tables;
no rows selected
What was wrong in my exp/import ?
Thank you.