Skip to content
DbaFix
Just share answer and question for fixing database problem
MENU
  • HOME

Tag: jdbc

Measure Performance for INSERT, UPDATE and DELETE commands on DB2

By adminPosted on March 20, 2023

Question : I have a DB2 database with a table for daily transactions, which is cleared to a history table […]

Oracle 11g delete by unique key slow

By adminPosted on February 28, 2023

Question : We have been plagued by a deadlock issue for quite some time that relates to deletes and inserts […]

LoadBalancing JDBC DataSource Connect without URL

By adminPosted on February 15, 2023

Question : When using JDBC I like the new DataSource-way to establish the connection. Further I like the isolated set-Methods […]

jdbc+mysql: “Deadlock found when trying to get lock; try restarting transaction”

By adminPosted on January 22, 2023

Question : After recovering from a disk-full problem, I started getting these errors in my logs: java.sql.BatchUpdateException: Deadlock found when […]

Replacing a large object in PostgreSQL

By adminPosted on January 9, 2023

Question : What should one do when one wishes to replace a large object with a new large object. An […]

Oracle 11. Updating BLOB field. Db file sequential read inappropriately slow?

By adminPosted on January 5, 2023

Question : I’ve and Oracle (11 Enterprise) schema with a table CREATE TABLE USER.WSP_BUNDLE ( NODE_ID RAW(16) NOT NULL, BUNDLE_DATA […]

java.sql.SQLException: Login failed for user ‘sa’

By adminPosted on December 31, 2022

Question : I am having trouble connecting to my Microsoft SQL Server database through a jTDS connection: Connection conn = […]

Does Postgresql support different transaction isolation per connection?

By adminPosted on December 23, 2022

Question : I just discovered that H2 doesn’t support concurrent connections using different transaction isolation levels. Meaning, changing the transaction […]

jdbc+mysql: “Deadlock found when trying to get lock; try restarting transaction”

By adminPosted on December 4, 2022

Question : After recovering from a disk-full problem, I started getting these errors in my logs: java.sql.BatchUpdateException: Deadlock found when […]

how to solve Invalid usage of the option NEXT in the FETCH statement [duplicate]

By adminPosted on December 3, 2022

Question : This question already has answers here: SQL Server Error, “Invalid usage of the option FIRST in the FETCH […]

  • 1
  • 2
  • 3
  • …
  • 8

Recent Posts

  • Speed up INSERTs
  • Regularly updating table with huge amount of rows
  • How can I create a gapless sequence?
  • Unable to Query Very Large Table
  • Why should I create an ID column when I can use others as key fields? [duplicate]
  • Force NOW to return new timestamps without committing the transaction
  • MariaDB on Windows Server 2012 R2 – out of memory
  • How to easily convert a comma seperated list of ids into a table of rows
  • clusterdb stopped working for PostgreSQL database in Ubuntu 12.04 server
  • Slow MySQL query
  • Database design : hotel room and its detail
  • How to use GROUP BY in an efficient way without losing attributes? [closed]
  • Query execution time is random, need to identify the root cause
  • Returning data where all categories exactly match
  • Partitioning increases CPU usage in mariadb
  • How to script out push subscription creation at the subscriber?
  • Can a transitive join loop infinitely?
  • 2 similar queries in large sql server table – 1 takes too long
  • Select data from another database instance on the same server in sql server
  • Is it possible to get server roles and database roles in a same query/script?

Categories

  • Database Backup
  • Database Design
  • Database Index
  • Database Optimization
  • InnoDB
  • Join
  • MariaDB
  • MongoDB
  • MySQL
  • Oracle
  • Performance
  • Permissions
  • Postgresql
  • Query Performance
  • Replication
  • Security
  • SQL Server
Proudly powered by WordPress / Support by: DizzyCoding