You are importing text based indexes into a schema that does not have the right privileges to create text based indexes. You need to grant that right when you create the user that you import into. At this point do the grant and you should be able to import only the indexes rather than re-import everything. although if you have the ddl for the missing indexes you might try that since you should rebuild all of the indexes anyway.