OPP2005 - first PL/SQL conference a big success!
PL/SQL becomes mature (specially in Oracle 10.2!)!
Read more about conference papers at this link : http://oracleplsqlprogramming.com/opp2005_agenda.php
Regards
Carl
Read the rest of this entry ... (187 words left)
Read the rest of this entry ... (661 words left)
Hello,
As i heard about the availability of the Patchset 6 (9.2.0.7) of the Oracle 9.2 Database Server i was very surprised. I thought Patchset 5/9.2.0.6 would be the last Patchset and ... that all errors would have been finally patched ;-).
For Analysis i scanned the bugs HTML document, pasted and prepared the bugs info with an editor and transformed it with awk. Now it had the right format for excel and then what else did you expect - I stored all the data in an 9.2 database (Patchset 3/9.2.0.4 ;-));
With the data in the database you could answer a lot of questions. I reduced that to two questions:
SQL> SELECT COUNT(*) FROM Buglist;
COUNT(*)
----------
10256
SQL>
SQL> SELECT COUNT(*), bl.FixedInRelease FROM Buglist bl group by bl.FixedInRelease;
COUNT(*) FIXEDINRELEASE
---------- ----------------
1347 9.2.0.2
1053 9.2.0.3
1554 9.2.0.4
2547 9.2.0.5
2188 9.2.0.6
1567 9.2.0.7
6 rows selected
SQL>
The number of bugs was increasing and had its peak level at Patchset 9.2.0.5/9.2.0.6.
Read the rest of this entry ... (1257 words left)