VMS Help  —  RMU72  Close  Examples
    Example 1

    When you issue the following command from a node in a cluster,
    the Cluster qualifier shuts down the database for the entire
    cluster, even if no users are on the node from which you issued
    the command. The Wait qualifier causes Oracle RMU to close the
    database before the system prompt is returned.

    $ RMU/CLOSE/CLUSTER/WAIT MF_PERSONNEL.RDB

    Example 2

    The following command closes the mf_personnel database in the
    [.WORK] directory, all the databases in the [.TEST] directory,
    and the databases specified by the path names CDD$TOP.FINANCE and
    SAMPLE_DB:

    $ RMU/CLOSE DISK1:[WORK]MF_PERSONNEL, CDD$TOP.FINANCE/PATH, -
    _$ DISK1:[TEST]*, SAMPLE_DB/PATH
Close Help