DB2移动数据库目录调整方法
由于目录变化,需要将数据库从目录/home/db2inst1移动到目录/public/home/guanghong.yu/db2inst1
由于目录变化,需要将数据库从目录/home/db2inst1移动到目录/public/home/guanghong.yu/db2inst1
重新编目数据库
$db2 uncatalog db Oracle
$db2 catalog db oracle
编目成功后会即可看到:
$db2 list db directory
Database alias = ORACLE
Database name = ORACLE
Local database directory = /public/home/guanghong.yu/db2inst1
Database release level = d.00
Comment =
Directory entry type = Indirect
Catalog database partition number = 0
Alternate server hostname =
Alternate server port number =
如上操作做了后仍然不能连接数据库,需要对表空间做如下操作:
编辑mvdb.cfg
DB_NAME=ORACLE
DB_PATH=/home/db2inst1,/public/home/guanghong.yu/db2inst1
INSTANCE=db2inst1
NODENUM=0
CONT_PATH=/home/db2inst1/db2inst1/NODE0000/ORACLE/T0000000/C0000000.CAT,/public/home/guanghong.yu/db2inst1/db2inst1/NODE0000/ORACLE/T0000000/C0000000.CAT
STORAGE_PATH=/home/db2inst1/,/public/home/guanghong.yu/db2inst1
运行如下命令:
$db2relocatedb -f mvdb.cfg
[db2inst1@hpserver2 db2]$ db2relocatedb -f mvdb.cfg
Files and control structures were changed successfully.
Database was catalogued successfully.
DBT1000I The tool completed successfully.
重新编目成功,数据库可以成功连接激活啦
[db2inst1@hpserver2 db2]$ db2 connect to oracle
Database Connection Information
Database server = DB2/LINUXX8664 9.7.5
SQL authorization ID = DB2INST1
Local database alias = ORACLE
OK,,移动后的数据库可以被使用啦。
DB2数据库性能调整和优化(第1、2版) PDF
DB2数据库性能优化介绍
DB2 9.7 for Linux 5.4安装详细步骤
本文永久更新链接地址:
上一篇: PHP 分析工具:forp
下一篇: 我的ssm项目总结
推荐阅读
-
SQL Server 数据库调整表中列的顺序操作方法及遇到问题
-
在Python中移动目录结构的方法
-
PowerShell移动目录中指定文件的方法(非全部文件)
-
linux 不改变目录结构移动 home 目录到新分区的操作方法
-
wdcp的/www目录大小调整或增加分区/硬盘的方法
-
oracle数据迁移到db2数据库的实现方法(分享)
-
Ubuntu中更改MySQL数据库文件目录的方法
-
excel怎么链接另一个表格的数据库(excel建立目录最简便方法)
-
excel怎么链接另一个表格的数据库(excel建立目录最简便方法)
-
Teambition网盘怎么调整文件位置? Teambition文件移动方法