Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

utlrp.sql error ORA-06512 "SYS_UTL_RECOMP" & ORA-20003 Specified bug number does not exist

edited Jun 12, 2015 12:59PM in Database Install/Upgrade/Opatch (MOSC) 2 commentsAnswered ✓

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:

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center