Oracle Errors Interview Questions
Questions Answers Views Company eMail

SQL*Loader-00250: Work data sets are not used by SQL*Loader

1 2267

SQL*Loader-00251: Sort devices are not used by SQL*Loader

1 2507

SQL*Loader-00252: Sort data sets are not used by SQL*Loader

1 2043

SQL*Loader-00253: DB2 partition number has no significance -- ignored

1 2065

SQL*Loader-00254: Cannot have DISCARDFILE specs here when multiple data files

1 2406

SQL*Loader-00255: Log file for error recovery not used by SQL*Loader

1 2278

SQL*Loader-00256: SORTED INDEXES option allowed only for direct path

1 2038

SQL*Loader-00257: TERMINATED BY EOF option not valid with ENCLOSED BY option

1 2182

SQL*Loader-00258: Maximum number of SORTED INDEXES (number) exceeded on table string

1 2054

SQL*Loader-00259: Could not escalate DDL share lock to exclusive on table string

1 2250

SQL*Loader-00260: TERMINATED BY EOF option available only with LOBFILE option

1 5887

SQL*Loader-00261: illegal use of TERMINATED BY for RAW field

1 4876

SQL*Loader-00262: PIECED keyword (on column string) allowed only when path is direct

1 2097

SQL*Loader-00263: PIECED column string must be last specified column in table string

1 1901

SQL*Loader-00264: File mode token string parsed but ignored

1 2319


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

2283


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.

2316


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

2602


ORA-26094: stream format error: input column overflow

2232


ORA-16626: failed to enable specified object

1750






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

6136


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1222


NZE-28890: Entrust Login Failed

1390


ORA-26076: cannot set or reset value after direct path structure is allocated

1457


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

1540


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

3385


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

2299


NZE-28868: Peer certificate chain check failed.

2249


ORA-26084: direct path context already finished

1467


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

2123