SantaMufasa
Technical User
I'm following our shop's accepted protocols for creating a new database on a newly created DB2 9.1 instance. I issue the following command:
The response was...
Can you see what I did wrong?
Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
Code:
mkdir /dbsrv/db2/data1/db2v91/recert1
db2 "create database recert1 on '/dbsrv/db2/data1/db2v91/recert1' collate using identity
catalog tablespace
managed by system using ('/dbsrv/db2/data1/db2v91/recert1')
extentsize 64 prefetchsize 32
user tablespace
managed by system using ('/dbsrv/db2/data1/db2v91/recert1')
extentsize 64 prefetchsize 64
temporary tablespace
managed by system using ('/dbsrv/db2/data1/db2v91/recert1')
with 'recert1 database'"
db2 terminate
Code:
SQL0298N Bad container path. SQLSTATE=428B2
Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]