Oracle anonymous blocks

agarciacelis
agarciacelis Registered Posts: 1 ✭✭✭

Hi,

I am creating an anonymos block to run in an SQL script but i get an error.

This is an example of what i do and the error i get:

DECLARE
a VARCHAR(200);
BEGIN
a:= PACKAGE.FILLTABLE('20210222');
END;

PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following: := ; not null default character

Does anyone faced the same issue?

Thanks already,

A

Setup Info
    Tags
      Help me…