PLS-00252: reference to the wrong copy of package STANDARD
Answer Posted / 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 View All Answers
When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............
if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires
ORA-26028: index string.string initially in unusable state
ORA-16516: The current state is invalid for the attempted operation.
ORA-07497: sdpri: cannot create trace file 'string'; errno = string.
ORA-26082: load of overlapping segments on table string.string is not allowed
ORA-26030: index string.string had string partitions made unusable due to:
invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity
[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table
ORA-26095: unprocessed stream data exists
ORA-26079: file "string" is not part of table string.string
ORA-16627: No standby databases support the overall protection mode.
IMP-00064: Definition of LOB was truncated by export
IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier
In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.