Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
impdp approach
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
dba cjb  
View profile  
 More options Feb 3, 11:03 am
Newsgroups: comp.databases.oracle.server
From: dba cjb <chris.br...@providentinsurance.co.uk>
Date: Fri, 3 Feb 2012 08:03:38 -0800 (PST)
Local: Fri, Feb 3 2012 11:03 am
Subject: impdp approach
oracle 11.2. / on windows

I need to import a select list of tables & packages from a schema on a
source database

I will also need to consider ( perhaps using scripts  )constraints/
indexes & stats also

If anyone can give me any helpfull advice before starting & known
pitfalls to avoid I would be gratefull

regards
Chris B


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
onedbguru  
View profile  
 More options Feb 3, 7:37 pm
Newsgroups: comp.databases.oracle.server
From: onedbguru <onedbg...@yahoo.com>
Date: Fri, 3 Feb 2012 16:37:22 -0800 (PST)
Local: Fri, Feb 3 2012 7:37 pm
Subject: Re: impdp approach
On Feb 3, 11:03 am, dba cjb <chris.br...@providentinsurance.co.uk>
wrote:

> oracle 11.2. / on windows

> I need to import a select list of tables & packages from a schema on a
> source database

> I will also need to consider ( perhaps using scripts  )constraints/
> indexes & stats also

> If anyone can give me any helpfull advice before starting & known
> pitfalls to avoid I would be gratefull

> regards
> Chris B

You can {em|im}port and include/exclude whatever you need.  See:
http://docs.oracle.com/cd/E11882_01/server.112/e10701/dp_import.htm#i...
for the include/exclude parameters. No pitfalls yet - but YMMV so TEST
TEST TEST and TEST again.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Hurley  
View profile  
 More options Feb 4, 9:12 pm
Newsgroups: comp.databases.oracle.server
From: John Hurley <hurleyjo...@yahoo.com>
Date: Sat, 4 Feb 2012 18:12:02 -0800 (PST)
Local: Sat, Feb 4 2012 9:12 pm
Subject: Re: impdp approach
On Feb 3, 11:03 am, dba cjb <chris.br...@providentinsurance.co.uk>
wrote:

> oracle 11.2. / on windows

> I need to import a select list of tables & packages from a schema on a
> source database

> I will also need to consider ( perhaps using scripts  )constraints/
> indexes & stats also

> If anyone can give me any helpfull advice before starting & known
> pitfalls to avoid I would be gratefull

> regards
> Chris B

Well as already noted imdp over a network link can work pretty well
and has a lot of powerful filtering built into it already ... ( one
old post of mine with an example is right here
http://grumpyolddba.blogspot.com/2011/01/combining-impdp-remap-parame...
).

Tools like Toad can do a decent job also without being terribly
complicated to setup.

I have done some tricky and fairly complicated things at times using
plsql to generate scripts ( using utl file ) that has the impdp coding
in it.  The old plsql to generate utility commands ( or sql ) tricks
you know.

The main pitfall to avoid is to not test enough and to make sure you
have an environment close and very close if you can to where your
production target looks like.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dba cjb  
View profile  
 More options Feb 7, 11:37 am
Newsgroups: comp.databases.oracle.server
From: dba cjb <chris.br...@providentinsurance.co.uk>
Date: Tue, 7 Feb 2012 08:37:42 -0800 (PST)
Local: Tues, Feb 7 2012 11:37 am
Subject: Re: impdp approach
On Feb 5, 2:12 am, John Hurley <hurleyjo...@yahoo.com> wrote:

I have managed first stage of  data importing
/ just struggling to import a materialized view as a table  ...I can
do it as a table but not as a materialized view

Chris B

PS thanks for the help /examples


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Hurley  
View profile  
 More options Feb 9, 11:19 am
Newsgroups: comp.databases.oracle.server
From: John Hurley <hurleyjo...@yahoo.com>
Date: Thu, 9 Feb 2012 08:19:58 -0800 (PST)
Local: Thurs, Feb 9 2012 11:19 am
Subject: Re: impdp approach
cjb:

# I have managed first stage of  data importing / just struggling to
import a materialized view as a table  ...I can do it as a table but
not as a materialized view ...

We don't use many materialized views here just a couple of on the data
warehouse side.

If you are struggling I would not import it via impdp ... just execute
sql on the receiving side to recreate the materialized view.  Tools
like Toad and many others can give you a script to re-create it if not
readily available ( and if you can connect in to source database with
relevant credentials ).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »