Originally posted by Halo
I too a full export of a db on Win2K to create another db on the same platform. After creating the db and creating the users, I attempted to import the data with full=y, but it skips all the tables!! Any clues?? Thanx.
Did you create the tablespaces? If the tablespaces don't exist then the import will attempt to create them. If they already exist then it won't create the tablespace and thus the schema owner who has a default tablespace missing.

Are you getting any errors during the import?