HP 3000 Manuals

RENAME BASE [ DBChange Plus User's Guide ] MPE/iX 5.0 Documentation


DBChange Plus User's Guide

RENAME BASE 

Renames the database.

Syntax 

     REN[AME] BA[SE] NewDatabaseName 

Parameters 

NewDatabaseName     is the new database name.  A database name must be
                    from 1 to 6 alphanumeric characters, the first of
                    which must be alphabetic.

Description 

Use this command to rename the database named in the previous BASE
command.  Note that the database is physically renamed only after DBAPLUS
is run.

Example 

     >base orders 
     >rename base order2 

In this example, the database ORDERS is renamed to ORDER2.  Before
renaming the database, the schema listing begins like this:

     BEGIN DATABASE ORDERS;

After renaming the database, the schema listing begins like this:

     BEGIN DATABASE ORDER2;



MPE/iX 5.0 Documentation