Sure Sanjeev, Hope you liked the video and subscribed to our channel!!!
@ponnuenigma6 жыл бұрын
Great content! Waiting for 2nd part
@traceyrawlings12702 жыл бұрын
Where do I get the sql loader files from to load onto the windows client file
@alexlim63002 жыл бұрын
I dont understand. Do I need to download SQL loader? or is it something integrated into my pc already
@sachindixit61706 жыл бұрын
Please tell the difference between SQL loader and UTL file package? Which one is better?
@KishanMashru6 жыл бұрын
They both are very much different from each other. UTL_FILE package helps you to read,write files, and much more say as creating reports etc.. SQL LOADER helps you to bulk load data in a file(in a specific format) into the database tables. You want to write sophisticated procedure using UTL_FILE that would help you to read from the files and load into database, sure why not!!! But who wants to do that when Oracle already provided it with SQL*Loader. Also as I mentioned in the video with SQL Loader the file can be in any client machine, whereas in case of UTL pkg, the file should be in the same system, where the database is, or else it won't be able to read / write. Surely Loader would be better than utl_file pkg.
@UG0086 жыл бұрын
good explanation
@KishanMashru6 жыл бұрын
Thanks Gaurav, If looking for any specific topic do let me know. :)
@UG0086 жыл бұрын
Kishan Mashru yes sure 👍
@summiali39535 жыл бұрын
Hi Kishan,thanks for this video! Can you please let me know what are external tables and how SQL loader is different from external tables? Thanks!
@summiali39535 жыл бұрын
Also,there are no any detailed video on External Tables concept on KZbin and considering how well you explain I want you to do a detailed video on this concept.
@KishanMashru5 жыл бұрын
Sure, will create a video on that.
@footballtv7524 жыл бұрын
Step by step written tutorial can be found here: numberblogs.blogspot.com/2020/04/oracle-sql-loader-hogyan-hasznaljuk-how.html