Dblink from oracle11g to 8i

Hi !!
I have 2 server one is using solaris 6 and other RHEL5. I have oracle 8i and oracle 11g database on these servers respectively.
Now what I want to do that to create a database link from the 11g database to the 8i database and feed data to the 11g database.
My question is is it possible to do like that?
And if possible then the process of creating tables from remote database will be the same for different version of databases too?
If the size of data is 5gb then what may be the time to feed all the data to the new server?
Thx in advance.

user11380954 wrote:
Ok. Export Import can be done.
Is there any other work around for this requirement?
What may be the easiest way when the data size is huge?
Can i use materialized view?As I said earlier, client/server 11g/8i is not supported, so direct MV in between is not a solution.
Apart from an export/import, you have an other solution (also depending of your business requirement), build a bridge database in a version which is supported to communicate with 11g on one side, and to 8i on an other side. Most likely this bridge database can be in 10.2, but the support of the configuration depends of the exact versions of your 11g and 8i databases.
From this bridge database, you could have MV refreshed from the 8i database. And from your 11g database, you could have others MV refreshed from the bridge database.
Nicolas.

Similar Messages

  • 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

  • Issue ORA-28500 dblink from Excel

    Masters
    I need help
    I created an oracle in DBLINK to access an Excel spreadsheet, but when I run the select returns the following error:
    "ORA-28500: connection from ORACLE to a non-Oracle system returned this Message:
    ORA-02063: preceding line from IMPORT_TRAINING "
    The weird that after the ".... returned this Message:" not the error appears.
    I thank the attention
    Luiz Henrique.

    Welcome to the forum.
    This thread:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:4406709207206#18830681837358
    tells you what might be a possible cause regarding your error messages. (you'll have to scroll down a bit or ctrl+f for 'ora-28500')

  • How to create dblink from oracle to sqlserver

    sqlserver:10.5.0.61
    sqlserver 2005
    windows server 2003
    oracle:10.30.16.19
    9.2.0.6
    solaris
    i installed oracle 9i transparent gateway on 10.5.0.61, and the follows are my config files :
    10.5.0.61:
    D:\oracle\ora92\tg4msql\admin\initvatdata.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Transparent Gateway for SQL Server
    # HS init parameters
    HS_FDS_CONNECT_INFO="SERVER=10.5.0.61;DATABASE=vatdata"
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    D:\oracle\ora92\network\admin\listener.ora
    # LISTENER.ORA Network Configuration File: D:\oracle\ora92\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.5.0.61)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = vatdata)
    (PROGRAM = tg4msql)
    (SID_NAME = vatdata)
    (ORACLE_HOME = d:\oracle\ora92)
    then i create dblink on 10.30.16.19:
    CREATE PUBLIC DATABASE LINK "DB_SQLVAT"
    CONNECT TO "vatsfc" IDENTIFIED BY "guest"
    USING '(DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.5.0.61)(PORT = 1521))
    (CONNECT_DATA =
    (SID = vatdata)
    (HS = OK)
    sys@BARORA> select * from dbo.tb_result@DB_SQLVAT;
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from DB_SQLVAT
    can you give me some advice? thanks very much!

    when run lsnrctl stat on 10.5.0.61:
    C:\Documents and Settings\Administrator>lsnrctl stat
    LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 13-1月 -2011 12:54
    :16
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    正在连接到 (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
    LISTENER 的 STATUS
    别名 LISTENER
    版本 TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Produc
    tion
    启动日期 13-1月 -2011 12:54:13
    正常运行时间 0 天 0 小时 0 分 3 秒
    跟踪级别 off
    安全性 OFF
    SNMP OFF
    监听器参数文件 D:\oracle\ora92\network\admin\listener.ora
    监听器日志文件 D:\oracle\ora92\network\log\listener.log
    监听端点概要...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.5.0.61)(PORT=1521)))
    服务摘要..
    服务 "vatdata" 包含 1 个例程。
    例程 "vatdata", 状态 UNKNOWN, 包含此服务的 1 个处理程序...
    命令执行成功

  • Migration of DBLinks from 7.3.4 to 8.1.7.2.5

    I'm having couple of confusing problems with dblinks.
    Scenerio 1:
    Db links were created in an Oracle 7 database environment and the .world extension was appended automatically but when the dblink was referenced without the .world it worked fine no problem...
    Scenerio 2:
    We migrated the database from 7 to 8 but now the .world became a problem because the import file had the .world extension and that was created in the oracle8 database which caused a lot of problems when referenced without the .world extention. I dropped the dblinks and then recreated it without the .world.
    The entry in sqlnet.ora file was commented out, and the global_name is false and the db_domain parameter is commented out in the init.ora file.
    Scenerio 3:
    We had to move the database from machine a to machine b and now the dblink has another extention. Once again, the global name is set to false which is the default, the sqlnet.ora parameter is commented out. I queried the global names view and it is showing that the global name is <db_name>.amers.b......com. I've tried to rename the global name and am not receiving an error but it does not change.
    Can anybody help me out with this one?

    Hi
    Can you put the error list so that I can help you in much better manner. what platform you are running your application.
    I had faced same problems when moved from oracle 8.1.5 to 8.1.7 on solaris 2.6.
    Regards,
    KP
    null

  • 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

  • DBLink From Oracle 9i server to Oracle RDB Server

    Hi,
    i have to take access a table which is on ORACLE RDB server from Oracle 9i server...
    I have tried this many times......but not succeed. plz help me its very urgent.

    Hi..
    What did you do...did you create a dblink...is there some error ..
    To create the dblink you can use
    create database link <name> connect to <username_of_remote_db> identified by <user's_password> using '(DESCRIPTION =
         (ADDRESS_LIST =
           (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.x.x.x)(PORT = xxxx))
          (CONNECT_DATA =
            (SID = remote_db_sid)
           (SERVER = DEDICATED)
      ;Refer to link: [http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_5005.htm#SQLRF01205]
    Anand

  • Help: Transfer of data via DBLink from 10g to 8i (ORA 02068)

    Hello,
    I read many threads on this issue, either in OTN or Metalink.
    We have an old 8i DB (8.1.7.1.0) that we still use, and a brand new 10gR2 DB ...
    - The 8i is with character set UTF8
    - The 10g is with character set AL32UTF8
    I create a DBLink in the 8i DB...
    When I only try to select 10g data from the 8i DB... I get error :
    - ORA-02068: following severe error from my10gDB
    - ORA-24365: error in character conversion
    From the different notes I saw, there is a problem because of the 8i DB version and its character set. I accept this as a statement.
    Furthermore, we cannot ask for any upgrade or change of our 8i DB.
    So, my question is there any work around that I can use ?
    I firstly did this, on one of the tables to transfer ... :
    -1) extract the 10g data into a file
    -2) transfer the file into the 8i Unix machine
    -3) insert the data from the file into the 8i DB.
    but it seems a long process and I don't know how to automatize this idea !!!
    and I feel stuck !Do you have any advice that could make this data transfer easier ?
    Thanks a lot,
    Olivier

    for the performance side direct path read and write and buffer sizes may help, how do you unload the data?
    Below you will find a shell script to handle a similar task for two databases which are in the same server using unix pipes(if disk space is limited this also helps) -
    #!/bin/ksh
    PATH=...
    ORACLE_BASE=...
    ORACLE_HOME=..
    NLS_LANG=..
    NLS_DATE_..
    ORA_NLS32=..
    ORA_NLS33=..
    export PATH ORACLE_BASE ...
    cd /export/home/oracle/...
    for i in $(cat set1.tables)
    do
    /usr/sbin/mknod mknod.$i p
    export ORACLE_SID=FROM-DB
    /u01/app/../some-unloader user/passwd data=mknod.$i table=$i delim='~' trunc=y control=$i.ctl bad=$i.bad TERMINATED=y DATEFMT='dd/mm/yyyy hh24:mi:ss' recsep='|' buffer=1048576 &
    /usr/bin/sleep 1
    export ORACLE_SID=DEST-DB
    /u01/app/oracle/.../bin/sqlldr user/passwd readsize=1048576 control=$i.ctl direct=y log=$i.log bad=$i.bad
    /usr/bin/rm mknod.$i
    done
    Best regards.

  • DBLINK FROM ORACLE9I ON WINDOWS TO CONNECT SQL SERVER 2005 ON WINDOWS 2003

    Hello All,
    please i will need help in connecting oracle9i via dblink to sqlserver 2005.
    i have done some configurations already
    * started the listener = which starts alright
    * the tnsping was also successful
    but i keep getting ORA-12154:TNS:could not resolve service name
    this is my tnsnames
    # TNSNAMES.ORA Network Configuration File: D:\oracle\ora92\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    SIMREG.CORP.MULTI-TELKOM.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.11.185)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = simreg)
    INST1_HTTP.CORP.MULTI-TELKOM.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.11.185)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    EXTPROC_CONNECTION_DATA.CORP.MULTI-TELKOM.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Mtl_simcard =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
    (CONNECT_DATA=(SID=Mtl_simcard))
    (HS=OK)
    and my listener
    # LISTENER.ORA Network Configuration File: D:\oracle\ora92\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = vic00246dt)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\ora92)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = simreg)
    (ORACLE_HOME = D:\oracle\ora92)
    (SID_NAME = simreg)
    LISTENERMtl_simcard =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = vic00246dt)(PORT = 1522))
    SID_LIST_LISTENERMtl_simcard =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = Mtl_simcard)
    (ORACLE_HOME = D:\oracle\ora92)
    (PROGRAM = hsodbc)
    (SID_DESC =
    (GLOBAL_DBNAME = simreg)
    (ORACLE_HOME = D:\oracle\ora92)
    (SID_NAME = simreg)
    i also have the following in my D:\oracle\ora92\hs\admin
    *inithsodbc
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    HS_FDS_CONNECT_INFO = Mtl_simcard
    HS_FDS_TRACE_LEVEL = OFF
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    also initMtl_simcard
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    HS_FDS_CONNECT_INFO = Mtl_simcard
    HS_FDS_TRACE_LEVEL = OFF
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    please is there any thing have done wrong please some should point out to me.....thanks, i will be looking forward to suggestions and recommendations

    12154 means the alias you have defined for HSODBC specified in the database links using cluase can't be found in the tnsnames.ora. Most of your entries have the domain suffix .CORP.MULTI-TELKOM.COM - only the hsodbc alias misses this information.
    Unfortunately you didn't post the SQLNET.ORA file which commonly contains the default domain parameter, so I can only suggest to change the alias to:
    Mtl_simcard, Mtl_simcard .CORP.MULTI-TELKOM.COM = # note the comma between both aliases which allows you to use an alias with and without the domain
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=vic00246dt)(PORT=1522))
    (CONNECT_DATA=(SID=Mtl_simcard))
    (HS=OK)
    You also didn't post the create database link statement but it should look like:
    create database link <you link name> connect to "<case sensitive SQl Server UID>" identified by "<case sensitive PWD>" using 'Mtl_simcard';
    => the using cluase must refer to your tnsnames.ora hsodbc alias.
    When it continues to fail, please post the tnsping command the the create database link statement.

  • Dblink from Oracle to Mysql error PLZ HELP!!!

    Hi All,
    I am getting the following error when i am creating a databaselink to connect from oracle 10g to mysql 5.1.
    SQL> select * from ahmed_table@ahmedmysql3;
    select * from ahmed_table@ahmedmysql3
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from AHMEDMYSQL3My ODBC database source name is ahmedmysql
    created file initahmedmysql.ora in hs/admin contents of which are
    HS_FDS_CONNECT_INFO = ahmedmysql
    HS_FDS_TRACE_LEVEL = offListener.ora contents
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = orcl)
          (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
    hmedmysql =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = rc-6799)(PORT = 1521))
    (SID_NAME = ahmedmysql)
          (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
          (PROGRAM = hsodbc)
      )Tnsnames.ora
    ahmedmysql = (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST = RC-6799)(PORT = 1521)) (CONNECT_DATA = (SID = ahmedmysql)) (HS = OK))I have searched on this site no one seems to have had found a solution!
    Is this a bug or am i missing something in the configuration,
    appreciate your help,
    regards,

    28545, 0000, "error diagnosed by Net8 when connecting to an agent"
    // *Cause:   An attempt to call an external procedure or to issue SQL
    //           to a non-Oracle system on a Heterogeneous Services database link
    //           failed at connection initialization.  The error diagnosed
    //           by Net8 NCR software is reported separately.
    // *Action:  Refer to the Net8 NCRO error message.  If this isn't clear,
    //           check connection administrative setup in tnsnames.ora
    //           and listener.ora for the service associated with the
    //           Heterogeneous Services database link being used, or with
    //           'extproc_connection_data' for an external procedure call.

  • Oracle SQL Developer 3.1 or 1.5.5 from Oracle11g Client?

    Hello,
    which SQLdeveloper is the newest version? I just installed an Oracle11g client on Windows XP 32 bit that comes with SQLDeveloper and installs it in ORACLE_HOME. It is version 1.5.5.
    How does this relate to version 3.1? What is the difference?
    The standalone version had was 3.0.0x.
    Thanks
    Richard

    3.1 is the latest.
    The reason the version bundled with 11g is so old is that the release cycle for DBMS versions (including the client bundle) is much slower than SQL Developer. 11gR2 is a couple of years old now and there have been several releases of SQL Developer since then.

  • Dblink from oracle to db2

    Hi all,
    please, can you explain me steps to create a database link from Oracle 10gR2 to DB2?

    Hi,
    You need to install one of the Database Gateways -
    11.1 Database Gateway for DRDA (DG4DRDA)
    11.2 Database Gateway for DB2 (DG4DB2)
    11.1 or 11.2 Database Gateway for ODBC (DG4ODBC)
    After the gateway is installed and configured then you create the database link which uses the gateway to manipulate data on DB2 - select, insert, update and delete, for example -
    select * from db2_table@gateway_db_link ;
    The database link is created using a tnsnames.ora entry which references the gateway setup.
    There is further information on the gateways available on My Oracle Support and OTN.
    If you want more specific detail then let us know -
    - if you have a gateway installed already and which one if so
    - what version of Oracle you are using
    - platform where Oracle is running
    - version of DB2 to access
    - platform where DB2 is running
    Regards,
    Mike

  • How to create a DBlink from oracle database on unix to sqlserver

    Hi
    I need to create a database link from oracle database on solaris machine to sqlserver database.I found that the database link cannot be created from oracledatabase 10g to microsoft sqlserver.So i am planning to go for another windows server where i can pull this data from sqlserver to oracle 10g database on windows and then from windows to unix.
    Can you explain me how can i create a database link from orace 10g on windows to sqlserver.

    HI
    Thanks for your response.
    But the thing is i am looking whether if u can create a database link from oracle to sqlserver from unix.If that's the case what is the driver i require and if not how can i do it ?
    I am ready to create a intermediate windows server where i can pull the table temporarily and then from there to unix box.
    If i can do it windows how can i achieve that.
    Thanks

  • Dblink from Oracle 9.2 to Oracle 7.3

    I have created a link from Oracle 9.2 to Oracle 7.3 without a problem. However, when I try to use it I get the error "ORA-24439: Connections to Oracle7 server are no longer supported
    ORA-02063: preceding line from link_name"
    Would Heterogeneous Services help in this situation?
    Thanks.
    klb

    I suppose you could set up Heterogenous Services, have it use an ODBC connection to the 7.3.4 database (you'd need an Oracle client install of 7.3.4 - 9.0), and then the link would work. That is likely to be a pretty significant effort, though.
    Is it possible for you to upgrade the 7.3.4 database or downgrade your 9.2 database to 8.1.7 or 9.0?
    Justin

  • Can you please look into this: Dblink from Oracle to postgres

    https://forums.oracle.com/message/11204905#11204905

    You posted this just 3 minutes after posting in the other forum.   This is essentially crossposting.  The other forum is probably the more appropriate one for your question.
    Patience, Grasshopper
    You posted this follow-up a mere 3 minutes after posting in the other forum
    These forums are not a chat line, and not paid support.
    Everyone here has a job for which they are paid, and this forum is not it.
    No one is responsible for monitoring it and giving a quick response. 
    Furthermore, it is a global forum.  The person with the information you seek may very well live 20 time zones away from you and was going to bed just as you posted. He will not even see your post for several more hours. 
    Your original post went up in the middle of the night for half the world.
    =====================
    Oh, and by the way, "This is not working" is totally devoid of any actionable information.  Oracle emits actual error codes for a reason.

Maybe you are looking for

  • Multiple ttitles and btitles in a report possible

    Hi, I want to create a report which has a heading for the report as a whole and three subheadings. How do I do this? Just to be clearer, here is what I want to spool to a text file: ALL TABLES EMPLOYEES rows...... CUSTOMERS rows.......... PRODUCTS ro

  • Is it possible to lock guides to each other? Or make selections based on guides??

    Hi, I am curious if there is a way to lock guides to one another.  By this I mean:  lets say I have a guide at 10px down and another at 20px.  I am looking for a way to lock them, so if I move the first guide down 5px the second guide will move with

  • Ace ssl stiky and l5 rules...

    hi, is possible with sslv3 sticky do a http map for doing L5 rule? in a css is like content foo ip address 1.1.1.1 application ssl advanced balance ssl url /* tnx Dani

  • @ FM to send email with width greater than 128 chars

    Hi Is there a FM which would send an e-mail with width greater than 128 chars. Z-Send_email_attachemnt would limit the witdth to 128 char due to table EMAIL_TEXT LIKE table BTCXPGLOG. BTCXPGLOG- field- Message(128) Thanks.

  • Lync 2010 Incoming calls are all Anonymous - RCC CUPS

    We currently have an integration with Lync 2010 and a Cisco Cups. Call control and presence are working fine, however it seems the Incoming Caller ID is not being passed to Lync.  We can see the caller id on the Phone, but receive "Anonymous Caller i