当前位置: 代码迷 >> Informix >> 创建数据库空间解决方法
  详细解决方案

创建数据库空间解决方法

热度:378   发布时间:2016-05-05 08:55:11.0
创建数据库空间
我第一次安装informix数据库,到数据库空间规划那一块看不懂,错了也不知道怎么弄,下面是几行操作代码,好像出了问题,请教一下这是出了什么问题,安装有没有错误。
[[email protected] ~/data]$ touch logdbs phydbs tempdbs workdbs
[[email protected] ~/data]$ ll
总计 0
-rw-rw-r-- 1 informix informix 0 02-23 07:19 logdbs
-rw-rw-r-- 1 informix informix 0 02-23 07:19 phydbs
-rw-rw---- 1 informix informix 0 02-23 07:03 rootdbs
-rw-rw-r-- 1 informix informix 0 02-23 07:19 tempdbs
-rw-rw-r-- 1 informix informix 0 02-23 07:19 workdbs
[[email protected] ~/data]$ chmod 660 *
[[email protected] ~/data]$ ll
总计 0
-rw-rw---- 1 informix informix 0 02-23 07:19 logdbs
-rw-rw---- 1 informix informix 0 02-23 07:19 phydbs
-rw-rw---- 1 informix informix 0 02-23 07:03 rootdbs
-rw-rw---- 1 informix informix 0 02-23 07:19 tempdbs
-rw-rw---- 1 informix informix 0 02-23 07:19 workdbs
[[email protected] ~/data]$ onspaces -c -d phydbs -p /opt/informix/data/phydbs -o 40 -s 1000000
directory /opt/informix is too secure (has mode 700, needs 550)
[[email protected] ~/data]$ 
------解决方案--------------------
不是写了么 目录权限不够啊
  相关解决方案