随笔分类 -  Oracle-运维脚本

摘要:set linesize 500col tbs format A20;col total_g format 999999999;col used_g format 999999999;col max_total_g format 999999999;col remained_g format 999 阅读全文
posted @ 2021-12-20 11:51 HD先生 阅读(33) 评论(0) 推荐(0)
摘要:set linesize 500col owner format A20;col segment_name format A40;col segment_type format A20;col tbs format A20;col size_g format 999999999.9999; WITH 阅读全文
posted @ 2021-12-20 11:49 HD先生 阅读(53) 评论(0) 推荐(0)
摘要:set linesize 1000column orderid format 999column inst_id format 999column name format a30column VALUE format a80 WITH w1 AS (SELECT 10 orderid, NULL A 阅读全文
posted @ 2021-12-20 11:40 HD先生 阅读(93) 评论(0) 推荐(0)