How to use Load Balancing in Oracle

In this article I will explain How to use Load Balancing in Oracle.
  • 1573
Introduction

Load balancing is used for a better connection pooling in RAC database. RAC stands for real application clusters which allows different computers to access a single database while running oracle RDBMS. It keeps  a balance across RAC instances.

Data Source=myOracle;User Id=Username;Password=Password;Load Balancing=True;
 
NOTE: This command can only be used if pooling is enabled.

Further Readings

You may also want to read these related articles.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.