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 |
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
what is data independence exactly? give an example
What is a shared pool?
what are Triggers?
10. Display the client number, order date and shipping date for all orders where the shipping date is between three and six months after the order date.
What is a dead lock in oracle?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
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.
waht is the difference between primary key and super key?
What is a Data File ?
What is oracle and what are its different editions?
Display Odd/ Even number of records?