Oracle Errors Interview Questions
Questions Answers Views Company eMail

PLS-00398: wrong number of columns in UNION, INTERSECT, or MINUS expression

1 2433

PLS-00399: different types of columns in UNION, INTERSECT, or MINUS expression

1 2658

PLS-00400: different number of columns between cursor SELECT statement and return value

1 3702

PLS-00401: different column types between cursor SELECT statement and return value found at 'string'

1 2233

PLS-00402: alias required in SELECT list of cursor to avoid duplicate column names

2 21771

PLS-00403: expression 'string' cannot be used as an INTO-target of a SELECT/FETCH statement

1 8300

PLS-00404: cursor 'string' must be declared with FOR UPDATE to use with CURRENT OF

1 4916

PLS-00405: subquery not allowed in this context

1 4446

PLS-00406: length of SELECT list in subquery must match number of assignment targets

1 2084

PLS-00407: '*' not allowed here; a list of columns is required

1 2030

PLS-00408: duplicate column 'string' not permitted in INSERT or UPDATE

1 2750

PLS-00409: duplicate variable 'string' in INTO list is not permitted

1 2066

PLS-00410: duplicate fields in RECORD,TABLE or argument list are not permitted

1 13042

PLS-00411: Number of values in aggregate and in subquery don't match

1 2220

PLS-00412: list of values not allowed as argument to this function or procedure

1 4112


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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...

2259


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.............

2323


ORA-26094: stream format error: input column overflow

2255


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

2234


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

2320






IMP-00070: Lob definitions in dump file are inconsistent with database.

1290


ORA-26084: direct path context already finished

1488


[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

2290


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

3561


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

1715


IMP-00064: Definition of LOB was truncated by export

5891


RMAN-05017: no copy of datafile number found to recover

1889


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...

2141


ORA-26028: index string.string initially in unusable state

3404


ORA-26032: index string.string loading aborted after string keys

1655