RDOHELP72.HLB  —  DELETE_DATABASE, Examples
    Example 1

    Delete a database root file, storage area files, and snapshot
    files:

    DELETE DATABASE FILENAME 'DISK2:[ACCOUNTING]MF_PERSONNEL'.

    Example 2

    Delete a database and its data dictionary definitions:

    RDO> DELETE DATABASE PATHNAME 'DISK1:[DICTIONARY]CORP.MIS.PERSONNEL'.

    This statement deletes:

    o  The RDB file and the SNP file referred to in the data
       dictionary definition for the database (specified in the
       DEFINE DATABASE statement)

    o  The data dictionary entity
       DISK1:[DICTIONARY]CORP.MIS.PERSONNEL
Close Help