select ( select sum(bytes)/1024/1024/1024 data_size from dba_data_files ) + ( select nvl(sum(bytes),0)/1024/1024/1024 temp_size from dba_temp_files ) + ( select sum(bytes)/1024/1024/1024 redo_size from sys.v_$log ) + ( select sum(BLOCK_SIZE*FILE_SIZE_BLKS)/1024/1024/1024 controlfile_size from v$controlfile) "Size in GB" from dual;
Xem thêm:
- Khắc phục lỗi MoTTY X11 proxy: Unsupported authorisation protocol
- Q102. Which two are true about data movement between a non-CDB and a PDB using Data Pump?
- Hệ sinh thái DApp trong Pi Network
- Using the Alert Log and Trace Files (Quản trị Alert Log và Trace Files)
- Q58 The SALES_Q1 and USERS tablespaces exist in one of your databases and TEMP is a temporary tablespace