Reputation: 13721
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
Reputation: 79
Try using .xls file instead of .xlsx file. It should work fine.
Upvotes: 1