This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
kurs:write_to_file_utl_file [2010/05/27 14:55] mh |
kurs:write_to_file_utl_file [2014/09/10 21:22] (current) |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| BEGIN | BEGIN | ||
| - | v_filehandle := utl_file.fopen('data_dir', 'out.txt', 'w'); | + | v_filehandle := utl_file.fopen('DATA_DIR', 'out.txt', 'w'); |
| -- open emp_cursor; | -- open emp_cursor; | ||