utlrp.sql error ORA-06512 "SYS_UTL_RECOMP" & ORA-20003 Specified bug number does not exist
Hi,
1)
I got the ora-20003 error when runnin utlrp.sql for upgrading database from 32 bit to 64 bit. Is there a Doc ID for below error?
Windows 2003 SP1 32 bit, 11.2.0.4 to Windows 2008 SP1 Standard R2 64 bit 11.2.0.4
both Oracle Standard Edition One
SQL> DECLARE
2 threads pls_integer := &&1;
3 BEGIN
4 utl_recomp.recomp_parallel(threads);
5 END;
6 /
DECLARE
*
ERROR at line 1:
ORA-20003: Specified bug number (16470836) does not exist
ORA-06512: at "SYS.UTL_RECOMP", line 875
ORA-06512: at line 4
This error repeats istelf accross utlrp.sql script, here is another one (there are more)
SQL> DECLARE
2 threads pls_integer := &&1;
3 BEGIN
4 utl_recomp.recomp_parallel(threads);
5 END;
6 /
DECLARE
*
ERROR at line 1: