I use command
exp SYSTEM/SYSTEM@dbInstance owner=user file=c:\exp.dmp
to export my tables.
The result is only 4 tables has been exported.
But when I use sqlplus with this user and use SQL
select table_name from user_tables
to show the tables of this user, the result is 117.
I don't know the reason why this happened.