Skip to content

Category: Tuning Basics

Key Reasons for Database Performance Issues

Some of the key reasons which attributes to database performance issues are mentioned below:

Below post is based on Oracle Documentation

1.Bad connection management

The application connects and disconnects for each database interaction. This problem is common with stateless middleware in application servers. It has over two orders of magnitude impact on performance, and is totally unscalable.

Leave a Comment