Re: adding to source coutrol
From: LKBrwn_DBA <member30625_at_dbforums.com>
Date: Wed, 16 Jul 2003 21:56:20 +0000
Message-ID: <3119250.1058392580_at_dbforums.com>
Date: Wed, 16 Jul 2003 21:56:20 +0000
Message-ID: <3119250.1058392580_at_dbforums.com>
You could also extract them with the export utility:
exp <uid>/<pw> file=expdat owner=<schema> rows=n
And then use import to extract the schema:
imp <uid>/<pw> file=expdat fromuser=<schema> show=y log=schema.txt
(You will have to do some editing to the schema.txt file)
-- Posted via http://dbforums.comReceived on Wed Jul 16 2003 - 23:56:20 CEST