This documentation site is no longer maintained. For the latest Delphix product documentation, please visit help.delphix.com
Continuous Data

Commit, disable, and enable

Commit

Run the below command to commit the change

> commit;

Disable

Run the below command to disable the dSource.

Example - 

> source

> select testdb

> disable

> commit


Enable

Run the below command to enable the dSource.

Example - 

> source

> select testdb

> enable

> commit