Followers

Thursday, December 22, 2016

Upgrading Editioning View after Alter table

In development instances, after altering the table, the Editioning View needs to be upgraded. Below is the command to upgrade the Editioning View.

exec ad_zd_table.upgrade('OWNER', 'TABLE_NAME')

No comments:

Post a Comment