ERRORS Interview Questions
Questions Answers Views Company eMail

ORA-06571: Function string does not guarantee not to update database

1 5549

ORA-06572: Function string has out arguments

1 5250

ORA-06573: Function string modifies package state, cannot be used here

1 2579

ORA-06574: Function string references package state, cannot execute remotely

1 2892

ORA-06575: Package or function string is in an invalid state

1 6335

ORA-06576: not a valid function or procedure name

1 6573

ORA-06577: output parameter not a bind variable

1 14133

ORA-06578: output parameter cannot be a duplicate bind

1 2129

ORA-06579: Bind variable not big enough to hold the output value

1 2796

ORA-06580: Hash Join ran out of memory while keeping large rows in memory

1 3565

ORA-06592: CASE not found while executing CASE statement

1 6265

ORA-06593: %s is not supported with natively compiled PL/SQL modules

1 2318

ORA-06600: LU6.2 Driver: SNA software is not loaded

1 2214

ORA-06601: LU6.2 Driver: Invalid database ID string

1 2317

ORA-06602: LU6.2 Driver: Error allocating context area

1 2440


Un-Answered Questions { ERRORS }

The employee runs big client-server applications and must quickly transfer large files. The company wants the best cost/benefit on this connection. What would be the most practical solution?

2341


Hi can any one help me below two steps in sap FICO, 1.Create document number ranges for company code. 2.Copy document number ranges to fiscal year. was trying to do it but i am not able to completing successfully,

2720


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

3562


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

2306


why we are using shift key in unix shell script

2596






a pleasant evening. i would like to ask a question about yellow journalism. This is another term for sensationalism right? i just wanted to know a lot of articles or studies with regards to the effect this yellow journalism could effect the interpretation of the students,especially college students who are taking Communication course. please help me answer this.

1804


I'm having trouble with coming up with the correct code. Thank You!! The assignment was to write a program using string functions that accepts a price of an item and displays its coded value. The base of the keys: X C O M P U T E R S 0 1 2 3 4 5 6 7 8 9 Sample I/O Dialogue: Enter Price: 489.50 Coded Value: PRS.UX

1612


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

2016


ORA-26094: stream format error: input column overflow

2256


what is new g/l functionality

2218


Jetking is C C

2197


What is Mutex error in Triggers?

2494


How can be avoid the Error while being Human we do mistakes???

2096


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.

3334


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

2145