All posts by mpbod

ORA-00961: bad datetime/interval value

ORA-00961: bad datetime/interval value

ORA-00961: bad datetime/interval value
Cause:
Action:

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-00960: ambiguous column naming in select list

ORA-00960: ambiguous column naming in select list

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

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-00959: tablespace ‘string’ does not exist

ORA-00959: tablespace ‘string’ does not exist

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

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-00958: missing CHECK keyword

ORA-00958: missing CHECK keyword

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

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-00957: duplicate column name

ORA-00957: duplicate column name

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

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-00956: missing or invalid auditing option

ORA-00956: missing or invalid auditing option

ORA-00956: missing or invalid auditing option
Cause: AUDIT or NOAUDIT statement contains an invalid auditing option
Action: Use a valid option

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-00955: name is already used by an existing object

ORA-00955: name is already used by an existing object

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

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-00954: missing IDENTIFIED keyword

ORA-00954: missing IDENTIFIED keyword

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;

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-00953: missing or invalid index name

ORA-00953: missing or invalid index name

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

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/

ORA-00952: missing GROUP keyword

ORA-00952: missing GROUP keyword

ORA-00952: missing GROUP keyword
Cause: Groups are not currently implemented
Action: No user action required

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/