Tuesday, August 1, 2017

▷ Oracle AUTOEXTENSIBLE check (오라클 자동증가)

[ Oracle AUTOEXTENSIBLE check ]


set lineize 150
column TABLESPACE_NAME format a30
column file_name format a40
column MAXBYTES format 999,999,999,999
column BYTES format 999,999,999,999

select TABLESPACE_NAME,file_name,bytes,AUTOEXTENSIBLE,MAXBYTES
from dba_data_files
/

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