ORA-24950: unregister failed, registeration not found



ORA-24950: unregister failed, registeration not found..

Answer / guest

Cause: The registeration that was asked to be unregistered
could not be found.

Action: Please check the callback function name and the
subscription name in the unregister call.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Oracle Errors Interview Questions

DRG-50934: parser hash create failure

1 Answers  


ORA-01162: block size string in file header does not match configured block sizes

1 Answers  


ORA-24158: invalid table alias

1 Answers  


ORA-14130: UNIQUE constraints mismatch in ALTER TABLE EXCHANGE PARTITION

1 Answers  


KUP-00561: invalid length for binary integer field string

1 Answers  






LFI-01523: rename() failed.

1 Answers  


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

0 Answers   IBM,


ORA-01540: tablespace 'string' is not offline

1 Answers  


IMP-00088: Problem importing metadata for index string. Index creation will be skipped

1 Answers  


NNL-00263: Request forwarding is now enabled

1 Answers  


RMAN-06007: target database not mounted and db_name not set in init.ora

1 Answers  


ORA-27212: some entrypoints in Media Management Library are missing

1 Answers  


Categories