This command creates an ASE database with the specified ID and settings on an ASE database system.
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.
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 |
|
---|---|
|
Subaccount technical name
|
|
Enter a region host.
|
|
Use your e-mail, SAP ID, or user name
|
|
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.
|
|
ASE database ID
|
|
ID of a productive ASE database system
|
|
Name of the user for the ASE database
|
|
Password of the database user used to access the ASE database (optional, queried at the command prompt if omitted) |
|
Size of the database in MB
|
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
↗️ .
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