Whenever I create a Db2 service in IBM Cloud, it takes the default database name BLUBDB. I want to change to user specific name like TESTDB?
Asked
Active
Viewed 1,050 times
1
-
Why do you need this? There may be other ways to achieve what you want. – mustaccio Oct 12 '18 at 19:42
2 Answers
1
Most of service plans for Db2 Warehouse on Cloud (formerly dashDB), then there is only a single database and the name is preset to BLUDB for simplicity. If you want to have more control, you could go with Db2 Hosted on IBM Cloud.

data_henrik
- 16,724
- 2
- 28
- 49
1
Alternatively, if you are already locally cataloguing the database you could add an alias.
For example:
db2 catalog tcpip node mynode remote dashdb-myinstance.bluemix.net server 50000
db2 catalog database bludb as testdb at node mynode

jackic23
- 139
- 5