1

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?

data_henrik
  • 16,724
  • 2
  • 28
  • 49
user70329
  • 359
  • 2
  • 5

2 Answers2

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