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: Import of PL/SQL procedure without doing a full user import

Re: Import of PL/SQL procedure without doing a full user import

From: Valery Yourinsky <vsu_at_bill.mts.ru>
Date: Wed, 10 Jan 2001 09:57:57 +0300
Message-ID: <3A5C07F5.2D95E516@bill.mts.ru>

James Williams wrote:
>
> I have a PL/SQL program that did not go through change control. The
> source is inside a user level export. Without importing the entire
> file could I direct export to look for a certain procedure?
>
> I have reviewed the Oracle Utilities manual but don't see a way as of
> 8.1.6.

   There is no standard way to do it... :-(  

> I could always use fromuser touser if I can find an area with enough
> disk space.

   To extract procedure you need no disk space for tables.    You need space for source code only in SYSTEM tablespace    You can even set zero tablespace quota for TOUSER user.

Valery Yourinsky

-- 
Oracle8 Certified DBA
Received on Wed Jan 10 2001 - 00:57:57 CST

Original text of this message

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