Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 8

Steps to load a temporary table from an

excel.

Prepared by : Puvvada Raghuram


Team : SST

Change History

Date Author(s) Version Change Reference

16/08/2012 Puvvada Raghuram(xrpa6) 1.0 Created


1.Login to the database to which the temporary table needs to be loaded

2.select * from nls_database_parameters


3.Select the table to which excel needs to be loaded.
4.Right click on the table Import Data  Excel

5. Select the path where the excel is located

6.
(i)Check the header row if the excel has Header i.e column names
(ii)Select all the columns as indicated below

7.Now choose the Data Type of each column respectively


8.For Data type, Date Specify the Format as queried in point-2

9.Check for the DML


10.Check for the format in excel

NOTE: Steps 2,8,9,10 date format should be in Sync.

11.Click on insert once the verifications are done.

12.Check for the logs for all the rows being inserted.

You might also like