ERRORS Interview Questions
Questions Answers Views Company eMail

ORA-24270: a row already exists in the string table for these parameters

1 2379

ORA-24271: translation type must be either T, S or M

1 2754

ORA-24272: initialization value must be either F or T

1 2625

ORA-24273: translation text is required if translation type is T or S

1 2417

ORA-24274: no row exists in the string table for these parameters

1 2610

ORA-24275: function 'string' parameter 'string' missing or invalid

1 2186

ORA-24276: function 'string' output 'string' maximum value exceeded

1 2216

ORA-02140: invalid tablespace name

1 7117

ORA-02141: invalid OFFLINE option

1 3056

ORA-02142: missing or invalid ALTER TABLESPACE option

1 6811

ORA-02143: invalid STORAGE option

1 13324

ORA-02144: no option specified for ALTER CLUSTER

1 2125

ORA-02145: missing STORAGE option

Oracle,

1 4830

ORA-02146: SHARED specified multiple times

1 2664

ORA-02147: conflicting SHARED/EXCLUSIVE options

1 2344


Un-Answered Questions { ERRORS }

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

1199


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


mount: mount to NFS server failed: System Error: Connection timed out

3286


when i open the system error dialog box come memory could not be read some.

2045


today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2014






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

1653


according to class7 how can we give description on pendrive?

1977


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

3554


What is the use of NOLOCK locking hint?

1363


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

2086


What severity level errors are managed in TRY-CATCH block?

1787


If Fi account is assigned to cost element categorie poatings are not possible it is giving error that cost element has to be assigned to a co object whts the solution for this error?

2286


can a merchant exporter adjust or claim refund of input service tax ??

1803


what are the test cases for ticket vending machine?

3702


write the value of x and y after execution of the statements: int x=19,y; y=x++ + ++x; x++; y++;

1349