Hello,
Is it possible to create a table and partition it (by range) on a column that is a “date value” but the datatype is character (character string).
Due to vendor restrictions, we are using character datatype to store date and I am running into ORA-00907 when I try to create a partition table by range on that column.
Yes you can, but how meaningful it is will depend on how the date is formatted -- if it's formatted YYYY-MM-DD for example you'd be ok, but if it was DD-MON-YYYY then you'd probably be wasting your time.
Bookmarks