Oracle常用運(yùn)維SQL–用戶管理、數(shù)據(jù)導(dǎo)入、導(dǎo)出的項(xiàng)目實(shí)用腳本文章來源地址http://www.zghlxwxcb.cn/news/detail-568348.html
1.登錄數(shù)據(jù)庫
su - oracle
sqlplus
--用戶名
sys as sysdba
--密碼
manager
--查詢表空間信息,后面待用
select file_name,tablespace_name from sys.dba_data_files where tablespace_name = '舊表空間名';
2.創(chuàng)建用戶
--創(chuàng)建用戶
文章來源:http://www.zghlxwxcb.cn/news/detail-568348.html
到了這里,關(guān)于Oracle常用運(yùn)維SQL--用戶管理、數(shù)據(jù)導(dǎo)入、導(dǎo)出的實(shí)用腳本的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!