为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:DM8
【操作系统】:windows10
【CPU】:intel x86
【问题描述】*:oracle有个创建临时表空间的功能,请问达梦DM8如何创建临时表空间,具体语法在哪可以查询,谢谢。
达梦默认临时表空间TEMP,如果需要新增数据文件,例如:alter tablespace "TEMP" add datafile '/xxx/xxx/xxx/TEMP1.DBF' size 10 autoextend on maxsize 100;
创建错误提示!!!