Skip to content

handsup

ORACLE DBA出击

  • 首页
  • Oracle 10g
  • Oracle 11g
  • Oracle 12c
  • oracle 19c
  • oracle 21c
  • oracle 23ai
  • ogg
  • Linux
  • 工具
  • Home
  • List All Hidden Database Parameters
Oracle 11g SQL语句

List All Hidden Database Parameters

2018年2月2日2021年3月2日 handsup

SET PAGESIZE 60
SET LINESIZE 300

COLUMN ksppinm FORMAT A50
COLUMN ksppstvl FORMAT A50

SELECT
ksppinm,
ksppstvl
FROM
x$ksppi a,
x$ksppsv b
WHERE
a.indx=b.indx
AND
substr(ksppinm,1,1) = '_'
ORDER BY ksppinm;

Related Posts

Oracle 11g

Oracle Data Pump(进阶用法)

2025年1月9日2025年5月9日 handsup
Oracle 11g

Oracle Data Pump(基础使用)

2025年1月5日2025年5月9日 handsup

文章导航

Previous: Redo Log Switches Per Hour
Next: 常用sql语句–表空间使用情况历史记录
2025 年 10 月
一 二 三 四 五 六 日
 12345
6789101112
13141516171819
20212223242526
2728293031  
« 4 月    
All Rights Reserved 2023.
Proudly powered by WordPress | Theme: Fairy by Candid Themes.