InterviewSolution
Saved Bookmarks
| 1. |
How Can You Load Microsoft Excel Data Into Oracle? |
|
Answer» You can SAVE the data in TEXT file with proper SEPARATORS from Microsoft EXCEL. After that, SQL* Loader can be used to load the data from any other text file. You can save the data in text file with proper separators from Microsoft Excel. After that, SQL* Loader can be used to load the data from any other text file. |
|