MANAGING ORACLE TEMP TABLESPACE AND TABLESPACE RELATED QUERIES
Tablespace Management. Tablespace and datafile related dba tables dba_tablespacedba_data_filesdba_temp_files Tablepace Queries. To Create New Tablespace.create tablespace tablespace_name datafile ‘location/tablespace_name.dbf’ size 2g; Add new datafile to the tablespace.Alter tablespace add datafile…
Read More