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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Get Package, Re-write, Re-compile...

RE: Get Package, Re-write, Re-compile...

From: Post, Ethan <Ethan.Post_at_ps.net>
Date: Fri, 19 Nov 2004 14:36:45 -0600
Message-ID: <83FCA77436D6A14883E132C63F4101D001B9B343@pscdalpexch50.perotsystems.net>


Yes thanks, I do that kind of thing also but ideally I need something a bit more portable. I manage a lot of databases and I want to easily install this functionality without having to configure shells and queues. Most of this will occur from a web page so it will use a shell anyway which works fine, but I really want to keep it all in PLSQL if possible.

-----Original Message-----
From: Daniel Wittry [mailto:daniel.wittry_at_quest.com]=20 Sent: Friday, November 19, 2004 2:29 PM
To: Post, Ethan
Cc: oracle-l_at_freelists.org
Subject: RE: Get Package, Re-write, Re-compile...

My thought would be to spool to utl_file_dir. Then have a cron job wake up hourly looking for files to process, run sqlplus @filename from the shell. Rename the file when done processing. That would avoid pl/sql file sizes. I've done stuff like this before.

__Dan

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Nov 19 2004 - 14:48:10 CST

Original text of this message

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