Sign in or 

| Platform: | Oracle | App: | Tool: | ||||||||||
| DB Ver: | 9.2 | App Ver: | Tool Ver: | ||||||||||
| Revision Date: | 21-Oct-2006 | Keywords: | HOWTO, PERFORMANCE CPU TEST | ||||||||||
| Goal | |||||||||||||
| To time the performance of a standard query to get CPU performance | |||||||||||||
| Facts | |||||||||||||
| Solution | |||||||||||||
| This query was created originally by Jonathan Lewis, and can be used as a benchmark for all Oracle DBs. | |||||||||||||
The test query script is: drop table kill_cpu / create table kill_cpu (n, primary key(n)) organization index as select rownum n from all_objects where rownum <= 23 / set timing on select count(*) from kill_cpu connect by n > prior n start with n = 1 / | |||||||||||||
|
consultium |
Latest page update: made by consultium
, Oct 7 2009, 3:40 AM EDT
(about this update
About This Update
view changes - complete history) |
|
Keyword tags:
HOWTO
PERFORMANCE CPU TEST
More Info: links to this page
|