Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle slower ?
Hi
No Oracle isn't slower than alternative RDBMS, at least if it is 9 times slower then it is either misconfigured, or the code is bad, or both. I'd strongly suspect the code to start with. If you treat the output of OMWB as a first cut, or functional prototype then you have a reasonable approach to the migration.
If you can post the code for the slow proc I'm sure folk will be very quick to pick up why it isn't performing.
Niall Litchfield
Oracle DBA
Audit Commission
0117 975 7805
-----Original Message-----
Sent: 25 February 2003 15:09
To: ORACLE-L_at_fatcity.com; rivaldi.bahar_at_bbassi.com
We are converting from SQL Server and Sybase to Oracle.
To convert functions and stored procedures we have been using the
Oracle Migration Workbench (OMWB) which produced WEAK REF CURSOR and
TRANCOUNT global variable.
I looked at (trace and explain plan) statements in the procedures
and functions, it seems everything are OK. Init.ora parameters
are big enough, statspack generated good values.
The same function and procedure took about 1 minute
in Sybase but take 9 minutes in Oracle. The difference is the procedures or functions after migration calling OMWB package (globalpkg).
Any idea or tuning tips after migrating to Oracle ?
Is Oracle slower than Sybase and SQL Server ?
Tia.
Rivaldi
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Niall Litchfield
INET: n-litchfield_at_audit-commission.gov.uk
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Feb 25 2003 - 10:09:14 CST
![]() |
![]() |