📄 584.html
字号:
<STYLE type=text/css>
<!--
body,td { font-size:9pt;}
hr { color: #000000; height: 1px}
-->
</STYLE>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD><TITLE>FAQ汇萃 >> Oracle 专栏 >> 显示数据库版本及安装选项</title>
</head>
<body >
<p><IMG SRC="../image/jsp001_middle_logo.gif" WIDTH="180" HEIGHT="60" BORDER=0 ALT=""></p>
<table width=100% bgcolor="#cccccc" align=center cellpadding="2" cellspacing="0" border=1 bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr bgcolor="#EFF8FF"><td>
<a href=http://www.jsp001.com/list_thread.php?int_attribute=1>FAQ汇萃</a>
>> <a href=http://www.jsp001.com/list_thread.php?forumid=20&int_attribute=1>Oracle 专栏</a>
>> 显示数据库版本及安装选项 [<a href=http://www.jsp001.com/forum/showthread.php?goto=newpost&threadid=584>查看别人的评论</a>]<br>
<hr><p>由 macro 发布于: 2001-03-03 09:43</p><p><img src="images/icons/icon14.gif" alt="Thumbs up" border=0> </p><p>set head off feed off pages 0 serveroutput on<br><br>col banner format a72 wrap<br><br>select banner<br>from sys.v_$version;<br><br>select ' With the '||parameter||' option'<br>from sys.v_$option<br>where value = 'TRUE';<br><br>select ' The '||parameter||' option is not installed'<br>from sys.v_$option<br>where value <> 'TRUE';<br><br>begin<br> dbms_output.put_line('Port String: '||dbms_utility.port_string);<br>end;<br>/<br><br>set head on feed on<br><br><br>resulte screen:<br><pre><br>begin<br> dbms_output.pu The Partitioning option is not installed<br> The Parallel Server option is not installed<br> The Advanced replication option is not installed<br> The Bit-mapped indexes option is not installed<br> The Database queuing option is not installed<br> The Incremental backup and recovery option is not installed<br> The Instead-of triggers option is not installed<br> The Parallel backup and recovery option is not installed<br> The Parallel execution option is not installed<br> The Point-in-time tablespace recovery option is not installed<br> The Fine-grained access control option is not installed<br> The N-Tier authentication/authorization option is not installed<br> The Function-based indexes option is not installed<br> The Plan Stability option is not installed<br> The Online Index Build option is not installed<br>t The Coalesce Index option is not installed<br> The Managed Standby option is not installed<br> The Materialized view rewrite option is not installed<br>_line( The Materialized view warehouse refresh option is not installed<br> The Database resource manager option is not installed<br> The Spatial option is not installed<br> The Visual Information Retrieval option is not installed<br> The Export transportable tablespaces option is not installed<br> The Transparent Application Failover option is not installed<br> The Fast-Start Fault Recovery option is not installed<br> The Sample Scan option is not installed<br> The Duplexed backups option is not installed<br>'Port String: '||dbms_utility.port_string);<br>end;<br></pre><br></p></td>
</tr>
</table>
<p>
<CENTER><a href="http://www.jsp001.com/forum/newreply.php?action=newreply&threadid=584">点这里对该文章发表评论</a></CENTER>
<p>该文章总得分是 <font color=red>4</font> 分,你认为它对你有帮助吗?
[<a href=javascript:void(0) onclick=window.open("http://www.jsp001.com/forum/codeVote.php?threadid=584&intVote=4","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>非常多</a>](<font color=red>1</font>)
[<a href=javascript:void(0) onclick=window.open("http://www.jsp001.com/forum/codeVote.php?threadid=584&intVote=2","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>有一些</a>](<font color=red>0</font>)
[<a href=javascript:void(0) onclick=window.open("http://www.jsp001.com/forum/codeVote.php?threadid=584&intVote=1","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>无帮助</a>](<font color=red>0</font>)
[<a href=javascript:void(0) onclick=window.open("http://www.jsp001.com/forum/codeVote.php?threadid=584&intVote=-1","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>是灌水</a>](<font color=red>0</font>) </p>
<script language="javascript" src="http://www.jsp001.com/include/read_thread_script.php?threadid=584"></script>
<p><CENTER>
Copyright © 2001 - 2009 JSP001.com . All Rights Reserved <P>
<IMG SRC="../image/jsp001_small_logo.gif" WIDTH="85" HEIGHT="30" BORDER=0 ALT="">
</CENTER></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -