第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

Oracle數(shù)據(jù)庫(kù)開發(fā)必備利器之SQL基礎(chǔ)

難度入門
時(shí)長(zhǎng) 4小時(shí)14分
學(xué)習(xí)人數(shù)
綜合評(píng)分9.67
338人評(píng)價(jià) 查看評(píng)價(jià)
9.8 內(nèi)容實(shí)用
9.7 簡(jiǎn)潔易懂
9.5 邏輯清晰
裝的不是企業(yè)版,是精簡(jiǎn)版,這些過程感覺都沒見過。。用的糊里糊涂
老師講得太好了,簡(jiǎn)潔明了,通俗易懂~
上課沒有認(rèn)真聽講下課來學(xué)網(wǎng)課
awsl,老師好棒~
Oracle啟動(dòng)!

...
Oracle卸載!
第一次在慕課網(wǎng)上課遇到女老師,嘻嘻
樓下安裝5分鐘是怎么安裝的,我是不明白我的i5八代8G內(nèi)存裝一個(gè)12C他么的裝了一小時(shí),這是裝的神仙軟件吧我靠!
但行好事,也問前程
還在堅(jiān)持的點(diǎn)贊,等你們發(fā)現(xiàn)我這條評(píng)論,我已經(jīng)是大神了
在表空間上創(chuàng)建新的數(shù)據(jù)文件
alter tablespace test1_tablespace add datafile 'test2_file.dbf' size 10m;
在表空間上刪除創(chuàng)建的數(shù)據(jù)文件
alter tablespace test1_tablespace drop datafile 'test2_file.dbf' ;
刪除表空間
drop tablespace test1_tablespace including contents;
select status from dba_tablespaces where tablespace_name='TEST1_TABLESPACE';
修改表空間狀態(tài)為只讀/讀寫狀態(tài)
alter tablesapce test1_tablespace read only/alter tablespace test1_tablespace read write;
查看表空間狀態(tài)
select status from dba_tablespaces where tablespace_name='TEST1_TABLESPACE';
查看數(shù)據(jù)文件結(jié)構(gòu)
desc dba_data_files
查看數(shù)據(jù)文件存儲(chǔ)位置
select file_name from dba_data_files where tablespace_name = 'TEST1_TABLESPACE';
修改表空間的狀態(tài)
修改表空間狀態(tài)為脫機(jī)狀態(tài)
alter tablespace test1_tablespace offline;
查看表空間狀態(tài)
select status from dba_tablespaces where
查看默認(rèn)表空間和臨時(shí)表空間
desc dba_users
select default_tablespace,temporary_tablespace from dba_users where username='SYSTEM';
修改默認(rèn)表空間
alter user system default tablespace system;
創(chuàng)建表空間
create tablespace test1_tablespace datafile 'test1file.dbf' size 10m;
登錄Oracle數(shù)據(jù)庫(kù)
登錄system和tiger:connect system/密碼 connect tiger/密碼
登錄sys: connect sys/123456 as sysdba
查看表空間結(jié)構(gòu)
desc dba_tablespaces
desc user_tablespaces
select tablespace_name from dba_tablespaces;
select tablespace_name from user_tablespaces;
課程須知
只要知道數(shù)據(jù)庫(kù)是什么就可以來學(xué)習(xí)本課程呦!
老師告訴你能學(xué)到什么?
掌握Oracle的SQL語句基礎(chǔ),為后續(xù)的課程學(xué)習(xí)打好基礎(chǔ)。

微信掃碼,參與3人拼團(tuán)

微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)

友情提示:

您好,此課程屬于遷移課程,您已購(gòu)買該課程,無需重復(fù)購(gòu)買,感謝您對(duì)慕課網(wǎng)的支持!

本次提問將花費(fèi)2個(gè)積分

你的積分不足,無法發(fā)表

為什么扣積分?

本次提問將花費(fèi)2個(gè)積分

繼續(xù)發(fā)表請(qǐng)點(diǎn)擊 "確定"

為什么扣積分?

舉報(bào)

0/150
提交
取消