I'm also not quite sure why you are posting this without just attempting it, but yes, this will work without problem.
The only issues you might have are:
If the NUMDB
database manager configuration parameter is small enough that you can't activate both databases at the same time (in addition to whatever other databases are activated within the DB2 instance).
If you use the AUTOCONFIGURE
option for CREATE DATABASE
with some silly default values so you exhaust system memory
System resource contention (disk, CPU) slowing the process down.
This is really an odd question – it's hard to image a scenario where you would need to create multiple databases simultaneously. Are you coming from a different DBMS (like MySQL or SQL Server), where the concept of a database is more like a schema in DB2?
db2detaildeadlock
directory corresponds to theDB2DETAILDEADLOCK
event monitor that is automatically created in all DB2 9.7 and earlier databases. Nothing to worry about with this. – Ian Bjorhovde Oct 31 '13 at 0:41