Search notes:

PLS-00262: incorrect placement of AUTHID clause

One of the statements that throw a PLS-00262: incorrect placement of AUTHID clause is:
create type tq84_num_t authid definer as table of number(5);
/

See also

Oracle PL/SQL: Errors and warnings

Index