Doc Id: 565773.1-> conn / as sysdbaSQL> @?/olap/admin/catnoamd.sqlSQL> @?/olap/admin/olapidrp.plbSQL> @?/olap/admin/catnoaps.sqlSQL> @?/olap/admin/catnoxoq.sqlDetermine all PUBLIC synonyms referring to objects in the OLAPSYS schema:SQL>spool olapdrop.sqlSQL> select 'drop public synonym ' || synonym_name || ';' from dba_synonyms where owner='PUBLIC' and table_owner='OLAPSYS';SQL>spool offModify the datapump handler table to remove handlers used to export OLAP data:SQL>select * from sys.exppkgact$ where package...