This sql script provide you the logfile group, member, path and file size details for a Oracle database.
SQL Query
set pagesize 30 linesize 100 column member format a60 column status format a10 column size_MB format '999,999'
set pagesize 30 linesize 100 column member format a60 column status format a10 column size_MB format '999,999'
[oracle@TESTBOX exp]$ ps -ef|grep pmon|grep -v grep oracle 25167 1 0 Jul18 ? 00:00:10 ora_pmon_cdb
create tablespace user_data datafile '/u02/oradata/CDB/user_data_01.dbf' size 500m;
A thousand may fall at your side, ten thousand at your right hand, but it will not come near you. (Psalm 91:7)
acehints.com Copyright 2011-23 All Rights Reserved | Site Map | Contact | Disclaimer