Database Errors Interview Questions
Questions Answers Views Company eMail

ORA-23348: cannot replicate procedure string; only IN parameters supported

1 2177

ORA-23349: cannot generate replication support for functions

1 2343

ORA-23350: maximum number of recursive calls exceeded

1 2300

ORA-23351: parameter datatype string for procedure string not supported

1 2348

ORA-23352: duplicate destination for deferred transaction

1 2315

ORA-23353: deferred RPC queue has entries for object group "string"."string"

1 3251

ORA-23354: deferred RPC execution disabled for "string" with "string"

1 2568

ORA-23355: object string.string does not exist or is invalid at master site

1 2527

ORA-23356: masterdef recognizes a master which does not recognize the masterdef

1 2420

ORA-23357: the propagator does not exist

2 6762

ORA-23358: invalid remote user

1 3403

ORA-23359: error on creating a ddl record for a repcatlog record

1 2302

ORA-23360: only one materialized view for master table "string" can be created

1 3118

ORA-23361: materialized view "string" does not exist at master site

1 2356

ORA-23362: invalid user

1 3194


Un-Answered Questions { Database Errors }

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.

1095


How to view the error log for any specific instance?

1957


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

1722


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

1489


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

2147






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

1249


What is Mutex error in Triggers?

2496


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2312


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

1962


ORA-26095: unprocessed stream data exists

2825


ORA-16516: The current state is invalid for the attempted operation.

8092


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2330


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

6239


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.

2337


How will you Handle Error in SQL SERVER 2008?

1947