Was this helpful?
Create a Public Database
When you create a database, it is public by default. Any Actian X user in that instance can connect to the database, but can only create or use tables if they have the necessary privileges. The user who creates a database becomes its database administrator.
To create a public database that uses the installation's default locations
Issue this command at the command line:
createdb dbname
For example, the following command creates a Unicode-enabled public database named demodb on the local node in the default locations:
createdb demodb
To locate a database’s data, checkpoint, journal, or dump files in locations other than the default locations, see the chapter “Using Alternate Locations.”
Last modified date: 11/09/2022