4. Creating a Database and Loading Data
 
Share this page                  
Creating a Database and Loading Data
 
Create a Database
Connect to or Disconnect from a Database
Create a Table
Loading Data
Statistics for the Query Optimizer
Optimize System Catalogs with sysmod
Run a Reporting Query
Create a Database
After VectorH is installed you can create your databases.
First, you must log in to the master node as the actian user and source your environment.
To source the environment
Enter the following commands:
su - actian
source .ingVHsh
To create a database named dbtest
createdb dbtest
More information:
Viewing Database Information