Description: invalid compilation unit for this release of PL/SQL
Cause: A compilation unit is a file containing PL/SQL source code that is
passed to the compiler. Only compilation units containing blocks,
declarations, statements, and subprograms are allowed. This error
occurs when some other language construct is passed to the compiler.
Action: Make sure the compilation unit contains only blocks, declarations,
statements, and subprograms.
CREATE OR REPLACE FUNCTION SCART.GETMENGEVIAID(LOGID BINARY_INTEGER) RETURN BINARY_INTEGER;
The code is missing.
[Updated on: Tue, 25 January 2022 10:53]
Report message to a moderator