Database Error Messages

ORA-03060

Data type string is invalid.

Cause

The data type entered in the CREATE or ALTER TABLE statement was not valid.


Action

Correct the syntax. This may involve doing one of the following:

  • Fix the mispelled data type.
  • If the data type is an ADT, then remove any specified parameters.
  • If the data type is an Oracle supplied data type, then remove any specified parameters.