您的位置:首页 > 数据库 > Oracle

list all of the Oracle 12c hidden undocumented parameters

2017-03-26 20:40 387 查看
http://www.dba-oracle.com/t_12c_hidden_undocumented_parameters.htm

select ksppinm, ksppdesc from x$ksppi where subsur(ksppinm,1,1) = '_' order by 1,2;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: