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,

2155

What is Mutex error in Triggers?

2478

What is the use of NOLOCK locking hint?

1353

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

1 2783

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

1785

What are row constructors?

1 2805

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

2165

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

2379

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

1937

On which table the SSIS SQL Server logs are stored?

1 3189

Difference between Bookmark lookup & RID lookup?

1 4113

How will you Handle Error in SQL SERVER 2008?

1932

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

2154

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

2062

Does DBCC CHECKDB requires DB to be in SINGLE_USER mode?

TCS,

2 2699


Un-Answered Questions { Database Errors }

today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2009


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.

2155


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

2309


ORA-26094: stream format error: input column overflow

2242


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2276






How to view the error log for any specific instance?

1936


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2306


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

1464


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

8055


What is Mutex error in Triggers?

2478


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

1512


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

2851


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

2248


what is the instrument that used in Mechanical Energy??

2255


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

1223