91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

一個oracle 完整創建 tablespace 的例子

發布時間:2020-07-09 08:22:20 來源:網絡 閱讀:3399 作者:TIMES2020 欄目:關系型數據庫

倒騰oracle 有段時間了。因為項目經常要用到,一些基礎的功能還是需要把握的,方便平時項目的對接及維護,實事求是,上圖說話,今天記錄一個 oracle 11g 完整創建 tablespace 的例子



1.登陸

su  - oracel 


 sqlplus / as sysdba 


2.創建用戶


  1. create user testuser identified by testuser123;  


3.修改密碼


alter  user testuser identified by  testuser123456;



4.   查看用戶所在的表空間


  1. select username,default_tablespace from dba_users;  



set linesize 300;

set  pagesize 30 ;

col  USERNAME format a20;

一個oracle 完整創建 tablespace 的例子


5.創建一個新的表空間

select file_name , tablespace_name from dba_data_files;    查看表空間 的目錄位置


  1.  

  2. create tablespace testuser logging datafile '/opt/oracle/oradata/orcl/orcl_data.dbf' size 50m autoextend on next 50m maxsize 2048m extent management local;  


一個oracle 完整創建 tablespace 的例子

一個oracle 完整創建 tablespace 的例子




6.將新創建的表空間分配給用戶

  1. alter user testuser  default tablespace testuser;  


一個oracle 完整創建 tablespace 的例子


7.為用戶分配登錄權限

grant create session,create table,create view,create sequence,unlimited tablespace to testuser; 


select * from all_users;

select * from dba_sys_privs; 


SELECT * FROM DBA_SYS_PRIVS WHERE GRANTEE = 'TESTUSER';  ####查看該用戶具有哪些權限





8.新用戶登陸測試

  1. conn  testuser/testuser123456

  2. select *from session_privs;   ###查看當前用戶的權限


一個oracle 完整創建 tablespace 的例子



9.創建表

create table testnew_IME(id int primary key,name varchar2(10)) segment creation immediate; 

select table_name from user_tables where rownum<=3;  ###查看該用戶具有哪些表

 

一個oracle 完整創建 tablespace 的例子




9.刪除創建的用戶及相關對象

  1. drop user testuser cascade;  






向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

合肥市| 嫩江县| 常宁市| 抚远县| 邹平县| 英吉沙县| 威信县| 石棉县| 南雄市| 竹山县| 蛟河市| 邮箱| 桐乡市| 咸阳市| 普兰店市| 临夏县| 金山区| 平昌县| 和田县| 汪清县| 舞钢市| 黑水县| 都匀市| 安康市| 革吉县| 天祝| 东安县| 个旧市| 双桥区| 乐陵市| 芜湖县| 阿城市| 靖边县| 封开县| 富裕县| 河池市| 霍州市| 茶陵县| 呼和浩特市| 琼结县| 唐山市|