为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:dm8
【操作系统】:Linux localhost.localdomain 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
【CPU】:x86
【问题描述】*:create tablespace "test" datafile '/dm8/test' size 128 CACHE = NORMAL;
create tablespace "test" datafile '/dm8/test' size 128 CACHE = NORMAL;
[-2401]:数据库文件路径[/dm8/test]错误.
已用时间: 31.993(毫秒). 执行号:0.
创建表空间语句create tablespace "test" datafile '/dm8/test.dbf' size 128 CACHE = NORMAL;
datafile 后面是数据文件的路径和文件名
文件权限和文件所在组及文件的创建用户不一致需修改
create tablespace "test" datafile '/dm8/test.dbf' size 128 CACHE = NORMAL;