ORA-00903: invalid table name
Cause: You tried to execute an SQL statement that included an invalid table name or the table name does not exist.
Action: The options to resolve this Oracle error are:
Rewrite your SQL to include a valid table name. To be a valid table name the following criteria must be met:
The table name must begin with a letter.
The table name can not be longer than 30 characters.
The table name must be made up of alphanumeric characters or the following special characters: $, _, and #.
The table name can not be a reserved word.
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Thursday, December 27, 2007
ORA-00903
Posted by Admin at 12/27/2007 12:01:00 PM
Labels: Oracle, Oracle Error
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment