Hello gurus:
I am trying to load data from an Excel spreadsheet into an Oracle table, using PL/SQL Developer's ODBC Importer. However, I have run into a rather intractable problem:
One of the fields in the spreadsheet is a zip code, but when I load the spreadsheet, this zip code is not imported into many (but not all) of the records in the table.
I thought perhaps that the format of these zip codes might have something to do with the problem, so I tried first changing all zip codes to the Special - Zip code format. That did not solve the problem.
Then I tried formatting it as text, left aligned, but that did not work either.
Does anybody have any idea why this would be happening?
My version of PL/SQL Developer is 7.1.1.1339
Thanks.
I am trying to load data from an Excel spreadsheet into an Oracle table, using PL/SQL Developer's ODBC Importer. However, I have run into a rather intractable problem:
One of the fields in the spreadsheet is a zip code, but when I load the spreadsheet, this zip code is not imported into many (but not all) of the records in the table.
I thought perhaps that the format of these zip codes might have something to do with the problem, so I tried first changing all zip codes to the Special - Zip code format. That did not solve the problem.
Then I tried formatting it as text, left aligned, but that did not work either.
Does anybody have any idea why this would be happening?
My version of PL/SQL Developer is 7.1.1.1339
Thanks.