If you dont want to drop the user each time you want to do a data refresh, you could do the following:
(i) Truncate the tables within the schema
(ii) Disable the constraints
(iii) Drop the indexes
(iv) Do the import with constraints=n, indexes=n ( this is mainly effective if there are really large tables
(v) Enable the contraints
(vi) Create the indexes.