Configure the CDD
Note: It is strongly recommended that the default tablespace for the CDD user should be something other than the InForm software tablespace.
To set up and configure CDD mappings for a trial database:
- Ensure that the target trial is running.
- Create a CDD schema with the DSN name, DSN user, and DSN password using the following syntax:
pfadmin setup cdd <CDDRefName> <TrialName> /DB <oracle_connection_string> <CDD_DSN> <UID> <PID>
For example:
pfadmin setup cdd PFSTCDD pfst46 /DB testmachine_dev1 pfstcdd pfstcdduid pstcddpid
- Activate the CDD sot that it is functionality transactional:
pfadmin config cdd <trialName> <CDD_DSN> active
For example:
pfadmin config cdd pfst46 pfstcdd active
- Enable the CDD functionality for the trial:
pfadmin config cdd TrialName enable
For example:
pfadmin config cdd pfst46 enable
For more information, see PFAdmin syntax.