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

ORA-06536: IN bind variable bound to an OUT position

1 6959

ORA-06537: OUT bind variable bound to an IN position

1 5628

ORA-06538: statement violates string RESTRICT_REFERENCES pragma

1 3254

ORA-06539: target of OPEN must be a query

1 5027

ORA-06540: PL/SQL: compilation error

1 4970

ORA-06541: PL/SQL: compilation error - compilation aborted

1 3484

ORA-06544: PL/SQL: internal error, arguments: [string], [string], [string], [string], [string], [string], [string], [string]

1 4482

ORA-06545: PL/SQL: compilation error - compilation aborted

1 4402

ORA-06546: DDL statement is executed in an illegal context

Oracle,

1 12725

ORA-06547: RETURNING clause must be used with INSERT, UPDATE, or DELETE statements

1 4425

ORA-06548: no more rows needed

1 6668

ORA-06549: PL/SQL: failed to dynamically open shared object (DLL): string

2 6414

ORA-06550: line string, column string: string

1 3943

ORA-06554: package DBMS_STANDARD must be created before using PL/SQL

1 6730

ORA-06555: this name is currently reserved for use by user SYS

1 3905


Un-Answered Questions { Database Errors }

ORA-16626: failed to enable specified object

2269


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

2576


NZE-28868: Peer certificate chain check failed.

2860


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

2694


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

1658


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

1996


why we are using shift key in unix shell script

3227


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

3703


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.

1695


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

2853


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

2253


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?

2760


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

4036


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

2223


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

2658