Trung Tran
Trung Tran

Reputation: 13721

Import .xlsx to oracle sql developer error

I am exporting a .xlsx file with 1,000,000 rows to sql developer using the 'Import Data' function. However, I get the error:

Error during handleEvent on action 'Import Data... ' (id=998).
None of the attached controllers handled the action. -  oracle.ide.controller.IdeAction$ControllerDelegatingController@6eb6ea5e[oracle.dbt ools.raptor.controls.sqldialog.ObjectACtionController]

Can someone please help? Thanks!

Upvotes: 0

Views: 2481

Answers (1)

Ashwini Kondalakadu
Ashwini Kondalakadu

Reputation: 79

Try using .xls file instead of .xlsx file. It should work fine.

Upvotes: 1

Related Questions