1.

How Can You Communicate With Operating System Files From Oracle?

Answer»

You can use the utl_file PACKAGE to communicate with OPERATING system files from PL/SQL code. This package provides MULTIPLE functions to open, read, WRITE, and CLOSE the operating system files.

You can use the utl_file package to communicate with operating system files from PL/SQL code. This package provides multiple functions to open, read, write, and close the operating system files.



Discussion

No Comment Found