Tuesday, August 1, 2017

▷ Oracle datafile status (오라클 데이터파일 상태)

[ Oracle datafile status ]


--col FILE_NAME for a40

select a.file_id,
a.FILE_NAME,
a.TABLESPACE_NAME,
b.status,
fuzzy as Backuped,
a.bytes/1024/1024
from dba_data_files a,
v$datafile_header b
where a.file_name = b.name
order by 1;

No comments:

Post a Comment

◈ Recent Post

▷ UITest demo with TestOne (Mobile, Keypad and Drag until found tip)

[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명    How to use keypad, and to drag until found.     키패드를...

◈ Popular Posts