Browse by Tags

  • UTL_FILE ORACLE Problem

    I keep getting an error when trying to create this UTL_FILE procedure. CREATE OR REPLACE PROCEDURE AMCAT_REPORT_F_M_D_PROC AS DECLARE l_file utl_file.file_type; BEGIN l_file := utl_file.fopen( 'FILE_LOCATION\Email_notification\', 'TEST.csv', 'W' ); FOR x IN (SELECT * FROM S_PUB...
    Posted to 11.x (Forum) by software on 05-25-2010
Page 1 of 1 (1 items)