Maybe that package is not needed for your database.
Otherwise you can temporarily create a dummy dblink to the same database you are importing and then figure out what to do:
Code:create public database link LNK_DBNAREF connect to myschema identified by mypassword using this_database;![]()




Reply With Quote