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

NNL-00528: [set] password : set the password for subsequent calls

1 2748

NNL-00529: set|show default_domain [] : set|show the current default domain

1 2823

NNL-00530: quit|exit : exit the names control program

1 2903

NNL-00531: flush_name : removes a name from caches along a route to an authoritative server

1 3141

NNL-00532: set|show forwarding_available [] [] : enable, disable or show server request forwarding

1 2820

NNL-00533: ping [] : ping one or more Names servers

1 3170

NNL-00534: query [] : query for a desired name and RR type

1 2590

NNL-00535: reload [] : reload server cache data if there are changes

1 2793

NNL-00536: set|show requests_enabled [] [] : enable, disable or show server request processing

1 2558

NNL-00537: set|show server [] : set|show the currently managed server

1 2853

NNL-00538: stop|shutdown [] : stop one or more Names servers

1 2788

NNL-00539: start|startup [] : start the Names server with optional arguments

1 2832

NNL-00540: [show] status [] : display server status summary

1 2857

NNL-00541: set|show trace_level [] [] : set|show the server's tracing level

1 2961

NNL-00542: restart [] : restart one or more Names servers

1 2474


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3383


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

1706


ORA-26084: direct path context already finished

1949


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


IMP-00064: Definition of LOB was truncated by export

6413


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.

2870


ORA-16626: failed to enable specified object

2216


ORA-26028: index string.string initially in unusable state

3862


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

6744


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

1964


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

2155


ORA-26094: stream format error: input column overflow

2797


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

2105


[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

2722


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

2595