How to export the table data (this table having 18 million
records) to .csv file. Please tell me is there any faster
way to export the data.
Answer Posted / kiran kumar vangeti
Hi Vellai,
From SQL loader, we are going to insert the data in to
database. But my concern is i need to export the data from
database to .csv file.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the usage of the distinct keyword?
What is cte?
What is the process of debugging?
What is inner join in sql?
What does over partition by mean in sql?
when MSQL8.0 is in market
How to use boolean type in select statement?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
What is oracle sql called?
Which is faster subquery or join?
Does sql use python?
How does cross join work in sql?
How to return multiple rows from the stored procedure?
What is sql injection owasp?
Show the two pl/sql cursor exceptions.