ORA-00961: bad datetime/interval value
Cause:
Action:
ORA-00961: bad datetime/interval value
Cause:
Action:
ORA-00960: ambiguous column naming in select list
Cause: A column name in the order-by list matches more than one select list columns
Action: Remove duplicate column naming in select list
ORA-00959: tablespace ‘string’ does not exist
Cause: A statement specified the name of a tablespace that does not exist
Action: Enter the name of an existing tablespace. For a list of tablespace names, query the data dictionary
ORA-00958: missing CHECK keyword
Cause: The keyword CHECK should follow the keyword WITH in the WITH OPTION clause of the CREATE VIEW statement
Action: Check the statement syntax and insert the keyword CHECK where required. Then retry the statement
ORA-00957: duplicate column name
Cause: A column name was specified twice in a CREATE or INSERT statement. Column names must be unique within a table, view, or cluster
Action: In a CREATE statement, change one of the column names to a new, unique column name. In an INSERT statement, remove one of the duplicate names
ORA-00956: missing or invalid auditing option
Cause: AUDIT or NOAUDIT statement contains an invalid auditing option
Action: Use a valid option
ORA-00955: name is already used by an existing object
Cause: An attempt was made to create a database object (such as a table, view, cluster, index, or synonym) that already exists. A user’s database objects must have distinct names
Action: Enter a unique name for the database object or modify or drop the existing object so it can be reused
ORA-00954: missing IDENTIFIED keyword
Cause: A GRANT CONNECT statement was issued without the keyword IDENTIFIED
Action: Check the syntax and insert the keyword IDENTIFIED after the last username. The format is GRANT CONNECT TO user-list IDENTIFIED BY password-list;
ORA-00953: missing or invalid index name
Cause: An index name of the form [ . ] is expected but not present. If OIDINDEX clause, index name must be
Action: Enter an appropriate index name
ORA-00952: missing GROUP keyword
Cause: Groups are not currently implemented
Action: No user action required