Alias required in SELECT list of cursor to avoid duplicate column names
PLS-00418 – Oracle Error Code
Array bind type must match PL/SQL table row type
PLS-00403 – Oracle Error Code
Expression ‘string’ cannot be used as an INTO-target of a SELECT/FETCH statement
PLS-00404 – Oracle Error Code
Cursor ‘string’ must be declared with FOR UPDATE to use with CURRENT OF
PLS-00405 – Oracle Error Code
Subquery not allowed in this context
PLS-00406 – Oracle Error Code
Length of SELECT list in subquery must match number of assignment targets
PLS-00407 – Oracle Error Code
‘*’ not allowed here; a list of columns is required
PLS-00408 – Oracle Error Code
Duplicate column ‘string’ not permitted in INSERT or UPDATE
PLS-00409 – Oracle Error Code
Duplicate variable ‘string’ in INTO list is not permitted
PLS-00378 – Oracle Error Code
Invalid compilation unit for this release of PL/SQL
