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-13625: %s is an invalid advisor object type.

1 2951

ORA-13626: The specified object string is not valid for task string.

1 3163

ORA-13627: Setting of parameter string is disallowed until the task is reset.

1 6328

ORA-13628: Insufficient privileges to access the task belonging to user string

1 5741

ORA-13629: The task or object string is being used by another operation.

1 7943

ORA-13630: The task string contains execution results and cannot be executed.

1 5760

ORA-13631: The task string contains no execution results.

1 6843

ORA-13632: The user cancelled the current operation.

1 3041

ORA-13633: The task string was interrupted and needs to be resumed.

1 2775

ORA-13634: The task string needs to be reset before being re-executed.

1 4273

ORA-13635: The value string provided for parameter string cannot be converted to a number.

1 3219

ORA-13636: The specified value string provided for parameter string is not valid for this advisor.

1 3069

ORA-13637: Executing or modifying task string is disallowed until the task is reset to its initial state.

1 3209

ORA-13638: The user interrupted the current operation.

1 3625

ORA-13639: The current operation was interrupted because it timed out.

1 11235


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

6747


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

2807


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

2155


NZE-28868: Peer certificate chain check failed.

2803


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

1768


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

2410


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

2601


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

2733


ORA-16626: failed to enable specified object

2218


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

3171


IMP-00064: Definition of LOB was truncated by export

6415


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

3864


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

1710


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

3993


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

2742