SantaMufasa
Technical User
In Oracle, if I wanted to move datafiles from their current locations to different filesystem locations, I would:
1) Shutdown the database instance
2) "mv" the datafile(s) to new location(s)
3) "startup mount" the database
4) "ALTER DATABASE
RENAME DATAFILE "<file-1 old location>" to "<file-1 new location>"...
5) "ALTER DATABASE OPEN"
What would be the counterpart steps in DB2?
Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
1) Shutdown the database instance
2) "mv" the datafile(s) to new location(s)
3) "startup mount" the database
4) "ALTER DATABASE
RENAME DATAFILE "<file-1 old location>" to "<file-1 new location>"...
5) "ALTER DATABASE OPEN"
What would be the counterpart steps in DB2?
Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]