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: Preventing jobs from being imported

Re: Preventing jobs from being imported

From: Turkbear <john.g_at_dot.spamfree.com>
Date: Mon, 09 Aug 2004 11:09:19 -0500
Message-ID: <998fh0d48su4b84hr27pm073clo86ndp8n@4ax.com>


hboswel1_at_bellsouth.net wrote:

>I have a nightly export/import job that runs, to place some data on a
>database server that sits outside our firewall. The export parfile
>has these parameters:
>
>COMPRESS=Y
>GRANTS=Y
>INDEXES=Y
>ROWS=Y
>CONSTRAINTS=Y
>TRIGGERS=Y
>
>
>The import parfile has these commands:
>
>INDEXES=Y
>GRANTS=Y
>CONSTRAINTS=Y
>ROWS=Y
>IGNORE=Y
>ANALYZE=N
>
>
>The schema being exported/imported has some jobs associated with it,
>that I don't want exported or imported, but that's happening. How do
>I prevent this? I haven't found mention on jobs in the exp/imp
>documentation, and a Metalink search didn't turn anything up.
>
>Thanks,
>Harry Boswell

If all that is needed is the data, use the TABLE=(<table list>) method instead of a FULL export.. Received on Mon Aug 09 2004 - 11:09:19 CDT

Original text of this message

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