[ Oracle datafile status ]
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;
[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명 How to use keypad, and to drag until found. 키패드를...
No comments:
Post a Comment