Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: on the fly zip compression

Re: on the fly zip compression

From: <stephen.howard_at_us.pwcglobal.com>
Date: 16 Mar 2005 09:17:24 -0800
Message-ID: <1110993444.325011.138880@f14g2000cwb.googlegroups.com>


...sorry, that is what I get for editing souce code before posting :) Here is the correct PL/SQL wrapper.


CREATE OR REPLACE PACKAGE utils IS
  PROCEDURE zip_messages (p_days IN VARCHAR2); END utils;
/

CREATE OR REPLACE PACKAGE BODY utils IS
  PROCEDURE zip_messages (p_days IN VARCHAR2)     AS LANGUAGE JAVA NAME 'zipMessages.archive(java.lang.String)'; END utils;
/


Received on Wed Mar 16 2005 - 11:17:24 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US