Commit
Run the below command to commit changes.
> commit;
Disable
Run the below command to disable the dSource.
> source
> select testdb
> disable
> commit
Enable
Run the below command to enable the dSource.
> source
> select testdb
> enable
> commit