spotlight on oracle的使用方法

anycall2010發表於2008-09-02

     我使用spotlight的軟體版本是spotlight 4.0.468,可是說版本比較老了。測試的資料庫為LINUX AS4.0下10G;紅旗LINUX下10G和WINDOWS下10G。

如果將伺服器端和spotlight安裝在一起,直接新建連結就可以了,沒有任何問題。

如果將資料庫和spotlight安裝在不同的作業系統下,開啟spotlight會報“soo5072:There wasan error reading the tnsnames.ora file.Either Oracle is not installed,or the tnanames.ora file is corrupt.”錯誤。起初是以為spotlight不是註冊版本的緣故。後來經過努力,才知道我的軟體沒有問題。需要在安裝SPOTLIGHT的客戶端安裝如下補丁,就可以了:

- MSXML 4.0 SP2   http://www.microsoft.com/downloa ... &DisplayLang=en
- SDK package      http://www.microsoft.com/downloa ... &displaylang=en

使用這個的意義在於圖形化的介面更有住於測試和分析資料庫的結構。

測試一:經過分析,測試資料庫SGA有些偏小,修改SGA的大小:

SQL> startup nomount;
ORACLE instance started.

Total System Global Area  348127232 bytes
Fixed Size                  1219328 bytes
Variable Size             104858880 bytes
Database Buffers          234881024 bytes
Redo Buffers                7168000 bytes

SQL> alter system set sga_max_size=800M scope=spfile;

System altered.

啟動資料庫:

SQL> alter system set sga_target=800M scope=spfile;

系統已更改。

重啟資料庫:

SQL> show parameter sga_target;

NAME                                 TYPE
------------------------------------ ----------------------
VALUE
------------------------------
sga_target                           big integer
800M

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8334342/viewspace-440592/,如需轉載,請註明出處,否則將追究法律責任。

相關文章