Back to Knowledgebase
SYSTEM

OsBC_SYS_400 021 Problem Export OPERA

http://www.solubeton.com/wp-content/uploads/2012/03/icone_probleme.png Problem :

Problem export OPERA Invalid

Training schema Opera night audit issue was due to training schema export/import was not done properly.

While taking live schema export the Opera schema tables are not properly exporting, we have run the below scripts and then we have to take new export.

Solution: http://us.123rf.com/450wm/chudtsankov/chudtsankov1308/chudtsankov130800056/21311656-ampoule-personnage-mascotte-de-dessin-anim-donnant-un-pouce.jpg?ver=6

1/ Lancer le script suivant :

Conn sys/P####S as sysdba

grant all on directory data_pump_dir to system;

grant export full database to system;

grant exp_full_database to system;

grant all on directory data_pump_dir to sys;

grant export full database to sys;

grant exp_full_database to sys;

purge dba_recyclebin;

GRANT EXEMPT ACCESS POLICY to OPERA;

Related Info