Oracle to SAPDB-connection problems

Environment: - 1 Server - Oracle 10 G running SUSE Linux; Server 2 - SAPDB Version 7.3 running on SUSE Linux

Source database:-in SAPDB, there is a database called "sop".

Target databases:-in Oracle, database pos is the same as SAPDB.sop

Job:-daily Oracle.sop database to synchronize with SAPDB.sop on a set of tables. synchronization is an offline operation, and must be performed on the office hours (at midnight).

Synchronization process: -.

1. to establish the connection between Oracle and sapdb
2 outbreak of Oracle stored procedures at each midnight of the day, as well as set tables to synchronize.

Problem:-the link between Oracle to sapdb is a major issue. I tried to connect using ODBC. But Oracle gateways has many restrictions on the support of the data types in ODBC and it does not support stored procedures.

As the entry door is the gateway DG4ODBC/HSODBC free there are a lot of restrictions with the data types and you can not call remote stored procedures. We do not any commercial portal SAP DB 7.x.
So if DG4ODBC is not meeting your needs, then you must move the site conduct - the SAP DB has to move data to and from Oracle or you must use the ' offline '. Offline means that you must create files falt from the SAP database and load it into the Oracle Database using SQL * Loader.

Tags: Database

Similar Questions

  • Oracle APEX Apache connection problem

    Hello

    I have an interesting problem. I would like to install the Apache Server with mod_plsql on a server with at least another Apache server running. I thing it's an iSuites Oracle Portal. It doesn't seem to be an Apache Server installed on the machine in addition to the other server. I think that the iSuites server can be a server and report forms. I would like to set up 'my' Apache server to maintain my APEX development environment.

    I know it sounds confusing, but if you can tell me what you need your help, I can provide the information.

    Thank you

    Charles

    Hi Charles,

    I'm guessing what you have is actually an installation of server applications. Basically, you need to copy the images directory and configuration and the alias for her as well as descriptors of connection in the dads.conf file. The following post has some links that should help.

    Oracle application server 10g and apex

    see you soon,

    Ron

  • Oracle 11g remote connection problem

    When I try to connect to the Oracle database using SQLPlus or SQLDeveloper remotely I get the following error.

    ORA-01017: INVALID USERNAME/PASSWORD; logon denied.

    Server details:
    Oracle 11g on Linux Enterprise 4
    I can connect to the server using SQLPlus.
    SQLCASE SHOW is MIXED

    Customer details:
    Windows Server 2003 enterprise Edition
    Oracle 11g Client.
    Remote computer my TNSPING to this server works perfectly.

    For the same connection string, I can't connect to the client. I don't know that I type wrong password.

    Any thoughts on this will be helpful.

    Thank you
    Smith

    If it's a sys user you will need to set the password file to connect to the database as sysdba user remotely. and we do not need to check if the privilege to connect is given to the sys user or not. adding to this remote_login_password check = EXCLUSIVE lock

    Published by: sshafiulla on February 16, 2010 23:17

  • Oracle JDBC Express connection problems

    Hello

    I installed the OE10g, however I can not connect via JDBC, the administration tool works to:

    http://127.0.0.1:9080 / apex

    Note that I changed the http port and works properly, however, trying to reach this DB thanks to the 'Create a database connection' Wizard of JDeveloper, I put:

    Username: SYSTEM
    Password: root
    Role: (empty)

    Pilot: thin
    Host name: localhost
    JDBC port: 1521
    SID: ORCL (name of service not selected)


    The above doesn't work, please help.

    RGE

    Well, EX is not the same thing as XE ;)

  • How to solve the problem of Oracle SQL Developer Connection?

    People,

    Hello. I use the Oracle 11 GR 1 material database. The database https://localhost.localdomain:1158 control console / em works correctly. I can create a database and a table with success.

    My OS is Linux and connects to the internet successfully.

    In order to execute SQL statements. We use Oracle SQL Developer. I connect Oracle SQL Developer in the following way:

    Connection name: DB1 (is my database name)
    User name: SYS (this is the user name I used to connect to the Console)
    Password: SYS (this is the password used to connect to the Console)
    Connection type: basic
    Host name: localhost
    Port: 1158
    SID: DB1 (it is created during the installation of the database)

    But the error message: "status: failed - IO exception Connection Reset."

    Can any folk tell me how to solve the problem of Oracle SQL Developer Connection?

    user8860348 wrote:
    People,

    Hello. I use the Oracle 11 GR 1 material database. database Control Panel https://localhost.localdomain:1158 / em works correctly. I can create a database and a table with success.

    My OS is Linux and connects to the internet successfully.

    In order to execute SQL statements. We use Oracle SQL Developer. I connect Oracle SQL Developer in the following way:

    Connection name: DB1 (is my database name)
    User name: SYS (this is the user name I used to connect to the Console)
    Password: SYS (this is the password used to connect to the Console)
    Connection type: basic
    Host name: localhost
    Port: 1158
    SID: DB1 (it is created during the installation of the database)

    But the error message: "status: failed - IO exception Connection Reset."

    Can any folk tell me how to solve the problem of Oracle SQL Developer Connection?

    user name: sys
    password: enter_your_correct_password given at the time of the installation of oracle

    role: select sysdba if you would connect as sysdba otherwise select normal for users other than the sys

    HostName: Enter your ip or hostname of the oracle example server address:-192.168.11.12

    to find the terminal/command prompt open hostname in oracle installed machine
    type---> hostname

    type ping hostname--->

    You can find the IP address of the server

    Port number: 1521 (default)---> I guess, otherwise check the port number in the file tnsnames.ora under your ORACLE_HOME/network/admin folder

    SID: DB1

    try it
    Good luck

  • Driver ODBC - Oracle to PostgreSql dblink problem

    Hello Experts!

    I tried everything (including the Questions answered) and nothing seems to work.

    • Library path
    echo $LD_LIBRARY_PATH
    /usr/lib64:/usr/lib:/u01/oracle/product/11.2.0.4/lib
    

    • /U01/Oracle/product/11.2.0.4/HS/Admin/initPG_LINK.ora
    HS_FDS_CONNECT_INFO = PG_LINK
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so.2.0.0                    
    set ODBCINI= /u00/oracle/.odbc.ini
    


    • / U00/Oracle /. ODBC.ini
    [ODBC Data Sources]
      PG_LINK = PostgreSQL
    [PG_LINK]
      Debug = 1
      CommLog = 1
      ReadOnly = no
      Driver = /usr/lib64/psqlodbc.so
      Servername = pgserver_ip
      FetchBufferSize = 99
      Username = pguser
      Password = pgpwd
      Port = 5432
      Database = pg_database
    [Default]
      Driver = /usr/lib64/libodbc.so.2.0.0
    


    • Tnsnames and listener are very good... I can reach the Oracle database without any problem.

    • The SQL query result
    SQL> select * from "table"@PG_LINK;
    select * from "table"@PG_LINK
                                 *
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [unixODBC][Driver Manager]Data source name not found, and no default driver
    specified {IM002}
    ORA-02063: preceding 2 lines from PG_LINK
    


    • Result of the trace
    ...
    ...
    hgopoer, line 231: got native error 0 and sqlstate IM002; message follows...
    [unixODBC][Driver Manager]Data source name not found, and no default driver specified {IM002}
    Exiting hgopoer, rc=0 at 2015/06/04-13:53:18
    hgocont, line 2831: calling SqlDriverConnect got sqlstate IM002
    Exiting hgocont, rc=28500 at 2015/06/04-13:53:18 with error ptr FILE:hgocont.c LINE:2851 FUNCTION:hgocont() ID:Something other than invalid authorization
    Exiting hgolgon, rc=28500 at 2015/06/04-13:53:18 with error ptr FILE:hgolgon.c LINE:806 FUNCTION:hgolgon() ID:Calling hgocont
    Entered hgoexit at 2015/06/04-13:53:18
    Exiting hgoexit, rc=0
    

    Any ideas?

    I tried several libraries and none of the work so far. Different errors for each of them (including the "SQLAllocHandle" error)

    Thank you

    Alex.

    Ed, I could just figure it out and I could actually find this solution everywhere else (thanks to Bogdan, a friend who recommended to check)

    The initPG_LINK.ora library was wrong and I dind´t had a simple way to find the right way:

    • I set the variable on my environment (there, I created a global file for odbc)
    export ODBCSYSINI=/etc
    
    • I tried to connect to the remote database to PostgreSQL with isql and it worked as well, the library was present.
    • Then, I checked on the isql libraries called< and="" this="" is="" probably="" the="" best="" way="" to="" avoid="" wasting="">
    [root@oracle ~]# which isql
    /usr/local/bin/isql
    [root@oracle ~]# ldd /usr/local/bin/isql
            linux-vdso.so.1 =>  (0x00007fffdff44000)
            libodbc.so.2 => /usr/local/lib/libodbc.so.2 (0x00007fa7ed96b000)
            libdl.so.2 => /lib64/libdl.so.2 (0x0000003184000000)
            libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003184800000)
            libc.so.6 => /lib64/libc.so.6 (0x0000003184400000)
            /lib64/ld-linux-x86-64.so.2 (0x0000003183c00000)
    
    • I added this line (/ usr/local/lob/lobodbc.so.2) in the HS file.
    • Then, I added the ENVS with LD_LIBRARY_PATH setting to the location of the library
    SID_LIST_LISTENER=
      (SID_LIST=
        (SID_DESC=
          (SID_NAME=PG_LINK)
          (ORACLE_HOME=/u01/oracle/product/11.2.0.4)
          (ENVS="LD_LIBRARY_PATH=/usr/local/lib:/usr/lib64:/usr/lib:/u01/oracle/product/11.2.0.4/lib")
          (PROGRAM=dg4odbc)
        )
      )
    

    A finally it worked!

    Thank you

    Alex.

  • Oracle 12 c connection refused

    Hi all

    I just installed Oracle 12 c. I usually work on MS SQL Serve, I am new to Oracle. I tried to connect to oracle so that I can start to create table and do on. On SQLPLUS when I try to connect, I get the following error.

    SQL*Plus: Release 12.1.0.1.0 Production on Sat Sep 6 12:41:19 2014
    
    
    Copyright (c) 1982, 2013, Oracle.  All rights reserved.
    
    
    Enter user-name: / as sysdba
    ERROR:
    ORA-01017: invalid username/password; logon denied
    
    
    
    
    Enter user-name:
    

    I am running oracle on Xwindows 2012 R2 server.

    AMT file is as below.

    # tnsnames.ora Network Configuration File: C:\app\DBUser\product\12.1.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    
    
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        )
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
        )
      )
    
    
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.172.128)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
        )
      )
    
    

    I used oracle a few years back. It seems that something has changed since the last I used it and I came across a connection problem. Any help would be appreciated.

    Thank you

    connect / as sysdba, you must be logged on the operating system the same user to the operating system that has the Oracle software & makes installation.

  • How to enable detailed connection tracing ODI Studio? and how do I resolve a connection problem.

    Is it possible to get a detailed trace of connection attempts from the studio of ODI on my deposit work?

    I tried to enable tracing in changeant...\oracledi\client\odi\bin\ODI-logging-config.xml according to the instructions that I found here: http://haithanh8x.blogspot.com/2013/03/ODI-11g-agent-logging-tracing.html

    The studio.log file has been created, but it is empty.

    I use studio ODI and basically I want to troubleshoot why I can't connect to the repository. When I try the Test button, I get an error "Invalid repository connection", here is the error that is displayed under Details:

    oracle.odi.core.config.WorkRepositoryResourceFailureException: ODI-10182: Uncategorized exception for access to the repository.

    Could not make JDBC connection; nested exception is java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: cannot get data source connection: java.sql.SQLRecoverableException: IO error: the network adapter could not establish the connection

    at oracle.odi.core.repository.Repository.getWorkRepository(Repository.java:195)

    at oracle.odi.core.OdiInstance.createWorkRepository(OdiInstance.java:531)

    .........

    .....

    ..

    Other important details:

    1.-s' Please note that before I use the Test button under the repository login Panel, I'm able to choose my work deposit that was recovered in the receiving of work section using the magnifying glass.

    2 - I am able to connect to the database with SQLDeveloper using JDBC, in fact I can connect with exactly the same connection string that I use in ODI, also I have no problems connecting to the database using SQLPlus.

    3. - this repository database is on a cluster and as mentioned, I have no problems to connect to it with other tools. Don't know if being in a cluster makes a difference (I tried hostname, scan name and the names of vip to connect)

    4 - this database is running in another server, and I have had no problems connecting to the front. In fact, I restore to a different server no CARS and was able to use ODI. (maybe something in the new RAC server that does not allow the connection?)

    I would like to get a path to better understand what is happening while the Studio tried to connect to the repository. It seems to me it is able to read the name of the repository work so I don't understand why there are connection problems later.

    Question: is it the fact that I am able to read the repository name means JDBC work? (Please confirm)

    I'm running out of ideas on what to try, so your help is appreciated.

    Thank you!

    Answer the questions:

    1-to get a detailed trace

    One option is to use a thick connection instead of a thin. This requires the installation of customer Oranet and settings but allows you to trace the SQL in the side server. That will let you know what the problem is.

    2. to turn on tracing

    Under search support Oracle Oracle Data integrator, there is an information center that includes detailed instructions and examples (files) on how to configure tracing.

    3 - If the test button works and pulls the name of the repository work means that the connection works, unfortunately, is not sufficient because ODI does not use the connection string supplied to connect to the repository instead, it uses the language sql stored in the repository and uses SQL to connect, so location you will see two connections for the initial attraction of the repository data, and then the other link with the chain withdrew from the database. In this case, the problem was that the database of repository has been migrated to another server, the previous server that the connection was made with localhost, but it does not work on the current server, because it runs on CARS, so outside the ODI, I updated the SQL used to connect with the SCAN name instead , and I was able to connect. The SQL is illustrated in the trace obtained using a thick client.

  • Oracle 11 g connection pointing ASP. net in visual studio 2008

    Hi all,

    My application uses data in a project to the asp dot net oracle 11 g. It was basically a project developed ASP. net with sql server as a database. but this need for oracle 11 g database. I complete work on db, but I m getting the connection problem in visual studio (2008) with oracle 11 g .

    I know that this requires an oracle.data.access driver, nt do know what version is it?

    I have this dll. but the version of it may be earlier. This is why it is not working properly

    I have 11 g installed on the server computer and we can only use it only on the browser, I have a global.asax file in my project of dot net in this respect the chain is written as but I m doing of error, something like ora10cc.

    1st I do not know, I have to download version odac, I link to do this,

    http://www.Oracle.com/technetwork/database/Windows/downloads/index-101290.html

    but which version exactly, this page is so confused, for oracle 11 g and visual studio 2008 version will be perfect

    and then where the dll will be there. After completing the installation, is that I have to install this configuration?

    a further confusion, where I have to install this odac, on my computer system. or on the side system server, I just need this dll file.

    Yet one thing, is there a mistake in my connection string,

    my connection is the following

    "Persist Security Info = False; User ID = system; Initial Catalog = LabTrack; Server = Comp-34; Data Source=192.168.1.61\oracle11g; Password = abcd1234; Privilege DBA = normal; »

    192.168.1.61 ip address of the system, where is my oracle 11 g install,

    and comp-32 is my user name

    labtrack is my db name

    Is it need the name of the provider ?

    sumbody please help me

    I m be problem in from 3 days

    If you can contact me on [email protected] If not answer me here,

    Thanks in advance

    Best regards, Caroline Grondin

    On the download page of that link you, click one of the links. The next page will be contain real downloads more download/install instructions for each version. You can click on one of these links to install instruction and see the system requirements for this version. The configuration system requirements will tell you want Oracle and Visual Studio versions, he works with.

  • Oracle has possibly install problem?

    Hello
    having a problem with oracle 10g univexe after that I restarted my computer, I can't open the oracle database homepage not only, invites it the comand oracle, can't connect.
    Although I try to reinstall over the oracle and it works + my data is still there, intact.
    What seems to be the problem? Why I can not get the oracle to work after a break?

    Thanks in advance

    Hi Andre,

    I think that

    4. type, set ORACLE_HOME=C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\server\bin

    should be better

    4. type, set ORACLE_HOME=C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\server

    Kind regards
    Thierry

  • EBS R12.1 network connection problem

    Hi hussein.

    We have the new location of the EBS R12.1.1 in a client with a security network "tight."

    My problem is that in a certain Department with the network 192.168.1.xxx segment than the connection of the EBS is fast, while
    the Department with a segment of network 192.168.2.xxx EBS connection is very slow, that has been a very long web pages
    to open it. I can really conclude the customer that it is their network problem. They want to prove that it is.

    How to do a basic test for network connectivity? Is the server from the client PC enough EBS 'ping '? We can
    C:\Documents and Settings\Administrator>ping 192.168.1.107
    
    Pinging 192.168.1.107 with 32 bytes of data:
    
    Reply from 192.168.1.107: bytes=32 time<1ms TTL=128
    Reply from 192.168.1.107: bytes=32 time<1ms TTL=128
    Reply from 192.168.1.107: bytes=32 time<1ms TTL=128
    Reply from 192.168.1.107: bytes=32 time<1ms TTL=128
    
    Ping statistics for 192.168.1.107:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    The statistics above may give clues to a network connection problem?



    Thank you very much


    Mrs. Mina

    I guess that's the same thing with R12.1.1?

    -Yes, you can also refer to:

    Compare the needs in bandwidth between the version 11i and 12
    http://blogs.Oracle.com/stevenChan/2007/06/comparing_bandwidth_requiremen.html

    Thank you
    Hussein

  • AppStore connection problem!

    Hello

    I'm running a 21.5 "iMac with OS X El Captan 10.11.5. My problem is that I am not able to connect to iCloud and the App Store on my Mac.

    The error I get is "there was an error connecting to server Apple ID"

    The same username and password works perfectly well on the site of iCloud, my app store on the iPhone and the iPad, but not on Mac.

    What is the way my iMac communicates via the internet? We have a firewall. And oh, the software update for El Capitan is downloading as I type; He didn't even ask for IDs, just started downloading automatically. The same thing happened yesterday with the updates listed on the tab Update on the app store - they have been is downloaded yesterday without asking my login details but it was a rare event; connection problems I described above took place during the last month or so.

    How can I fix?

    Thank you!!

    Try disconnecting all the services using your Apple ID on your iMac, iTunes, FaceTime, iMessage and try to sing.

    If you cannot connect to the iTunes Store - Apple Support

  • Connection problems can not connect I forgot my password I did ' get the confirmation email.

    Cannot connect connection problems I forgot my password I have request a Reset password but I did ' t get the confirmation email.

    Go through the logon process. When you enter your name / password
    should be a link I forgot the password. Site more to have that.

  • Why do I get "Connection problem" on my laptop, when I try to access my e-mail account Yahoo with the new version of Firefox?

    Since I updated firefox to 29.0.1 on my desktop, I can't access my account at Yahoo.com from my ASUS laptop. "Connection problem" appears when he tries to retrieve new messages. I received mail on the ASUS 12/03/13, but from now on I get this message and no new mail arrives at the ASUS.

    Some problems occurs when your Internet security program was set to trust to the
    a previous version of Firefox, but no longer recognizes your updated as version
    level of confidence. Now how do I solve the problem: to allow Firefox to connect to the Internet
    Once again:

    • Make sure your Internet security software is up-to-date (for example, you are using the latest version)
    • Delete Firefox to list your program of trusted or recognized programs, then add it again. For detailed instructions, see Configure the firewall so that Firefox can access the Internet.
  • Strange internet connectivity problem

    Hello!

    I'm having a connectivity problem I have never met before. I use a wireless router from Apple with internet cable.

    Yesterday, my computer would be is no longer in contact with my router wi - fi. I get a message that the network could not be attached (I ran the Diagnostics wireless, but it's a whole lot of sense to me empty files). However, I also have a Roku, and which IS connected to the WiFi without problem. I completely stopped and restarted the computer, no joy. Reset the modem and the router, no joy. Still works with Roku, not with the computer. But the weird part is, I have Optimum Online, which allows subscribers to log-in to its hotspots, and it worked! I am connected Optimum wi - fi network on my computer right now.

    So I don't know where is the problem! It is not the router, because this is related work with Roku and is not the computer, because it is connected and working with the Optimum hotspot. What gives?

    Try this!

    Go to the Apple menu > System Preferences > network

    Select a Wi - Fi connection in the sidebar and then click on the button "Advanced...". "in the lower right corner of the screen

    In the list of preferred networks, delete the name of your Wi - Fi network

    Click on the "OK" button to save that change and then 'apply' in the network preferences window.

    Now, go to the Applications folder > utilities > Keychain Access

    Make sure that "Login" keychain is selected and "All items" in the category is selected in the sidebar

    Use the search field to find items that Keychain with the name of your Wi - Fi network and remove

    Quit Keychain Access

    Now try and access your Wi - Fi network

Maybe you are looking for