CREATEDB

Creates a database.

Syntax

CREATEDB appName dbName

appName Name of the application in which to create a database.
dbName Name of the database to create.

Example

To create an database called FINANCE under an application named TBC:

CREATEDB "TBC" "FINANCE";

©2004 Hyperion Solutions Corporation. All Rights Reserved.
http://www.hyperion.com