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-00250: Work data sets are not used by SQL*Loader

1 3069

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

1 3108

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

1 2822

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

1 2733

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

1 3252

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

1 3111

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

1 2771

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

1 2992

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

1 2920

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

1 2987

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

1 6662

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

1 5667

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

1 2785

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

1 2688

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

1 3061


Un-Answered Questions { Database 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...

2737


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

1672


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

1962


When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.

2518


ORA-16626: failed to enable specified object

2210


What is live lock, deadlock and what is Lock escalation?

2426


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

2795


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

1704


When do you get "getwmicomexception"?

2678


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

1765


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

3150


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

2591


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

6650


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.

1645


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

1954