Regarding  jdbc to idoc scenario ...!!!

Hi Experts ,
Here i am facing a Problem while testing the JDBC to IDOC Screnario . Mine is the Sender System (OracleDatabase) and Receiver System is (SAP ECC) . i am using Sender JDBC Channel to pull and Update the table Records and post them into SAP ECC System using IDOC Receiver Channel ...!!
Now the Problem is when i try to trigger the Message i am not able to see the message in Moni . PI is not able to pick the message itself . i checked the sender channel in RWB its working fine . we are Triggering the Test Data through the RWB->Communication Channel monitoring-> here we Start the Sender JDBC Channel when ever we need to test them and will check in moni to see wheater the message is passed through PI .
Last week it was working fine but today , I am not able to see a single message in Moni ...!
Below is the Update Query which we are using
"UPDATE CFCV_FP_DET SET STATUS_FLAG = 'P', STATUS_FLAG_DESC = 'Processed by PI', DATETIME_PROCESSED = sysdate WHERE  INTERFACE_TRANSACTION_ID IN (SELECT A.INTERFACE_TRANSACTION_ID FROM CFCV_FP_HDR A JOIN CFCV_FP_DET B ON  A.INTERFACE_TRANSACTION_ID = B.INTERFACE_TRANSACTION_ID AND B.STATUS_FLAG = 'M')
Is this any issue with the Update Query as we are trying to run the test data through channel only not From the sender System (Oracle Database System ) in runtime ..!!
Help me with this Problem
Regards,
Aziz khan

Thanks for the reply ,
here is my Select Query
SELECT A.INTERFACE_TRANSACTION_ID, A.DOC_HEADER_TEXT, A.COMPANY_CODE, TO_CHAR(A.DOCUMENT_DATE,'YYYYMMDD') DOCUMENT_DATE, TO_CHAR(A.POSTING_DATE,'YYYYMMDD') POSTING_DATE, A.PERIOD, A.DOCUMENT_TYPE, A.REFERENCE, B.VENDOR_ACCOUNT, B.CF_MATERIAL_TYPE, B.CF_ENTRY_POINT, B.CF_SOURCE, B.PAYMENT_TERMS, TO_CHAR(B.BASELINE_DATE, 'YYYYMMDD') BASELINE_DATE, B.ASSIGNMENT, B.TEXT, B.ORDER_NUMBER, B.QUANTITY, B.UOM, B.GL_ACCOUNT, B.DOC_CURRENCY, B.DOC_AMOUNT, B.CURRENCY, B.AMOUNT, B.USER_STATUS, B.SPECIAL_GL_IND, B.PREV_DOC_NUMBER, TO_CHAR(B.PREV_POSTING_DATE,'YYYYMMDD')  PREV_POSTING_DATE FROM  CFCV_FP_HDR A JOIN CFCV_FP_DET B ON A.INTERFACE_TRANSACTION_ID = B.INTERFACE_TRANSACTION_ID AND B.STATUS_FLAG = 'M'
and where can i find the TOAD to test the Query as u stated .  
Pls Help ..!!!

Similar Messages

  • Error while executing a JDBC to Idoc scenario : No standard agreement found

    Hello SAP PI Gurus, 
    I am having a JDBC to idoc Scenario .And the interface is running at 10 min of duration. 
    <SAP:AdditionalText>No standard agreement found for ,
    BS_EXT_CTBSREPDB, , BS_ERPQAS_QE1_320, http://XYZ.com/FI/FI_FI_01/Charges, FIDCC2</SAP:AdditionalText>.
    While i test the configuration...i get an error in reciever agreement as mentioned above.
    Can you pls help me in resolving this issue.
    Regards,
    Ravi

    Hi,
        I think the problem is with namespace....for IDOC the namespace will be "urn:sap-com:document:sap:idoc:messages"...but in your case it is different.....i.e http:....etc.....please check whether you 've used the same IDOC withe above mentioned namespace in all the configuration objects like interface determination, receiveragreement etc.....
    Thanks
    Priyanka

  • Deleting data from a table(JDBC to IDOC scenario).

    Hi,
    For JDBC to IDOC scenario, the requirement is as explained below:
    1: There are 2 tables-> GDDB and CHANGES
    2: Poll the CHANGES table every 30 mins everyday.
    3: a)Publish the records for which the 'published' flag status is 'N'
       b)Update the status as 'Y' after publishing.
    4: On the first day of every month, delete the records from the CHANGES table if the record is 3 months old and 'published' status is 'Y'
    I would like to know how  update and delete can be done using one JDBC adapter?
    Regards,
    Vishal.P.Kulkarni

    Hi,
    update:
    there is a field in the sender jdbc adapter - SQL statement for update - put it there
    delete - On the first day of every mont
    create a job on the database which will trigger the delete statement
    it does not/ should not have to be done with XI
    Regards,
    Michal Krawczyk

  • Mapping issue in jdbc to idoc scenario

    Hi
    we have a  jdbc to idoc scenario , we need to repeat the segment given below which has only two fields FLDGRP  and FLDVAL,
    both filed_Group and fieldgroup1 is coming simultaneously . when field group =BATCH, batch=FLDVAL and fieldgroup1=CUST cust_code=FLDVAL
    mapping is as follows :
    E1WXX01 (segment name) occurance 0:9999999999                                     
    fieldgroup----
    > FLDGRP
    batch----
    >FLDVAL
    fieldgroup1----
    >FLDGRP(same filed as above )
    cust_code----
    >FLDVAL(same filed as above)
    pl sugggest how to map using graphical mapping
    rgds
    arun

    I see the problem here... hmmm.. It is simple
    You need to just duplicate the E1WXX01 segment by right clicking and pressing Duplicate Subtree.
    Once you do duplication of segment then you will have two segments of E1WXX01.
    In first segment map
    > fieldgroup----
    > FLDGRP
    > batch----
    >FLDVAL
    and in second segment of E1WXX0, map
    > fieldgroup1----
    >FLDGRP
    > cust_code----
    >FLDVAL
    Regards,
    sarvesh

  • For Michal Krawczyk - JDBC to IDoc Scenario

    Hi Michal,
    I am trying to run JDBC to IDoc scenario and somehow my mapping is not getting executed and because of that at receiver side IDoc is not getting LIFNR value which should come from  Database table and as a result i am getting error 51 on posting the IDoc...
    Mr Reddy suggested me to go through your blog i.e
    /people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios
    After going through this blog i figured out that when i am trying to check the mapping as per way mentioned in the blog i am receiving the error "java.lang.NullPointerException"..But i am getting this error even for those scenarios also which are working fine on checking the mapping suggested by you.
    Can you suggest something...
    It would be better for you to understand my scenario if you will go through this thread also :
    https://www.sdn.sap.com/irj/sdn/forums

    hi Santosh,
    1. this is not a private forum - post to <b>everyone</b> so everyone will be have a look -<b> this way you will get more answers</b>
    2. if you want my direct help contact me by e-mail and I will contact you with my team leader and I will repair your XI problem then
    thanks for understanding
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • IDoc to JDBC  and JDBC to IDoc Scenario

    Dear All,
    I am working on IDoc to JDBC and JDBC to IDoc Scenario.
    I have to send Idoc from SAP to Non SAP system(.NET application) i almost configured in XI but still i don't know when my INTEGRATION will INVOKE how my data will proceed from IDOC to Oracle database(Through JDBC) and in case of revese how and when Data flow will start.
    Does anyone have completed STEP by STEP scenario document for this?
    How my Idoc will sent to XI?
    How XI will pick up data from IDoc?
    How XI will Convert data to JDBC and UPDATE in Oracle Database?
    And i reverse case(JDBC to IDoc) when my INTEGRATION will INVOKE?
    Where and When i can watch my process and data?
    How can i test the whole integration?
    I AM GETTING ERROR WHILE TESTING CONFIGURATION IN Integration Directory "Error while refreshing the XI runtime cache" and when i check this in SXI_CACHE  it gives me error
    "Unable to refresh cache "NO_BUSINESS_SYSTEM"
    "Error during last refresh to cache"LCR_GET_OWN_BUSINESS_SYSTEM - NO_BUSINESS_SYSTEM"
    Please solve all the above problems i will reward u points
    thanks,
    RP

    Hi,
    While we working on IDOC to JDBC interface..
    We have to deploy JDBC Drivers?
    Go through this links,
    /people/varadharajan.krishnasamy/blog/2007/02/27/configuring-jdbc-connector-service-to-perform-database-lookups
    http://searchsap.techtarget.com/tip/0,289483,sid21_gci1246926,00.html
    To install JDBC driver follow the how to guide.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-how-to-guides/how%20to%20install%20and%20configure%20external%20drivers%20for%20jdbc%20and%20jms%20adapters.pdf
    Configuration of JDBC Adapter for SQL Server
    JDBC Driver = com.microsoft.jdbc.sqlserver.SQLServerDriver
    Connection = jdbc:microsoft:sqlserver://hostname:<port>;DatabaseName=<DBName>
    UserID and Password.
    If the connection is not working find the correct port number.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40b92770-db81-2a10-8e91-f747188d8033
    JDBC- X I -  R/3 Scenario
    /people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30
    Please check the driver path as mentioned below.
    JDBC Driver : sun.jdbc.odbc.JdbcOdbcDriver
    Connection:jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=//location of DB table.mdb;
    No JDBC driver required.
    Receiver JDBC scenario MS access - /people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn
    follow this thread
    Re: Problem when connecting to MS Access through JDBC Adapter.
    SAP Note 850116 has details
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change
    Configuring the Sender JDBC Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/1d/756b3c0d592c7fe10000000a11405a/content.htm
    Configuring the Receiver JDBC Adapter
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b0/676b3c255b1475e10000000a114084/content.htm
    Idoc Reveiver adapter..
    http://help.sap.com/saphelp_erp2004/helpdata/en/b9/c5b13bbeb0cb37e10000000a11402f/content.htm
    Thanks,
    Satya Kumar
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change
    Edited by: SATYA KUMAR AKKARABOYANA on May 8, 2008 5:51 PM

  • JDBC to IDOC Scenario

    Hi Experts,
              I have tried JDBC to IDOC Scenario but it is giving No Segments Found Exception. I don't know where I am doing the mistake.
           can any body please send me a pdf document for JDBC TO IDOC Scenario with step by step procedure from scratch (including creation of LS,LI etc)
    Thanks in Advance,
    Murthy

    Hi Murthy
    The steps are pretty much the same as any other scenario with some exceptions
    1: You import the IDOC structure from the R/3 System. This acts as the DT, MT and MI.
    You also need to do some configurations on the ABAP Stacks of sender and XI system.
    Sender:
    WE20 Partner Profiles
    SM59 RFC Destination
    XI:
    SM59 RFC Destination
    IDX1 Ports
    IDX2 This is the metadata repository so you wont necessarily need this.
    Also because you IDOCs can be sent directly to the ABAP stack/Integration Server you do not need a sender comm channel or sender agreement.
    The rest is pretty much as any other scenario.
    Please see the below links
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    IDOc testing - /people/suraj.sr/blog/2005/12/29/generate-test-case-for-an-idoc-scenario
    idoc settings /people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi
    idoc mapping - /people/james.guanzon/blog/2006/03/23/how-to-support-industry-standards-in-xi-part-ii-of-iii--mapping
    Cheers..
    Vasu
    <u>** Reward Points if found useful **</u>

  • JDBC to Idoc scenario - change of logical system name

    Hi,
    I have a JDBC to idoc scenario that worked. Now i had to change the logical system name from my sender system from ABC_123 into ABC123 in the SLD (Business System - Integration - Logical System name). I did so and also refreshed my Cache.
    Afterwards I started the process, but it failed in the Receiver system. The idoc is correct expect of the partner name. My receiver system expect ABC123 - as I changed in the SLD - but PI send ABC_123.
    If io look in SXI_CACHE - Services my Business System still got the "old" name (ABC_123).
    Did i miss something resp. how can i load the current configuration from SLD?
    Thanks in advance
    Michael

    Hi Michael,
    Again Import the changed logical system in the Integration directory of you PI system.
    And check the scenario (Sender Agreement, Receiver agreement ) what system they are reflecting.
    If they are showing old system then you have to replace the business system in all the scenario.
    Edited by: Rajhans Abhay on Jan 7, 2010 3:14 PM

  • JDBC to IDOC Scenario - select data in jdbc based on multiple conditions

    Hello
         I have a JDBC to IDOC Scenario. I have to select the records in JDBC based on different conditions each time. For example I have to select based on company code '1000' and Employee claasification 'E1' and date range. After I post these records in SAP again I want to select other records for some other company code '2000' and different business area and different dates. Basically I want to extract data multiple times based on different conditions.
    Hiow do I achieve this?
    Another question is in the JDBC to IDOC scenario since the sender adapter is JDBC and the sender adapter polls depending on the duration of time ( say 60 secs ) in the adapter once after I extract the data based on a condition how do I control in such a way that the same data is not extracted again.
    Thanks
    Naga

    Hi Naga,
    I have to select the records in JDBC based on different conditions each time. For example I have to select based on company code '1000' and Employee claasification 'E1' and date range. After I post these records in SAP again I want to select other records for some other company code '2000' and different business area and different dates. Basically I want to extract data multiple times based on different conditions.
    -->
    Such requirements cant be handle through select query of the sender...but you can handle this in the message mapping area.....you can fire a select query in the database to pick up records in a batch of 10K (do not keep any condition on this except for sorting). After the records come into PI you can send the message to your target based on the unique combination of "Company code+ Employee clasification + date range" handling this in the message mapping.
    Another question is in the JDBC to IDOC scenario since the sender adapter is JDBC and the sender adapter polls depending on the duration of time ( say 60 secs ) in the adapter once after I extract the data based on a condition how do I control in such a way that the same data is not extracted again.
    You can use the N--> C logic
    The data records that you pick have a corresponding control table i assume. There should be a field STATUS where the initial status of record should be N.
    After you pick the records this status should be made C so that only those records present in the database with status = N are picked up.
    Mention the condition Status = N in the select query.
    Thanks
    Dhwani

  • Regarding Moni issue -Jdbc to Idoc Scenario

    Hi  Experts ,
    I am working on one of the interface where my sender System is Database System (Oracle) and Receiver System is SAP ECC
    we are using  JDBC as Sender Channel to send Data to PI and Idoc as Receiver Channel which will Post the Idoc to ECC System (JDBC>PI>IDOC) .
    Both IR and ID part is Configured and  everything is working fine .
    Now the Problem i am facing is in sxmb_moni . once the Test Data is triggred from the Sender System  the Test Data is Passing through the Pipeline steps and i got the Success chequred Flag .
    But when i check the Payload (RequestMessageMapping Level in Pipeline)  i can see the payload in the below format as given below . even after mapping all the segments and nodes in Message mapping
    <ACC_DOCUMENT02>
    - <IDOC BEGIN="">
      <E1BPACHE09 SEGMENT="" />
      <E1BPACEXTC SEGMENT="" />
      </IDOC>
      </ACC_DOCUMENT02
    Where as the actual Output should  Come in the below format 
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ACC_DOCUMENT02>
    - <IDOC BEGIN="">
    - <E1BPACHE09 SEGMENT="">
      <HEADER_TXT>3030/0533/000000/533</HEADER_TXT>
      <COMP_CODE>1610</COMP_CODE>
      <DOC_DATE>20110704</DOC_DATE>
      <PSTNG_DATE>20110615</PSTNG_DATE>
      <DOC_TYPE>ZD</DOC_TYPE>
      <REF_DOC_NO>45834-A1</REF_DOC_NO>
      </E1BPACHE09>
    - <E1BPACAP09 SEGMENT="">
      <ITEMNO_ACC>01</ITEMNO_ACC>
      <VENDOR_NO>600040</VENDOR_NO>
      <ALLOC_NMBR>3030/0533/000</ALLOC_NMBR>
      <ITEM_TEXT>USD</ITEM_TEXT>
      <SP_GL_IND>0</SP_GL_IND>
      </E1BPACAP09>
    - <E1BPACCR09 SEGMENT="">
      <ITEMNO_ACC>01</ITEMNO_ACC>
      <CURRENCY>USD</CURRENCY>
      <AMT_DOCCUR>1545351.73</AMT_DOCCUR>
      </E1BPACCR09>
    - <E1BPACCR09 SEGMENT="">
      <ITEMNO_ACC>01</ITEMNO_ACC>
      <CURRENCY>USD</CURRENCY>
      <AMT_DOCCUR>1545351.73</AMT_DOCCUR>
      </E1BPACCR09>
    - <E1BPACEXTC SEGMENT="">
      <FIELD3 />
      <FIELD4 />
      </E1BPACEXTC>
      </IDOC>
      </ACC_DOCUMENT02>
    Kindly Let me know if any one has gone through such problem and have any inputs to solve the above issue .
    Help needed ..!!!
    Regards,
    Aziz khan

    I might want you to check first at JDBC sender level. GIving empty resultset or records will also show success status in jdbc side.  Do the following
    1) See your select statement  and check whether your sql is right... Paste the select sql command in toad or some database tool and see what do you get?  if you get empty records there is a possibility to have this kind of output.
    2) Check your mapping fields and make sure you mapped as per requiremetn and activate it again.
    3) Finally copy the output from sxmb_moni  and test in the mapping tool.

  • JDBC - XI - IDOC scenario, SM58 error

    I am trying to set up a scenario with JDBC -> XI-> IDOC.  I seem to get the data, but when I look at it in SXMB_MONI, I get the checkered flag, for the overall status, but a red flag for the outbound status.  This led me to SM58 where I see this error "No authorization to send IDocs with message type Z...".  It shows the caller ID as being XIAFUSER (which is different from the ID I have created on the receiving SAP system) and is in function module IDOC_INBOUND_ASYNCHRONOUS.   On XI, I have the RFC (SM59) and Port (IDX1) setup for the receiving SAP system.  The receiving system has an ID setup (used in the RFC on XI), has a partner profile, port, logical system, and a RFC to XI setup.
    Any ideas on where to track this down?  I tried giving XIAFUSER sap_all, and it still fails and this ID does not exist on the receiving system.

    HI,
    Just to inform you that, if any SM58 error, mainly because of IDX1 entry and RFC destination .
    So that;s the reason , i just suggested to check this SAP note.
    Now you have given SAP_ALL access to test right ? Even you can check with this SAP note-837595
    Also check that SM59 (RFC destination) in XI system uses any User ID ? DO not select CURRENT USER option here.. and check it
    Regards,
    Moorthy

  • JDBC-XI-IDoc scenario -- Urgent

    Hi All,
    I am doing a scenario JDBC-XI-IDoc.
    Now the Oracle table in the source system, has a control table as well.
    This control table has 2 fields MSGID and MSGTSTAMP. These 2 fields has to be updated for each record.
    Now please tell me, how this can be handled?
    The MSGID and MSGTSTAMP r created in XI, so we need to send it back to source system, but how?
    Its urgent, early reply will b appreciated.
    Thanks in advance.
    Neetesh

    Hi Neetesh,
    Yes , you can do it using BPM.
    <i>So, it should be something like- XI triggers IDoc to R/3 and almost at the same time, sends back the MSGID and MSGTSTAMP to JDBC.</i>
    >>> Then I think you can do without Synch communication.
    -Receive the Message in BPM(after mapping)
    -Fork step to send both messages at same time
    -Send to Idoc 
    -Send to JDBC
    But you need to have 2 receivers.
    1) BPM->Idoc
    2) BPM->JDBC
    It will do.
    SO u can do without Synch communication also.
    Pls acknowledge
    Regards,
    Moorthy

  • JDBC 2 IDOC SCENARIO

    HI ALL,
      we have one requirement that is I DOC to JDBC....and JDBC to I DOC
      we done The i doc to jdbc succesfuly.... again that data have to store in   ECC side.
      again we done jdbc to i doc scenario.
      Appart that we done all IR and ID part. we striked in mapping pat in JDBC to IDOC....
      There are sending like this
    Rec 1     101
    Rec 2     101
    Rec 3     101
    Rec 4     102
    Rec 5     102
    First record set have to map with header and item number( 1 to 3 )
    second thing is have to mapwith header and item number...
    Thanks and regards,
    kesava.

    Sender_Header-removecontext--splitbyvalue(value change)----collpase context---Target_header
    SenderItem----removecontext----
       -------------------------------------FormatByexample----TragetItem
    Sender_Header-removecontext--splitbyvalue(value change)-----

  • Regarding File to Idoc Scenario

    Dear Friends,
            I am performing File to Idoc Scenario in XI 3.0. Here I got struck, I am not able to see my sender file in SXMB_IFR. It is saying that no messages availabe for selection. The file was picked up successfully from the souce. Please help me.
    Thanks in advance.

    check the error/ warning message that would be available at the end of the page (in RWB....where you see th yellow triangle)......even my IE is showing a yellow triangle but none of my interfaces are facing a problem.....just check for the status of the Communication channel in AE.....since your message is not transferred to SXMB_MONI confirm that the channel log is showing successful.....also can you tell what is teh status of other interfaces?.....are they running fine?...if yes then there seems to be problem with the sender channel......are you using any FCC?
    One such situation where IE is showing yellow status is mentioned here: RWB Integration Engine status yellow
    Just one doubt to ask...are you using the required Sender channel in the Sender Agreement?...hope there is no mismatch here....
    Regards,
    Abhishek.
    Edited by: abhishek salvi on Jul 14, 2009 11:38 AM

  • Reg: JDBC to IDOC Scenario Message Mapping

    hi Friends
    i am designing a Scenario JDBC - IDOC for accounting document interface using ACC_DOCUMENT03 idoc.
    i need the mapping program for that to map the JDBC fields with the IDOC fields, so can anyone help me the mandatory fields and the constant values for the IDOC which has to be mapped.Along with this can i know why the constants will be assigned to the fields like Begin =1 , MSGFN = 009 etc how these constants are defined.
    Thanks&Regards
    suman.

    Hi,
    for mapping constants in graphical msg mapping, select your target IDOC field..........then you have a constant in the below screen.........click it and then double-click on constant to change the value of the constant field.........then map this constant to your target IDOC field.
    for knowing which are the mandatory fields, ask your functional guys to tell you the mandatory fields in data segment of your IDOC and regarding Control segment EDIDC, you have to map fields which have sender and reciever system details.
    Regards,
    Rajeev Gupta
    Edited by: RAJEEV GUPTA on Feb 2, 2009 7:55 AM

Maybe you are looking for

  • Issue in changing the Mountain logo in CRM WEB UI

    Hi Everyone, My requiremnet is to change the mountain logo in the web ui logon screen. I have done all the configurations as per the link given below: New Skin Management Part 3 - Example about how to change the image above WorkCentre from CRM7.0 Ehp

  • How to get field description for custom field just like orgeh in SQ01 Repor

    Good Day Friends, I want to share one of my issue with you.Hope you will resolve it easily . I have enhaced standard infotype 0001 to maintain JOB CODE field, i also have maintained the JOB CODE, JOB CODE DESCRIPTION in one custom table  ( ZHR_JOBDIS

  • Language other than bash for calling external programs

    Hi, sorry for the unspecific title, I couldn't think of a better summary. The problem is this: I have written a script to encode a DVD to H264 and Vorbis. Since it basically just performs some (OK, by now: A lot of.) management and then calls a exter

  • Differences between ALUI and Weblogic Portal 10

    if anyone has some useful information / experience on the differences between these products - for example why you might choose one over the other...thanks.

  • Backup archivelog-limit

    Is there any way to limit the archive log file back up, I don't want to take all the archive logs generated since it reaches 80 to 90 GB and more than 100 files. Backup time takes more than hour to complete and also it affects the performance of othe