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-00206: error in writing (block string, # blocks string) of controlfile

1 6265

ORA-00207: controlfiles are not for the same database

1 4248

ORA-00208: number of controlfile names exceeds limit of string

1 3221

ORA-00209: control file blocksize mismatch, check alert log for more info

1 3986

ORA-00210: cannot open the specified controlfile

1 6124

ORA-00211: controlfile does not match previous controlfiles

1 14697

ORA-00212: block size string below minimum required size of string bytes

1 3073

ORA-00213: cannot reuse controlfile; old file size string, string required

1 3049

ORA-00214: controlfile 'string' version string inconsistent with file 'string' version string

1 4168

ORA-00215: must be at least one controlfile

1 5792

ORA-00216: controlfile could not be resized for migration from 8.0.2

1 3246

ORA-00217: controlfile could not be resized for migration from 9.0.1

1 3364

ORA-00218: block size string of controlfile 'string' does not match DB_BLOCK_SIZE (string)

1 5529

ORA-00219: required controlfile size string exceeds maximum allowable size string

1 4136

ORA-00220: controlfile not mounted by first instance, check alert log for more info

1 4980


Un-Answered Questions { Database Errors }

ORA-26084: direct path context already finished

1949


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

2595


ORA-26032: index string.string loading aborted after string keys

2105


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

1616


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

2801


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

3154


ORA-26028: index string.string initially in unusable state

3862


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

2662


NZE-28868: Peer certificate chain check failed.

2799


what is new g/l functionality

2611


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

1677


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

2223


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?

2721


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

2410


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

1965