Question
2
Replies
591
Views
Wartsila Corporation
Posted: August 1, 2018
Last activity: August 2, 2018
Closed
DDL Execution using RDB
Hi,
I am trying to execute alter script using RDB- SAVE, since i don't have access to PostgresQL Database. But getting below exception.
Issued a DDL statement through executeRDB - DDL changes should not use this method! Query: Alter Table pegadata.XXXXX alter column XXXX VARCHAR(64)
Can you please suggest me how can i run the alter script if i don't have DB access?
Note: This server is hosted on-premise.
Thanks,
Krishna M
Hi,
You can not use DDL queries using RDB methods.
Could you please try 'Modify schema' option, using below path?
Regards,
Gopesh