what is load balancing and what u have used to do this?(sql
loader)
Answer Posted / 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 |
Post New Answer View All Answers
How index is implemented in oracle database?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
How to connect to the server with user account: sys?
How to create a stored function in oracle?
what is insert all statement in sql
Explain the difference between a procedure and a function?
How to select all columns of all rows from a table in oracle?
What is oracle server autotrace in oracle?
How to check your oracle database 10g xe installation?
What is catalog in Oracle?
Explain about integrity constraint?
What is the fastest query method to fetch data from the table?
How to resolve the ORA-39133 error in Oracle?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What to do if dba lost the system password?