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-23456: flavor string does not contain "string"

1 5188

ORA-23457: invalid flavor ID string

1 2931

ORA-23458: inappropriate flavor string at string

1 2950

ORA-23459: flavor string must contain "string"

1 4424

ORA-23460: missing value for column string in resolution method "string" for "string"."string"."string"

1 3621

ORA-23462: flavor string in use at site string

1 2964

ORA-23463: flavor incompatible with object "string"."string"

1 3049

ORA-23464: flavor lacks column string of "string"."string"

1 2874

ORA-23465: flavor already includes column string of "string"."string"

1 3147

ORA-23466: flavor requires missing object "string"."string"

1 3138

ORA-23467: flavor lacks object "string"."string"

1 3134

ORA-23468: missing string string

1 3096

ORA-23469: %s is different between templates

1 3171

ORA-23470: invalid status

1 2944

ORA-23471: template not authorized for user

1 2817


Un-Answered Questions { Database Errors }

NZE-28890: Entrust Login Failed

1918


What is Mutex error in Triggers?

3116


ORA-26094: stream format error: input column overflow

2853


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1696


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

2297


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.

2945


write a database figure to implement the master detained relationship.

3008


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

3222


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

2495


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

2659


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?

2760


ORA-26082: load of overlapping segments on table string.string is not allowed

1813


why we are using shift key in unix shell script

3227


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

2855


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

1727