Saturday, November 10, 2018

Amazon Redshift - How to fix commands ignored error



Amazon Redshift - How to fix commands ignored error




On configuring SQL Workbench and accessing Amazon Redshift, give any command to be executed, we get below error


Error:



This is because AUTOCOMMIT has not been configured yet; to fix this, either we can apply 

SET AUTOCOMMIT ON; 

or

select 'Autocommit' check box while configuring connections in SQL Workbench

No comments:

Post a Comment