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 |
3. Display all the client numbers in the ORDER table. Remove duplicates.
How to display employee records who gets more salary than the average salary in the department?
What is an oracle wallet?
Does oracle charge for java?
How to view the tablespaces in the current database?
write a query that displays every Friday in a year with date?
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
without using count(*) and rownum how can we count total record in a table
What do you mean by group by clause?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
What is mean by Program Global Area (PGA) ?
What is the difference between a primary key & a unique key?