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

RMAN-06177: restore not done; all files readonly, offline, or already restored

1 6447

RMAN-06178: datafile number not processed because file is offline

1 9953

RMAN-06179: datafile number not processed because file is read-only

1 4491

RMAN-06180: incremental backups require Enterprise Edition

1 4467

RMAN-06181: multiple channels require Enterprise Edition

1 5473

RMAN-06182: archive log larger than MAXSETSIZE: thread string seq string string

1 4019

RMAN-06183: datafile or datafilecopy larger than MAXSETSIZE: file# string string

1 10435

RMAN-06184: duplicate object in backup specifier: string string

1 6850

RMAN-06185: Recovery Manager incompatible with string database: RMAN number.number.number to number.number.number required

1 3061

RMAN-06186: PL/SQL package string.string version string in string database is too old

1 3236

RMAN-06187: controlfile copy string not found or out of sync with catalog

1 3648

RMAN-06188: cannot use command when connected to a mounted target database

1 9773

RMAN-06189: current DBID number does not match target mounted database (number)

1 9654

RMAN-06190: PL/SQL package string.string version string in string database is not current

1 3289

RMAN-06191: PL/SQL package string.string version string in string database is too new

1 3255


Un-Answered Questions { Database Errors }

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

3991


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2870


What is the use of NOLOCK locking hint?

1787


what is new g/l functionality

2611


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

2664


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

2453


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

2155


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

3166


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

2597


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?

2723


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

1679


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

2654


How will you Handle Error in SQL SERVER 2008?

2403


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

2522


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

2641