Download as TXT, PDF, TXT or read online from Scribd
Download as txt, pdf, or txt
You are on page 1of 1
DECLARE
l_mime VARCHAR2 (255);
l_length NUMBER; l_file_name VARCHAR2 (2000); lob_loc BLOB; BEGIN
SELECT "MIMETYPE", "POZA", "FILENAME", DBMS_LOB.getlength ("POZA") INTO l_mime, lob_loc, l_file_name, l_length FROM "T_POZE" WHERE id = :imag_m and (id_hotel=:hotel OR id_statiune=:statiuni); OWA_UTIL.mime_header (NVL (l_mime, 'application/octet'), FALSE);