ERRORS Interview Questions
Questions Answers Views Company eMail

ORA-25470: duplicate attribute value for variable: string

1 2329

ORA-25471: attribute name not specified for variable: string

1 2316

ORA-25472: maximum open iterators exceeded

1 2436

ORA-25473: cannot store string in rule action context

1 2286

ORA-25500: database is not open

1 2366

ORA-25501: ALTER SYSTEM QUIESCE RESTRICTED command failed

1 2475

ORA-25502: concurrent ALTER SYSTEM QUIESCE/UNQUIESCE command is running

1 6006

ORA-25503: cannot open database because the database is being quiesced

1 3144

ORA-25504: the system is already in quiesced state

1 2264

ORA-25505: the system is not in quiesced state

1 2291

ORA-25506: resource manager has not been continuously on in some instances

1 2254

ORA-25507: resource manager has not been continuously on

1 3086

ORA-25508: database is not mounted

1 2286

ORA-25509: operation on "string"."string".string not allowed

1 2311

ORA-25526: bad format of _DB_MTTR_SIM_TARGET: string

1 2554


Un-Answered Questions { ERRORS }

when will we use lsmw , bdc and bapi? which will be easy to use and which is used for which type of data

2006


NZE-28890: Entrust Login Failed

1409


For pH-4 calculation it is subtracted from the previous pH7 buffer value is the same procedure to be followed for calculation of remaining buffers??

1128


Write down the difference between c. Loop and goto statement d. (!0) and (!1) e. (1= =! 1) and (1!=1) f. NULL and !NULL

3312


When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.

2064






How to create a program that lists countries capitals when country is entered? (Terribly sorry, I'm a complete novist to coding with C, am looking for inspiration and general tips on how to code and create this program.)

871


according to class7 how can we give description on pendrive?

1977


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

2858


How to create a program that lists the capital country when told what the original country is? (Terribly sorry, I'm a novice programmer and would appreciate any help ;). Cheers, Alexxis

665


WHAT IS A VECTOR ? HOW IS DIFFER FORM AN ARRAY

1967


I am Recording the QTP Script..the Script is below VbWindow("mdiPP").VbWindow("frmPOSOLocking").ActiveX ("SSTab").VbListView("lstPO").SetItemState "272 [10-11]", micChecked. After when when Run then give error property not found.

3326


I-series. When I use: qtp DICTIONARY(PDMZZ) AUTO (*LIBL/MFR0120X)I get the error: *E* Can't open the file specified on the AUTO program parameter. File of different type already exists. When I use it auto without *libl ,qtp DICTIONARY(PDMZZ) AUTO (MFR0120X), it works fine

2486


ORA-26030: index string.string had string partitions made unusable due to:

1559


ORA-26095: unprocessed stream data exists

2803


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

2139