oracle tablespaces Autoextensible 查詢語法
SELECT file_id, file_name, tablespace_name, autoextensible, increment_by,
bytes / 1024 / 1024 "bytes MB",
maxbytes / 1024 / 1024 "maxbytes MB"
FROM dba_data_files;

oracle tablespaces Autoextensible 查詢語法
SELECT file_id, file_name, tablespace_name, autoextensible, increment_by,
bytes / 1024 / 1024 "bytes MB",
maxbytes / 1024 / 1024 "maxbytes MB"
FROM dba_data_files;

請先 登入 以發表留言。