欧美一区二区三区老妇人-欧美做爰猛烈大尺度电-99久久夜色精品国产亚洲a-亚洲福利视频一区二区

oracle創(chuàng)建用戶及常用命令介紹

這篇文章主要講解了“oracle創(chuàng)建用戶及常用命令介紹”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“oracle創(chuàng)建用戶及常用命令介紹”吧!

創(chuàng)新互聯(lián)建站從2013年成立,是專業(yè)互聯(lián)網技術服務公司,擁有項目成都網站建設、網站制作網站策劃,項目實施與項目整合能力。我們以讓每一個夢想脫穎而出為使命,1280元隆林做網站,已為上家服務,為隆林各地企業(yè)和個人服務,聯(lián)系電話:18982081108

 --首先創(chuàng)建臨時表空間
create temporary tablespace test_temp
tempfile '路徑'
size 32M
autoextend on
next 32M maxsize 2048M
extend management local;
--創(chuàng)建表空間
create tablespace test_data
logging
data '路徑'
size 32M
autoextend on
next 32M maxsize 2048M
extend management local;

--創(chuàng)建用戶,分配表空間
create tuser test identified by '123456'
default tablespace test_data
temporary table tablespace test_temp;

--用戶授權
grant create view,resource,dba,connect to test;

---------------直接使用系統(tǒng)默認表空間創(chuàng)建用戶-------------------
create user test identified by "123456" 
default tablespace users temporary tablespace temp;

--常用命令
--導出數據庫,注意在dos中最后不加";"
exp test/123456 file='路徑/test.dmp' owner=test
--導入數據庫
imp test/123456 file='路徑' fromuser=test
--解鎖用戶
alter user test account unlock;
--修改密碼
alter user test identified by '123456'
--刪除當前連接用戶
select username,sid,serial# from v$session where username = 'test' 
alter system kill session '1156,37035'

感謝各位的閱讀,以上就是“oracle創(chuàng)建用戶及常用命令介紹”的內容了,經過本文的學習后,相信大家對oracle創(chuàng)建用戶及常用命令介紹這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關知識點的文章,歡迎關注!

網站欄目:oracle創(chuàng)建用戶及常用命令介紹
瀏覽地址:http://www.chinadenli.net/article26/iphjcg.html

成都網站建設公司_創(chuàng)新互聯(lián),為您提供自適應網站定制開發(fā)移動網站建設手機網站建設網站建設標簽優(yōu)化

廣告

聲明:本網站發(fā)布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)

網站建設網站維護公司