Oracle Error ORA-00903
Cause ORA-00903: A table or cluster name is invalid or does not exist.
This message is also issued if an invalid cluster name or no cluster
name is specified in an ALTER CLUSTER or DROP CLUSTER statement.
Action ORA-00903: Check spelling.
A valid table name or cluster name must begin with a letter and may
contain only alphanumeric characters and the special characters $, _,
and #.
The name must be less than or equal to 30 characters and cannot be a
reserved word.
|