Can I integrate Lotus database into Oracle with ODI

I would like to know is it possible to integrate Lotus into Oracle with ODI.
I know that Lotus database (file extension .nsf) is not an relational database, but it is possible to extract the data from Lotus database into XML and ODI supports XML
so one solution would be to convert Lotus database to XML and then integrate the data into Oracle with ODI (Am I wrong?)
Is there another solution, where I could directly integrate data from Lotus into Oracle with ODI

IBM do provide JDBC access to Lotus Notes data. This is likely to be the best way. Google "LOTUS NOTES JDBC DRIVER" and you find links to IBM's info.

Similar Messages

  • Can we integrate Lotus quickr into ep 7 using application integrator

    hi gurus,
    can we integrate lotus quickr in to ep 7 (i.e sso) using appliction integrator or do we have any other way to do sso,
    helpful replies are appreciated.
    Thanks & Regards
    K Naveen Kishore

    Hi,
    Tobias , thank you for you reply
    yes it is ,Lotus Quickr is a DMS(document management system) which sits on Lotus Domino server.
    i have done integrating Lotus quickr to ep 7,using application integration,
    what i have done:
    1)uploaded par file,
    2)ceated system template,
    3)created system using template,
    4)then iview using par,
    5)done usermapping
    in iview in the property
    URL Template Fragment for User Mapping : i have given
    Username=<MappedUser>&password=<MappedPassword>
    i took Username and password names from source of the login page of quicke
    document.write("<input id=\"user\" class=\"text\" type=\"text\" name=\"Username\" />");
    document.write("
    <label for=\"password\">""Password:""</label>
    document.write("<input id=\"password\" class=\"text\" type=\"password\" name=\"password\" />
    document.write("
    <input id=\"button\" type=\"submit\" name=\"login\" value=\"""Log In""\" />
    when i cliclk on preview
    finally page is displayed without user logedin, when i tried to login with this page with valid username and password same page is displayed .but when i tried with invalid username and password it is saying invalid username and password.
    also as u said  "Best way would be to configure Quickr to user Kerberos authentication"  if possible send me the step by  step guide for this.
    Regards
    K Naveen Kishore.

  • Odbc connection test success but can't link the database to oracle with 1013 call failed error.

    i am using my MS Access 2013 to connect with my oracle database. I created the odbc link and successfully have connection test pass. However i can;t link the database with my MS access. When i am using different software (mapinfo), i am able to connect to oracle database. The error is"1013: user requested cancel of current operation"

    In MS access, i open the external data and select odbc. Select my odbc link created previously, enter the password and after a while the error message pop up.
    But if i am using another tools, such as SQL Developer or Mapinfo, i will able to connect to oracle database using the same odbc link.

  • Copy access data into oracle with form builder 9i

    hello
    i need to copy/import data and tables from an MS access database into oracle 9i database. the situation is each time i login to my forms applicatin i will need to do that. any idea pls...
    the access db is frequently updated. so when i login into my forms application it needs to be reimport the data from access db. can any1 pls help me?

    To my opinion, there are 3 potential approaches :
    1. rewrite the application, that data are stored directly in the oracle database
    or the program writes flat files somewhere to the file system which are able getting
    imported from the target instance on daily basis or job driven;
    2. The "Access-driven approach" : link oracle tables into the MS-Access application
    using an ODBC-connection and build a macro in Access which is exporting the stuff to
    the target instance; in order to do so, the Oracle Client and ODBC-Drivers needs to
    get installed on the PC where MS-Access is started to start the exportation process
    (which is probably yours).
    You may then create tables in the target instance and link them from within Access
    using ODBC as the datasource
    3. The "Oracle driven approach". explained in detail here, never tried it, but maybe
    worth a look
    http://www.orafaq.com/node/60
    Basically, install the Oracle Software on a PC, configure an ODBC-Connection and start a
    Listener there;
    The target instance (which may no run on a UNIX system) is now able to commuincate
    with the local running listener on your PC which itself is instantiating a connection to
    the Access "Database" using the ODBC-Connection.
    In this way, your PC acts as a database server from the Oracle Net point of view.
    In theory, this could even work, depending on the ability to connect from the
    instance server directly to the given IP of your PC (Security ?? Hmmmz)

  • Migrate Informix 7.31 Database into Oracle

    Dear all,
    I intend to import an Informix Dynamic Server 7.31 Database into Oracle; In this case it's the database of an old system which is not in use anymore, so the purpose is strictly readonly.
    No triggers, few procedures and functions.
    I'd like to import the data into Oracle 11g, is this possible or do I have to import into 10g and then upgrade to 11g?
    The docs say the migration workbench is the tool of choice, is there anyone who can provide me with some experience?
    How do I verify the migration was successful and the data was imported exactly the way it was?
    Thanks in advance,
    Andy

    Andy,
    Informix can only be migrated using the older Oracle Migration Workbench 10.1.0.4 and as it says on the web site -
    http://www.oracle.com/technetwork/database/migration/informix-085032.html
    the only supported versions for the workbench are 9i and 10g.
    However, this is only for running the workbench itself and creating the repository. If you do an offline migration then you can run the scripts created by the migration utility in any version of Oracle and load the data using any version of SQL*Loader.
    It may be that you can create the repository for the 10.10.4 workbench in an 11g database but I've never tried it.
    As for testing there is a section in the documentation -
    Oracle® Migration Workbench User’s Guide Release 10.1.0.4 for Microsoft Windows 98/2000/NT/XP and Linux x86
    Chapter 7 - Testing the Oracle Database
    that discusses how you can test the migrated data.
    I've only ever run small test migrations and issues can depend on the complexity of the data and particularly stored procedures and embedded SQL.
    If you have no triggers, few procedures and functions then it should be fairly straightforward.
    It is planned to include Informix migration in a later version of SQL*Developer but there is no date for that yet.
    Regards,
    Mike

  • Converting Single Instance database into Oracle Fail-Safe on Linux

    Hi All,
    We have single instance Oracle10g database running on Linux RHEL4. We are looking to convert this database into Oracle Fail-Safe (Active-Passive). Does any one have document for Oracle fail-safe setup?
    Regards,
    Tushar

    Tushar,
    you can't use software for windows on Linux.
    However, there's number of ways to implement high-availability solution on Linux Oracle.
    You can go with Active-Active (RAC) - which means that you'll have two servers attached to the same database at the same time. You can use either, and if one goes down(due to power failure for instance), the second will still be available.
    You can go with Active-Passive (Data Guard) - which means that you'll have one of the nodes being active and the second passive, but synchronized with the first one, so in case of failure of the first node you can activate the second one.
    You can also go with linux clustering - which is most similar to MCS + fail-safe - you'll have two nodes clustered with linux clustering software (RH cluseter suite for instance) and connected to shared storage. One node is active, and in case of crash database instance will be automatically started on the second node. This is beneficial because you can use your resources more efficiently. In case if you have two databases you can run each of them on dedicated server and then, in case of node failure move to another one. However, the setup of such configuration is quite cumbersome.

  • Load flat file into oracle with SQL Loader

    Hi All,
    Oracle 9i
    I want to load flat file into oracle with the help of sqlloader but I want to skip some columns from flat file.
    Can anyone tell me how can we skip column from flat file , I can’t open flat file into excel as CSV due to large volume
    Does anyone has any solution for the same.
    Umesh Goel

    Filler can be use when we want to skip database table column or we want to put null in database table column
    but if we have 10 column in flat file and we want to load 1,2,5,7 number column from flat file
    then I think filler will not work
    If yes then plz let me know.
    thx
    UG

  • Integrate javascript event into Oracle ADF Components

    Can someone show me how to use javascript attribute, for instance onclick, in CoreCommandButton? How do we normally integrate javascript event into Oracle ADF Components?

    Hi,
    you already have a link. Its not an Oracle project but a project of Wilfred from Eurotransplant. Feel free to ping him directly on this or ask this question on the Forms forum, if you haven't already, where he most likely is signed up for.
    Frank

  • How to import sql server database into oracle

    Hi,
    i have a backup of database(complete) from sql server, Is there any way to import that backup database into oracle environment.
    Please let me know the process
    Thanks
    Naren$

    No. You cannot simply import binary data files from a 3rd party database directly into Oracle.
    You can use bcp on SQL-Server to unload the data to CSV and then use Oracle's SQL*Loader to load it.
    You can run a SQL-Server database instance and an Oracle database instance, and use a heterogeneous database link from Oracle (working via ODBC) to connect to SQL-Server - and use SQL statements to pull object definitions and data from SQL-Server into Oracle.

  • Can't import audio CD into iTunes with Vista

    I can't import audio CDs into iTunes with my new Dell 531 Vista computer. The songs seem to import, but only small (~50K) files are created, which don't play. Also, I cant play audio CDs using iTunes. CDs do play using Windows Media Player. The DVD/CD drive seems to work fine in all other applications.
    I have tried the "device filter" regedit fix, but no luck. Anyone else have this problem?
    Here are my diagnostics details:
    Microsoft Windows Vista Home Edition (Build 6000)
    Dell Inc. Inspiron 531
    iTunes 7.4.1.2
    CD Driver 2.0.6.1
    CD Driver DLL 2.0.6.2
    LowerFilters: DRVMCDB (1.0.0.1), DLACDBHM (1.0.0.1),
    UpperFilters: GEARAspiWDM (2.0.6.1),
    Current user is not an administrator.
    Video Display Information:
    NVIDIA, NVIDIA GeForce 6150SE
    Connected Device Information:
    Disk drive, WDC WD25 00JS-75NCB3 SCSI Disk Device, Bus Number 0, Target Id 0, LUN 0
    CD-ROM Drive, HL-DT-ST DVD+-RW GSA-H31N SCSI CdRom Device, Bus Number 1, Target Id 1, LUN 0
    E: HL-DT-ST DVD+-RW GSA-H31N, Rev B109
    Audio CD in drive.
    Found 12 songs on CD, playing time 48:45 on Audio CD.
    Track 1, start time 00:02:00
    Track 2, start time 05:00:02
    Track 3, start time 08:39:55
    Track 4, start time 14:39:25
    Track 5, start time 18:34:10
    Track 6, start time 21:43:22
    Track 7, start time 24:56:42
    Track 8, start time 27:54:72
    Track 9, start time 33:03:52
    Track 10, start time 37:55:00
    Track 11, start time 43:59:72
    Track 12, start time 46:46:22
    Audio CD reading succeeded.
    Get drive speed succeeded.
    The drive CDR speeds are: 8 10 16 40 48.
    The drive CDRW speeds are: 8.
    The drive DVDR speeds are: 8.
    The drive DVDRW speeds are: 8.

    JohnAndKel,
    That's odd because the CD reading test that the diagnostics runs didn't report an error. What happens if you select a song from the CD in iTunes and play directly from CD?
    (Just a note, the filter trick doesn't do anything for CD import, just CD burn. iTunes doesn't use the Gear drivers for reading the CD.)

  • Can I turn greenscreen video into video with transparent background (instead of default black backgr

    Can I turn greenscreen video into video with transparent background to  overlay on another video in another program.  probably export as avi.     I know I can in after effects  but comfortable with premiere.   basically want to turn the greenscreen from a black to transparent background  ppro cs6     windows
    [ email address removed by forum host ]

    Harm is correct. It would be better to edit in the program where you keyed out the green. However, if you really must ...
    DPX is one file per frame. While you may not be able to open it from Windows, it is only because Windwos has not been told to open them in Photoshop.
    The whole point of the DPX file is to have a visually lossless storage of your frames that is designed to be used between applications (just what you want to do): http://en.wikipedia.org/wiki/Digital_Picture_Exchange
    However, if you prefer to use another option that you are more comfortable with, you can use PNG.
    Or...
    If you insist on a single video, use the Animation codec for Quicktime.
    In any case, you need a picture format or video CODEC that can store an Alpha Channel.
    Or.....
    Export the video with the black and use a Luma key in the next application.
    Or ...
    Export the video with the black, and then export a video of just the alpha channel as a blabk and white image where black is transparent when used as a track matte, and then in the next application use the video of the alpha channel as a track matte.
    Since you haven't said what the other application is or why you want to use it, we are having a little trouble offering a specific solution.

  • Can i import .sql file into oracle apex?

    i'm new to oracle apex....
    Can i import .sql file into oracle apex?
    i've to import a table into apex...
    what script i have to write into the .sql file....
    pls help...
    Edited by: 794244 on Jan 31, 2011 9:31 PM

    Hi Mahesh
    Navigate to the APEX documentation page - all the documents are listed there ;) (including direct links to the step-by-step "how-to's" - great stuff)
    http://www.oracle.com/technetwork/developer-tools/apex/documentation/index.html
    Enjoy the wonderful world of APEX!
    Mike

  • Can I Integrate My Database with BC Email Functionality?

    I would like to set up automated marketing so anyone who is added to our database receives a series of emails based on their creation date in the system, as well as custom parameters.
    For example, anyone added to our database in the past 24 hours who just had a Yelp review would receive one email series, someone added to the database in the past 24 hours who just ran a Groupon would receive a different email series.
    Is there any way to:
    Link my database to my BC database so I can run scripts to import the updated contacts each night?
    Create a loyalty program based off a combination of standard and custom parameters?
    Please let me know if you need any clarification about anything I'm asking.
    Thanks!

    Hi,
    The only option I can think of on top of my head is to use our API calls to connect to your external DB to pull contact details which you can perhaps gather and import into a mailing list within BC to use for sending newsletters to. 
    - http://kb.worldsecuresystems.com/635/bc_635.html
    To be honest not sure if this will fully work to your requirements.  You might want to reach out to some of our certified custom implementors to seek possible solutions if feasible via BC. 
    http://www.twoblokeswithapostie.com/ (Ask for Mario)
    http://bcgurus.com/
    http://simpleflame.com/
    Kind regards,
    -Sidney

  • Can you import local tables into Oracle to query in Discoverer?

    long time lurker, first time poster...
    I've got a local list in excel of over 100k records. I want to bounce this list off our network's data in Oracle to add a few fields to my file. Is there a way to import the local list into Oracle (like I might using MS Access) so that I can query the data using Discoverer, and output my local list with the additional data I pull out of Oracle? Thanks so much for any assistance!

    Hi,
    Create an external table in the database that points to the excel workbook then you will be able to query the excel workbook like any other table in Discoverer. You will need to create a database directory which points to the directory containing the excel workbook. You will also have to save the workbook in a csv format. But once that is set up you will be able to make changes in the excel workbook save them, then refresh the Discoverer workbook and immediately see the changed data in Discoverer.
    Rod West

  • How do I integrate Adobe Flex into Oracles Webcenter Interaction portal

    We currently use Oracle Webcenter Interaction portal 10gr3 (ALUI Portal)... Does anyone know how or can provide documentation on how to integrate adobe flex into this portal.. Our portal is on windows but it is the java installation of the portal. Any help would be greatly appreciated...
    thanks
    Laura

    While I'd still like others to chime in with anything they may know (or think), I've gleaned the following:
    1)
    "Oracle will support ALUI for the next 9 years and no customer will be forced to migrate off of ALUI. The long term direction is to migrate key features of ALUI into Web Center. "
    2)
    "Web Center will be the strategic portal offering. Customers looking to move to Web Center may get credit for their ALUI cost.
    We are currently selling Web Center and ALUI as one single suite. So customers buying the suite don’t have to choose between one or the other and get both automatically.
    If you are happy with the functionality in ALUI then it would make sense to stick with it till we have more details on migration path, etc."
    4)
    Publisher : the next release should come out (eventually). The long term direction is Oracle’s UCM (Stellent) product.

Maybe you are looking for

  • How to reinstall OS without losing installed applications

    Hi folks, Question for you about software installations and if they can be backed up to overcome the need to reinstall them when reinstalling the MacBook's OS. I have a newish (bought last Autumn) 15" 2.3 GHz Intel Core i7 MacBook Pro running OSX 10.

  • Progress bar indeterminate state

    is there any way to put the progress bar into indeterminate state ? There are times when my program reaches a certain subroutine that I can not tell ahead how long is the maximum bound is going to be ...there has to be a way to do this easily but I j

  • How to export rating with jpeg?

    I would like to export my version as jpegs, with EXIF and IPTC data. No problem. I would also like the ratings to be exported with the picture. Maybe it is, but I cannot find it. Any idea if the rating is exported, and if it is, where? Thanks, Allan

  • Cannot update my ios 4.2.1 to ios 5.

    Any ideas on how I can update to ios5?

  • Is OS X Lion available on cd?

    x