ora-00600

Custom aggregate function inside a package

半世苍凉 提交于 2019-12-12 09:48:34
问题 I'm trying to write a custom aggregate function in Oracle and group that function inside a package together with some other functions that I have. As an example (to simulate the problem I have) suppose my custom aggregation to do a summation of numbers looks like: CREATE OR REPLACE TYPE SUM_AGGREGATOR_TYPE AS OBJECT ( summation NUMBER, STATIC FUNCTION ODCIAggregateInitialize(agg_context IN OUT SUM_AGGREGATOR_TYPE) RETURN NUMBER, MEMBER FUNCTION ODCIAggregateIterate(self IN OUT SUM_AGGREGATOR

ORACLE server session terminated by fatal error

醉酒当歌 提交于 2019-12-06 16:15:32
问题 I have edited a Trigger and try to save. then i got below error. Error: ORA-00603: ORACLE server session terminated by fatal error ORA-00600: internal error code, arguments: [kqlidchg1], [], [], [], [], [], [], [], [], [], [], [] ORA-00604: error occurred at recursive SQL level 1 ORA-00001: unique constraint (SYS.I_PLSCOPE_SIG_IDENTIFIER$) violated i can't save my trigger with modifications. how can i solve this ? 回答1: ORA-00600 is a generic Oracle message indicating an unhandled side-effect

ORACLE server session terminated by fatal error

落花浮王杯 提交于 2019-12-04 21:14:29
I have edited a Trigger and try to save. then i got below error. Error: ORA-00603: ORACLE server session terminated by fatal error ORA-00600: internal error code, arguments: [kqlidchg1], [], [], [], [], [], [], [], [], [], [], [] ORA-00604: error occurred at recursive SQL level 1 ORA-00001: unique constraint (SYS.I_PLSCOPE_SIG_IDENTIFIER$) violated i can't save my trigger with modifications. how can i solve this ? ORA-00600 is a generic Oracle message indicating an unhandled side-effect of your action i.e. an Oracle bug. The precise reason for the bug may be dependent on the database version,