Purging B2B runtime data
1. Set the environment by using setenv.sh. You must use the fully qualified path when invoking it (do not type $ORACLE_HOME). For example:
. /u01/app/oracle/product/10.1.2/b2b_1/ip/install/setenv.sh |
cd /u01/app/oracle/product/10.1.2/b2b_1/ip/install |
java oracle.tip.repos.purge.PurgeManager purgeRuntime -start 01-JAN-2008 -end 10-JAN-2008 Complete java oracle.tip.repos.purge.PurgeManager purgeRuntime -start 01-JAN-2008 -end 10-SEP-2008 Error |
sqlplus b2b@orcl SQL> exec purge_runtime('21-JAN-2008', '07-FEB-2008', 'Complete'); |
No comments:
Post a Comment