jagjeet singh的sqlplus dashboard for rac工具。 具體的安裝方法如下:
解壓zip包具體使用的方法如下:[oracle@vrh1 ~]$ unzip pck.zip
archive: pck.zip
creating: pck/
inflating: pck/1_grants.sql
inflating: pck/2_types.sql
inflating: pck/3_pkg.sql
inflating: pck/drop.sql
inflating: pck/howtoinstall.sql
inflating: pck/outputexplained.pdf
inflating: pck/sampleoutput.png
[oracle@vrh1 ~]$ cd pck
[oracle@vrh1 pck]$ sqlplus / as sysdba
sql*plus: release 11.2.0.3.0 production on wed aug 8 02:08:49 2012
connected to:
oracle database 11g enterprise edition release 11.2.0.3.0 - 64bit production
1. 執行授權檔案1_grants.sql
sql> start 1_grants.sql
enter value for _usr: maclean
需要指定安裝在哪個schema下
2. 登入上面指定的schema,並執行 2_types.sql 建立type
sql> conn maclean/maclean
connected.
sql>
sql>
sql> start 2_types.sql
type created.
type created.
type created.
type created.
type created.
type created.
type created.
type created.
type created.
type created.
3. 執行3_pkg.sql 建立包體
sql> start 3_pkg.sql
package created.
no errors.
package body created.
若想刪除該工具嗎,解除安裝的方法
sql> connect maclean/maclean
sql> start drop.sql
sql>set lines 190 pages 0 arraysize 50示例輸出:sql>select * from table(jss.gtop(50,10)) ;
50代表 arraysize 一般不用修改
10代表 10s取樣一次,取樣間隔
函式計算 NAT閘道器,函式從此有IP
解決方案的原理在本質上和阿里雲使用者個人vpc中不賦予例項public ip但是允許這些vpc例項可以訪問公網位址的原理是一樣的,簡單說就是建立nat閘道器 繫結公網eip,最後新增snat條目,從而允許vpc內的例項通過繫結的eip 去訪問公網,公網接收端看到的client ip只有nat上繫結的...
從此以後誰也別說我不懂LDO了
ldo是個很簡單的器件,但是我跟客戶溝通的過程中,發現客戶工程師的技術水平參差不齊,有的工程師只是follow 別人以前的設計,任何原理和設計方法都不懂,希望大家看完這篇文章都能成為ldo 專家。第乙個問題 什麼是ldo?ldo即low dropout regulator,是一種低壓差線性穩壓器。我...
Prototype庫終於有了文件了
prototype終於有了文件了 好訊息,prototype終於有了文件了,咱們得恭喜它呀。看樣子prototype庫的作者並不擅長寫文件呀,不然僅僅除了給你乙個源 什麼東西都不會給你留下。你可以訪問他們的blog,文件等,當然你也可以訂閱其feed喲。如果你熟悉ror,並且想深究它,相信它對於你來...