Hi,
I want to connect into oracle database and export the table data into a flat file using UNIX shell scripts. I cant use other GUI tools to do this, as the dataload will be in millions. hence if i try to export from toad/sqlplus its hanging. And also i need to some validation using UNIX. So please give me some tip to write a script which does this operation.
Req:
1) Connect oracle
2) Select * from employee
3) Write into some flat file in a proper format using some delimiter.
4) Need to match this flat file with another file which will also be in the similar format.
Thank you.
I want to connect into oracle database and export the table data into a flat file using UNIX shell scripts. I cant use other GUI tools to do this, as the dataload will be in millions. hence if i try to export from toad/sqlplus its hanging. And also i need to some validation using UNIX. So please give me some tip to write a script which does this operation.
Req:
1) Connect oracle
2) Select * from employee
3) Write into some flat file in a proper format using some delimiter.
4) Need to match this flat file with another file which will also be in the similar format.
Thank you.
Comment