Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-34001: (MODCOMP14) Concat leaf dimension workspace object already is used in a DIMENSION statement, either explicitly or as a leaf of another concat dimension.

1 2911

ORA-34019: (MSCGADD03) workspace object is not a LIST PARTITION TEMPLATE.

1 3068

ORA-34021: (MSCGADD04) You must specify a partition when maintaining PARTITION TEMPLATE workspace object.

1 2745

ORA-34059: (MSEXECUT12) You cannot delete non session-only dimension values from unique concat dimension workspace object.

1 2714

ORA-34061: (MSEXECUT11) Session-only values cannot be added to non-unique concat dimension workspace object, or any of its base dimensions.

1 2963

ORA-34141: (MXCGPUT00) You cannot use the ASSIGN keyword with DIMENSION workspace object.

1 2702

ORA-34143: (MXCGPUT02) You cannot assign values to SURROGATE workspace object because it is type INTEGER.

1 2976

ORA-34145: (MXCGPUT03) You cannot use the APPEND keyword with SURROGATE workspace object.

1 2981

ORA-34164: (MXCGVAR01) A dimension used to define a local string variable cannot be located. Execution cannot continue.

1 2705

ORA-34177: (MXCHGDCL19) number cannot be deleted because one or more partitioned variables instantiate it.

1 2599

ORA-34179: (MXCHGDCL20) workspace object is not a PARTITION TEMPLATE.

1 2860

ORA-34181: (MXCHGDCL21) workspace object is not a partitioned VARIABLE.

1 2718

ORA-34183: (MXCHGDCL22) Partition number already exists.

1 3430

ORA-34210: (MXCHGDCL18) You cannot change workspace object to a dimension composite because one or more surrogates has been defined for it.

1 2798

ORA-34243: (MXDCL11) You can only use the string keyword when defining a COMPOSITE.

1 3524


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

ORA-26095: unprocessed stream data exists

3573


ORA-26079: file "string" is not part of table string.string

1958


IMG-02003: 2FF03 - incorrect color histogram feature specification

1710


ORA-26027: unique index string.string partition string initially in unusable state

6746


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

3169


[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

2731


ORA-16627: No standby databases support the overall protection mode.

3993


ORA-26030: index string.string had string partitions made unusable due to:

1941


NZE-28890: Entrust Login Failed

1882


ORA-26029: index string.string partition string initially in unusable state

2155


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2733


IMP-00064: Definition of LOB was truncated by export

6415


ORA-26082: load of overlapping segments on table string.string is not allowed

1768


ORA-07497: sdpri: cannot create trace file 'string'; errno = string.

2805


Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

2599