full exp do exp all tablespaces
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.
