|
Oracle Error Code |
|
|
ora-00900 |
|
Description |
|
|
invalid SQL statement |
|
|
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 |
|
|
|
Correct the syntax or install the Procedural Option.
|
|
|
| Posts About Oracle Database Error ORA-00903 | | DBA: | Are you are trying to create a procedure ?
If so be sure that the Procedural Option is installed.
|
|
|
Do you have question or do you know about solution ?
Share with us. (No registration required)
|
|
Similar Errors |
|
|
|