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-23490: extension request "string" with status "string" not allowed in this operation

1 2942

ORA-23491: no valid extension request at "string"

1 3193

ORA-23492: no new sites for extension request "string"

1 3103

ORA-23493: "string" is not a new site for extension request "string"

1 3182

ORA-23494: too many rows for destination "string"

1 3131

ORA-23495: serial propagation can not be used for "string"

1 3010

ORA-23496: can not change disabled status for "string" and "string"

1 3051

ORA-23497: repgroup name cannot be null

1 3029

ORA-23498: repgroups specified must have the same masters

1 2891

ORA-23500: cannot switch master for a multi-tier materialized view repgroup "string"."string"

1 3083

ORA-23501: refresh template cannot be instantiated for database with compatibilty equal to or less than 8.0

1 3750

ORA-23502: valid directory for offline instatiation is not specified

1 3085

ORA-23503: error occurred during IAS instantiation

1 3047

ORA-23504: columns added to table do not match list of columns to be added

1 3062

ORA-23505: Object "string"."string" is missing.

1 2889


Un-Answered Questions { Database Errors }

hp asking for replication floppy to do reinstall 25254 server assistant

2960


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


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

6713


NZE-28890: Entrust Login Failed

1918


How to view the error log for any specific instance?

2531


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.

2849


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

2297


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

2264


IMG-02003: 2FF03 - incorrect color histogram feature specification

1760


ORA-26094: stream format error: input column overflow

2853


[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

2772


what is the instrument that used in Mechanical Energy??

2731


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


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


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