Re: import
From: David Fitzjarrell <oratune_at_yahoo.com>
Date: Mon, 16 May 2011 11:30:17 -0700 (PDT)
Message-ID: <134959.44277.qm_at_web65408.mail.ac4.yahoo.com>
Date: Mon, 16 May 2011 11:30:17 -0700 (PDT)
Message-ID: <134959.44277.qm_at_web65408.mail.ac4.yahoo.com>
If, by chance, you're using 11.2.0.x you can use impdp and the REMAP_TABLE parameter to rename an imported table on-the-fly. David Fitzjarrell ________________________________ From: "Allen, Brandon" <Brandon.Allen_at_OneNeck.com> To: "Brian.Zelli_at_RoswellPark.org" <Brian.Zelli_at_RoswellPark.org>; Oracle I List <oracle-l_at_freelists.org> Sent: Mon, May 16, 2011 11:16:29 AM Subject: RE: import I don’t think there is any way to do that directly with exp/imp if that’s what you’re talking about. I’m sure there are lots of ways you could get the same result, but the first thing that comes to mind for me is to just import into a new requestitem table and then do an “insert into requestitem2 select * from requestitem”. If you already have a requestitem table, then you may need to use the fromuser/touser parameters to put the new table in a different schema, or else rename the existing requestitem table before importing the new one. Regards, Brandon ________________________________ Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.
-- http://www.freelists.org/webpage/oracle-lReceived on Mon May 16 2011 - 13:30:17 CDT