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 |
Which database is better for os platform dependency?
How to install oracle database 10g xe?
What are the type of Synonyms?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
Table1- have two column filename data AFGDFD-20112011 hi how r u bsdasd-23042011 name shoud be in bold Now i want output like filename data AFGDFD hi how r u bsdasd name shoud be in bold Kindly answer this
Can we commit inside a function in oracle?
How to drop an index?
What is the use of file param in imp command?
How to delete an existing row from a table in oracle?
various types of hints and their usage
How to display row numbers with the records?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?