vote up 0 vote down star

Is there a way to tune the Oracle client (InstantClient or the normal one)?

We have a software that runs on multiple DMBS (MySQL, PGSQL and MS SQL Server) I'm wondering why the Oracle version of the product consume more resources than the other ones.

UPDATE: I'm using the C++ API (OCI).

flag

What resource is it using? What client arr ypu using C++ Java, .Net or other. – Mark Oct 21 at 22:46
Ahh I'm using C++ – igorgue Oct 22 at 2:12

1 Answer

vote up 1 vote down check

Well depending on the version of oracle and client you can tune your connection to oracle, largely through using the tnsnames.ora and sqlnet.ora. you can change all sorts of things like buffer sizes, etc. This is an example of one: SDU & MTU sizes. As for resources, the DLL from the oracle client is HUGE and will consume more memory/disk space then the other ones. I know the OCI.dll we use is 100+ mb dll. Other then that I would ask you to be more specific as what resources you would like to tune?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.