Open joelthill opened 2 months ago
Hi Max, Pls let me know if I can help with logs or samples. j.
@joelthill Sorry for the late response!
It's possible that %rowtype
is not supported. We need to check this in detail. It would be really helpful if you could provide some sql to set up a minimal sample database to reproduce the problem.
Regarding Oracle databases: We usually use oracle 18-xe or oracle 21-xe.
Which version are you using?
Hi Max, Let me see what I can come up with as a stripped-down sample. We're on Oracle Database 19c Enterprise Edition, 19.24 as of today. j.
I am trying to archive an oracle database. Processing fails with the following error message:
A quick review of the context (the line starting with "Routine:") revealed that FK_ASLH_PRFG_VE_INHLT_MUSS is declared as:
My gut feeling tells me that the %ROWTYPE type declaration (line starting with "Type: ") might be the cause of the issue. Other plain vanilla type declarations having been processed without any problems earlier in the process, I am wondering if SIARD is able to handle %ROWTYPE corrrectly?
cheers j.