Create The World With Creativity
 
Welcome, Guest:Log in | Register | Information Center | Languages | Search | Tags | FAQs | Lite
There was a problem with the request. Check your permission or contact with administrator.




Your Ad Here

Grade this thread

Quote Favorites Report
Starter:  Topic: : JOraStat-Oracle Performance Tuning Tool
whiterock 
3 Stars
 

Info: Moderator Offline Male
From: Not Specified 
Posts: 82  
Digest 0  
Credits: 14
Money: 417 $OraclePoint
Registered on 2007-04-14
ProfileProfile BuddyBuddy PMPM Send EmailEmail Reply Reply QuotesQuotes   1 F 
JOraStat-Oracle Performance Tuning Tool



STATSPACK is a performance diagnosis tool, available since Oracle8i. STATSPACK can be considered BSTAT/ESTAT's successor, incorporating many new features. STATSPACK is a diagnosis tool for instance-wide performance problems; it also supports application tuning activities by providing data which identifies high-load SQL statements. STATSPACK can be used both proactively to monitor the changing load on a system, and also reactively to investigate a performance problem. STATSPACK has two types of collection options, level and threshold. The level parameter controls the type of data collected from Oracle, while the threshold parameter acts as a filter for the collection of SQL statements into the stats$sql_summary table. 
[url=http://www.oraclepoint.com]fDEcXiNCmOraclePointeZx9heoQr[/url]


The only limitation of STATSPACK is that some DBAs may not be confortable with the character output. If you are one of them, why go to enjoy "JOraStat", a java-based oracle performance tuning tool, which offers graphical output against STATSPACK statistics. And, IT"S FREE! 
[url=http://www.oraclepoint.com]FxPbkajWuOraclePointeAZlgdp92[/url]

Source:  http://sourceforge.net/projects/jorastat/
Or
Download from http://www.itpub.ca/bigupload/RIT_JOraStat.rar
[url=http://www.oraclepoint.com]OL52pToo2OraclePointJSH2X6Hyf[/url]


Please follow the following threads to install it.  See JOraStat Manual as attached.

[Lasted edited on 2007-06-25 15:39 outility ]



Zip attachment: JOraStat_manual_v1.rar (Size:1713.84kb, Download times:117)


Tags: free software freesoftwa freeware 

2007-04-24 15:09
  Grade this thread
whiterock 
3 Stars
 

Info: Moderator Offline Male
From: Not Specified 
Posts: 82  
Digest 0  
Credits: 14
Money: 417 $OraclePoint
Registered on 2007-04-14
ProfileProfile BuddyBuddy PMPM Send EmailEmail Reply Reply QuotesQuotes   2 F 
Installing Oracle's Statspack on Oracle 9i



Introduction
[url=http://www.oraclepoint.com]X3R33reYKOraclePointKWCZi7QOP[/url]

Oracle's Statspack is a free utility that allows you to monitor and report on performance problems with your Oracle database. In this tutorial we will install Statspack on an Oracle 9i database.

Creating a Statspack Tablespace
[url=http://www.oraclepoint.com]63HFKO7hKOraclePointDWqlui3mb[/url]

The first step in installing statspack is creating a tablespace for the statspack objects and data to reside. For our example we will call the tablespace "PERFSTAT" and make it 500mb in size.

[url=http://www.oraclepoint.com]jHzuRMwqvOraclePoints80932F8B[/url]

SQL> CREATE TABLESPACE PERFSTAT
 2      DATAFILE '/path/to/my/tablespaces/perfstat.dbf' SIZE 500M AUTOEXTEND OFF
 3      EXTENT MANAGEMENT LOCAL AUTOALLOCATE
[url=http://www.oraclepoint.com]U5jf86LipOraclePointubSLBZBwr[/url]

 4      LOGGING
 5      ONLINE
 6      SEGMENT SPACE MANAGEMENT AUTO
[url=http://www.oraclepoint.com]OiY0RW0QOOraclePoint1VM3qHbLE[/url]

 7  /

Tablespace created.
[url=http://www.oraclepoint.com]WXnCHFUTHOraclePointuV4ckb2jt[/url]



Installing Statspack
[url=http://www.oraclepoint.com]Ni0cZVpRBOraclePointwtM2FjeIr[/url]

Next, we're actually going to install Statspack in the database. First you want to change to the ORACLE_HOME/rdbms/admin/ directory. This directory contains all the files needed for installing statspack.

$> cd $ORACLE_HOME/rdbms/admin/
[url=http://www.oraclepoint.com]kdArNWkq7OraclePointChgwuEvNe[/url]


Now that we are in the ORACLE_HOME/rdbms/admin/ directory we are going to run the "spcreate.sql" script from SQLPLUS. This script will create the statspack user, the statspack tables, and the statspack packages.
[url=http://www.oraclepoint.com]G3vHoeUfkOraclePoint4AtlkMmSZ[/url]

$> sqlplus "/ as sysdba"

SQL*Plus: Release 9.2.0.4.0 - Production on Mon Nov 28 18:49:51 2005
[url=http://www.oraclepoint.com]93G56narYOraclePointfdl0jdvrH[/url]


Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
[url=http://www.oraclepoint.com]QCm27mkhNOraclePointwJfMHYSCT[/url]


Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
[url=http://www.oraclepoint.com]7cBU9e79EOraclePointZtwhAyK3u[/url]

With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
[url=http://www.oraclepoint.com]xcRAPbgbjOraclePoint5ulOqEPBC[/url]

SQL> @spcreate;
... Installing Required Packages
[url=http://www.oraclepoint.com]u9AyYuk6vOraclePointYFnJ4Ga4V[/url]

Package created.

[url=http://www.oraclepoint.com]2axbUiCjPOraclePointGyRJjPKXn[/url]

Grant succeeded.

[url=http://www.oraclepoint.com]59iqWoTghOraclePointZ7bvy3jPM[/url]

View created.

[url=http://www.oraclepoint.com]HSwWYlniKOraclePoint4shgnfFT3[/url]

Package body created.

[url=http://www.oraclepoint.com]tnYRDVtyKOraclePointlXayfsl3H[/url]

Package created.

[url=http://www.oraclepoint.com]MfpWYY46BOraclePointZAVSu9rCB[/url]

Synonym created.

[url=http://www.oraclepoint.com]Cw1NYOnNtOraclePointVyldAHJWg[/url]

Grant succeeded.

[url=http://www.oraclepoint.com]hQbiqb59LOraclePoint3pO5sAu6Y[/url]

View created.

[url=http://www.oraclepoint.com]9jlr6ZTYZOraclePointahw8ECYns[/url]

Synonym created...

[url=http://www.oraclepoint.com]1iqCaWQUFOraclePointQFBoDkQvg[/url]

...Synonym created.

... Creating PERFSTAT user ...
[url=http://www.oraclepoint.com]pE5Ffc2chOraclePoint42KmrsTtJ[/url]


Choose the PERFSTAT user's password.
[url=http://www.oraclepoint.com]p0evPjw5mOraclePointXKY41dy69[/url]

Not specifying a password will result in the installation FAILING

Specify PERFSTAT password
[url=http://www.oraclepoint.com]QxbxrS9T0OraclePointrmt1SsUE9[/url]

Enter value for perfstat_password: perfstatpass
perfstatpass
[url=http://www.oraclepoint.com]513hOD6I5OraclePointY71XNnzAU[/url]

PL/SQL procedure successfully completed.

[url=http://www.oraclepoint.com]I0oIqR2hjOraclePointj3nhweaTt[/url]

User created....

[url=http://www.oraclepoint.com]eO3YnyOACOraclePoint31DN9C2Gt[/url]

....Grant succeeded.

[url=http://www.oraclepoint.com]I8QshIWE6OraclePoint1fOkAdcYG[/url]

Below are the list of online tablespaces in this database.
Decide which tablespace you wish to create the STATSPACK tables
and indexes.  This will also be the PERFSTAT user's default tablespace.
[url=http://www.oraclepoint.com]RnHTf8Ws6OraclePointZkCIs0Zag[/url]


Specifying the SYSTEM tablespace will result in the installation
FAILING, as using SYSTEM for performance data is not supported.
[url=http://www.oraclepoint.com]hwldnHrOHOraclePointLqgS8KZRq[/url]



TABLESPACE_NAME                CONTENTS
[url=http://www.oraclepoint.com]XoZTE0VMsOraclePointVlI2J6dmj[/url]

------------------------------ ---------
DRSYS                          PERMANEN
PERFSTAT                       PERMANENT
[url=http://www.oraclepoint.com]kUxsfeOxcOraclePointYNtFlYe5c[/url]

TEMP                           TEMPORARY
TOOLS                          PERMANENT
UNDOTBS                        UNDO
[url=http://www.oraclepoint.com]dQpLlRUdaOraclePointQ7D1hXnP4[/url]

USERS                          PERMANENT
XDB                            PERMANENT
[url=http://www.oraclepoint.com]Ierk35U9fOraclePointscaL7q2IS[/url]

7 rows selected.

[url=http://www.oraclepoint.com]IcvjtsmjPOraclePointANe5V9l72[/url]

Specify PERFSTAT user's default   tablespace
Enter value for default_tablespace: perfstat
Using perfstat for the default tablespace
[url=http://www.oraclepoint.com]gQ1B0ScLOOraclePointJCWbKzNuj[/url]


PL/SQL procedure successfully completed.
[url=http://www.oraclepoint.com]7WILXWqRsOraclePointp4ohZ5Xb5[/url]


User altered.
[url=http://www.oraclepoint.com]p4F5CHReSOraclePointGsCpoZyzx[/url]


User altered.
[url=http://www.oraclepoint.com]LgF4L9hsXOraclePointcFyWvrcpu[/url]


Choose the PERFSTAT user's temporary tablespace.
[url=http://www.oraclepoint.com]j7P3D85tlOraclePointUhbHt8MmJ[/url]

Specifying the SYSTEM tablespace will result in the installation
FAILING, as using SYSTEM for the temporary tablespace is not recommended.
[url=http://www.oraclepoint.com]LK3im9W0tOraclePointEbZzBWE4Z[/url]

Specify PERFSTAT user's temporary tablespace.
Enter value for temporary_tablespace: temp
Using temp for the temporary tablespace
[url=http://www.oraclepoint.com]ByInJqFRZOraclePointDdCMpMFNz[/url]



PL/SQL procedure successfully completed.
[url=http://www.oraclepoint.com]DkzwoQMdSOraclePointiiM8kBGOK[/url]



User altered.....
[url=http://www.oraclepoint.com]xTbNX6PkkOraclePointcpxSsYHfD[/url]


Creating Package STATSPACK...
[url=http://www.oraclepoint.com]YrgqPF4NpOraclePoint5U4EHNfVk[/url]

Package created.

No errors.
[url=http://www.oraclepoint.com]bkKBDzzViOraclePointNcDQ2uxi0[/url]

Creating Package Body STATSPACK...

Package body created.
[url=http://www.oraclepoint.com]4bNiVhcZoOraclePointq6AQWlbYo[/url]


No errors.
[url=http://www.oraclepoint.com]ROAzbc3sUOraclePointmg3lZTy9o[/url]

NOTE:
SPCPKG complete. Please check spcpkg.lis for any errors.
[url=http://www.oraclepoint.com]WbEBHABYWOraclePointmzvQG0R7b[/url]

Review any messages and make sure you didn't receive any errors.

[url=http://www.oraclepoint.com]uyKEaq7CGOraclePointP2F5Ng9Oo[/url]

Execute a Snapshot and Generate a Statspack Report
Now that you have statspack installed, let's take two snapshots and then generate a Statspack Report. Assuming you are still in the ORACLE_HOME/rdbms/admin/ directory and logged in as perfstat, run this command twice like so:
[url=http://www.oraclepoint.com]9QCV33HJ9OraclePointGa5iKtsPJ[/url]

SQL> execute statspack.snap

PL/SQL procedure successfully completed.
[url=http://www.oraclepoint.com]ZLMgaDlVROraclePointITgwSxyop[/url]


SQL> execute statspack.snap
[url=http://www.oraclepoint.com]qvzp3QkabOraclePointTJqdj2qFS[/url]

PL/SQL procedure successfully completed.

We now have two snapshots to compare in order to create a Statspack Report. Run the "spreport.sql" script in SQLPLUS to create a Statspack Report:
[url=http://www.oraclepoint.com]urnBz8ilPOraclePointVa5BHp2wh[/url]


SQL> @spreport
[url=http://www.oraclepoint.com]HX9jqHPKqOraclePointH1wZkdDmT[/url]

Current Instance
~~~~~~~~~~~~~~~~
[url=http://www.oraclepoint.com]BK6RgVLicOraclePoint1ZPYgmWFT[/url]

  DB Id    DB Name      Inst Num Instance
----------- ------------ -------- ------------
4184632401 ORCL              1   ORCL
[url=http://www.oraclepoint.com]eVeLcU836OraclePointb7hu8spOP[/url]



[url=http://www.oraclepoint.com]AZxdQMsotOraclePointVBzogKIrn[/url]

Instances in this Statspack schema
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[url=http://www.oraclepoint.com]dofYFb7zYOraclePointofm5fCr0S[/url]

  DB Id    Inst Num DB Name      Instance     Host
----------- -------- ------------ ------------ ------------
4184632401        1 ORCL         ORCL         localhost
[url=http://www.oraclepoint.com]4r8mD9breOraclePointm1MPU1us7[/url]


Using 4184632401 for database Id
Using          1 for instance number
[url=http://www.oraclepoint.com]MpwlURNOxOraclePointP6wiyefbh[/url]


Completed Snapshots
[url=http://www.oraclepoint.com]e4P0fFLvZOraclePointBgI9syuTI[/url]

                          Snap                    Snap
Instance     DB Name         Id   Snap Started    Level Comment
------------ ------------ ----- ----------------- ----- ----------------------
[url=http://www.oraclepoint.com]BhWzxSlVHOraclePointF2inVc3U9[/url]

ORCL         ORCL             1 28 Nov 2005 20:00     5
                             2 28 Nov 2005 20:04     5
[url=http://www.oraclepoint.com]9ftXhPgf9OraclePointUQRdSz1Hm[/url]



Specify the Begin and End Snapshot Ids
[url=http://www.oraclepoint.com]It9PyzycLOraclePointQUgOSC9qj[/url]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Enter value for begin_snap: 1
Begin Snapshot Id specified: 1
[url=http://www.oraclepoint.com]NNFLhWdBoOraclePointS2w60f4PU[/url]


Enter value for end_snap: 2
End   Snapshot Id specified: 2
[url=http://www.oraclepoint.com]tDw6UGbjZOraclePointdhFDuSI71[/url]


Specify the Report Name
~~~~~~~~~~~~~~~~~~~~~~~
[url=http://www.oraclepoint.com]fZ2Jst7ntOraclePointch9wRCjMW[/url]

The default report file name is sp_1_2.  To use this name,
press  to continue, otherwise enter an alternative.
Enter value for report_name: myStatspackReport.txt
[url=http://www.oraclepoint.com]pn6FGcKJNOraclePointcSKSxkK8S[/url]


-- a bunch of the report flies by the screen here,
-- but don't worry we saved a copy to look at afterwards.
[url=http://www.oraclepoint.com]457nWelIvOraclePointos8AYl7ds[/url]


End of Report
[url=http://www.oraclepoint.com]Zn3nGKxZ9OraclePointXj7qd1mGM[/url]

SQL>

[url=http://www.oraclepoint.com]GsV2WDzXbOraclePointaU6IuiAXo[/url]

Here I saved my Statspack Report under the name "myStatspackReport.txt". You can exit SQLPLUS and open the file in a text editor to view the report.

[url=http://www.oraclepoint.com]LLDKjnGPHOraclePoint83NJ07f2T[/url]

Scheduling the Statspack Report
Now that you have statspack up and running, lets schedule it to run at an automatic interval. Again, assuming you are in the ORACLE_HOME/rdbms/admin/ directory and logged in as perfstat, run the "spauto.sql" script:
[url=http://www.oraclepoint.com]jqrBHB7QwOraclePointeRKJdVNn6[/url]

SQL> @spauto

PL/SQL procedure successfully completed.
[url=http://www.oraclepoint.com]1tL8qDL1COraclePointHW4b6kI7s[/url]



Job number for automated statistics collection for this instance
[url=http://www.oraclepoint.com]J497YQGhtOraclePointcuWXkGiix[/url]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Note that this job number is needed when modifying or removing
the job:
[url=http://www.oraclepoint.com]mtoo2AiS7OraclePointIa42kwzgK[/url]


    JOBNO
----------
[url=http://www.oraclepoint.com]FmrzEcLcDOraclePointSAlFmVuRN[/url]

        1

[url=http://www.oraclepoint.com]uzfr97kzgOraclePointXpDhvpPku[/url]

Job queue process
~~~~~~~~~~~~~~~~~
Below is the current setting of the job_queue_processes init.ora
[url=http://www.oraclepoint.com]swMvENXK1OraclePointt5H7p8bW6[/url]

parameter - the value for this parameter must be greater
than 0 to use automatic statistics gathering:
[url=http://www.oraclepoint.com]Y8v5Ub82MOraclePointnHxYzjlko[/url]

NAME                                 TYPE
------------------------------------ --------------------------------
VALUE
[url=http://www.oraclepoint.com]y9yortvnYOraclePointtFvodsaYC[/url]

------------------------------
job_queue_processes                  integer
2
[url=http://www.oraclepoint.com]2W5E0B2Y2OraclePointb0cFxa4cI[/url]



Next scheduled run
[url=http://www.oraclepoint.com]mOvB82wmVOraclePointfCth5Fc0F[/url]

~~~~~~~~~~~~~~~~~~
The next scheduled run for this job is:
[url=http://www.oraclepoint.com]d2eUSdxXROraclePointNRtV49H66[/url]

      JOB NEXT_DATE       NEXT_SEC
---------- --------------- ------------------------
        1 28-NOV-05       21:00:00
[url=http://www.oraclepoint.com]9rhUNkDufOraclePointJMePqWtBo[/url]



The "spauto.sql" script, by default, schedules the statspack job to take a snapshot every hour. If you want a statspack snapshot to be taken more often than that then make a copy of the spauto.sql file and edit it. You want to change the section that says:
[url=http://www.oraclepoint.com]MyCeCTNXNOraclePointLfIHd1oxD[/url]

variable jobno number;
variable instno number;
begin
[url=http://www.oraclepoint.com]P2yuABPQrOraclePointm0tQMhSqk[/url]

 select instance_number into :instno from v$instance;
 dbms_job.submit(:jobno, 'statspack.snap;',
 trunc(sysdate+1/24,'HH'), 'trunc(SYSDATE+1/24,''HH'')', TRUE, :instno);
[url=http://www.oraclepoint.com]l48yFc8N7OraclePointx2u2Hmp3n[/url]

 commit;
end;
/
[url=http://www.oraclepoint.com]qI4Yu3HAEOraclePointpTuP6oNuu[/url]


If you want the statspack to run every 10 minutes then change it to say this:
[url=http://www.oraclepoint.com]pr8mfzWW7OraclePoint0Bzms8fGr[/url]

variable jobno number;
variable instno number;
begin
[url=http://www.oraclepoint.com]XNrc4BMI7OraclePoint2VqlBXjo3[/url]

 select instance_number into :instno from v$instance;
 dbms_job.submit(:jobno, 'statspack.snap;',
 trunc(sysdate+1/144,'MI'), 'trunc(SYSDATE+1/144,''MI'')', TRUE, :instno);
[url=http://www.oraclepoint.com]YBOVAQKm9OraclePointHHFzfSh8M[/url]

 commit;
end;
/
[url=http://www.oraclepoint.com]iKVeBrLnsOraclePointiMXblYq8Y[/url]


Issue your copy of the spauto.sql script and it will schedule a snapshot to be taken every 10 minutes.
[url=http://www.oraclepoint.com]7IA6QIAFoOraclePointTmlfKw1py[/url]


Check the job_queue_processes parameter
Make sure that you have the job_queue_processes parameter set higher than zero or you will not be able to use the auto snapshot feature to take statspack snapshots at a given interval.
[url=http://www.oraclepoint.com]h1bQZon1QOraclePointCgOadWbZm[/url]


SQL> set linesize 150;
SQL> show parameter job_queue_processes
[url=http://www.oraclepoint.com]kZrOtT1OeOraclePointmFJanA35Z[/url]


NAME                                 TYPE                             VALUE
------------------------------------ -------------------------------- -----
[url=http://www.oraclepoint.com]hiPykwCAQOraclePointYcpBDFsRy[/url]

job_queue_processes                  integer                          0

Here I don't have job_queue_processes set above zero so I issue a ALTER SYSTEM command to increase it to 2:
[url=http://www.oraclepoint.com]CIDguIqLwOraclePointqEqFmOVby[/url]


SQL> ALTER SYSTEM SET job_queue_processes = 2 SCOPE=BOTH;
[url=http://www.oraclepoint.com]IezZ4SF5VOraclePointKmn0pvCLg[/url]

System altered.

SQL> SHOW PARAMETER job_queue_processes
[url=http://www.oraclepoint.com]L2s8iwnnZOraclePoint201qHVfhO[/url]


NAME                                 TYPE                             VALUE
------------------------------------ -------------------------------- -----
[url=http://www.oraclepoint.com]xmIJwvwvaOraclePointiymE0ew7C[/url]

job_queue_processes                  integer                          2

[url=http://www.oraclepoint.com]jkq9bpzHxOraclePointLnUZb7hkt[/url]

How to Uninstall Statspack
To uninstall Statspack from an Oracle database running Oracle 8.1.7 and above, you just need to run the ORACLE_HOME/rdbms/admin/spdrop.sql script. This will get rid of the user, tables, and procedures.
[url=http://www.oraclepoint.com]TXft6TW0TOraclePoint1wQ4V1kUR[/url]

To uninstall Statspack from an Oracle database running Oracle 8.1.6, you just need to run the ORACLE_HOME/rdbms/admin/spdrp.sql

[url=http://www.oraclepoint.com]QKZEVDYueOraclePointVSFFlckVY[/url]

[Lasted edited on 2007-04-24 15:41 whiterock ]


2007-04-24 15:40
  Grade this thread
whiterock 
3 Stars
 

Info: Moderator Offline Male
From: Not Specified 
Posts: 82  
Digest 0  
Credits: 14
Money: 417 $OraclePoint
Registered on 2007-04-14
ProfileProfile BuddyBuddy PMPM Send EmailEmail Reply Reply QuotesQuotes   3 F 
Correction of Intallation of JOraStat



There are two steps to install JOraStat after the installation of STATSPACK. As demonstrated in page 16-17 of JOraStat Manual (JOraStat_manual_v1.pdf, which is downloadbale from the 1st thread of this topic.), the post-steps are incorrect or incomplete.  These two steps are:
  • Setup STATSPACK parameters
    [url=http://www.oraclepoint.com]sYOjKedgUOraclePointD1mTBBXWE[/url]


  • Automating STATSPACK snapshot
    [url=http://www.oraclepoint.com]wHjIapNCIOraclePointyYgtG58qF[/url]

 Against Oracle 9ir2, my testing shows that the following commands can perform requried objetives. 
  • Setup STATSPACK parameters  (Set up Level 6 for STATSPACK)
                 exec statspack.snap(i_snap_level => 6, i_modify_parameter => 'true');
                 EXECUTE STATSPACK.SNAP(i_snap_level=>6); <-- this is used if you want a one shot.
                 EXECUTE STATSPACK.MODIFY_STATSPACK_PARAMETER(i_snap_level => 6);
[url=http://www.oraclepoint.com]bJlvMcXgdOraclePointZ41eq9EyZ[/url]

  • Automating STATSPACK snapshot
                         SQL> spauto.sql                 

The "spauto.sql" script, by default, schedules the statspack job to take a snapshot every hour. If you want a statspack snapshot to be taken more often than that then make a copy of the spauto.sql file and edit it. You want to change the section that says:
[url=http://www.oraclepoint.com]tBb2zzXj7OraclePointSgmY8v0t9[/url]

[Lasted edited on 2007-04-25 12:05 whiterock ]


2007-04-25 11:41
  Grade this thread



Similar Threads Forum Author Replies Views Last Post
TraceAnalyzer-Free Trace Analyzer for Oracle
Oracle Tools, Utilities & Scripts outility 3 3215  2010-07-17 10:10
My Practical Approach to Create Domain Index
Oracle Database Administration R.Wang 0 346  2010-05-13 15:44
Website Performance Analysis with neXpert (Fiddler)
Enterprise Computing and Architecture R.Wang 0 1089  2009-03-20 12:07
Quest Freeware for Developers and DBA
Oracle Tools, Utilities & Scripts outility 0 2450  2008-03-11 13:02
Data Dictionary for Oracle (Quest FREEWARE)
Oracle Tools, Utilities & Scripts outility 0 2970  2008-03-11 12:41

  Quick Response
Title:
Content:




Upload: Disable
Username:
Password:
  



Recommend to a friend Print Article Mode





 


Powered by BMForum Powered by BMForum 2007 5.6 RSS Feed  
Processed in 0.34342885 second(s),14 queries  
Top