cancel
Showing results for 
Search instead for 
Did you mean: 

when call user defined function get [-9206]: System error: AK Duplicate cat

Former Member
0 Kudos

Hi,

i started today the use of defined functions on version 7.6.03.15, after i create my first function, when i try to use on a SQL statement i get the message "[-9206]: System error: AK Duplicate catalog information:FFFFFFFFFFFFFFFF00C10002"

i checked the knldiag.err and extracted the follow lines:

641:  2008-05-21 09:51:33  3571 ERR 51105 AK CACHE FFFFFFFFFFFFFFFF00C100020000000000000000
642:  2008-05-21 09:51:33  3571 ERR 51080 SYSERROR -9206 AK Duplicate catalog information:F

since i think that this can be a problem on my database, i installed the DEMODB and used functions from Tutorial, and all works fine.

back again on my database, i dropped the function, and recreate the function, and now the function works fine too, and i cant reproduce anymore the error.

exists any know issue with this behavior?

Thanks

Clóvis

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

no need to check the catalog, as the duplicate info is a temporary one and was thrown away when the corresponding session has been closed.

I do not remember and I did not find any corresponding error-description. So, if this error re-occurs, please send the function-definition, the statements using this and the vtrace (if it was switched on just by chance) or the sequence of statements which where executed concerning the corresponding tables (create/drop index, alter table,...) between the time, the function worked fine and then.

I hope, that this error will not re-occur.

Elke

Former Member
0 Kudos

Hi,

I tested again, and discover when the problem occurs, is if i call a function and i dont set an alias for my table:

running something like this SQL after creating the functions i get the AK error:

SELECT
APP_NAME.getAccountNumber(account_id,subaccount_id) account_number,
APP_NAME.getAccountName(account_id,subaccount_id) account_name
FROM balance
WHERE
account_id = '00000001'

putting an alias to balance i dont get the AK error,

function definition and data structure is on

after i checked that the problem is with alias, i started to use alias always when use with functions, after some runs i get a database Crash, follow is the knldiag.err output:


682  2008-05-24 07:48:55                          --- Starting GMT 2008-05-24 10:48:55           7.6.03   Build 015-123-173-107 
683  2008-05-24 09:00:52  2167 ERR 51105 AK CACHE 090000002020202000B100010000000000000000
684  2008-05-24 09:00:52  2167 ERR 51080 SYSERROR -9206 AK Duplicate catalog information:0
685  2008-05-24 09:03:40  2167 ERR     4 Join     Object creation failed,TYPE=Join_JoinOperator2
686  2008-05-24 09:17:51     0 ERR 11330 COREHAND ABORTING due to signal 11
687  2008-05-24 09:17:51     0 ERR 11599 BTRACE   ----> Emergency Stack Back Trace <----
688  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (0):0xeb9495
689  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (1):0xeb94f9
690  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (2):0xeb9517
691  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (3):0xefc0d8
692  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (4):0x3e6480dd20
693  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (5):0x81a14f
694  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (6):0x81bfe1
695  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (7):0x821736
696  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (8):0x80a2b0
697  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (9):0x80ad68
698  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (10):0x80b4f7
699  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (11):0x6f569a
700  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (12):0x6f6409
701  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (13):0x82d441
702  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (14):0x82eb6f
703  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (15):0x82ef2b
704  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (16):0x82ffbb
705  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (17):0x832b05
706  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (18):0xdc9674
707  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (19):0xdc9853
708  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (20):0xe53278
709  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (21):0xf02f6c
710  2008-05-24 09:17:51     0 ERR 11599 BTRACE   (22):0x3e63c41810
711  2008-05-24 09:17:51     0 ERR 11599 BTRACE   ----> Register Dump <----
712  2008-05-24 09:17:51     0 ERR 11599 BTRACE   -----------------------------------------------------
713  2008-05-24 09:17:51     0 ERR 11599 BTRACE   rax rbx      0x7fffffff00000000 0x0000000000000000 
714  2008-05-24 09:17:51     0 ERR 11599 BTRACE   rcx rdx      0x00002aaac1280118 0x0000000000000000 
715  2008-05-24 09:17:51     0 ERR 11599 BTRACE   rsi rdi      0x0000000000000000 0x00002aaaab1309e0 
716  2008-05-24 09:17:51     0 ERR 11599 BTRACE   rbp rsp      0x0000000000000000 0x00002aaac127fba0 
717  2008-05-24 09:17:51     0 ERR 11599 BTRACE   r08 r09      0x00000000000024e6 0x0000000000000001
718  2008-05-24 09:17:51     0 ERR 11599 BTRACE   r10 r11      0x000000000000000c 0x00002aaaab139648
719  2008-05-24 09:17:51     0 ERR 11599 BTRACE   r12 r13      0x00002aaac12801a0 0x0000000000000000
720  2008-05-24 09:17:51     0 ERR 11599 BTRACE   r14 r15      0x00002aaaab1309e0 0x0000000000000000
721  2008-05-24 09:17:51     0 ERR 11599 BTRACE   
722  2008-05-24 09:17:51     0 ERR 11599 BTRACE   rip eflags   0x000000000081a14f 0x0000000000010202 
723  2008-05-24 09:17:51     0 ERR 11599 BTRACE   cs fs gs     0x7fff000000000033
724  2008-05-24 09:17:51     0 ERR 11599 BTRACE   --------------------------------------------------
725  2008-05-24 09:17:51     0 ERR 11599 BTRACE   cwd swd      0x037f             0x
726  2008-05-24 09:17:51     0 ERR 11599 BTRACE   ftw fop      0x0000             0x
727  2008-05-24 09:17:51     0 ERR 11599 BTRACE   rip rdp      0x0000000000000000 0x0000000100000000]
728  2008-05-24 09:17:51     0 ERR 11599 BTRACE   mxcsr mask   0x000000000000001fa0         0x0000ffff]
729  2008-05-24 09:17:51     0 ERR 11599 BTRACE   st0      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
730  2008-05-24 09:17:51     0 ERR 11599 BTRACE   st1      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
731  2008-05-24 09:17:51     0 ERR 11599 BTRACE   st2      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
732  2008-05-24 09:17:51     0 ERR 11599 BTRACE   st3      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
733  2008-05-24 09:17:51     0 ERR 11599 BTRACE   st4      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
734  2008-05-24 09:17:51     0 ERR 11599 BTRACE   st5      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
735  2008-05-24 09:17:51     0 ERR 11599 BTRACE   st6      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
736  2008-05-24 09:17:51     0 ERR 11599 BTRACE   st7      [0x0000 0x0000 0x2f00 0x8074 - 0x3fff]
737  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm00   [0x00000001 0x40fffe58 0x00000000 0x00000000]
738  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm01   [0x42340000 0x00000000 0x00000000 0x00000000]
739  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm02   [0x00000000 0x40468000 0x00000000 0x00000000]
740  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm03   [0x3f000000 0x00000000 0x00000000 0x00000000]
741  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm04   [0x00000000 0x4122bccc 0x00000000 0x00000000]
742  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm05   [0x00000000 0x00000000 0x00000000 0x00000000]
743  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm06   [0x00000000 0xbff00000 0x00000000 0x00000000]
744  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm07   [0x00000000 0x3ff00000 0x00000000 0x00000000]
745  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm08   [0x00000000 0x00000000 0x00000000 0x00000000]
746  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm09   [0x00000000 0x00000000 0x00000000 0x00000000]
747  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm10   [0x00000000 0x00000000 0x00000000 0x00000000]
748  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm11   [0x00000000 0x00000000 0x00000000 0x00000000]
749  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm12   [0x00000000 0x00000000 0x00000000 0x00000000]
750  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm13   [0x00000000 0x00000000 0x00000000 0x00000000]
751  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm14   [0x00000000 0x00000000 0x00000000 0x00000000]
752  2008-05-24 09:17:51     0 ERR 11599 BTRACE   xmm15   [0x00000000 0x00000000 0x00000000 0x00000000]
753  2008-05-24 09:17:51     0 ERR 11599 BTRACE   --------------------------------------------------
754  2008-05-24 09:17:51     0 ERR 11599 BTRACE   ----> Module List <----
755  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |.text Start       |.text End         | Module File Name
756  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000000000400000|0x00000000010d4000| /opt/sdb/7603/pgm/kernel
757  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000003e63800000|0x0000003e6381a000| /lib64/ld-2.6.so
758  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000003e63a19000|0x0000003e63a1a000| /lib64/ld-2.6.so
759  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000003e63c00000|0x0000003e63d47000| /lib64/libc-2.6.so
760  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000003e63f46000|0x0000003e63f4a000| /lib64/libc-2.6.so
761  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000003e64000000|0x0000003e64002000| /lib64/libdl-2.6.so
762  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000003e64202000|0x0000003e64203000| /lib64/libdl-2.6.so
763  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000003e64400000|0x0000003e64482000| /lib64/libm-2.6.so
764  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000003e64681000|0x0000003e64682000| /lib64/libm-2.6.so
765  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000003e64800000|0x0000003e64815000| /lib64/libpthread-2.6.so
766  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000003e64a14000|0x0000003e64a15000| /lib64/libpthread-2.6.so
767  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000003e67000000|0x0000003e67007000| /lib64/librt-2.6.so
768  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000003e67207000|0x0000003e67208000| /lib64/librt-2.6.so
769  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x0000003e76200000|0x0000003e7620d000| /lib64/libgcc_s-4.1.2-20070503.so.1
770  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x00002aaaaaabc000|0x00002aaaaab7d000| /usr/lib64/libstdc++.so.5.0.7
771  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x00002aaaaaeec000|0x00002aaaaaef6000| /lib64/libnss_files-2.6.so
772  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x00002aaaab0f5000|0x00002aaaab0f6000| /lib64/libnss_files-2.6.so
773  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0x00002aaac72b3000|0x00002aaac74bd000| /opt/sdb/7603/lib/liboms.so
774  2008-05-24 09:17:51     0 ERR 11599 BTRACE   |0xffffffffff600000|0xffffffffff601000| [vdso]
775  2008-05-24 09:17:51     0 ERR 11599 BTRACE   
776  2008-05-24 09:17:51     0 ERR 11599 BTRACE   ----> Symbolic Stack Back Trace <----
777  2008-05-24 09:17:51     0 ERR 11599 BTRACE      0: 0x0000000000eb8b2d eo670_UnixTraceStack +0x01ad
778  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
779  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
780  2008-05-24 09:17:51     0 ERR 11599 BTRACE      1: 0x0000000000eb94f9 eo670_CTraceContextStackOCB +0x0009
781  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
782  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
783  2008-05-24 09:17:51     0 ERR 11599 BTRACE      2: 0x0000000000eb9517 eo670_CTraceContextStack +0x0017
784  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
785  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
786  2008-05-24 09:17:51     0 ERR 11599 BTRACE      3: 0x0000000000efc0d8 en81_CrashSignalHandler +0x00e8
787  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
788  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
789  2008-05-24 09:17:51     0 ERR 11599 BTRACE      4: 0x0000003e6480dd20 tfind@@GLIBC_2.2.5 +0xdd20
790  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /lib64/libpthread-2.6.so
791  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
792  2008-05-24 09:17:51     0 ERR 11599 BTRACE      5: 0x000000000081a14f a67_bextcolindex +0x003f
793  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
794  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
795  2008-05-24 09:17:51     0 ERR 11599 BTRACE      6: 0x000000000081bfe1 a67_sel3_second_part +0x01f1
796  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
797  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
798  2008-05-24 09:17:51     0 ERR 11599 BTRACE      7: 0x0000000000821736 a67_s_sel_second_part +0x01d6
799  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
800  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
801  2008-05-24 09:17:51     0 ERR 11599 BTRACE      8: 0x000000000080a2b0 a660_query_execute +0x1760
802  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
803  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
804  2008-05-24 09:17:51     0 ERR 11599 BTRACE      9: 0x000000000080ad68 a660select +0x0298
805  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
806  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
807  2008-05-24 09:17:51     0 ERR 11599 BTRACE     10: 0x000000000080b4f7 a660_select +0x0517
808  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
809  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
810  2008-05-24 09:17:51     0 ERR 11599 BTRACE     11: 0x00000000006f569a ak35call_semantik +0x05ca
811  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
812  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
813  2008-05-24 09:17:51     0 ERR 11599 BTRACE     12: 0x00000000006f6409 a35_asql_statement2 +0x0a09
814  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
815  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
816  2008-05-24 09:17:51     0 ERR 11599 BTRACE     13: 0x000000000082d441 ak92not_only_execute +0x0551
817  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
818  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
819  2008-05-24 09:17:51     0 ERR 11599 BTRACE     14: 0x000000000082eb6f ak92analyze_messagetype +0x09bf
820  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
821  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
822  2008-05-24 09:17:51     0 ERR 11599 BTRACE     15: 0x000000000082ef2b a92_mode_analyzer +0x009b
823  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
824  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
825  2008-05-24 09:17:51     0 ERR 11599 BTRACE     16: 0x000000000082ffbb ak93one_command +0x049b
826  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
827  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
828  2008-05-24 09:17:51     0 ERR 11599 BTRACE     17: 0x0000000000832b05 a93_user_commands +0x0545
829  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
830  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
831  2008-05-24 09:17:51     0 ERR 11599 BTRACE     18: 0x0000000000dc9674 _Z7SQLTaskR20tak_all_command_globRhb +0x0074
832  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
833  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
834  2008-05-24 09:17:51     0 ERR 11599 BTRACE     19: 0x0000000000dc9853 _Z11Kernel_MainR13RTETask_ITask +0x01b3
835  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
836  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
837  2008-05-24 09:17:51     0 ERR 11599 BTRACE     20: 0x0000000000e53278 RTETask_TaskMain +0x0038
838  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
839  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
840  2008-05-24 09:17:51     0 ERR 11599 BTRACE     21: 0x0000000000f02f6c _Z23en88_CallKernelTaskMainP9TASK_TYPE +0x00bc
841  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /opt/sdb/7603/pgm/kernel
842  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
843  2008-05-24 09:17:51     0 ERR 11599 BTRACE     22: 0x0000003e63c41810 _dl_tls_get_addr_soft@@GLIBC_PRIVATE +0x41810
844  2008-05-24 09:17:51     0 ERR 11599 BTRACE          /lib64/libc-2.6.so
845  2008-05-24 09:17:51     0 ERR 11599 BTRACE         Frameinfo [0x0]
846  2008-05-24 09:17:51     0 ERR 11599 BTRACE   ----> End of Stack Back Trace <----
847  2008-05-24 09:17:51     0 ERR 11330 COREHAND dump of siginfo content:
848  2008-05-24 09:17:51     0 ERR 11330 COREHAND  signal     11 (SIGSEGV)
849  2008-05-24 09:17:51     0 ERR 11330 COREHAND  code       128 (unknown)
850  2008-05-24 09:17:51     0 ERR 11330 COREHAND  errno      0
851  2008-05-24 09:17:51     0 ERR 11330 COREHAND  value(int) 2147483647
852  2008-05-24 09:17:51     0 ERR 11330 COREHAND  value(ptr) @7FFFFFFF7FFFFFFF
853  2008-05-24 09:17:51     0 ERR 11330 COREHAND  pid        0
854  2008-05-24 09:17:51     0 ERR 11330 COREHAND  addr       @0
855  2008-05-24 09:17:51     0 ERR 11599 BTRACE   analysing LVCMem_Allocator_001
856  2008-05-24 09:17:51     0 ERR 11599 BTRACE   
857  2008-05-24 09:17:51     0 ERR 11599 BTRACE   no problems detected in LVCMem_Allocator_001
858  2008-05-24 09:17:51     0 ERR 12006 DBCRASH  Kernel exited without core and exit status 0x2f00
859  2008-05-24 09:17:51     0 ERR 12008 DBCRASH  Kernel exited due to reentered signal handler
860  2008-05-24 09:17:52                          ___ Stopping GMT 2008-05-24 12:17:52           7.6.03   Build 015-123-173-107 
861  2008-05-24 09:20:17                          --- Starting GMT 2008-05-24 12:20:17           7.6.03   Build 015-123-173-107 

note that line 683 to 685 is about AK error, when i call the function without the alias, from line 686 is when the database crash, when i'm testing functions, after the restart i can call the function many times and database dont crash anymore.

this crash is a consequence of AK error? or dont have any relation and just is a new problem?

any idea

KR

Clóvis

Answers (1)

Answers (1)

lbreddemann
Active Contributor
0 Kudos

Hi Clovis,

It looks like that there had been a duplicate entry for a temp file in the database which has already been dropped now.

I'm not aware of any bugs for this - maybe you want to perform a CHECK CATALOG to make sure the catalog is OK for your instance?

KR Lars