Oracle To MSAccess interface trouble

I'm trying to run a simple interface that transfers data in one Oracle table to a MS Access table and getting errors. I've clicked the "Staging Area Different From Target" checkbox and specified that the calculations should be done on the Oracle side, but when the interface runs, it tries to create the work table in MS Access.
Here's the error I'm getting:
-3551 : 37000 : java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.
Anyone been successful with doing an Oracle to MSAccess transfer and if so how did you set it up?
Thanks,
Zack.

>
> We have a requirement that to transfer data from oracle operationa data store to SAP R/3. What is the best way to achieve this. Is it possible to do using FTP? Please let me know if there are any other ways to achieve this.
>
If you have PI middleware then you can develop interface between ORACLE to SAP R/3 , it works for you.
search in sdn for ORACLE AND R/3INTEGRATION interface.
Regards,
raj

Similar Messages

  • Oracle C++ Call Interface

    All of my company's software is coded in C++.
    Does the Oracle C++ Call Interface offer a bridge to allow Oracle Datawarehousing then thus implementation of ERP?
    Thanks

    Not sure what you are after...
    http://st-doc.us.oracle.com/11/112/appdev.112/e10764/introduction.htm#i430767
    Cheers
    David

  • Oracle 9iAS admin interface layout

    To all:
    I know I can created a portal the way I wanted but is it possible to change the layout of Oracle portal admin interface as well. For example, to use different color on the banner or use of our customized icons.
    Thanks

    If the 'Edit' link appears on the page you wish to change, then you have the appropriate permissions. The main admin page is within the 'Portal Design-Time Pages' page group.
    Another way to find the main admin page is:
    1. Click the 'Navigator' link.
    2. Select the 'Page Groups' tab.
    3. Find the 'Portal Design-Time Pages' row.
    4. Click 'Edit Root Page'.
    If you do not have the correct privileges, then you will not see the 'Edit Root Page' link.
    Good luck!
    Jim Basler

  • New discussion forum for OCCI (Oracle C++ Call Interface)

    Hi all,
    let us use the new discussion forum 'Oracle C++ Call Interface' for all discussions regd. OCCI.

    You may want to post this on a database forum. This forum is dedicated to Oracle TopLink which connects to the database using JDBC.
    Doug

  • How to load 2 fields out of 3 from flat file to Oracle in one interface?

    Hi,
    Is there any way to selectively load flat file into oracle within one interface. For example if my flat file has this structure:
    test_cid
    test_ind
    test_data
    and my table is:
    test_code ( correspond to test_cid above)
    test_data (correspond to test_data above)
    That can be done with two interfaces ( first to load the file into oracle staging and second to load the target oracle table from staging oracle table). Is there a way to make it in one interface?
    Edited by: vzaslav on Oct 21, 2009 1:26 PM

    That works for small tables. For big tables you need to accomodate for extra space as you will need to have at least twice as much space for working/integration tables and that is what we are trying to avoid.
    In fact I was able to modify the LKM to load the file into oracle, however my integration step fails and I cannot make it work. To make lkm work one need to change getColList in create working table/generate ctl file steps to getSrcColList. That will create the working table based on source file structure and not on target table structure.
    That doesn't work for IKM however. Any ideas would be appreciated.
    Thank You.

  • OCCI :Oracle C++ Call Interface

    hello
    i have a project that turn about : get a connection between a program C++ and an oracle database , so i use OCCI : oracle C++ call Interface
    i worke with Visual C++/Borland C++ and oracle release 9.2
    i built and compile my program withount any problem, but whene i execute it i have this message :
    Loaded 'ntdll.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oraocci9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORACORE9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORANLS9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORAUNLS9.DLL', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\wsock32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\ws2_32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\ws2help.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\winmm.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\orageneric9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oracommon9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oraclient9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oravsn9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\orawtc9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\orannzsbb9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oran9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranl9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranldap9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oraldapclnt9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\orancrypt9.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\oleaut32.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oratrace9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranro9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranhost9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranoname9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORANCDS9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\orantns9.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranms.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\oranmsp.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORAPLS9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORASLAX9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORASNLS9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORASQL9.DLL', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORAXML9.DLL', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\msvcirt.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\ORAXSD9.DLL', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\msvcp60.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\secur32.dll', no matching symbolic information found.
    Loaded 'C:\oracle\ora92\bin\orantcp9.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\mswsock.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\hnetcfg.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\wshtcpip.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\netapi32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\system32\netapi32.dll', no matching symbolic information found.
    First-chance exception in OCCI.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
    First-chance exception in OCCI.exe (ORAOCCI9.DLL): 0xC0000005: Access Violation.
    First-chance exception in OCCI.exe (ORAOCCI9.DLL): 0xC0000005: Access Violation.
    The program 'C:\Program Files\Microsoft Visual Studio\MyProjects\OCCI\Debug\OCCI.exe' has exited with code 0 (0x0).
    when i use Borland C++
    i have anothor message:
    unable to open execptio.h
    i don't have this header file
    please help me

    You may want to post this on a database forum. This forum is dedicated to Oracle TopLink which connects to the database using JDBC.
    Doug

  • Disabling oracle application server interface

    Hi
    I have an oracle application server installed along with oracle forms
    When I type: http://hostname/
    I see "welcome to oracle Application Server" interface.
    How can I disable this interface ?

    Hi All,
    For all those concerned, I managed to download and install Oracle Database Server Version 10.1.0.4 Patch 4 for Windows server 2003 SP1 from Metalink. Please refer to document IDs. 161549.1 and 161546.1 for details on Patch 4488360.
    The supplied documentation states that this patch contains all prevois patches hence it should contain the patch 2, i.e. 10.1.0.4.2 patches.
    I have not checked the availability of this patch for other platforms.
    Feedback:
    I have installed successfully the patch on my Oracle 10g EE instance 10.1.0.4. Please read documentation for the requirements! (hint: in my case the DLL's used by Oracle services in the BIN folder were still in use even after the services were stopped!, I had to re-boot the server to free them).
    Then installed the OAS repository using the repca wizard (hint: run the prereq. scripts before installation to detect any configuration requirements)
    After I installed OAS infrastructure with Internet directory.
    Then installed Portal & Wireless successfully.
    Best regards,
    Jesmond

  • How to get standard oracle API or Interface package in oracle apps

    Hi guys,
    Need ur help........plz tell me how to find the standard oracle API or other package on server. Actually I need standard Interface package of Requisition Import program API plz give me exact path to finding standard API or interface pkg.......ASAP and also give the interface pkg name of Requisition Import in purchasing.
    it's urgent plz do needful...........................................
    Thanks,
    abh...................
    Edited by: 811373 on Jun 4, 2011 12:54 AM

    I want to find all API related to PO Requisition special Requisition Import conc. program API ...plz tell how can get it.
    Actually I want to design custom interface on the basis of standard Requisition Import api so, plz give me sql script for find those api.From iREP website, navigate to the PO module and check the list of APIs.
    Or, you could enable trace/debug for the concurrent program and generate the TKPROF and this will show you the API used by this program.
    FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]
    How To Trace a Concurrent Request And Generate TKPROF File [ID 453527.1]
    Another option is to open the report using reports builder and check the code.
    Thanks,
    Hussein

  • ODCI : oracle data catridge interface service : what shared libs are needed

    Hi,
    I am writing aggregate functions. For using ODCI along with OCI in C/C++.. what are the shared libraries which are required : i have oci.h & odci.h files but do not know what shared libraries are needed to use the ODCI interface.
    I am getting the error :
    ORA-06521: PL/SQL: Error mapping function
    ORA-06522: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/custagg.so:
    undefined symbol: ODCIAggregateInitialize
    ORA-28579: network error during callback from external procedure agent
    ./libagtsh.so: undefined reference to `homtscb_ShutdownCallback'
    I don't see any one responding to my queries.
    Can any one give me some other paid forums where I can pay some fee and get clarifications for my errors and doubts.
    I am a student trying to study the extendibility of databases with user defined aggregates without the need to change the underlying database engine. This is a part of research which i am doing.

    But some how i am having problem with ODCI : it is
    not identifying the ODCIAggregateInitialize function
    It is throwing error : ORA-06521: PL/SQL: Error
    mapping function
    ORA-06522:
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/li
    b/custagg.so:
    undefined symbol: ODCIAggregateInitializeThat's a pretty useful error message IMHO
    And generally in Unix environment we don't include
    'extern "C" ' before each member function in the C
    program but we do that in Windows environment . So
    may be I thought of just try including that in my
    program(unix environment) and it was giving me even
    a worse error :
    RA-28579: network error during callback from external
    procedure agent.So I just removed that extern "C"
    keyword.Actually, the extern "C" is required because even though you are writing C-like code, it's C++ since there are declarations in the middle of the code, which C doesn't support (maybe C99 does, I don't know). This tells me you compile using a C++ compiler, which mangles the method name (to support method overloading, which C doesn't support). Adding the extern "C" makes the C++ not mangle the method, and thus the ODCI system can find the entry point in your shared lib.
    ORA-28579 is not a worse error, it is the error you should fix. But I can't help you there, I've never done it. OTOH, if you can make this work, I'd be very interested if you could post a complete example demonstrating what you are doing. --DD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • SQL Plus / Oracle - Username and Password Troubles

    Hello all
    I have just download Oracle Database 10g Express Edition for Linux.
    When i use the command 'connect' with SQL Plus i am required to enter a username ans password.
    What is the default username and password, or where can i find it?
    Many thanks

    1. If you installed the express edition, there is another step. Go to your GUI menu->Oracle->Documentation. Those names are not exactly right, but you should be able to figure them out from that
    2. You are missing a post install step which the install documentation will tell you from step 1. If it is a regular Linux, you drop to a terminal and type something like "database configure". Look at the install documentation, it will tell you.
    3. Do you have Apache running? You need a web server for the Oracle web interface to work
    4. The error message you got means exactly what it says. That being said, you can also get this error message when the database is running. If you do, it is because you forgot to include a connection on you command:
    connect sys/manager@xe
    OR
    connect sys/manager@localhost:1521Since you don't know the passwords, I assumed you did not run the configure step above since it asks for the password when you run it.
    Loyal

  • Oracle messenger web interface

    Does Oracle messenger has an interface that can be integrated with a Portal page? Essentially, the need is to have a messenger window always available within a portal/web page instead of invoking the client for sending/receiving messages. If Oracle messenger can't do this, can GAIM or others may be used for this implementation?
    Any information on its feasibilty will be of help.
    thanks.

    I haven't tried this, but I'd suggest you google for "ajax jabber" to see some potential clients.

  • Oracle Receivables - Invoice Interface from Legacy

    Hi,
    I am trying to write an interface from Legacy to Oracle
    Receivables (rel. 11.5.4). I am not sure about the fields to be
    populated in RA_INTERFACE_LINES_ALL as well as
    RA_DISTRIBUTIONS_ALL (besides the not null fields).
    Can anyone help. My e-mail id is [email protected]
    Thanks.
    Anil

    Hi Ivruksha,
    Thanks for your replay...
    We have this requirement in our current Project
    Example: Our client provide service on Contract base when our client create invoice for $10000 customer will pay only 70% of bill amount only as per the Contract terms after completing the entire contract based on the quality of service customer will release 30% amount, so my client want to tract 30% amount from each Customer Invoice Creation so that he can understand how much amount is retained with his customer.
    Please help me regarding this..
    Regards
    Bharath

  • Unable to access Oracle XE Apex Interface

    Hello,
    I've recently installed Oracle XE on Ubuntu (package oracle-xe-universal_10.2.0.1-1.1_i386.deb), however I am unable to access the web interface for Apex. If I use Firefox or Opera, it cannot recognize the file it's trying to access, but reports it as an application/octet-stream file and asks me how to open it or to save it to disk. If I use IE7, it simply displays a few unknown characters (boxes).
    I had the entirety of Oracle XE installed and working prior to rebuilding the server, which is when this problem began happening, but I shouldn't have changed anything to cause a problem like this.
    If anyone can shed some light on this, I would greatly appreciate it, since I've been unsuccessful at finding anything out about this problem.
    Thanks,
    Jeff

    This is a bit old but I've faced the issue and found a (temporary?) solution.
    The problem is caused by a syntax error of the generated HTML on the Change Password page. The APEX page generation code somehow truncated a closing '>' in a tag. By adding a few space, this page generated correctly. However, it seems very likely that the problem will also occur for other pages.
    In file builder/f4350.sql, line 5668, change
      p_plug_source=> s,
    to
      p_plug_source=> s || '  ',
    Then reload the page... I used 'sys as sysdba' and not sure this is the best option. Anyway the page showed afterwards.
    Message was edited by: thtsang

  • Oracle 11i Web Interface

    Hi
    Is that web user interface (UI) of Oracle 11i developed in UIX ?
    Message was edited by:
    Sunil_Gidwani

    Sunil,
    Parts of the Oracle E-Business Suite were developed using OA Framework (see OA Framework
    Not sure if this is what you are looking for?
    John

  • Oracle - Lotus Notes Interface

    Hi,
    Is there any Oracle DB built-in for Lotus Notes Interface?
    Can we push or pull data from Oracle DB to Lotus Notes and vice versa.
    Thanks and Regards
    Kaustubh

    Kaustubh wrote:
    Hi,
    Is there any Oracle DB built-in for Lotus Notes Interface?
    Can we push or pull data from Oracle DB to Lotus Notes and vice versa.Lotus Notes deals with documents and isn't a standard form of database.
    I'm not sure if there are some ODBC drivers for it (which would of course give you heteregeneous services connectivity), but I think we use some scheduled vbscript's to extract data from Notes and then read those files as external tables into Oracle. (can't recall the details, it's usually someone else who deals in that side of things)

Maybe you are looking for

  • If i update Itunes, do i have to re-add all the songs?

    If i update to the new version of itunes, do i have to readd all the songs? Just that i have changed the attributes of many of the songs (28GB in total) such as track names, album names and so on that would take me forever to re-do. Cheers Dave

  • My podcast downloads fine from OS but not from IOS...

    Hi everyone, This podcast downloads from the iTunes on OS fine but won't download straight from iOS. Anyone know why? Nick

  • Data Query combining AP, AR & GL

    Hi Guys, Can anyone give a solution for this please. This is a ticket pending with me and i am confused with this request. Please Help: "The information requested is as follows: - Number of GL entries per period - Number of manual GL entries per peri

  • Migration problem 7.2.3 to 8.0.5

    I keep getting an error in the same place when trying to do an import of a database. Checked tablespace sizes, and we are doing a local import. Did 2 seperate exports, and same problem, both import and export as 'system'.. IMP-00017: following statem

  • Clearing jsessionid

    hi experts we have a c# application with RSA security as front end. RSA sso is implemented on businessobjects and it is working. But the issue is, if the user1 logons in application and creates a session in infoview. But he didn't logout infoview. wh