Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Cary's query, on oracle 9.2
Here's what it looks like on 9.2.0.4.0 on Windows XP:
13:38:12 v92> show rel
release 902000400
13:38:17 v92> select count(*) from v$event_name;
COUNT(*)
399
It might be interesting to see a side-by-side diff of event names for a given version across platforms. But not interesting enough for me to actually *do*. :)
Sounds like a good thing for a museum in Måløv to have.
Cary Millsap
Hotsos Enterprises, Ltd.
http://www.hotsos.com
* Nullius in verba *
Upcoming events:
- Performance Diagnosis 101: 2/24 San Diego, 3/23 Park City, 4/6 Seattle - Hotsos Symposium 2004: March 7-10 Dallas - Visit www.hotsos.com for schedule details...
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Mladen Gogala
Sent: Tuesday, February 24, 2004 1:32 PM
To: Multiple recipients of list ORACLE-L
Subject: Cary's query, on oracle 9.2
Just for fun, I counted the events in 9.2. Here's the result:
SQL> show release
release 902000400
SQL> select count(*) from v$event_name;
COUNT(*)
401
SQL> In 10g, there are 808 different events. Wow, more then double! It's going to be interesting.
![]() |
![]() |