Google News
logo
PL/SQL - Interview Questions
Explain how you can copy a file to file content and file to PL/SQL table in advance PL/SQL?
With a single program call :fcopy procedure”, you can copy the complete contents of one file into another file. While to copy the contents of a file directly into a PL/SQL table, you can use the program “file2pstab”.
Advertisement