--临时表空间
select * from dba_tablespaces where contents like 'TEMP%';
select * from v$tempfile f, v$tablespace t where f.TS# = t.TS# ;
create TEMPORARY tablespace jinlian_temp
tempfile 'C:\APP\ADMINISTRATOR\ORADATA\ORCL\JINLIAN.DBF'
size 10M
EXTENT management LOCAL
UNIFORM size 2M;
相关文章
- 11-25[BILL WEI] SQL 巧用临时表
- 11-25cd -bash 无法为立即文档创建临时文件 设备上没有空间
- 11-25SQL 报表 生成月份临时表
- 11-25表空间占用和归档量
- 11-25临时表和视图的区别
- 11-25sql 解析字符串添加到临时表中 sql存储过程in 参数输入
- 11-25laravel临时表查询
- 11-25监控达梦表空间的使用率
- 11-25删除表空间
- 11-25SYSTEM表空间AUD$使用空间过大问题处理