| Subject | Re: Commit in execute block? |
|---|---|
| Author | |
| Post date | 2017-03-29T09:44:18Z |
OK, I guess there is not available better solution than quite risky:
in autonomous transaction do execute statement 'alter table accounts add balance double precision';
etc.
in autonomous transaction do execute statement 'alter table accounts add balance double precision';
etc.