ORA-01830: date format picture ends before converting entire input string
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 01:06 PM
Hi,
Recently we are migrating our hive metastore workloads to unity catalog. As part of which, se are running into an following error with 15.4 DBR (UC) version where as it's working with 10.4 DBR (Hive). The requirement is to read the data from a table in oracle on premise and write to the external delta table.
Please note that there is a DATE column in the oracle table which is populated with Datetime values.
ORA-01830: date format picture ends before converting entire input string
spark query:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 10:45 AM - edited 12-11-2024 10:46 AM
@Kaviprakash thanks for your question!
Is this also probably specific to a cluster type ? Shared vs Single user?
If Shared Mode, can you please try restarting your cluster with the following Spark Configuration:
spark.connect.perserveOptionCasing true