Can I use OLE DB to acces thir party hierachical database Applix / TM1 ?

Hi,
I have got an Applix / TM1 Boi.
Form the Applix / TM1 box I need to get some data in my Oracle Data Warehouse.
Applix / TM1 has got an OLE DB Interface.
Can I access this OLE DB Interface from my Oracle Database in Batch ?
Is this possible ?
How ?
Thank You for Your Advice
Martin Sautter

Thanks for that...but can I do multiple edits in my Stored Procedure Vaibhav and pass back something that I can then utilize in my SSIS? For example...
One and Only one Member Span...so I'd be doing a SELECT COUNT(*) based on my match criteria or handle the count accordingly in my Stored Procedure and passing something back via the OLE DB Command and handling it appropriately in SSIS
Are there "Diabetes" claims...again probably by analyzing a SELECT COUNT(*)
Am I expecting too much from the SSIS...should I be doing all of this in a Stored Procedure? I was hoping to use the SSIS GUI for everything but maybe that's just not possible. Rather use the Stored Procedure to analyze my stged data, edit accordingly, do
data stores accordingly...especially the data anomalies...and then use the SSIS to control navigation
Your thoughts........
Could you maybe clarify the difference between an OLE DB Command on the Data Flow and the Execute SQL Task on the Control Flow...
You can get return values from oledb comand if you want to pipeline.
see this link for more details
http://josef-richberg.squarespace.com/journal/2011/6/30/ssis-oledb-command-and-procedure-output-params.html
The procedure should have an output parameter defined for that
I belive if you've flexibility of using stored procedure you may be better off doing this in execute sql task in control flow. Calling sp in data flow will cause it to execute sp once for each row in dataset whereas in controlflow it will go for set based
processing
Please Mark This As Answer if it solved your issue
Please Vote This As Helpful if it helps to solve your issue
Visakh
My Wiki User Page
My MSDN Page
My Personal Blog
My Facebook Page

Similar Messages

  • Can i use oracle 7.3 drivers against oracle 8 database.

    When i'm executing a stored procedure with 8i driver i'm having a problem saying "Cannot Save or Rollback in distributed transaction". But when i use oracle 7.3 drivers i'm not having any problem.My question is , Can I use oracle 7.3 dirvers with oracle 8 database.
    null

    I tried disabling MTS. That doesnt look to work. Somehow 8i drivers are working in a distributed transaction mode by default. I resolved configuring 8i drivers as not to use distributed mode and works fine for me.
    For other who had this same kind of errors Solution is :
    Disable distribution transaction off if you are managing manual transactions from your scripts. Example: connectstring= DNS=...;"DistribTx=0.
    Justin,Thanks for your concerns and reply.

  • Can I use OLE in WebDynpro 4 Abap??

    I got a complicate request that need to read from an EXCEL template and edit the EXCEL.
    the Excel file can only be a normal .XLS file with macro in it,so XML don't work here.
    I try to use an OLE object to operate the excel in WD Application but an error happened when create the OLE object.     while there's no problem to create it in a normal Report program.
    is there any way to use OLE in WD Application???  otherwise i should write program to read the binary file of excel myself....

    looks to me that you need to use the UI element for office integration, standard available in wd4 abap.

  • Can you use ESB to insert multiple records into a Database

    We have an XML file that has a Parent/Child relationship.
    In situation 1 we have a single parent record in the xml file. We can insert the record into the database successfully.
    In situation 2 we have a parent and a an associated child record. By using a filter expression to identify the existence of the child record we can route to the first DB Adapter to insert the parent then to the second DB Adapter to insert the child.
    Is this final scenario logical and also possible.
    Situation 3 we have multiple child records associated to a single parent. So we would first insert the parent record then insert all the child records.
    Thanks

    I use PL/SQL for this if you are using Oracle.
    Have a look at this post, it is for AQ but the concept can be used for PL/SQL
    Re: Can I pass a pl/sql table as a parameter from a database adaptor
    I will send you an example
    cheers
    James

  • Can I use Datapump for replication of Delta from one database to another

    Good Morning Experts,
    I would like to know if can we use Data Pump (expdp and impdp) for replication between two database only for delta and not for complete database on daily basis and how?
    Regards,
    MS

    MS,
    I assume you are talking about both metadata and data. I don't know of a way to do this. I have heard of dba's using Data Pump import to track differences in metadata, but not to replicate them.
    To track differences in metadata you do the following every day:
    export full=y ...
    import full=y sqlfile=full_todays_data.sql ...
    Then from day to day, just diff the .sql file to see what changed. You will see if tables added/dropped columns, new indexes, etc. Based on this, you may be able to come up with a set of expdp/impdp jobs to replicate the modified objects, but there is nothing built in.
    Hope this helps
    Dean

  • CAN I USE THE ONLINE WORKSPACE FOR MY COMPAY'S DATABASE MANAGEMENT?

    Hi Forum,
    I am the Database Management System Administrator for the company I am working with. The company has branches in other regions of the country. In order to control and centralize its operational information management I have realized the need for the database to have internet link to help achieve the purpose. I have tried to connect my apex 11g to the internet but I have not succeeded. I am thinking of an alternative of using the Oracle Online Worskspace. Would Oracle allow me to use it? I shall also be glad if someone can still help me to configure my apex database to be accessed on the internet that can be used to manage large geographical operations.
    May God bless you and OTN forum
    Regards,
    Godis-Tei

    Godis-Tei wrote:
    I am the Database Management System Administrator for the company I am working with. The company has branches in other regions of the country. In order to control and centralize its operational information management I have realized the need for the database to have internet link to help achieve the purpose. I have tried to connect my apex 11g to the internet but I have not succeeded. I am thinking of an alternative of using the Oracle Online Worskspace. Would Oracle allow me to use it? No. The following conditions apply to use of apex.oracle.com:
    >
    This service is for demonstration purposes only. Use of this system to store sensitive data is prohibited.
    >
    and
    >
    This hosted Oracle Application Express instance is provided as a free demonstration service to anyone. Use of this system to store sensitive, offensive, unauthorized, or illegal data is prohibited. You are also prohibited from running production applications on this service.
    >
    May God bless you and OTN forumIn line with the OTN Terms and Conditions, please do not use religious language in the forum. It is irrelevant and likely to cause offence to users who do not share your beliefs.

  • Can I use data guard to create a RAC standby database for a non RAC primary

    Hi,
    we need to RAC our production database but the normal methods will mean a long outage. It is possible to create a standby as a single node RAC database and when ready do a graceful failover to the standby database and open it for business. The next step would be to create another RAC node from this on the original server.
    servers are already cluster aware, using ASM etc
    Oracle 10.2

    Yes, you will be able to setup RAC stnadby for a non-RAC Primary. For primary it just needs a available destination for redo shipping it doesn't matter whether it's RAC enabled or not. And ofcourse you are using 10.2 anyway only one node will be running MRP and that is too in standby mount mode.
    However since you have are using You may follow below sequence.
    1. Setup a new standby as RAC enabled.
    2. Perform a switchover.
    3. Shutdown the Old primary (which is standby now).
    4. Install CRS and RDBMS on the old primary and it's new node.
    5. Modify the cluster_database=TRUE and cluster_database_instances=<required number of instances>.
        With above modification mount the standby database in standby mode and start MRP.
    6. Introduce the database and instances to the OCR using SRVCTL add command.
    7. Once you your database is synchronized with Primary do a switchover.
    9. Now you can repeat step 3 to 6 on the other site too.   <- if you need your secondary site to be RAC enabled too
    10. Finally both the sites should be RAC enabled.
    Hope this is helpful!!!
    Thanks,
    Asif Haliyal

  • Can I use Oracle IPM with a third party content managemen system?

    Hello,
    Our client has a requirment to use Oracle IPM with a non-Oracle content management system. That is they don't want to Oracle UCM. Is it possible? If yes, can you please direct me to some kind of documentation.
    Any help is greatly appreciated.
    Regards
    Abhishek

    I think you should draw a scheme of your architecture for yourself.
    An A/P solution consists of:
    - scanning (hence, ODC/ODDC)
    - repository of images (IPM based on UCM)
    - workflows (BPM as a part of IPM license)
    - connector to an application (usually, Oracle EBS Adapter is used here)
    If you don't intend to use any part of the solution (e.g. you have a different ERP system than EBS, you have your own repository), you can replace it with your own parts. However, be aware that you will have take care of the integration - Oracle can integrate for you only those parts that Oracle has under control (ODC is integrated to UCM/IPM, IPM/UCM is integrated to EBS, workflows know how to call UCM/IPM services). Of course, it uses open standards (web services or RIDC), so you may implement the integration yourself.

  • Can I use regular Oracle Client version with Oracle XE Database?

    Should it work? Should it be legal or not?

    The regular Oracle client is only for those who have a "licensed" Oracle database server. For Oracle XE, it is NOT ok to use the full Oracle client. However, you can use the instant client against Oracle XE. Problem is that client utilities such as sqlldr won't be available in the instant client. Another option will be (if you are using linux) is to mount the Oracle XE installation directory to other machines as your client. Unfortunately the standalone XE client is not that useful given that it only includes sqlplus (which is why I recommend using instant client instead).

  • Can IdM use TimeStamp files in its Active Sync for Database table ?

    I have an IdM 7.1 implementation that I inherited
    and have a Database Table resource adapter with Active Sync.
    Here's a few ways to set up Active Sync, but I want to explore the latter.
    -Static Search Predicate (clause)
    You can use a flag (column) in your data table. Does not require any mapping, and presumably whatever process you're kicking off would turn off the flag, so the record is not picked up subsequently.
    -Last Fetched Predicate (documented in the Resource Reference, under Database Table),
    Normally, you'd be doing a comparison based on timestamps, and the mapping between a timestamp-User Extended Attribute AND timestamp-Database Column
    In this implementation, I do not see a User Extended Attribute (UXA) but I do see a 0 byte timestamp file on the server. Did not see anything like this discussed in the docs, but my hypothesis is that this is being used, or has been configured somehow. I wonder if I am right ?
    Let's call it 'MyTS'
    I see MyTS both in ActiveSync logs, as well as in the 'XML Data' object, resource_SYNC, that A/S creates. Maybe this is a hidden feature, or mostly undocumented, or from an earlier version. Anyone care to offer a suggestion or explanation ? Your thoughts would be welcome.
    thanks

    'MyTS' would be a resource attribute. Have a look in the schema map for your resource.
    It doesn't need to be, and would not normally be, a user extended attribute.

  • Can we use impdp to import the data from an normal exp dump?

    Hi All,
    I have a export dump taken from a 9i database. Can i use impdp to import the data into 10g database from that 9i exp dump?
    Please suggest
    thanks and Regards
    Arun

    Hi,
    I have a export dump taken from a 9i database. Can i use impdp to import the data into 10g database from that 9i exp dump?Yes, it can be.
    Refer:
    http://wiki.oracle.com/thread/3734722/can+a+9i+dump+file+be+imported+into+10%3F
    thanks,
    X A H E E R

  • Can i use this dbms_system.ksdwrt package to purge my table

    I have used this package to purge sys.Aud$ table.
    My question is can i use this same package to purge my ordinary database table
    which is not owned by sys or system but any of DB schema.
    i.e Torrent.tbl_pm_read_torrent.
    .

    I have used this package to purge sys.Aud$ table.
    My question is can i use this same package to purge
    my ordinary database table
    which is not owned by sys or system but any of DB
    schema.
    i.e Torrent.tbl_pm_read_torrent.Your question is unclear!
    dbms_system.ksdwrt allows writing to either a trace file or the alert.log. It doesn't per se have anything to do with purging the audit log. So given that we don't know what you did in the first place offering an answer is going to be difficult.
    for purging in general though, I've found that the designers of the sql languiage considered this use case and gave us a keyword beginning with 'D' that proves handy.
    Niall Litchfield
    http://www.orawin.info/

  • If your database in Full Recovery mode, can you use Bulk Insert Task to load data

    If your database in Full Recovery mode, can you use Bulk Insert Task to load data

    If your database in Full Recovery mode, can you use Bulk Insert Task to load data
    Yes you can ofourse but dont be in idea that logging will be mininal. Loggign will be as per recovery model full. Every thing will be logged. If you are going to use bulk insert task you can consider switching recovery model to Bulk logged but you will not
    have option to do point in time recovery.
    PS: please dont create duplicate threads
    If you read first Note section in below link it clearly states that yes logging will be full and you can use
    http://technet.microsoft.com/en-us/library/ms191244(v=sql.105).aspx
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Can i use OEM in 9i

    Hi,
    I am very new to Oracle.
    I have 9i running in my servers and i DO NOT have 10g. Is it possible to monitor 9i server in 10g OEM?
    Thanks in advance

    In 9i installation (and 10g too, but in db client) you get the Enterprise Manager Java Console which you can run from Windows menu start or entering oemapp in terminal window.
    I'm not completely sure, but I would rather say you can't use the browser console for 9i. 9i database does not have SYSAUX tablespace, so it doesn't have EMbrowser repository.
    You can use the java one, but it's said not working well for db version other than the one it's desidned for.

  • Can we use Grid Infrastructure 11.2 to protect a single instance database?

    Hi all,
    I would like to use Oracle Grid Infrastructure to protect a single-instance database.
    I found these docs:
    http://www.oracle.com/technetwork/products/clusterware/overview/em-db-failover-128585.pdf (for 10.2)
    http://www.oracle.com/technetwork/products/clusterware/overview/si-db-failover-11g-134623.pdf (for 11.1)
    I was unable to find a similar document for GI 11.2 . Do you know if such a document exists?
    At the moment I only know that the GI is free if used for an Oracle Product, but I am not shure whether it can be used to protext external applications or single-instance databases
    Andrea

    Hi,
    while this still works (the scripts for failover you find in the demo folder $GI_HOME7/crs/demo/coldfailover), the document does not exists, since with 11gR2 there is a supported solution called RAC ONE Node, hence rendering the manual setup obsolete.
    For more information see:
    Oracle Clusterware and Application Failover Management (Doc ID 790189.1)
    Regards
    Sebastian

Maybe you are looking for

  • Poor Wireless signal

    I just bought a HP 20-2110d All-in-One Desktop PC. Had so much difficulty setting it up as it had a poor wireless connectivity. Always only showing 2 bars and connectivity cutting off every now and then. Called HP support this morning and they led me

  • Consignment shipment across companies

    I have a plant in Canada that belongs to company code CA01 that will ship product, on consignment, into the US to a customer that belongs to company code US01. The legal agreement is between the US and the customer. However, if this were a traditiona

  • PO rejection work item to buyer

    Hi, How can I make the work item from the rejected go to to the buyers inbox? I have used WS20000075 to create the PO release workflow. I added an activity for PO release rejection, copying it from WS65400030. My problem is that when a PO release is

  • Xml and lsmw

    Hello, i need to upload customer master data from a legacy system that I get in xml format. I am able to transform it via simple transformation in an abap and process, but would rather use lsmw. I would like to know if I can use lsmw with xml input f

  • Open dataset not working in ECC 5.0, returning 8

    Gurus, Open data set is returning 8. The file is there on application server as selected by KD4 function module when I try to do open dataset it retruns 08. REPORT XXX message-id zdolfemsg. Data Declaration data: v_mfile type C,       v_ffile type C.