-
Junior Member
oracle to and from execl sheet
how data can be stored in oracle from excel sheet and vice-versa ? .
any one make me clear.
-
Expert Member
Re: oracle to and from execl sheet
>>how data can be stored in oracle from excel sheet and vice-versa ?
From Excel to Oracle
Open the file in excel. Save it as CSV file. You can load csv file into oracle using SQL LOADER.
From Oracle to Excel
Spool the output to text file then open it in excel.
-
Re: oracle to and from execl sheet
there are a number of third party tools available for the purpose.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules