Database Errors Interview Questions
Questions Answers Views Company eMail

SQL*Loader-00969: Error performing file name translation on kernel side

1 2731

SQL*Loader-02026: the load was aborted because SQL Loader cannot continue.

1 12680

SQL*Loader-02050: Multibyte character error.

1 5509

SQL*Loader-03120: Resumable parameters ignored -- current session not resumable

1 4098

SQL*Loader-03121: Maximum record length of [number] exceeded for bad or discard file

1 3403

VID-00702: unable to initialize video processing environment

1 2398

VID-00703: unable to read video data

1 2661

VID-00704: invalid input format

1 2934

VID-00705: unsupported input format

1 3131

VID-00706: unsupported or corrupted input format

1 3283

VID-00713: internal error while parsing video data

1 3430

VID-00714: internal error

1 3110

LPX-00205: expected "

1 2672

LPX-00206: invalid CDATA section

1 3524

LPX-00207: expected "[" at the start of conditional section

1 2571


Un-Answered Questions { Database Errors }

IMP-00064: Definition of LOB was truncated by export

6159


What is SCD (Slowly Changing Dimensions)? What are its types?

2426


why we are using shift key in unix shell script

2845


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

2472


How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table

2393


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

3645


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

6520


ORA-16516: The current state is invalid for the attempted operation.

8476


how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board

2019


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.

2602


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

2338


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

3785


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

1988


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

1426


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

2525