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

Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-30390: the source statement is not equivalent to the destination statement

1 2969

ORA-30391: the specified rewrite equivalence does not exist

1 2825

ORA-30392: the checksum analysis for the rewrite equivalence failed

1 3379

ORA-30393: a query block in the statement did not rewrite

1 3930

ORA-30394: source statement identical to the destination statement

1 2673

ORA-30395: dimension options require the COMPATIBLE parameter to be string or greater

1 3008

ORA-30396: rewrite equivalence procedures require the COMPATIBLE parameter to be string or greater

1 2677

ORA-30430: list does not contain any valid summaries

1 2889

ORA-30431: refresh method must be ANY or INCREMENTAL or FORCE_FULL, not string

1 2930

ORA-30432: summary 'string.string' is in INVALID state

1 2773

ORA-30433: 'string.string' is not a summary

1 2786

ORA-30434: refresh method must be one of FC?AN, not 'string'

1 2776

ORA-30435: job_queue_processes must be non-zero in order to refresh summaries

1 3314

ORA-30436: unable to open named pipe 'string'

1 3206

ORA-30437: all job queue processes have stopped running

1 2839


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

2739


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

1708


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

1958


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2701


ORA-16627: No standby databases support the overall protection mode.

3991


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

1617


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

2733


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

2106


ORA-26027: unique index string.string partition string initially in unusable state

6746


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

3157


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

2801


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

2410


NZE-28868: Peer certificate chain check failed.

2801


ORA-16626: failed to enable specified object

2218


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

2596