Showing posts with label or NULL. Show all posts
Showing posts with label or NULL. Show all posts

Tuesday, 29 May 2012

ORA-31453: invalid value string for parameter, expecting: Y, N, or NULL

ORA-31453: invalid value string for parameter, expecting: Y, N, or NULL

Cause: The specified value was not Y, N or NULL.

Action: Specify Y, N or NULL for the parameter and retry the command.

Saturday, 17 March 2012

ORA-14308: partition bound element must be one of: string, datetime or interval literal, number, or NULL

ORA-14308: partition bound element must be one of: string, datetime or interval literal, number, or NULL

Cause: Partition bound list contained an element of invalid type (i.e. not a number, non-empty string, datetime or interval literal, or NULL)

Action: Ensure that all elements of partition bound list are of valid type