ORA-29280: invalid directory path
ORA-06512: at "SYS.UTL_FI LE", line 33
ORA-06512: at "SYS.UTL_FI LE", line 436
ORA-06512: at "CPLNMGR.PARSE_ STRING", line 13
ORA-06512: at line 1

CREATE OR REPLACE DIRECTORY mydir AS 'C:\CPALN\TEST\ ';
create or replace procedure parse_string
is

output_file utl_file.file_t ype;
begin
output_file :=...