Hi, YOU do not have ossbss tablespace in your database where you are importing. If you look at the script it is creating the table with tablespace ossbss. In your import command try out giving IGNORE=y, Commit=Y.

If this do not work. Get the create table script and edit the script to change tablespace name from ossbss to the available tablespace name and use the imp command with IGNORE=Y , commit=Y.

. Let me know if that worked.