Descripción: invalid SQL statement
Causa: The statement is not recognized as a valid SQL statement. This error can occur if the Procedural Option is not installed and a SQL statement is issued that requires this option (for example, a CREATE PROCEDURE statement). You can determine if the Procedural Option is installed by starting SQL*Plus. If the PL/SQL banner is not displayed, then the option is not installed.
Acción: Correct the syntax or install the Procedural Option.
COMENTARIOS:
No hay comentarios sobre este error.