Import Large Excel Files with SQL Developer

If you try to import large Excel files to SQL Developer, it may hang for a long time. But let say you like SQL Developer very much, or you are too lazy to find another tool, here is a way to load large Excel files. By converting the Excel files to CSV SQL Developer can load it much faster. The tool requires Python, and this week I’m into creating virtual environments, so I will do here. This works where Python works: ...

January 10, 2019 · 1 min · Øyvind Isene