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-16746: Resource guard encountered error during database mount

1 6114

ORA-16747: Logical standby guard could not be turned on

1 2907

ORA-16748: Resource guard encountered errors during database open

1 2946

ORA-16749: Resource guard encountered errors in switchover to logical primary

1 2894

ORA-16750: Resource guard encountered errors while activating logical primary

1 3287

ORA-16751: Resource guard encountered errors in switchover to primary

1 3833

ORA-16752: Resource guard could not mount standby

1 2960

ORA-16753: Resource guard could not open standby database

1 3961

ORA-16754: Resource guard could not activate standby

1 3528

ORA-16755: failed to set initialization parameter

1 4141

ORA-16756: Resource guard could not open standby readonly

1 2929

ORA-16757: Resource guard could not get property

1 6596

ORA-16758: The specified apply instance is not running.

1 3372

ORA-16759: Resource guard unable to start logical apply engine with initial SCN

1 3530

ORA-16760: Resource guard could not start logical apply engine

1 2992


Un-Answered Questions { Database Errors }

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

2016


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

2476


ORA-26095: unprocessed stream data exists

3651


what is the instrument that used in Mechanical Energy??

2754


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

2726


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

1740


What is Mutex error in Triggers?

3140


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

2271


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

2506


write a database figure to implement the master detained relationship.

3026


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.

2861


When do you get "getwmicomexception"?

2737


IMP-00070: Lob definitions in dump file are inconsistent with database.

1805


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

2678


How will you Handle Error in SQL SERVER 2008?

2454