Quote:
|
Originally Posted by dcazares
Hello I have a big trouble
please help me!
I had a data base with your tablespaces in a diferent filesystem.
the database was dropped but not the tablespaces, they already exist,
how I can access to data or restore the database from these containers?
I don't have any backup.
I have the original script to create the database.
after create db, I replace the new containers with the old containers,
and then startup the engine.
when try to connect to database i have a message:
SQL0293N Error accessing a table space container. SQLSTATE=57048
the containers are DMS. the script for db creation is a follows:
create database prueba catalog tablespace managed by database using (file '/cluster/nfs/db2/catalogtbs' 25600) user tablespace managed by database using (file '/cluster/nfs/db2/usertbs' 524288) temporary tablespace managed by database using (file '/cluster/nfs/db2/temptbs' 128000)
regards
Diego
|
I'm not following 100%...
So you had a database, it had some DMS containers.
You dropped the database, but managed to somehow keep the tablespace containers?
Now you want to access the data in those containers?
Is that correct?
You *really* are not in a good place if this is true, the only supported way would be a restore. If you don't have a backup, there *may* be something you can do with db2dart, but I wouldn't hold my breath... do you have the catalog tablespace???
Call support...