sys.utl_file fopen function detail
584237Jan 17 2008 — edited Jan 18 2008Hi,
I want to know if i m using sys.utl_file.fopen function and this function has opened a file in the append mode and that time another pl/sql function uses this fopen function and tries to write something on that file on which fopen function is already running , then what will happen. Does this fopen function out a lock on the file in which it writing something