首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

Oracle创办表空间

2012-07-25 
Oracle创建表空间create temporary tablespace km_temptempfile D:\oracle\product\10.2.0\oradata\orcl\

Oracle创建表空间

create temporary tablespace km_temptempfile 'D:\oracle\product\10.2.0\oradata\orcl\km_temp.dbf' size 32m autoextend on next 32m maxsize 2048m extent management local; create tablespace kmlogging datafile 'D:\oracle\product\10.2.0\oradata\orcl\km.dbf' size 32m autoextend on next 32m maxsize 2048m extent management local; create user tkamc identified by tkamcdefault tablespace kmtemporary tablespace km_temp;

?

热点排行