full exp do exp all tablespaces

来源: 2006-08-01 12:55:10 [旧帖] [给我悄悄话] 本文已被阅读:

full exp do exp all tablespaces.

when you imp, all tablespaces will be re-create at new databse. if the tablespaces were not exist, it will be a big problem because you have no right to create data file.

as user to imp from a full exp dmp file, use imp user=yourname will provent a lot problems which you can solve.