Previous Topic

Next Topic

Book Contents

Removing a trial definition and data

  1. Stop the trial, using the following command:

    pfadmin stop trial <trialname>

  2. 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

  3. 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.

    1. Log into SQLPLus.
    2. As the PFDBAdmin user, issue the following command:

      drop user <trial_uid> cascade;

Send Feedback