what is load balancing and what u have used to do this?(sql
loader)
Answers were Sorted based on User's Feedback
Answer / komal
In my view load balancing is when there is lots of manual
data to be fed into a table then we make a .csv file and
load it through an sql loader.
Instead of manually entering record by record we make use
of a few command prompt commands where in data goes into
the table
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / amit basu
To effectively balance load across all the nodes of
the cluster. Most of the time, the load balancing is
accomplished in one of two ways:
• Using third party tools that redirect connections to
individual nodes
• Assigning users to specific nodes
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amit
to get data from another third party software into oracle
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use "in out" parameter properly?
What privilege is needed for a user to connect to oracle server?
What is a package in oracle?
Explain the family trees and connection by clause
What is a private synonym?
Please explain oracle left join with an example?
how to get last monday of a month?
Explain the use of inctype option in exp command.
Give the constructs of a package, function or a procedure.
Can we create database in oracle using command line ?
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
Can we protect our pl/sql source code?