Removing a trial definition and data
- Stop the trial, using the following command:
pfadmin stop trial <trialname>
- Remove the trial, using the following command:
pfadmin remove trial <trialname>
To remove the DSNs from ODBC data source administration at the same time, use the following command:
pfadmin remove trial <trialname> /DSN
- Remove the user from the database.
Caution: When you execute this step, all trial data will be lost. In production, make sure you back up the trial database before removing the user.
- Log into SQLPLus.
- As the PFDBAdmin user, issue the following command:
drop user <trial_uid> cascade;