PLS-00252: reference to the wrong copy of package STANDARD



PLS-00252: reference to the wrong copy of package STANDARD..

Answer / guest

Cause: A reference is made to the fixed package version of
STANDARD when the database is open, or to the on-disk
version when the database is closed. Explicit use of a
SYS.X$ package name can lead to this. One might also see
this from a compilation that begins while the db is closed
but has the bad luck to have another session open the db
before compilation is complete. Another possible cause is
having 'set serveroutput on' through svrmgrl when doing an
'alter database close'.

Action: Make use of on-disk versions of packages when the
database is open and fixed (preloaded) versions when the
database is closed. Do not attempt to use the wrong set. It
should be quite hard to reference the wrong set, except by
using SYS.X$ package names explicitly. Also, be sure to 'set
serveroutput off' before doing an 'alter database close'.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-29805: missing COLUMN keyword

1 Answers  


NNL-00414: Maximum response time: string

1 Answers  


RMAN-06023: no backup or copy of datafile number found to restore

1 Answers  


RMAN-08550: autobackup search outside recovery area not attempted because DBID was not set

1 Answers  


ORA-09885: osnTXtt: cannot create TXIPC channel

1 Answers  






ORA-03293: Cluster to be truncated is a HASH CLUSTER

1 Answers  


ORA-06266: NETNTT: bad write length

1 Answers  


ORA-15064: communication failure with ASM instance

1 Answers  


ORA-28591: agent control utility: unable to access parameter file

1 Answers  


ORA-01596: cannot specify system in string parameter

1 Answers  


IMG-02004: 2FF04 - incorrect feature list specification

1 Answers  


RMAN-06175: deleted script: string

1 Answers  


Categories