Scalable Database Server, HiRDB Version 8 Installation and Design Guide
This section describes the procedure for deleting plug-ins that have been registered into HiRDB. Deleting a plug-in means the following:
The plug-in-provided file that contains the plug-in file set is not deleted.
Before deleting a plug-in, the HiRDB administrator must delete the database resources listed below. Table 5-2 lists the SQL statements that can be used to delete these resources.
Table 5-2 SQL statements for deleting database resources
| Database resources to be deleted | SQL statement to be used |
|---|---|
| Table | DROP TABLE |
| Index | DROP INDEX |
| Function | DROP FUNCTION |
| Procedure | DROP PROCEDURE |
| Abstract data type | DROP DATA TYPE* |
The following command is executed for each plug-in that is to be deleted:
pdplgrgst -d plug-in-definition-filename PIC-filename
For details about how to delete registry information, see the applicable plug-in documentation.
The pdstop command must be entered to terminate HiRDB normally.
When HiRDB is terminated normally, the pdplugin operand must be deleted from the applicable system common definitions.
The plug-in must be uninstalled from the server machine. For details about the uninstallation, see the procedure for the applicable plug-in.
All Rights Reserved. Copyright (C) 2007, Hitachi, Ltd.