Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-28037: Cannot Get Session Key for RACF Authentication

1 2356

ORA-28038: disallow O2LOGON

1 2373

ORA-28039: cannot validate Kerberos service ticket

1 2112

ORA-28040: No matching authentication protocol

1 8606

ORA-28041: Authentication protocol internal error

1 9719

ORA-28042: Server authentication failed

1 2463

ORA-28043: invalid bind credentials for DB-OID connection

1 4985

ORA-28044: unsupported directory type

1 4034

ORA-28045: SSL authentication between database and OID failed

1 7329

ORA-28046: Password change for SYS disallowed

1 6215

ORA-28047: database is not a member of any enterprise domain in OID

1 7137

ORA-28100: policy function schema string is invalid

1 4326

ORA-28101: policy already exists

1 8087

ORA-28102: policy does not exist

1 6701

ORA-28103: adding a policy to an object owned by SYS is not allowed

1 5993


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

1473


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

1885


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

1752


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

1713


NZE-28868: Peer certificate chain check failed.

2265






ORA-26084: direct path context already finished

1483


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

1559


ORA-16626: failed to enable specified object

1773


IMP-00070: Lob definitions in dump file are inconsistent with database.

1288


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

3403


ORA-26079: file "string" is not part of table string.string

1521


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

2299


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

2321


NZE-28890: Entrust Login Failed

1409


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