oracle11g創(chuàng)建表空間和用戶 oracle11g中如何用語句創(chuàng)建一個數(shù)據(jù)庫?
oracle11g中如何用語句創(chuàng)建一個數(shù)據(jù)庫?1. 以系統(tǒng)身份登錄數(shù)據(jù)庫。2創(chuàng)建路徑參數(shù)(size.)3。在此表空間下創(chuàng)建用戶名,創(chuàng)建由“password”標識的用戶名默認表空間,表空間名tempop
oracle11g中如何用語句創(chuàng)建一個數(shù)據(jù)庫?
1. 以系統(tǒng)身份登錄數(shù)據(jù)庫。2創(chuàng)建路徑參數(shù)(size.)3。在此表空間下創(chuàng)建用戶名,創(chuàng)建由“password”標識的用戶名默認表空間,表空間名tempopraytable space tempfrofile default account block 4,授予用戶權限授予“connect”to user name with administration;授予用戶權限授予datauser name with administration;授予用戶權限alter user se9200 default ole“connect”,DBA 5。以創(chuàng)建的用戶身份登錄并執(zhí)行create table:create table。。
oracle11g中如何用語句創(chuàng)建一個數(shù)據(jù)庫?
1. 以系統(tǒng)身份登錄數(shù)據(jù)庫。2創(chuàng)建表空間。路徑參數(shù)(大?。?/p>
3。在此表空間下創(chuàng)建用戶名創(chuàng)建由“密碼”標識的用戶名默認表空間表空間名稱臨時表空間臨時配置文件默認帳戶解鎖
4。授予用戶權限將DBA授予用戶名和管理選項;
授予用戶權限將DBA授予用戶名和管理選項;
授予用戶權限更改用戶se9200默認角色“連接”,DBA
5。以創(chuàng)建的用戶身份登錄并執(zhí)行create table:create table。。