ORA-14120: incompletely specified partition bound for a DATE
column



ORA-14120: incompletely specified partition bound for a DATE column..

Answer / guest

Cause: An attempt was made to use a date expression whose
format does not fully (i.e. day, month, and year (including
century)) specify a date as a partition bound for a DATE
column. The format may have been specified explicitly (using
TO_DATE() function) or implicitly (NLS_DATE_FORMAT).

Action: Ensure that date format used in a partition bound
for a DATE column supports complete specification of a date
(i.e. day, month, and year (including century)). If
NLS_DATE_FORMAT does not support complete (i.e. including
the century) specification of the year, use TO_DATE() (e.g.
TO_DATE('01-01-1999', 'MM-DD-YYYY') to fully express the
desired date.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-23422: Oracle Server could not generate an unused job number

1 Answers  


ORA-29341: The transportable set is not self-contained

1 Answers  


ORA-16574: switchover disallowed when required databases are offline

1 Answers  


NNL-00239: Resetting of statistic counters is now disabled

1 Answers  


ORA-30189: reserved for future use

1 Answers  






ORA-25265: specified signature for a queue which does not support reciever non-repudiation

1 Answers  


TNS-01041: %s parameter "string" set to string

1 Answers  


ORA-12025: materialized view log on "string"."string" already has primary keys

1 Answers  


ORA-09809: Unable to get user's group ID from connection

1 Answers  


ORA-10635: Invalid segment or tablespace type

1 Answers  


ORA-25211: invalid DELAY specified when using sequence deviation

1 Answers  


ORA-31628: error getting worker process exception

1 Answers  


Categories