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



Database Errors Interview Questions
Questions Answers Views Company eMail

SQL*Loader-00125: specified value for readsize(number) less than max_record_size(number)

1 2883

SQL*Loader-00126: Invalid read size

1 3880

SQL*Loader-00127: Invalid maximum record size

1 3357

SQL*Loader-00128: unable to begin a session

1 4131

SQL*Loader-00129: Invalid number of rows for direct path column array

1 5961

SQL*Loader-00130: Invalid direct path stream size

1 5212

SQL*Loader-00131: Invalid multithreading option

1 3301

SQL*Loader-00132: invalid argument for external table option

1 4363

SQL*Loader-00133: Can't specify both direct path and external tables

1 4007

SQL*Loader-00134: invalid option specified for EXTERNAL_TABLE parameter

1 3178

SQL*Loader-00135: Invalid argument for RESUMABLE

1 2910

SQL*Loader-00136: Invalid argument for RESUMABLE_NAME

1 3103

SQL*Loader-00137: Invalid value for RESUMABLE_TIMEOUT

1 3299

SQL*Loader-00138: Invalid value for DATE_CACHE

1 2822

SQL*Loader-00200: FORMAT clause should not be present - flat data files only

1 2951


Un-Answered Questions { Database Errors }

What severity level errors are managed in TRY-CATCH block?

2225


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

2705


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1656


What is the use of NOLOCK locking hint?

1788


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

1941


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

2733


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

6746


ORA-16626: failed to enable specified object

2218


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

2741


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

2410


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

2155


What is the meaning of lock escalation and why/how to stop this?

2658


Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??

1683


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?

2723


ORA-26084: direct path context already finished

1949