How to load excel data sheet to oracle database



How to load excel data sheet to oracle database..

Answer / Dhirendra Shukla

There are several ways to load an Excel data sheet into an Oracle database. One common method is using SQL*Loader, a tool for bulk loading data from various data sources into Oracle tables.nn```sqln-- Prepare the control filenLOAD DATAnINFILE 'path/to/your_excel_file.xls'nREPLACEnINTO TABLE table_namenFIELDS TERMINATED BY 't' (FORMAT EXCEL HEADER=1)n-- Run the SQL*Loader commandnsqlldr username/password@db_connection control=path/to/your_control_file.ctl;n``

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

How do I escape a reserved word in oracle?

1 Answers  


When do you get a .pll extension in oracle?

1 Answers  


What is a nvl function? How can it be used?

1 Answers  


Hi Every One , What is the table Space in Oracle Database ? waiting for answere and thankyou

8 Answers  


what are the diffeenes between oracle 9i,oracle 10g

2 Answers  


16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.

1 Answers   Wipro,


What is the difference between postgresql and oracle?

1 Answers  


Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3

3 Answers  


What is sharded cluster?

1 Answers  


What happens if you set the sga too low in oracle?

1 Answers  


How to find out what privileges a user currently has in oracle?

1 Answers  


What are the sql clauses supported in the link property sheet ?

1 Answers   Oracle,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)