ORA-20003 and ORA-06512 occur once in UTLRP.SQL (improvement)
hI,
Anyone know why below error occurs? (luckly it's not being repeated like last time)
I am referencing doc id 467676.1 and doc id 548978.1 Word size is good and correct control file recreated with same characters set option.
Migrating from 32bit 11.2.0.4 Windows 2003 SP1 Server to 64bit 11.2.0.4 Windows 2008 R2 SP1 Server.
(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
Other outputs (maybe relevant or helpful you don't need to read if not relevant)