最新回答 / 捕殺catchAndKill
--第二章練習(xí)題:--1create tablespace OracleTestdatafile 'oracletest.abf' size 10m;alter user systemdefault tablespace oracletest;--2drop tablespace OracleTest;alter user systemdefault tablespace system;--第三章練習(xí)題:--1create table test(id number(6,0),topic nvarchar2...
2015-03-31
最新回答 / 好幫手慕珊
?刪除的時(shí)候出現(xiàn)的應(yīng)該是找安裝數(shù)據(jù)庫(kù)的位置,再有Oracle?11g直接用提供的程序就可以刪除了
2015-03-30
最贊回答 / 好幫手慕珊
試試這個(gè) create table?table_name as select * from?table_name where 1=2,讓where條件永遠(yuǎn)不成立,那樣就不會(huì)插入數(shù)據(jù),我這沒(méi)有oracle環(huán)境,你可以試試看
2015-03-30