Database Errors Interview Questions
Questions Answers Views Company eMail

hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

Capita India Pvt Ltd,

2176

What is Mutex error in Triggers?

2496

What is the use of NOLOCK locking hint?

1378

What are the required/mandatory parameters that have to be passed with RAISEERROR statement?

1 2822

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

1800

What are row constructors?

1 2858

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

2188

How many types of internal joins are there in SQL Server?

2397

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

1962

On which table the SSIS SQL Server logs are stored?

1 3223

Difference between Bookmark lookup & RID lookup?

1 4154

How will you Handle Error in SQL SERVER 2008?

1947

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

2181

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

2078

Does DBCC CHECKDB requires DB to be in SINGLE_USER mode?

TCS,

2 2747


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

2269


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.

2367


write a database figure to implement the master detained relationship.

2447


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

2188


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

2078






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

8092


ORA-26084: direct path context already finished

1492


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

1249


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

1962


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

2323


ORA-16626: failed to enable specified object

1782


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

2177


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

1489


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

1722


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

2147