adspace
Answer Posted / arup ratan banerjee
By means of Sqlloader
steps
------
1) Save the excel file as .csv
2) Give proper column headings
3) create a file named sqlload.ctl where u will write
load data
infile 'C:\HR_EMP_LWP_TMP.csv'
REPLACE
into table HR_EMP_LWP_TMP
fields terminated by ','
(emp_NO,yr_mon,lwp)
4) Load Oracle Client 9i
From command prompt run
c:\oracle_client9i\bin\sqlldr <user/password@tnsname>
sqlload1.ctl
5) The excel file gets converted to Table in Oracle
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Can we rollback truncate?
define sql insert statement ? : Sql dba
What is the current version of sql?
what is sql server agent? : Sql dba
what is dbms? : Sql dba
how to escape special characters in sql statements? : Sql dba
Is primary key clustered index?
what are all the common sql function? : Sql dba
Is inner join faster than left join?
what is bcp? When does it used? : Sql dba
Can delete statement be rollbacked?
how to use regular expression in pattern match conditions? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
Is primary key always clustered index?
What is the best sql course?