Skip to content

Latest commit

 

History

History
186 lines (113 loc) · 4.8 KB

create-db-ase-01a2177.md

File metadata and controls

186 lines (113 loc) · 4.8 KB

create-db-ase

This command creates an ASE database with the specified ID and settings on an ASE database system.

Remember:

SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.

For more information, see SAP Note 3351844.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

neo create-db-ase -a <subaccount_technical_name> -h <host> -u <e-mail_or_user> --dbsystem <database_system> -i <database_ID> --db-user <dbuser> --db-password <database_user_password> --db-size <database_size>

Required

-a, --account

Subaccount technical name

Type: string (up to 30 characters; lowercase letters and numbers, starting with a letter)

-h, --host

Enter a region host.

Type: URL, for acceptable values see Regions ↗️

-u, --user

Use your e-mail, SAP ID, or user name

Type: string

-p, --password

To protect your password, enter it only when prompted by the console client and not explicitly as a parameter in the properties file or the command line.

Type: string

-i, --id

ASE database ID

Type: string

--dbsystem

ID of a productive ASE database system

Type: string

--db-user

Name of the user for the ASE database

Type: string (up to 30 characters, starting with a letter)

--db-password

Password of the database user used to access the ASE database (optional, queried at the command prompt if omitted)

--db-size

Size of the database in MB

Note:

This parameter sets the maximum database size. The minimum database size is 24 MB. You receive an error if you enter a database size that exceeds the quota for this database system.

The size of the transaction log will be at least 25% of the database size you specify.

Note:

There is a limit to the number of databases you can create, and you'll see an error message when you reach the maximum number of databases. For more information on user database limits, see Creating Databases ↗️.

Example

neo create-db-ase -a mysubaccount -h hana.ondemand.com -u [email protected] --dbsystem mydbsys -i mydb --db-user mydbuser --db-password SECRET --db-size mydbsize

Related Information

Create SAP ASE Tenant Databases ↗️

delete-db-ase