Home » SQL & PL/SQL » SQL & PL/SQL » PLS-00801: internal error [*** ASSERT at file pdz2.c, line 4788; Illegal access (Text) (Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production, TNS for Linux: Version 12.2.0.1.0 - Production)
PLS-00801: internal error [*** ASSERT at file pdz2.c, line 4788; Illegal access (Text) [message #681247] Tue, 30 June 2020 03:34
s4.ora
Messages: 71
Registered: March 2010
Member
Hi All,

I am getting the below error while compiling a Function. Kindly help.

LINE/COL ERROR
--------- -------------------------------------------------------------
5/2 PLS-00801: internal error [*** ASSERT at file pdz2.c, line 4788; Illegal access (Text): Diana 107 doesn't have attribute 75; TEST_FN__DATAMIGRATION__F__482614[5, 2]]
Errors: check compiler log

This is the function I am using:
create or replace function test_fn
return number
is
begin
	return OCI_T_EQUIPMENT_ID.NEXTVAL@DBL.EAI;
end;

Previous Topic: Problem with Sequence-Creation via Trigger
Next Topic: Extract substring equal to a 7 digits number (merged)
Goto Forum:
  


Current Time: Thu Mar 28 15:17:02 CDT 2024