I tried to upload file in excel file to the sqldeveloper and faced problem date is null or invalid format
below is the steps how to solve it
you data will be easily imported
Solution (2)
below is the steps how to solve it
- open sqldeveloper , Tools --> preferences --> databases --> NLS
properties |
- check Date format and Timestamp format
- Open the Excel Sheet
- make the format of the cells in Excel sheet General and write the dates in the same format in the sqldeveloper
- write the date with the same format
you data will be easily imported
Solution (2)
- write a sample data in the table
- export the data in excel format.
- use exported file as a template and copy past the data into it
Solution (3)
- http://www.thatjeffsmith.com/archive/2012/04/how-to-import-from-excel-to-oracle-with-sql-developer/
References :
- http://stackoverflow.com/questions/6066780/excel-date-field-import-problem-in-oracle-sql-developer
No comments:
Post a Comment