Oracle DBA, How To, Error, Cause and Action

ORA-13474: invalid rasterDataTable name: string

ORA-13474: invalid rasterDataTable name: string


Cause:


The rasterDataTable name was not a valid nonquoted identifier, it contained a period separator, or not all of the alphanumeric characters were uppercase.



Action:


Ensure that the table name is a valid nonquoted identifier without any period separators, and that all the alphanumeric characters are uppercase.

No comments:

Post a Comment

Thanks for your comment.