免费视频淫片aa毛片_日韩高清在线亚洲专区vr_日韩大片免费观看视频播放_亚洲欧美国产精品完整版

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
oracle 創(chuàng)建表空間
oracle 創(chuàng)建表空間


選擇主備
/studio/SdStudioProject/selectMainPlUser.jspx

磨課保存
/studio/SdStudioProject/save.jspx


oracle 創(chuàng)建表空間

create tablespace dzzwpt datafile 'D:\oracle\product\10.2.0\oradata\orcl\dzzwpt.dbf' size 100m autoextend on next 50m;
/*分為四步 */
/*第1步:創(chuàng)建臨時表空間  */
D:\oracle\product\10.2.0\oradata\orcl\dzzwpt.dbf


create temporary tablespace user_temp  
tempfile 'D:\oracle\product\10.2.0\oradata\orcl\user_temp.dbf' 

size 50m  
autoextend on  
next 50m maxsize 20480m  
extent management local;  
 
/*第2步:創(chuàng)建數(shù)據(jù)表空間  */
create tablespace user_data  
logging  
datafile 'D:\oracle\product\10.2.0\oradata\orcl\user_data.dbf' 
size 50m  
autoextend on  
next 50m maxsize 20480m  
extent management local;  
 
/*第3步:創(chuàng)建用戶并指定表空間  */
create user username identified by password  
default tablespace user_data  
temporary tablespace user_temp;  
 
/*第4步:給用戶授予權(quán)限  */
grant connect,resource,dba to username;




該語句用于創(chuàng)建臨時表空間
create temporary tablespace user_temp1 tempfile 'D:\oracle\product\10.2.0\oradata\orcl\user_temp1.dbf' size 50m autoextend on  next 50m maxsize 20480m  extent management local;

用于創(chuàng)建數(shù)據(jù)表空間
create tablespace user_data1 logging datafile 'D:\oracle\product\10.2.0\oradata\orcl\user_data1.dbf' size 50m autoextend on next 50m maxsize 20480m  extent management local;


創(chuàng)建用戶并指定表空間
create user username identified by password  1121 tablespace user_data1 temporary tablespace user_temp1;  

給用戶授權(quán)
grant connect,resource,dba to username;



create temporary tablespace user_temp  

tempfile 'D:\oracle\product\10.2.0\oradata\orcl\user_temp1.dbf' 

size 50m  

autoextend on  

next 50m maxsize 20480m  ;


 create tablespace dzzwpt datafile 'D:\oracle\product\10.2.0\oradata\orcl\dzzwpt.dbf' size 100m autoextend on next 50m;


1
create temporary tablespace user_temp1 tempfile 'D:\oracle\product\10.2.0\oradata\orcl\user_temp1.dbf' size 50m autoextend on  next 50m maxsize 20480m  extent management local;
create tablespace user_data1 logging datafile 'D:\oracle\product\10.2.0\oradata\orcl\mis_base.dbf' size 50m autoextend on next 50m maxsize 20480m  extent management local;
create user mis_base identified by 123456  default tablespace mis_base temporary tablespace user_temp1; 
grant connect,resource,dba to mis_base;





本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊舉報
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
Oracle在PLSQL Developer上創(chuàng)建表空間和用戶腳本 - 龍卷風的日志 - 網(wǎng)易博客
oracle表空間、用戶
oracle 10g手工建庫全過程
最新分享
oracle一個數(shù)據(jù)庫的建立過程
Oracle中Datafiles的管理
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服