Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
66 views

Oracle UCP Incorrect JMX Support

I tried out the jmx support for the universal connection pool and it seems to give incorrect values. There are couple of problems I have faced till now The getConnectionPoolNames() method ...
1
vote
1answer
318 views

Oracle OCI Connection Pooling vs Oracle UCP

I am researching on various Oracle JDBC connection pooling mechanisms and as I understand Oracle offers 4 connection pooling mechanisms when OCI driver is used Oracle DataSource Oracle OCI ...
1
vote
4answers
984 views

Effort Estimation based on Use Case Points

As of now I have done effort estimation based on experience and recently using function points. I am now exploring UCP, read this article http://www.codeproject.com/KB/architecture/usecasep.aspx. I ...
0
votes
0answers
23 views

Keeping state with connection while using connection pool

I am looking out for solutions where we need to attach some state with a connection object after it is retrieved from the connection pool. The need for this came up from the requirement to execute NLS ...
0
votes
0answers
66 views

Oracle Universal ConnectionPool(UCP)

Did anyone face any issues while using UCP with Oracle? Any pitfalls and best practices to avoid and follow? How to test UCP and multithreading race conditions for an actual simulation of production ...
0
votes
0answers
58 views

Oracle Universal Connectionpool UPC and worker thread issue

I always get out-of-memory exception when I try to DEBUG or run(with sleep of 2min or so in my junit) my UCP connectionpool code in eclipse. And running Jconsole showed me that for every active ...
0
votes
0answers
44 views

Labelling connections with ucp

Has anyone tried using the labelling feature provided by oracle's universal connection pool? When I use ucp-11.2.0.1.0.jar with ojdbc6-11.2.0.1.0.jar and drivertype as "oci" I get an exception ...
0
votes
1answer
118 views

Universal Connection Pool Memory Management

I have been trying to upgrade my ojdbc code from ojdbc14-10.2.0.1.0 to ojdbc6-11.1.0.7.0. We have been using OracleConnectionCacheImpl for datasource connections and then moved to the Universal ...
0
votes
0answers
78 views

Sample code and API for UCP(EMI) protocol

I wanted to use UCP(EMI)protocol, can anybody help me how to use it. Please provide me a UCP(EMI)protocol APi in C/C++ for the same. Best Regards.
0
votes
1answer
133 views

How to use TimeToLiveConnectionTimeoutCallback in Oracle UCP

How to use the TimeToLiveConnectionTimeoutCallback within Oracle UCP (Universal Connection Pool)? I would expect that either the PoolDataSource or the UniversalConnectionPoolManager has an interface ...
0
votes
1answer
177 views

How to enable utility control point in SQL Server 'Standard Edition (64-bit)'?

I was trying to register a 64 bit machine under new Utility control point name, get the following "The SQL Server edition must support UCP creation. Validation failed. The specified instance of SQL ...