Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> What is a good blocksize to use.
Hi Ben,
you mention that you database is a 'port' from SQLServer, and that Oracle performs worse that SQLServer. Fair point, but ....
did you actually convert the system to make best use of Oracle features
or simply 'copy' it all over and expect similar results ?
have you taken into account the fact that both database systems are
totally different in working etc ?
have you converted any of the SQL used (I'm presuming you have an app
that accesses the db) to change it from the SQLServer way of things to
the Oracle way ?
do you use 'temporary' tables in your processing - because this is
required by SQLServer but Oracle doesn't need them because of 'read
consitency' etc ?
I suggest a good look at Tom Kyte's book Exprert one-on-one Oracle - especially the first few chapters where he discusses the differences between different databases.
Regards,
Norman (being constructive and not starting any religous wars !)
Tel: 0113 289 6265 Fax: 0113 289 3146 URL: http://www.Lynx-FS.comReceived on Thu Sep 26 2002 - 03:42:44 CDT
-------------------------------------