Resolve “PLS-00201: identifier ‘TABLE_NAME’ must be declare” while trying to compile PL/SQL procedure.
Note: table is actually a synonym from another schema.
Resolve “PLS-00201: identifier ‘TABLE_NAME’ must be declare” while trying to compile PL/SQL procedure.
Note: table is actually a synonym from another schema.
smallwei 2:15 pm on October 12, 2009
When executing a SELECT statement, you need to have the SELECT privilege on the specific table, regardless of how you get to it.
However, to compile a procedure that selects from a table in another schema, you must have the SELECT privilege granted “explicitly”.