Impdp over dblink from 10.1.0.3 to 10.1.0.2

Hello everybody,
I am trying to copy some schemas from a test environment (Oracle EE 10g 10.1.0.3 on Linux ) to my development environment (my PC with Ora10g 10.1.0.2 on Win XP) using impdp and a dblink but I get an error (ORA-39006 , ORA-39022) stating that version 10.1.0.3 is not supported...
Any idea of a workaround?
Thanks in advance,
Paolo

Patch everything to the same version, better still patch to 10.1.0.4.
or just use cgood old fashioned exp and imp
Ian

Similar Messages

  • ORA-01653 error while executing a select query over DBLINK

    Hi,
    We have a query that is running to extract some data from a remote DB over DBLINK.
    The query is failing by throwing the error "ORA-01653 -- Unable to extend.........".
    Is this a problem with the "temp" tablespace of local database or is this with the "temp" tablespace of remote DB.
    As far as my knowledge goes, I guess any statement , selecting data over dblink where the query is being fired actually in remote db over dblink uses the temp tablespace of that DB only and hence the problem should be with the temp tablespace of remote db only but I am not very sure about this.
    Is there any chance that it can be problem with "temp" tablespace of local DB from where the query is being fired over dblink.
    It would be really helpful if anyone can throw some light on this.
    Thanks

    The error stack will normally tell you if the exception is raised in the remote database.
    You might try using the driving_site hint (see performance guide) to push work to the remote site or pull it local. It all depends on your particular query and explain plan.
    Remember to use { code } (without the embedded spaces) tags to frame your code and explain plan so it remains formatted, if you post it here.

  • Impdp over network: sometimes slow

    Hello,
    I've just made an experience, that impdp over network is sometimes slow and sometimes fast:
    My configuration:
    I have a "source" database (lets say A), with version 11.2.0.1, and two "destination" databases B (11.2.0.1) and C (11.2.0.3).
    The data size is about 100 GB. Import from A into B needes about 4.5 hours, and import from A into C takes about 1.5 hours.
    The data which is moved are identical. I've also checked the wait states, and we have found out, that database B makes a lot of log switches
    during import, which is the reason, why database B is such slow. On database C there are almost no log switches.
    B has log switches frequency about one in 2 seconds. C has aprox. 6 log switches in the first 30 minutes (during DATA load).
    That database B has logswitches, and C not let me think about Direct Load versus External Table Load, which is described in the documentation.
    But this seems different when using network_link: the trace of the DW process does not support this information (but should, as described in 552424.1).
    I think, there are some bugs/features fixed/changed between 11.2.0.1 and 11.2.0.3 regarding load strategy over network_link.
    There might be also a chance, that a initial parameter is different between B and C causing to different behavior, but
    Does anyone have a similar observation? Does anyone know about this "change"?
    Additionals:
    The users have all the same grants, the data are exact equal (by FLASHBACK_TIME), remap_schema and remap_tablespace are used at both.
    Ulrich

    Hello,
    Database A is in archive mode, B and C not.
    The problem is in the data transfer, not at index generation.
    For C, the data transfer is 30 min, Index generation is about 1h.
    For B, the data transfer is about 200 min, Index generation in about 1h.
    I have one new information: We have switched back after this to dumpfile transfer, and interesting: With dumpfile, the import is done with Direct Path.

  • NLS over dblink

    we have two oracle 8.1.7 databases - the first one with charset EE8MSWIN1250 the second with WE8DEC.
    In the second db there is a dblink to the first one.
    Users have their NLS_NCHAR environment variable set to EE8MSWIN1250.
    When they are connected to the second database and are accessing tables from the first db through the link data conversion occurs (I guess) two times first from EE8MSWIN1250 to WE8DEC (over dblink) and then from WE8DEC back to the EE8MSWIN1250 (to user code page) and some chars are replaced by '?'.
    Is there any way how to get those data unchanged ?

    Hi Janus,
    Unfortunately what you are seeing is the expected behavior. Assuming for now that the two databases were created with the correct database character sets.
    EE8MSWIN1250 is for Eastern European languages; hence you must be storing one or more of these language data inside your database: Croatian, Hungarian, Polish, Romanian, Czech or Slovenian.
    WE8DEC is for Western European languages; this is for storing French, German and Spanish etc.
    Now if you start pushing data from one database character set to another, Oracle will always try and apply character set conversion to preserve your data; however these two character sets are not compatible, when Oracle encounters any characters than can not be stored in the target database character set, replacement characters such as '?' will be used. See below for the differences between the 2 character sets.
    Characters in WE8DEC that are not in EE8MSWIN1250
    INVERTED EXCLAMATION MARK
    CENT SIGN
    POUND SIGN
    YEN SIGN
    FEMININE ORDINAL INDICATOR
    SUPERSCRIPT TWO
    SUPERSCRIPT THREE
    SUPERSCRIPT ONE
    MASCULINE ORDINAL INDICATOR
    VULGAR FRACTION ONE QUARTER
    VULGAR FRACTION ONE HALF
    INVERTED QUESTION MARK
    LATIN CAPITAL LETTER A WITH GRAVE
    LATIN CAPITAL LETTER A WITH TILDE
    LATIN CAPITAL LETTER A WITH RING ABOVE
    LATIN CAPITAL LETTER AE
    LATIN CAPITAL LETTER E WITH GRAVE
    LATIN CAPITAL LETTER E WITH CIRCUMFLEX
    LATIN CAPITAL LETTER I WITH GRAVE
    LATIN CAPITAL LETTER I WITH DIAERESIS
    LATIN CAPITAL LETTER N WITH TILDE
    LATIN CAPITAL LETTER O WITH GRAVE
    LATIN CAPITAL LETTER O WITH TILDE
    LATIN CAPITAL LETTER O WITH STROKE
    LATIN CAPITAL LETTER U WITH GRAVE
    LATIN CAPITAL LETTER U WITH CIRCUMFLEX
    LATIN SMALL LETTER A WITH GRAVE
    LATIN SMALL LETTER A WITH TILDE
    LATIN SMALL LETTER A WITH RING ABOVE
    LATIN SMALL LETTER AE
    LATIN SMALL LETTER E WITH GRAVE
    LATIN SMALL LETTER E WITH CIRCUMFLEX
    LATIN SMALL LETTER I WITH GRAVE
    LATIN SMALL LETTER I WITH DIAERESIS
    LATIN SMALL LETTER N WITH TILDE
    LATIN SMALL LETTER O WITH GRAVE
    LATIN SMALL LETTER O WITH TILDE
    LATIN SMALL LETTER O WITH STROKE
    LATIN SMALL LETTER U WITH GRAVE
    LATIN SMALL LETTER U WITH CIRCUMFLEX
    LATIN SMALL LETTER Y WITH DIAERESIS
    LATIN CAPITAL LIGATURE OE
    LATIN SMALL LIGATURE OE
    LATIN CAPITAL LETTER Y WITH DIAERESIS
    Characters in EE8MSWIN1250 that are not in WE8DEC
    NO-BREAK SPACE
    BROKEN BAR
    DIAERESIS
    NOT SIGN
    SOFT HYPHEN
    REGISTERED SIGN
    ACUTE ACCENT
    CEDILLA
    MULTIPLICATION SIGN
    LATIN CAPITAL LETTER Y WITH ACUTE
    DIVISION SIGN
    LATIN SMALL LETTER Y WITH ACUTE
    LATIN CAPITAL LETTER A WITH BREVE
    LATIN SMALL LETTER A WITH BREVE
    LATIN CAPITAL LETTER A WITH OGONEK
    LATIN SMALL LETTER A WITH OGONEK
    LATIN CAPITAL LETTER C WITH ACUTE
    LATIN SMALL LETTER C WITH ACUTE
    LATIN CAPITAL LETTER C WITH CARON
    LATIN SMALL LETTER C WITH CARON
    LATIN CAPITAL LETTER D WITH CARON
    LATIN SMALL LETTER D WITH CARON
    LATIN CAPITAL LETTER D WITH STROKE
    LATIN SMALL LETTER D WITH STROKE
    LATIN CAPITAL LETTER E WITH OGONEK
    LATIN SMALL LETTER E WITH OGONEK
    LATIN CAPITAL LETTER E WITH CARON
    LATIN SMALL LETTER E WITH CARON
    LATIN CAPITAL LETTER L WITH ACUTE
    LATIN SMALL LETTER L WITH ACUTE
    LATIN CAPITAL LETTER L WITH CARON
    LATIN SMALL LETTER L WITH CARON
    LATIN CAPITAL LETTER L WITH STROKE
    LATIN SMALL LETTER L WITH STROKE
    LATIN CAPITAL LETTER N WITH ACUTE
    LATIN SMALL LETTER N WITH ACUTE
    LATIN CAPITAL LETTER N WITH CARON
    LATIN SMALL LETTER N WITH CARON
    LATIN CAPITAL LETTER O WITH DOUBLE ACUTE
    LATIN SMALL LETTER O WITH DOUBLE ACUTE
    LATIN CAPITAL LETTER R WITH ACUTE
    LATIN SMALL LETTER R WITH ACUTE
    LATIN CAPITAL LETTER R WITH CARON
    LATIN SMALL LETTER R WITH CARON
    LATIN CAPITAL LETTER S WITH ACUTE
    LATIN SMALL LETTER S WITH ACUTE
    LATIN CAPITAL LETTER S WITH CEDILLA
    LATIN SMALL LETTER S WITH CEDILLA
    LATIN CAPITAL LETTER S WITH CARON
    LATIN SMALL LETTER S WITH CARON
    LATIN CAPITAL LETTER T WITH CEDILLA
    LATIN SMALL LETTER T WITH CEDILLA
    LATIN CAPITAL LETTER T WITH CARON
    LATIN SMALL LETTER T WITH CARON
    LATIN CAPITAL LETTER U WITH RING ABOVE
    LATIN SMALL LETTER U WITH RING ABOVE
    LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
    LATIN SMALL LETTER U WITH DOUBLE ACUTE
    LATIN CAPITAL LETTER Z WITH ACUTE
    LATIN SMALL LETTER Z WITH ACUTE
    LATIN CAPITAL LETTER Z WITH DOT ABOVE
    LATIN SMALL LETTER Z WITH DOT ABOVE
    LATIN CAPITAL LETTER Z WITH CARON
    LATIN SMALL LETTER Z WITH CARON
    CARON
    BREVE
    DOT ABOVE
    OGONEK
    DOUBLE ACUTE ACCENT
    HORIZONTAL BAR
    LEFT SINGLE QUOTATION MARK
    RIGHT SINGLE QUOTATION MARK
    LEFT DOUBLE QUOTATION MARK
    RIGHT DOUBLE QUOTATION MARK
    EURO SIGN
    TRADE MARK SIGN
    However, there is also a very likely possibility that your current database character sets may not reflect the encoding of the data inside your database; in that case you need to change the database character set of your current database. Please refer to the White Paper (Character Set Migration Best Practices on the Globalization Support Home Page on OTN.http://technet.oracle.com/tech/globalization/content.html
    Regards
    Nat

  • Pass a type over dblink

    Hi,
    If I have defined a type as:
    create or replace type MyType is table of number(10);
    , can I so something like this (this block is executed from machine A):
    declare
    varType MyType;
    begin
    varType := MyType();
    for i in 1..10 loop
      varType.extend;
      varType(varType.last) := i;
    end loop;
    -- then call a remote procedure, for which the 3rd parameter is of MyType type
    <schema>.<procedure_name>@<dblink_name<(param1, param2, varType);
    So can I call from machine A, a remote procedure (from machine B), and pass to it that varType parameter of that type? Is this supported over dblink?
    That MyType type is created on both machines.
    Thank you.

    Perhaps this will convince you then:
    Restriction on Using User-Defined Types with a Remote Database
    Objects or user-defined types (specifically, types declared with a SQL CREATE TYPE statement, as opposed to types declared within a PL/SQL package) are currently useful only within a single database. Oracle Database restricts use of a database link as follows:
    You cannot connect to a remote database to select, insert, or update a user-defined type or an object REF on a remote table. You can use the CREATETYPE statement with the optional keyword OID to create a user-specified object identifier (OID) that allows an object type to be used in multiple databases. See the discussion on assigning an OID to an object type in the Oracle Database Data Cartridge Developer's Guide. You cannot use database links within PL/SQL code to declare a local variable of a remote user-defined type.
    You cannot convey a user-defined type argument or return value in a PL/SQL remote procedure call.
    http://docs.oracle.com/cd/E11882_01/appdev.112/e11822/adobjbas.htm#ADOBJ7083

  • How can I move my left over money from my UAE account into USD for my American itunes account?

    How can I move my left over money from my UAE account into USD for my American itunes account?

    How can I go back to my US account then?? I only have .03 aed left..

  • I want to bring over music from my iTunes library on iMac to an ipod touch with another apple id. please help

    I want to bring over music from my iTunes library on iMac to an ipod touch with another apple id. please help. Is this possible. In former versions of itunes this was posible. I can't find the solution is iTunes 11

    Perhaps those apps require a newer version of iOS than is compatible with your iPod.

  • I would like to see the actual email address in a Tool Tip when I mouse over the From address

    I use Thunderbird to access my IMAP email account with a non-enormous ISP. Thunderbird is a great email client.
    One thing I really miss when using Thunderbird vs. going to my email using a browser: in the browser, when I mouse over the From email address, a tool tip pops up showing me the actual email address, not the alias (or whatever it's called). Please see the attached image for an example of the mouse over tool tip. Is there a way to do this in Thunderbird?

    more misinformation and urban myths here than facts.
    1. Thunderbird blocks remote images by default.
    2. Thunderbird does not allow scripts in mail. If they are there they do not run.
    3. The only link SPAMMERS or anybody in marketing gets to you is when you download their remote images, run scripts in the mail or click on links to go to their web sites.
    4. When I or a spammer send a mail to say [email protected] Most mail servers will refuse delivery unless the address exists on their server.
    5. True spammers do not care if a large percentage of the mail they send is to dead email addresses and they make little or no effort to validate active addresses. Corporations like Walmart, Woolworths here in Australia, Ebay and Paypal are very interested.
    With that knowledge, you are now aware that opening the mail tells a spammer nothing even in the remote chance they are interested.
    Oh and the source of the urban myth is Microsoft whose mail clients allow scripting, remote images and uses the file extension of the file not it's mime type to determine how to open it.
    That is the difference between a mail client where the developers think security first and one where the developers give the user what they want and try to tack on security after the fact.

  • ORA-28868 error when calling Web service over HTTPS from PL/SQL utl_http

    I am getting error message ORA-28868 error when calling Web service over HTTPS from PL/SQL utl_http PL/SQL package,
    when browsed through some of the messages they point to setting Oracle Wallet Manager.
    I am trying to connect
    Any idea on how to resolve this issue ?
    your input is appreciated.
    Thanks
    Ravi

    Duplicate post ... please ignore.

  • I have moved from a G5 Powermac to an Intel Mac Pro and am porting over Items from a Backup HDD. How can I access and use drawings and documents created on the PC computer on the Intel computer ?

    I have moved from a G5 Powermac to an Intel Mac Pro and selectively porting over items from a backup hard drive.
    How can I access and use documents and drawings created on the PC based computer ?

    Clarisworks, you need Appleworks, which will only work with Mac OS X10.6.8 or earlier.  See this tip if you must go newer.  Mac Pros with newer hardware configuration than July 20, 2011 can't use Mac OS X 10.6.8 or earlier without this tip and then it would be Mac OS X Server.  I'm not sure if the new black Mac Pro supports that configuration or not.
    iPhoto, there is an iPhoto for all versions of Mac OS X.
    iTunes, there is an iTunes for all versions of Mac OS X.  Note with iTunes versions 11 and later, which are needed for syncing with iOS 7 or or later, you will lose coverflow, if you liked that feature.  Sadly you can't run an older version of iTunes from within Mac OS X 10.9 or later.
    Sketchup: http://help.sketchup.com/en/article/60107 shows the versions that will work with intermediate Mac OS X versions, and this shows the latest version: http://help.sketchup.com/en/article/36208 be sure to click on the operating system you choose to use.
    GIF - Viewing GIFs Apple's Preview can do that.  Editing them, I like http://www.lemkesoft.com/ Graphicconverter.
    DMG is able to be opened by all versions of Mac OS X.  This are just "disk images" which store programs on a virtual disk that will open when double clicked.    Frequently you'll find the installer of the said program inside.  To find out if the program itself is compatible with 10.7 through 10.9, see http://www.roaringapps.com/
    Otherwise see the resources on:
    https://discussions.apple.com/docs/DOC-2455
    If you end up deciding to stick with Snow Leopard.

  • Is there a way to connect to my Time Capsule over internet from an iPad

    Hi,
    Could anybody please help me configure how to connect to my Time Capsule 3TB over internet from my iPad.
    I would like to use it as Cloud station over internet.
    I was able to connect from my Mac on both "over internet and from my local network" using "Back to My Mac"
    I was able to conncet also from my iPad from my local network.
    I bought some file browser Apps which enable iPad to connect as "afp, smb" but I could'nt manage to make it work?
    I made all the setting required: Enabling NAT Port Mapping, File Sharing, Sharing Disk over WAN, but without success?!
    Shouldn't Apple includes and supports iPad to make such connection like "Back to My Mac" protocol.
    I believe that Time Capsule is a great product, but I think Apple should consider more of software compatibilities.
    Thanks,,

    Thanks Bob,
    I already tried FileBrowser and I did all the steps as per the instruction on their webpage, but alwasy give error message.
    Could it be that "smb" protocol blocked by my internet provider.
    I am connecting to internet using DHCP.
    Many thanks

  • What is the efficient way to migrate the large DB (over 1TB) from 9i to 11g

    Can any body give a suggestion for migrate the large DB (Over 1TB) from 9i to 11g?

    Hi;
    Can any body give a suggestion for migrate the large DB (Over 1TB) from 9i to 11g?Please check below
    Minimizing Downtime During Production Upgrade [ID 478308.1]
    Master Note For Oracle Database Upgrades and Migrations [ID 1152016.1]
    Different Upgrade Methods For Upgrading Your Database [ID 419550.1]
    I suggest also Please check my blog
    http://heliosguneserol.wordpress.com/2010/06/17/move-to-oracle-database-11g-release-2-wiht-mike-dietrich/
    In this pdf you can see patch of to upgrade db from x to n wiht many senerios wiht all related metalinks notes which is created by Oracle worker Mike Dietrich
    Regard
    Helios

  • Performance over DG from mysql to oracle very slow for inserts

    configured het services over gateway from oracle 11.2.0.4 to mysql 5.6
    Have a table I want to pull over into oracle.  1000 rows.
    On mysql : create view vw_mysql_t1 as select columns from my_mysql_table.    
    On Oracle:  create view vw_ora as select columns from  vw_mysql_t1@mysql_link
    On oracle: select * from vw_ora data returns data in 3-4 seconds. 
    however, try an insert to get the data over
         insert into a_table_on_oracle
             (select * from vw_ora)
    takes 11-12 minutes.     
    create table as or insert into same performance.  Tried just inserting 1 row  and same performance 11-12 minutes.  any ideas?

    cant seem to get the trace file to generate.  any ideas, I have the config as below, the gateway is working, I can select data no problem from table@dcv   , just performance is terrible
    logfile not in $ORACLE_HOME/hs/log
    or
    /tmp
    this is my tns
    dcv =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = tcp)(HOST = <IP of server>)(PORT = 1521))
        (CONNECT_DATA =
          (SID = dcv)
        (HS = OK)
    this is my init file
    # HS init parameters
    HS_FDS_CONNECT_INFO=dcv
    HS_FDS_TRACE_LEVEL=255
    HS_FDS_SHAREABLE_NAME = /usr/lib64/libmyodbc5a.so
    HS_RPC_FETCH_SIZE=50000               
    HS_ROWID_CACHE_SIZE=10000
    #HS_LONG_PIECE_TRANSFER_SIZE=1024
    HS_LONG_PIECE_TRANSFER_SIZE=65536
    HS_LANGUAGE=AMERICAN_AMERICA.WE8ISO8859P15    ## The Oracle RDBMS is using a Unicode characterset [ID 756186.1]
    HS_FDS_FETCH_ROWS=1                           ## This is select int datatype
    HS_FDS_SQLLEN_INTERPRETATION=32               ## This is to select NULL values via DB Link [ID 554409.1]
    # ODBC specific environment variables
    set ODBCINI=/etc/odbc.ini
    more /etc/odbc.ini
    [dcv]
    Driver       = /usr/lib64/libmyodbc5a.so
    SERVER       = <IP of mysql server>
    PORT         = 3306
    USER         = un
    Password     = pw
    Database     = dcv
    OPTION       = 3
    CHARSET      = latin1
    [ODBC]
    TRACE        = ON     # also tried 0 and 1 and DEBUG and USER
    TraceFile    = /tmp/odbc.trace
    10:11:19 SQL> select count(*) from "vw_t1"@dcv;
      COUNT(*)
         24794
    Elapsed: 00:00:00.23
    10:11:45 SQL>
    10:11:57 SQL>
    10:11:57 SQL>
    10:11:57 SQL>
    10:11:57 SQL>
    10:11:58 SQL> create table backup_data.delete_me as
    10:11:59   2  select   * from
    10:11:59   3        "vw_t1"@dcv;
    Table created.
    Elapsed: 00:09:47.07
    10:21:49 SQL>
    Theres around 130 columns, varchars, numerics and floats.  Is there a conversion going on that would take that long?

  • Dblink from 10g to 8.17

    Hello,
    Dblink from 10g to 8.17 does not work. Is there a workaround or a patch?
    Thanks.
    gk

    The base 10.1 release had problems connecting to 8.1.7 databases prior to 8.1.7.4. You should be able to either apply the latest 10.1 patchset to the 10.1 database or to apply the 8.1.7.4 patchset to the 8.1.7 database.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Fail to copy mov /videon file over 400mb from iphone 4s to my pc(Shows 0kb after copy), but those below 400mb can be copied successfully

    fail to copy mov /videon file over 400mb from iphone 4s to my pc(shows 0kb after copy), but those below 400mb can be copied successfully

    Sorry, even over 350mb fails

Maybe you are looking for