Does UTL_FILE.FSEEK Work In Write Mode?
(Doc ID 1910002.1)
Last updated on OCTOBER 07, 2022
Applies to:
PL/SQL - Version 9.2.0.8 and laterInformation in this document applies to any platform.
Goal
In most programming languages, it is allowed to write to a specific location to a file. But, trying to do the same in PL/SQL using UTL_FILE.FSEEK results in an ORA-29284: file read error.
How can this be achieved in PLSQL?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |