Hi
I am using oracle 9i
I want to import the excel sheet data into the database.
i have an excel sheet to import the data into the database in node table.
SQL> desc node
Name Type Nullable Default Comments
----------- ------------ -------- ------- --------
USER_ID NUMBER(6)
SCENARIO_ID NUMBER(9)
STATE_ID VARCHAR2(20)
DIST_ID VARCHAR2(20)
NODE_ID VARCHAR2(20)
NODE_NAME VARCHAR2(40)
NODE_TYPE VARCHAR2(25)
Please let me know how to create the control file?
and how to import that control file into DB using sql loader?
Any Help?
Thank you
I am using oracle 9i
I want to import the excel sheet data into the database.
i have an excel sheet to import the data into the database in node table.
SQL> desc node
Name Type Nullable Default Comments
----------- ------------ -------- ------- --------
USER_ID NUMBER(6)
SCENARIO_ID NUMBER(9)
STATE_ID VARCHAR2(20)
DIST_ID VARCHAR2(20)
NODE_ID VARCHAR2(20)
NODE_NAME VARCHAR2(40)
NODE_TYPE VARCHAR2(25)
Please let me know how to create the control file?
and how to import that control file into DB using sql loader?
Any Help?
Thank you
Comment