Does ODI support parallel loading

Does ODI support parallel loading? For example, I have a source table and a target table for a mapping. In ODI can I specify a number of threads so the mapping can be executed in parallel module? (besides use hint in SQL)

Hi
You can't execute 2 interfaces in parallel, but you can create a package, and call it asynchroneously from an other one.

Similar Messages

  • Does ODI Support wild characters?

    Hi,
    Does ODI support wild characters? We have a requirement of reading multiple files (say "P*.txt"). Could somebody help / guide?
    Thanks,
    Nagaraj

    For the database character set, use AL32UTF8. Also, use the most recent version of Forms. This is for sure. Now, which version of the Kurdish writing system do you want to use - Arabic-, Latin- or Cyrillic-based?
    -- Sergiusz

  • Does ODI support foxpro as source data ?

    Does ODI support foxpro as source data ?
    I want Integrater data from MS foxpro to MS Access , In the ODI Topology Manager I can not find forxpro .

    I dit as you said, datatypes was reversed, they are:
    B , C , D , F , G , I , L , M , M NOCPTRANS , N , T, Y.
    the table colum in db include every datatypes.
    then , in model , i try to reverse table from visual foxpro db ,then error occured :
    The Technology or the Driver used does not support Reverse Engineer ...
    java.sql.SQLException: Column not found
         at sun.jdbc.odbc.JdbcOdbcResultSet.findColumn(JdbcOdbcResultSet.java:1849)
         at sun.jdbc.odbc.JdbcOdbcResultSet.getString(JdbcOdbcResultSet.java:410)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.graphical.frame.b.ip.a(ip.java)
         at com.sunopsis.graphical.frame.b.ip.a(ip.java)
         at com.sunopsis.graphical.frame.b.hq.b(hq.java)
         at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
         at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
         at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
         at java.lang.Thread.run(Thread.java:595)Edited by: jiucai on Aug 31, 2009 3:33 PM

  • Does ODI support IBM DB2 Z/OS Mainframe?

    Hello gurus,
    Does ODI 11g support IBM DB2 Mainframe as a source?
    In case that is possible, which parameters are required? Does it require a JDBC driver?
    I´ll appreciate your help,
    Rebeca

    Can any one please let me know the required drivers to connect to db2
    below are the connection strings i am using
    jdbc driver : com.ibm.db2.jcc.DB2Driver
    jdbc url : jdbc:db2://<host/IP>:<port>/<databasename>
    and i am getting the below error
    oracle.odi.core.exception.OdiRuntimeException: java.lang.IllegalArgumentException: *Could not load JDBC driver class [com.ibm.db2.jcc.DB2Driver]*
         at oracle.odi.core.datasource.provider.AbstractDataSourceProvider.configure(AbstractDataSourceProvider.java:107)
         at oracle.odi.core.DataSourceManager$LoginTimeoutDataSourceProviderProxy.configure(DataSourceManager.java:303)
         at oracle.odi.core.DataSourceManager.createAndConfigureDataSourceProvider(DataSourceManager.java:226)
         at oracle.odi.core.DataSourceManager.access$0(DataSourceManager.java:206)
         at oracle.odi.core.DataSourceManager$1.create(DataSourceManager.java:76)
         at org.springframework.util.CachingMapDecorator.get(CachingMapDecorator.java:152)
         at java.util.Collections$SynchronizedMap.get(Collections.java:1975)
         at oracle.odi.core.DataSourceManager.getDataSource(DataSourceManager.java:155)
         at oracle.odi.core.OdiInstance.lookupDataSource(OdiInstance.java:788)
         at oracle.odi.core.datasource.dwgobject.support.DwgConnectConnectionCreatorImpl.createDwgConnectConnection(DwgConnectConnectionCreatorImpl.java:82)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.getLocalConnect(SnpsDialogTestConnet.java:418)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.localConnect(SnpsDialogTestConnet.java:860)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.jButtonTest_ActionPerformed(SnpsDialogTestConnet.java:806)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.connEtoC1(SnpsDialogTestConnet.java:165)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.access$1(SnpsDialogTestConnet.java:161)
         at com.sunopsis.graphical.dialog.SnpsDialogTestConnet$IvjEventHandler.actionPerformed(SnpsDialogTestConnet.java:111)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2319)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
         at java.awt.Component.processMouseEvent(Component.java:6289)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3268)
         at java.awt.Component.processEvent(Component.java:6054)
         at java.awt.Container.processEvent(Container.java:2042)
         at java.awt.Component.dispatchEventImpl(Component.java:4652)
         at java.awt.Container.dispatchEventImpl(Container.java:2101)
         at java.awt.Component.dispatchEvent(Component.java:4483)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2479)
         at java.awt.Component.dispatchEvent(Component.java:4483)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:604)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:618)
         at java.awt.EventQueue$2.run(EventQueue.java:615)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:175)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:162)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.IllegalArgumentException: Could not load JDBC driver class [com.ibm.db2.jcc.DB2Driver]
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.setDriverClassName(DriverManagerDataSource.java:175)
         at oracle.odi.jdbc.datasource.DriverManagerDataSource.<init>(DriverManagerDataSource.java:107)
         at oracle.odi.core.datasource.provider.DriverManagerDataSourceProvider.doCreateDataSource(DriverManagerDataSourceProvider.java:35)
         at oracle.odi.core.datasource.provider.AbstractDataSourceProvider.configure(AbstractDataSourceProvider.java:98)
         ... 50 more

  • Does APD support delta load?

    Hello experts,
    does the APD support delta load of data in case the data target is
    1. a DSO?
    2. an InfoCube?
    Many thanks in advance,
    Marco

    Hello Marco,
    As far as APD is concern with data source DSO's, it supports only Direct update DSO..& Direct update DSO not support Delta ,hence have an intermediate standard DSO before the Cube which will capture the Deltas....
    The flow should be like,
    Direct DSO-->Standard DSO --->Cube
    Hope it clears your doubt scenariowise.
    Thanks,
    Santosh

  • Data Mart load does not support Delta load?

    For data mart load, we create an InfoPackage for Delta load, under data selection tab, for the InfoObj. 0FISCPER, we pick OLAP variable 0FPER [Current Fiscal Year/Period (SAP Exit)], save this InfoPackage, but when get in again, find under Data Selection tab, on the row 0FISCPER, the From Value column becomes 001/2005 and To Value column becomes 011/2005 and the whole Data Selection tab screen becomes non-editable! 
    The correct behavior should be that after saving the InfoPackage on this row 0FISCPER, From Value/To Value columns are blank and just the Type column value is 7 and after saving the infopackage and get back in, the Data Selection tab screen is editable.
    But if we select Full update mode, then switch back to the Data Selection tab, then the behavior is right. 
    We wonder if SAP doesn't support Delta load for Data Mart load, why under the Update tab, the Delta load radio button shows up after we conducted an initial load?  It doesn't make any sense for SAP!

    Dear,
    as alredy suggested, you cannot do different selection criteria on your delta, since you automatically have to load on the basis of initial selection...and, if you think about it, this is logic: you cannot initialize a flow for certain conditions and then decide to upload in delta other (different) records...
    Hope now is clearer...
    Bye,
    Roberto
    clearly, if you perform a full (like a 'repair' full, from a functional point of view), this problem doesn't exist (data is taken from active table and not from change log one!)

  • OWB 9.0.4 :SQL*Loader: Operator POSTMAPPING does not support

    Hi,
    While trying to poulate Analytical Workspace using WB_LOAD_OLAP_CUBE, I got the following validation error
    The analysis of the mapping is not successful under all supported languages and operating modes. Detail is as follows:
    SQL*Loader: Operator POSTMAPPING does not support SQL*Loader generation.
    ABAP: Operator AWPARAMS does not support ABAP generation.
    I dont know what that means. Your help will be appreciated. Do I need apply some post 9.2.0.3 patch?. If yes, please let me know the patch number if available.
    FYI: I am using Oracle9i with 9.2.0.3 patch
    Thanks
    Panneer

    Panneer,
    Does the regular process load from a flat file into a table? This would be implemented as SQL loader mapping... in which case a PL/SQL call cannot be implemented.
    What you could do:
    - Use an external table to read from the flat file.
    - Use the transformation in a process flow. I.e. you first execute the SQL loader mapping and then execute the transformation.
    Mark.

  • Does ODI handle different Code Page?

    Hi Team,
    In a ODI POC we are trying to read data from txt files and load it onto oracle.
    The input files are of different code page. (French ,German and English)
    Does ODI support a generic approach to handle multiple code page?
    Thanks

    we tried customizing the LKM and encountered the following issue
    Load LKM
    insert into <%=odiRef.getTable("L", "COLL_NAME", "W")%>
    <%=odiRef.getColList("", "[CX_COL_NAME]", ",\n\t", "","")%>
    values
    <%=odiRef.getColList("", "CONVERT(:[CX_COL_NAME],'EE8MSWIN1250','UTF8')", ",\n\t", "","")%>
    Gives exception:
    java.lang.ArrayIndexOutOfBoundsException: 6 >= 6
    at java.util.Vector.elementAt(Vector.java:427)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.getBindVar(SnpSessTaskSql.java:1860)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrders(SnpSessTaskSql.java:643)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2815)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1818)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$2.doAction(StartScenRequestProcessor.java:559)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:481)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$StartScenTask.doExecute(StartScenRequestProcessor.java:1040)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:619)

  • Does Essbase System 9 Support Parallel Data Loads?

    Hi,
    Can anyone tell me, whether Essbase System 9 supports Parallel Dataloads or not?
    If it supports, How many load rules can be executed parallelly. If any of you know this please tell me. This will be a great help to me.
    Thanks a lot..............

    Hi Atul Kushwaha,
    Are you sure that Essbase System 9 supports parallel dataloads? Because, In the New Features guide of Essbase 11.1.1, they have stated that Essbase 11.1.1 supports parallel data loads and it supports upto 8 rulefiles only.
    So please confirm where can I find this information, or please send me the link where I can find this information.
    Thank You.

  • Have loaded lion and now cant access office for mac or apple works as it says it does not support power pc applications, how can I acces them or better still reinstate them please

    Have loaded lion and now can't access office for mac or apple works as it says it does not support power pc applications, how can I acces them or better still reinstate them please?

    MS-Office for Mac versions 2004 and older do not run in Lion since these are PPC-apps for which Apple has dropped support.
    Free alternatives to open Word and Excel files:
    NeoOffice http://www.neooffice.org/neojava/en/index.php
    OpenOffice http://www.openoffice.org/
    Or get the 2011 MS-Office

  • Recently got new iMac with Lion.....when I try to load my LogicPro software, I get 'OS does not support power PC'.  Is there a download to fix or must I spend another 500 on software?

    Recently got new iMac with Lion.....when I try to load my LogicPro software, I get 'OS does not support power PC'.  Is there a download to fix or must I spend another 500 on software?

    What version of Logic do you have?
    And if you end up upgrading, it's only $199 now.

  • I have just installed the new os x mountain lion - and now i cant enter the parallels desktop 6. does this version support parallels? what can i do? thanx

    i have just installed the new os x mountain lion - and now i cant enter the parallels desktop 6. does this version support parallels? what can i do? thanx

    You'll need to upgrade to Parallels Desktop 7 to regain compatibility.  Good luck....
    On Edit: A minute late!

  • Does SLS support load balancing services?

    Does SLS allow for load balancing of services? Such as iChat, Address Book, Calendar, Mail, Web, etc?
    Right now I have four Mac Mini servers
    Mac Mini 1 - Primary DNS, Open Directory Primary
    Mac Mini 2 - Primary DNS, Open Directory Replicate
    Mac Mini 3 - VPN, Mobile Access, File Sharing, Software Update Services, Address Book, iCal, and iChat.
    Mac Mini 4 - Web / Mail
    I want to get two more mac mini's to load balance #3 and #4. Meaning, if the server goes down or gets heavy load, it will start utilizing the other mac mini.
    How can I set this up??

    As for load balancing iAS has a component called Web-Cache which can be used for this.
    For installation of iAS as per the OS you will find information at the folowing link:
    http://otn.oracle.com/docs/products/ias/content.html
    -- Mathew

  • Does mac os/os server support parallel or multiprocessing?

    Looking for the simplest way to increase processing power for some projects and have several mac desktops. Was wondering if mac os or os server support parallel or multiprocessing?

    No, you cannot combine multiple computers to increase total processing power. Apple no longer supports the software for it.

  • TS3230 I can't get WebGL to run.  Its says Safari does not support it.  I can't figure out how to down load it?

    I am trying to access www.zygotebody.com  I keep gettin a message box stating that Safari does not support WebGL.  Anyone know how to make it work?  My teacher was using it on his mac book.  I should be able to get it to work on my desk top?

    Download and install another web browser.
    Mozilla Firefox Web Browser — Free Download — mozilla.org
    Having a backup browser installed is a good thing to do regardless. If you have problems with Safari, you may need the backup browser for downloading files in a pinch.

Maybe you are looking for

  • I Can't....

    Hi friends, i am working on <b>real-time scenario ABAP Server Proxies which is contributed by siva maranani.</b>   i can't understand this weblog. he said data is coming from legacy system , through XI and using ABAP Server Proxy he upload the data t

  • ALC-WKS-007-074 - submit button error

    Hi Everyone, We are also experiencing problems submitting a form in Workspace.  The error is: ALC-WKS-007-074.  There is a submit button on the form that I think is the culprit of the error.  It's submitting as XDP and the data coding is UTF-8.    Ar

  • New pc old ipod

    My laptop had the hard drive replaced and when I downloaded itunes and plugged in my ipod it said it was synched with another library and would erase everything. how do I synch it without losing all my songs?

  • ThinkPad Twist s230u cursor flashing

    Hello, I own a thinkpad twist s230u (3347 4HU) purchased 3 weeks ago. From the moment I turned it on, it has a major issue. The cursor goes on the right side of the screen, it flashes and it opens windows and applications itself whether it runs on de

  • Cannot open facebook in safari

    I cannot open Facebook in Safari now, it just shows a blank page, although the web address is shown correctly at top. other web pages are ok. But I still can reach Facebook via Firefox in the same iMac, strange behavior... anyone has idea? safari 6.0