//創(chuàng)建表空間 create tablespace gckcjsdbs logging datafile 'D:\oracle\product\10.2.0\oradata\orcl/gckcjsdbs.dbf' size 8096k reuse autoextend on next 9012k maxsize UNLIMITED extent management local //創(chuàng)建用戶并指定表空間 create user gc_sh_kc
//創(chuàng)建表空間
create tablespace gckcjsdbs
logging
datafile 'D:\oracle\product\10.2.0\oradata\orcl/gckcjsdbs.dbf'
size 8096k
reuse autoextend on next 9012k maxsize UNLIMITED
extent management local
//創(chuàng)建用戶并指定表空間
create user gc_sh_kcjs identified by ronger
default tablespace gckcjsdbs
temporary tablespace temp
//授予用戶權限
grant resource,connect,dba to gc_sh_kcjs
在win7下配置oracle
用上述語句創(chuàng)建表空間、用戶后,用imp命令導入數(shù)據(jù)。然后才可以在cmd環(huán)境下運行sqlplus命令。導入數(shù)據(jù)后toad不再提示can't initialize oci.error
在win7下必須用管理員權限運行sqlplus(在快捷方式上單擊鼠標右鍵,選擇以管理員權限運行),否則會提示oracle初始化錯誤。
//創(chuàng)建表空間
create tablespace jxkhdbs
logging
datafile 'f:/oracle/product/10.2.0/oradata/orcl/jxkhdbs.dbf'
size 8096k
reuse autoextend on next 9012k maxsize UNLIMITED
extent management local
//創(chuàng)建用戶并指定表空間
create user jxkhuser identified by userjxkh
default tablespace jxkhdbs
temporary tablespace temp
//授予用戶權限
grant resource,connect,dba to jxkhuser
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權等問題請及時與本網(wǎng)聯(lián)系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com