Top "Ucp" questions

Oracle UCP (Universal Connection Pool) for JDBC provides a connection pool implementation for caching JDBC connections.

Oracle Express Database through JDBC using a UCP (Universal Connection Pool)

I'm using Oracle Express (XE) and connecting to it through JDBC. The code has a Universal Connection Pool implemented (UCP). …

java maven jdbc oracle-xe ucp
OCI invalid operation ORA-01010

I am running a batch application that processes huge data files and puts the data into an Oracle 11g database. …

oracle jdbc oracle-call-interface ucp
Getting ORA-01882: timezone region not found with Oracle UCP, on aws ec2 instance?

I am running a springboot application (which is running fine on local machine), and getting ORA-01882: timezone region not found …

oracle amazon-web-services amazon-ec2 timezone ucp
ORA-27101 using universal connection pool

I'm currently facing the ORA-27101 in my java server application. When it was started it worked fine for some days, …

java oracle jdbc ucp
Docker Error: Server Misbehaving

The details: Client: Docker Enterprise Edition (EE) 2.0 Version: 17.06.2-ee-10 API version: 1.30 Go version: go1.8.7 Git commit: 66261a0 Built: Fri Apr 27 00:38:41 2018 …

docker ucp docker-engine docker-ucp docker-ee
JDBC: Oracle Universal Connection Pool Error UCP-45060 Invalid life cycle state

I am using Oracle UCP (Universal Connection Pool). I am getting the following error after processing around 100K records. oracle.…

java oracle jdbc connection ucp