adspace
How can you load microsoft excel data into oracle? : aql loader
Answer Posted / Shiv Prakash
To load Microsoft Excel data into Oracle using SQL*Loader, follow these steps:
1. Save the Excel data as a delimited text file (CSV format).
2. Create an external table in Oracle that corresponds to your CSV file.
3. Use SQL*Loader to load the data from the CSV file into the external table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I remove duplicates in two columns?
Can delete statement be rollbacked?
What is the current version of sql?
what is bcp? When does it used? : Sql dba
what is sql server agent? : Sql dba
what are the advantages of sql ? : Sql dba
what is schema? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what are all the common sql function? : Sql dba
What is the best sql course?
Is primary key clustered index?
what is dbms? : Sql dba
Can we use distinct and group by together?
What is your daily office routine?
how to escape special characters in sql statements? : Sql dba