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-00265: Unable to get default character set name.

1 3366

SQL*Loader-00266: Unable to locate character set handle for string.

1 3960

SQL*Loader-00267: Control file must be first data file.

1 3322

SQL*Loader-00268: UNRECOVERABLE keyword may be used only in direct path.

1 4769

SQL*Loader-00269: Null string not allowed as clause comparison text.

1 3094

SQL*Loader-00270: TERMINATED BY EOF valid only for CHAR or RAW datatypes

1 3409

SQL*Loader-00271: Not a Parallel load. Table level OPTIONS statement ignored.

1 2973

SQL*Loader-00272: Table level OPTIONS statement ignored.

1 2863

SQL*Loader-00273: READBUFFERS may be used only in direct path.

1 2844

SQL*Loader-00274: At least 2 read buffers have to be specified.

1 2810

SQL*Loader-00275: Data is in control file but "INFILE *" has not been specified.

1 3218

SQL*Loader-00276: Local storage option overrides global storage.

1 2831

SQL*Loader-00277: Local file specification overrides global file specification.

1 2534

SQL*Loader-00278: Incorrect file specification for parallel load.

1 2958

SQL*Loader-00279: Only APPEND mode allowed when parallel load specified.

1 7009


Un-Answered Questions { Database Errors }

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

4036


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

3223


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

1986


ORA-26084: direct path context already finished

1994


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

2798


What is Mutex error in Triggers?

3117


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

2495


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

2465


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

2227


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

1760


When do you get "getwmicomexception"?

2731


How will you Handle Error in SQL SERVER 2008?

2440


i have created ODBC through Data sources and tests completed sucessfully. when i am Trying to connect SQL Server through ODBC (ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0 Microsoft SQL Server 09.00.3054) unable to Connect to SQL*Plus: Release 8.0.4.0.0. it is given following error-message . Error: ORA-03121: NO interface driver connected- function not performed.

2849


mount: mount to NFS server failed: System Error: Connection timed out

3703


write a database figure to implement the master detained relationship.

3008