Skip to Main Content
  • Questions
  • Adding transform=oid:n to import using SQL Developer Import Wizard

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, mark.

Asked: November 29, 2016 - 4:57 am UTC

Last updated: April 04, 2024 - 4:52 am UTC

Version: 11.2.0.4.0

Viewed 10K+ times! This question is

You Asked

Hi,

I know how to use transform=oid:n in a CMD box using impdp. Is there a way to add that parameter to the import when using the Datapump Import Wizard in SQL Developer?

Thanks.

and Chris said...

I'm not aware of a way to add it using the wizard.

But you can use the wizard to generate the PL/SQL script for you. Then add to this a call to dbms_datapump.metadata_transform to set it:

http://docs.oracle.com/cd/E11882_01/appdev.112/e40758/d_datpmp.htm#ARPLS66050

UPDATE 21 Sept 2021

As Turloch notes below, this option is now available in SQL Developer

Rating

  (3 ratings)

Is this answer out of date? If it is, please let us know via a Comment

Comments

Thanks

mark Dickinson, November 29, 2016 - 5:51 pm UTC

Thanks for the quick response. I believe the Wizard does indeed show the PLSQL code it will use on one tab. I'll either do as you suggest, or just do those few imports from the command line.
Connor McDonald
November 30, 2016 - 1:51 am UTC

glad we could help

OID is a sqldeveloper datapump wizard option now (but may not have been in 2016)

Turloch O'Tierney, September 20, 2021 - 5:21 pm UTC

OID is a sqldeveloper datapump wizard option now (but may not have been in 2016 - it was added subsequent to first release.)
Chris Saxon
September 21, 2021 - 12:43 pm UTC

Thanks; I've added a note to the answer

Prasad, April 02, 2024 - 11:07 am UTC

Where is the TRANSFORM option present in SQL Developer IMPDP Wizard?
Could you please elaborate? Thank you.
Connor McDonald
April 04, 2024 - 4:52 am UTC

IMPDP_OID

More to Explore

Data Pump

All of the database utilities including Data Pump are explained in the Utilities guide.