Data Upload to the Table in ADB Fails Due to ORA-1861 Error
(Doc ID 3030744.1)
Last updated on JUNE 28, 2024
Applies to:
Oracle SQL Developer Web - Version 23.4 and laterInformation in this document applies to any platform.
Symptoms
Data upload to a table in ADB fails due to error "ORA-01861: literal does not match format string" error if the data file has multiple records and is in Excel format (.xlsx). Additionally, the table includes several DATE columns.
Steps to reproduce:
- Create table from the SQL worksheet of your ADB.
- Right click the table and select "Data Loading" > "Upload Data...".
- Drag and drop <Filename>.xlsx to "Add File".
- Click "Upload" button.
- Check the error log table, SDW$ERR$_<TABLE_NAME>, "ORA-01861: literal does not match format string" occurs.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |