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: Migration from an dev. environement to a production one

Re: Migration from an dev. environement to a production one

From: MStout2468 <mstout2468_at_aol.com>
Date: 20 Feb 1999 00:29:12 GMT
Message-ID: <19990219192912.06071.00000171@ngol08.aol.com>

Hi,

    The code should be in the USER_SOURCE table. Break it out by object type. I don't have sql running, but it should be something like:

select text from user_source
where type ='PACKAGE';

select text from user_source
where type='PACKAGE BODY';

Mike Stout Received on Fri Feb 19 1999 - 18:29:12 CST

Original text of this message

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