Thứ Năm, 31 tháng 12, 2020

Drop Tablespace - Những câu lệnh cần check kỹ trước khi drop

Trước khi drop tablespace cần check kỹ những object sau nhé anh/em cẩn thận phải restore lại thì "ỐM":

select * from dba_segments where tablespace_name='INDX' and segment_name not like '%$%';

select * from dba_tab_partitions where tablespace_name='INDX';

select * from dba_tab_subpartitions where tablespace_name='INDX';

select * from dba_tables where tablespace_name='INDX';

select * from dba_indexes where tablespace_name='INDX';

select * from dba_indx_subpartitions where tablespace_name='INDX';

select * from dba_lob_partitions where tablespace_name='INDX';

select * from dba_lobs where tablespace_name='INDX';

==================================
KẾT NỐI VỚI CHUYÊN GIA TRẦN VĂN BÌNH:
📧 Mail: binhoracle@gmail.com
☎️ Mobile: 0902912888
⚡️ Skype: tranbinh48ca
👨 Facebook: https://www.facebook.com/BinhOracleMaster
👨 Inbox Messenger: https://m.me/101036604657441 (profile)
👨 Fanpage: https://www.facebook.com/tranvanbinh.vn
👨 Inbox Fanpage: https://m.me/tranvanbinh.vn
👨👩 Group FB: https://www.facebook.com/groups/DBAVietNam
👨 Website: https://www.tranvanbinh.vn
👨 Blogger: https://tranvanbinhmaster.blogspot.com
🎬 Youtube: http://bit.ly/ytb_binhoraclemaster
👨 Tiktok: https://www.tiktok.com/@binhoraclemaster?lang=vi
👨 Linkin: https://www.linkedin.com/in/binhoracle
👨 Twitter: https://twitter.com/binhoracle
👨 Địa chỉ: Tòa nhà Sun Square - 21 Lê Đức Thọ - Phường Mỹ Đình 1 - Quận Nam Từ Liêm - TP.Hà Nội

#OracleTutorial #OracleDBA #OracleDatabaseAdministration #học oracle database #oca #ocp #tự học oracle

ĐỌC NHIỀU

Trần Văn Bình - Oracle Database Master