When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Oracle File Handling

Oracle File handing operation using UTL_FILE, SQL Loader and External Tables

     
  • 1
  •  |
  • Reviews ( 25 )
₹519

This Course Includes

  • iconudemy
  • icon1 (25 reviews )
  • icon2h 31m
  • iconenglish
  • iconOnline - Self Paced
  • iconprofessional certificate
  • iconUdemy

About Oracle File Handling

This is a course on file handling operation in Oracle database using UTL_FILE package, SQL Loader Utility and External table. After completing this course, you will be able to 1. Understand file handling operation in oracle database using UTL_FILE package.2. Read content from text file using PLSQL code.3. Write into text file using PLSQL code.4. Copy file from source to destination folder.5. Remove a file from operating system.6. Generate HTML reports of data using PLSQL code.7. Store and retrieve binary data into/from oracle database.8. Read data from flat files using SQL loader utility.9. Read data from files using "External table" functionality.10. Export data using "External table" functionality.

What You Will Learn?

  • Learn the options available in Oracle to handle/manage "Operating system files". .
  • Use "UTL_FILE" package to read/write/copy/delete/rename files (in operating system). .
  • Gain understanding on using BLOB column to store & retrieve binary files. .
  • Use "SQL loader" utility to load data from text files into oracle database table. .
  • Understand "External Tables" to import data from text files to database. .
  • Understand "External Tables" to export data from database to text file..