Database Errors Interview Questions
Questions Answers Views Company eMail

ORA-23363: mismatch of mview base table "string" at master and mview site

1 2933

ORA-23364: Feature not enabled: Advanced replication

1 2253

ORA-23365: site string does not exist

1 2502

ORA-23366: integer value string is less than 1

1 2387

ORA-23367: table string is missing the primary key

1 2826

ORA-23368: name string cannot be null or the empty string

1 2588

ORA-23369: value of "string" argument cannot be null

1 2448

ORA-23370: table string and table string are not shape equivalent (string)

1 2179

ORA-23371: column string unknown in table string

1 2456

ORA-23372: type string in table string is unsupported

1 2175

ORA-23373: object group "string"."string" does not exist

1 2836

ORA-23374: object group "string"."string" already exists

1 3768

ORA-23375: feature is incompatible with database version at string

1 3831

ORA-23376: node string is not compatible with replication version "string"

1 2393

ORA-23377: bad name string for missing_rows_oname1 argument

1 2380


Un-Answered Questions { Database Errors }

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

2325


When do you get "getwmicomexception"?

2268


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

1889


what is new g/l functionality

2218


What is Mutex error in Triggers?

2492






hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

2174


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.

1087


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

2170


ORA-26079: file "string" is not part of table string.string

1524


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

1381


write a database figure to implement the master detained relationship.

2434


What is the use of NOLOCK locking hint?

1374


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

2022


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

1715


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

2142