Tuesday, March 6, 2012

OGG-00512

ERROR   OGG-00512  RECYCLEBIN must be turned off. For 10gr2 and up, set RECYCLEBIN in parameter file to OFF. For 10gr1, set _RECYCLEBIN in parameter file to FALSE. Then restart database and extract.

connect with sysdba ;

alter system set recyclebin=off scope=spfile;
  
then restart database
 
SQL> startup force
 
SQL> show parameter recyclebin 

recyclebin                           string      OFF
 
 

No comments:

Post a Comment