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 can windows applications connect to oracle servers?
How to retrieve data from an explicit cursor?
How do I manually create a database in oracle?
What is a user account in oracle?
2. Display the item number and total cost for each order line (total cost = no of items X item cost). Name the calculated column TOTAL COST.
Name the three major set of files on disk that compose a database in Oracle?
What are group functions in oracle?
what is the syntax of ALTER command?
diff between DELETE and TRUNCATE?.
14 Answers HCL, Yalamanchili Software,
How to declare a local variable?
Difference between oracle's plus (+) notation and ansi join notation?
What is a nested table and how is it different from a normal table?