Showing posts with label ora-00900. Show all posts
Showing posts with label ora-00900. Show all posts

Friday, October 07, 2022

Ora-00900 invalid SQL statement

 ORA-00900 invalid SQL statement

    Oracle Database Error Code Messages ORA-00900 Description About Help;

Invalid SQL statement.

    Error Problem Cause;

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.

    How to Solve;ORA-00900 invalid SQL statement?

    Fix Action for Solve Ora-00900;

Correct the syntax or install the Procedural Option.

Featured Post

Ora-00921 Unexpected end of SQL Command

 ORA-00921 unexpected end of SQL command     Oracle Database Error Code Messages ORA-00921 About Help Description; Unexpected end of SQL com...

Search This Blog