You may want to check on ignore=Y parameter.

For tables, IGNORE=Y causes rows to be imported into existing tables. If a table already exists, IGNORE=N causes an error to be reported, and the table is skipped with no rows inserted. Also, objects dependent on tables, such as indexes, grants, and constraints, will not be created if a table already exists and IGNORE=N.