Support for Oracle proxy connection?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Ping Kam

Support for Oracle proxy connection?

Post by Ping Kam » Fri 26 Nov 2004 00:27

I just read the Managing Scalable Platforms section of the OCI programmer guide and it talks about the proxy connection feature: OCI_CRED_PROXY.

We think it is a very useful feature for developing application server. We try it out and it connects extrememly fast. Using OCI_CRED_RDBMS, it takes about 150ms to connect, using OCI_CRED_PROXY it takes almost no time.

Any plan to incorporate this into the TOraSession component?

Thanks,
Ping Kam

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 30 Nov 2004 14:15

Thank you for information. This can be useful in Middle-tier applications
and allows application server to organize rapidly Oracle connections for its
clients. We will consider your proposition in the next ODAC builds.

Ping Kam
Posts: 21
Joined: Fri 26 Nov 2004 19:09

Post by Ping Kam » Tue 30 Nov 2004 16:11

Great to hear, look forward to the next build.

Thanks,
Ping Kam

Post Reply