Use State Management for Savepoints

Hello
i read a topic in the oracle adf 11.1.2 developer guid about Use State Management for Savepoints the Topic index is 43.9.1 How to Use State Management for Savepoints
have any one try a sample based on it plz
regads mohammad j.b.yaseen

Hi,
have a look at page 6 of http://www.oracle.com/technetwork/developer-tools/adf/learnmore/007-cancelform-savepoint-169126.pdf
"Explicit ADFm Savepoints in ADF Task Flow"
Frank

Similar Messages

  • State Management for SubTabs

    Hi,
    I need to enable state management for the tabbed regions. I need to limit the scope of the VO till the user is navigating in that sub tab. If an event is raised outside this tab with any pending changes in the selected tab, i need to raise a warning. I went through the dev guide and it seems i can handle this at page level. Any pointers how i can do the same setup at aub tab level.
    Also,
    when i navigate between the tabs, the changes which i do not commit are retained. Can you please guide me if there is a way to override this default functionality.
    Thanks,
    Ankit

    Ankit,
    Thanks for the input. Actually i had the same understanding on the subject after reading the text on the save data changes in the dev guide. I did try setting the "Warn about Changes" option = True at page level. In fact i set this option =True where ever i could find :). But when i leave the tab and go to the next tab it still doesn't display any warning.
    I assume this to be true :)Just to mention that i have one AM and one CO for the entire page. So i guess the warning is not displayed as i remain in the same page and navigate in the sub components of the page only. Is there any easy way of enabling this . My code however is giving the required functionality. But you are right to say that if framework offers the same feature we should definitely use that instead of coding.
    Take an example... if you redirect to same page retaining the AM, the save data change property logic would work, so even in subtablayout, when u click another region... what happens, process request is called again, so this logic should work.If it doesn't then could be a possible bug in framework. In what mode r u running subtablayout tabs?--Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Using dependency manager for forms captured in designer.

    I am trying to use dependency manager for a form (already captured in designer) and I am getting the following error:
    Any help will be appreciated.
    Message
    CDR-06011: Internal error.
    Cause
    An unexpected internal error has occurred.
    Action
    Switch on diagnostics, and repeat the steps that caused the error.
    Message
    BME-99008: The Java runtime cannot dynamically link a class.
    Cause
    A class has been loaded that has changed in some way or has become out of step with some library class. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
    java.lang.NoClassDefFoundError: oracle/forms/jdapi/Jdapi
         at oracle.des.ia.parser.structured.GeneralModule.getFormsBuiltIns(GeneralModule.java:182)
         at oracle.des.ia.parser.structured.GeneralModule.setupSqlParserParameter(GeneralModule.java:226)
         at oracle.des.ia.parser.structured.GeneralModule.analyze(GeneralModule.java:145)
         at oracle.des.ia.parser.structured.Structured.parse(Structured.java:126)
         at oracle.des.ia.AnalysisTool.executeParser(AnalysisTool.java:1810)
         at oracle.des.ia.AnalysisTool.process(AnalysisTool.java:1290)
         at oracle.des.ia.AnalysisTool.process(AnalysisTool.java:1010)
         at oracle.repos.tools.dependency.manager.framework.DependencyAnalyzer.parseObject(DependencyAnalyzer.java:558)
         at oracle.repos.tools.dependency.manager.framework.DependencyAnalyzer.analyzeUsing(DependencyAnalyzer.java:383)
         at oracle.repos.tools.dependency.manager.framework.DependencyAnalyzer.analyzeUsing(DependencyAnalyzer.java:306)
         at oracle.repos.tools.dependency.manager.framework.DependencyAnalyzer.analyze(DependencyAnalyzer.java:278)
         at oracle.repos.tools.dependency.manager.dialog.AnalyzeDialog$4.runImpl(AnalyzeDialog.java:650)
         at oracle.repos.tools.dependency.manager.adapter.RunnableErrAdapter.run(RunnableErrAdapter.java:17)
         at java.lang.Thread.run(Unknown Source)
    Action
    If further errors occur, you should restart the application.
    Also, contact Oracle support, giving the information in this message.
    It might be possible to upgrade the internal virtual machine.

    Hi Avinash:
    There is a note on Metalink about your problem. You miss a "f60jpapi.jar"
    in %ORACLE_HOME$/forms60/java. Check Metalink for "BME-99008".
    My problem is close to yours. I am getting BME-99007, which means
    that I am missing some java class for the forms parser.
    Any idea, did you ever had a problem like this.
    By the way did you succeed to create forms and reports "dependencies".
    Thank you
    Michael

  • Using Identity Management for Securing Web Services

    My goal is to associate my services with an Oracle Internet Directory. I made some attempts to set up SAML authentication for the web services, but it didn't have the right outcome.
    (My identity management server and OID is up and running and I have successfully made authentication modules for other web applications)
    Here is what I did:
    1. I wrote a simple java file, used jdeveloper tools to create and deploy it as a web service to OC4J. I associated an identity management server with this service through OC4J web tools as security provider.
    2. I made a data control for the web service and put it in an ADF application . (client)
    3. I deployed the client project(2) to OC4J.
    I could use the web service through the page.
    Then
    I secured the webservice to expect SAML for authentication.
    Surprisingly, the client could still communicate with the webservice, Why? Shouldn't it have rejected the request because of the problem in SAML token? (The proxy and the data control were not secured, and didn't provide any SAML tokens)
    4.
    I added login page to my client project (through ADF security wizard). It used idenity management for authentication successfully. login process completes and web service data control is displayed.
    5. I want the authentication information to be propagated through the page so that the web service receives the data and uses Identity Management.
    I know I should add <property name="oracle.security.wss.propagate.identity" value ="true"/>
    to one of the configuration files, but don't know where exactly.
    Best Regards,
    Farbod

    It doesnt matter whether the service is invoked as part of your larger process or not, if it is performing any business critical operation then it should be secured.
    The idea of SOA / designing services is to have the services available so that it can be orchestrated as part of any other business process.
    Today you may have secured your parent services and tomorrow you could come up with a new service which may use one of the existing lower level services.
    If all the services are in one Application server you can make the configuration/development environment lot easier by securing them using the Gateway.
    Typical probelm with any gateway architecture is that the service is available without any security enforcement when accessed directly.
    You can enforce rules at your network layer to allow access to the App server only from Gateway.
    When you have the liberty to use OWSM or any other WS-Security products, i would stay away from any extensions. Two things to consider
    The next BPEL developer in your project may not be aware of Security extensions
    Centralizing Security enforcement will make your development and security operations as loosely coupled and addresses scalability.
    Thanks
    Ram

  • Is it a must to use Solution manager for ECC 6.0 upgrade

    Is it a must to use Solution Manager for ECC 6.0 (FICO & HR) upgrade? I am told Solution Manager is required only if it has ABAP and JAVA stacks, or involves Enhancement Packages; and could be optional if it is only ECC 6.0 with ABAP stacks.

    Hi,
    I'm having a difficult time finding some guidance for setting up our R/3 Enterprise system in solman properly, so that I can create the upgrade XML file required to go directly to ERP 6.0 EHP4. 
    I've set up the R/3 system fine, but when i create a maintenance transaction i cannot for the life of me figure out how to tell it I want to go from r/3 to ERP6 ehp4.
    Any docs out there for this?
    Thanks!
    I figured it out... i had to add the R/3 Enterprise logical components to my system landscape.  After that I was able to select R/3 as the initial data in the maintenance transaction and then the system i wanted to upgrade, and then the option to upgrade.
    Never mind!
    Edited by: Tom Janes on Sep 9, 2009 12:52 AM

  • Using Desktop Manager for managing Evolution Mail-Accounts

    hi there,
    where can i find a documentation that describes how i can manage
    evolution acocunts within Desktop Manager. I just can add an account name
    but i can not define the account specific configuration data such as the
    type of email server (in our case: M$ Exchange and SUN JES Server)
    and based on the type of email server i must add some more or less configuration
    information.
    second question : can i use some variables for those configuration data such as
    $USERNAME to configure the evolution email account using the correct username ?
    the password has to be entered by the user if he/she runs evolution for the first time.
    thanks in advance
    cheers
    joerg

    Hi Joerg,
    The documentation for the Desktop Manager focuses on the common parts of the operation of the product, the details of the meaning of each setting are more related to the application to which they belong, which is why they don't feature in the general administration manual. You can, however, find more contextual information about the various pages of the Desktop Manager by clicking on the "More" button present on each of these pages, for instance in the case of the Evolution accounts, this would have told you about the fact that the Accounts field is a list of strings containing the XML account description (though I'll grant you that in this particular case, it's a bit on the terse side).
    As for the placeholders, you need to update your Sun Ray server with patch 120454 (120455 depending on your platform) revision 02, so that the GConf adapter which integrates Desktop Manager data into the Gnome configuration handles the placeholder properly. Then you have the possibility of using the special strings "[apoc.<attribute>]" in the configuration settings, which will be replaced when evaluated with the value of <attribute> in the LDAP user entry.
    As an example (which you should adapt to the contents of your LDAP server and the actual definition you want to use for your Evolution accounts), you could for instance use the following XML blob for an Evolution account (I've formated it nicely for display purposes, you will want to paste as a single line into that Accounts list):
    <?xml version="1.0"?>
    <account name="[apoc.mail]" uid="[apoc.uid]" enabled="true">
         <identity>
             <name>[apoc.cn]</name>
             <addr-spec>[apoc.mail]</addr-spec>
             <reply-to></reply-to>
             <organization></organization>
             <signature auto="false" default="-1"/>
             </identity>
         <source save-passwd="false" keep-on-server="false" auto-check="true" auto-check-timeout="10"/>
         <transport save-passwd="false">
             <url>smtp://[apoc.givenname].[apoc.sn]@[apoc.mailhost]</url>
         </transport>
         <drafts-folder>file:///home/[apoc.uid]/evolution/local/Drafts</drafts-folder>
         <sent-folder>file:///home/[apoc.uid]/evolution/local/Sent</sent-folder>
         <auto-cc always="false">
             <recipients></recipients>
         </auto-cc>
         <auto-bcc always="false">
             <recipients></recipients>
         </auto-bcc>
         <pgp encrypt-to-self="false" always-trust="false" always-sign="false" no-imip-sign="false">
             <key-id></key-id>
         </pgp>
        <smime encrypt-to-self="false" always-sign="false"/>
    </account>Now to go back to your problem with getting the profiles you've assigned with the Desktop Manager visible on the user's desktop, I can first offer a few remarks on your configuration:
    - you've specified a DN and password for authentication to your LDAP server, I would like to point out that the agent (as opposed to the Desktop Manager itself) will only ever perform read accesses to your LDAP server (to find the user entry, figure out its position in the hierarchy and retrieve the applicable profiles), so you don't need to provide a user with write access, let alone administrative priviledges, as you seem to have done. If your LDAP server setup supports anonymous read access, I would advise you to leave these fields blank in the agent configuration;
    - you've set the ChangeDetectInterval, DaemonChangeDetectInterval, TimeToLive and GarbageCollectionInterval to 1 (minute), which is unnecessary and for some of them probably detrimental to the performance of the agent operation. I can expand if you wish on the meaning of each of these (though I think that's described in the manuals), but I would advise you put back the default values for all of these settings, except maybe the ChangeDetectInterval while you're testing the product (this is the setting used to determine how often the user data is refreshed, i.e how often the changes from the Desktop Manager are propagated to the desktop applications, one minute is fine for testing purposes but you should put it back to its sixty minutes default once the profiles are fairly stable in order to minimise the activity of the agent).
    Please first try and make the above changes to the agent configuration, and check whether the problem you're having is still present. If so, we can look into other potential causes for the problem.
    Regards,
    Cyrille

  • Using Sync Manager for LabVIEW OI exe & TestStand

    We would like to have our LabVIEW Operator Interface executable send data via a TestStand queue to a logging sequence.  The SyncManager API sounds like a slick way to do this because it provides access to TS syncronization objects from other processes outside of TestStand.  I created an experimental sequence to try out the concept.  The sequence creates a queue with a TestStand Queue step, enqueues an item with another TS queue step, then uses ActiveX calls into the SyncManager API to add another item to the queue.  That all works.  
    When I added a LabVIEW VI to enqueue another item via similar ActiveX calls into the SyncManager API, the VI does not get a valid reference to the queue and so it can't enqueue the item.  
    I read on the forum that the TS queue name needs to start with * in order to be accessed by separate processes on the same machine.  When I prepend a * on my queue name, the TS queue steps continue to work, but the step that uses an ActiveX call into the SyncManager API to get a reference to the queue returns a null ref so the following ActiveX enqueue step returns an error.  Plus the LabVIEW VI still doesn't get a valid reference to the queue either.
    Ideas and suggestions welcome!  The sequence and LabVIEW VI are attached. Using LV and TS 2012, got similar results in 2013SP1 .
    Thanks!
    Hans
    Solved!
    Go to Solution.
    Attachments:
    Sync Manager Experiment.zip ‏193 KB

    Thank you very much dug9000.  I unchecked the Create Object box in the sequence step adapter settings and disabled the Automation Open node in the VI.  Now the sequence ActiveX steps can get a valid queue ref for a queue named "*TestQueue" and can enqueue an item.  Yay!  The VI gets now gets a valid reference to the queue and can get the numbers of items on the queue.  Yay!  But, I have not been able to get the VI to successfully enqueue an item.  I tried both passing the sequence context and a null sequence context to the IQueue Enqueue method, but no luck either way.  The updated zip file is attached.  More help would be greatly appreciated!
    Hans
    Attachments:
    Sync Manager Experiment II.zip ‏49 KB

  • Using work manager for third party connections

    Folks we are trying implement work manager to
    Allthough WL is self tuning, and you could "increase the internal socket pool", you have to fully understand the implications of this.
    -It increases the # of threads, which ultimately degrades performance, due to the amount of context switching which would have to occur (this is at the application layer)... in general
    -It will require additional memory, of which, we'd need to account for this, otherwise, it can run the WL instance out of memory, if we're in a fault condition
    Let me explain this "fault" condition a little further...
    There's a BIG difference between a 3rd party being down, and a 3rd party being able to respond to our request, but unable to process it in a timely fashion (i.e. they're overloaded, or the tcp connection is happening properly, but the application response from the 3rd party isn't properly responding/working in a timely fashion). We've seen this condition on a # of occasions and need to be able to have a max limit or governor on each 3rd party... of which, my understanding of WL work managers allows for this (I do have to note, I am not experienced with these, and my knowledge is only with what I've had time to read on). Ultimately, I'm trying to prevent the condition I've seen in a # of serious "slow downs" or hang-ups within the application... we should NOT be able to have 3rd party calls hamper the performance or availability of our application

    Note that you can reduce the context switching by 'pinning' certain CPUs to handle, for example, the network interrupts.
    You can use (on Linux): cat /proc/interrupts (shows information related to hard interrupts).
    From http://middlewaremagic.com/weblogic/?p=8133
    "In a multi-processor environment, interrupts are handled by each processor. Two principles have proven to be most efficient when it comes to interrupt handling:
    Bind processes that cause a significant amount of interrupts to a CPU. CPU affinity enables the system administrator to bind interrupts to a group or a single physical processor (of course, this does not apply on a single CPU system). To change the affinity of any given IRQ, go into /proc/irq/<number of respective irq>/ and change the CPU mask stored in the file smp_affinity. To set the affinity of IRQ 19 (which in the above example is the network interface card) to the first CPU, we can use echo 2 > /proc/irq/19/smp_affinity."
    To configure a work manager properly, you have to throttle the maximum threads and the capacity. The maximum number of threads are the number of threads
    that are allowed to run simultaneously. Usually, you set this equal to some resource (such as the number of connections in a data source). This to prevent
    contention for that resource (otherwise the thread would be waiting for the resource and thus consuming CPU cycles by polling if can go or not). When the maximum
    is reached no other threads are spawned to run. The request that comes in is put into a piece of work and stays that way until an execute thread comes available
    to process that work. The number of work instances you allow in your heap can be set by the capacity constraint (which thus throttles the memory consumption).
    When the capacity is reached, new requests are rejected.

  • Use configuration management for multi site application

    Hi,
    My client develop an application multi site with designer 6i. We want to use the configuration management .
    The application will be deploy in 10 sites, but not necessary with the same version of the application.
    You want to control that with the configuration management of designer 6i.
    Someone has some experience with that ??
    Can i have some reference or detail experience ??
    Thanks a lot
    chris

    I asked this sort of question for creating a live and a test release of an application. The answer I got was to create a configuration of based on my application and then to create an applications based on the the versions of the configuration.
    Then, I could check the configuration against the main workarea to tell me what was out of date.
    I could also use the configuration wizard to create a new version (of the configuration) selecting the versions of the modules I wanted (ie: newer ones). Then I created a new version of the release application using the new configuration.
    Finally, in the command tool I can select the release work area which will extract correct module versions (I have the .fmbs) and I can compile a release.
    I guess your solution here is to have a main workarea with all the source, then a configuration of that and then one release application for every site. Each release application could use a different version of the configuration - depending on how up to date they are.
    HTH
    Steve

  • Create key mapping using import manager for lookup table FROM EXCEL file

    hello,
    i would like create key mapping while importing the values via excel file.
    the source file containing the key, but how do i map it to the lookup table?
    the properties of the table has enable the creation of mapping key. but during the mapping in import manager, i cant find any way to map the key mapping..
    eg
    lookup table contains:
    Material Group
    Code
    excel file contain
    MatGroup1  Code   System
    Thanks!
    Shanti

    Hi Shanti,
    Assuming you have already defined below listed points
    1)  Key Mapping "Yes" to your lookup table in MDM Console
    2) Created a New Remote System in MDM console
    3) proper rights for your account for updating the remote key values in to data manager through import manager.
    Your sample file can have Material Group and Code alone which can be exported from Data Manager by File-> Export To -> Excel, if you have  data already in Data Manager.
    Open your sample file through Import Manager by selecting  the remote system for which you want to import the Key mapping.
    (Do Not select MDM as Remote System, which do not allows you to maintain key mapping values) and also the file type as Excel
    Now select your Soruce and Destination tables, under the destination fields you will be seeing a new field called [Remote Key]
    Map you source and destination fields correspondingly and Clone your source field code by right clicking on code in the source hierarchy and map it to Remote Key if you want the code to be in the remote key values.
    And in the matching criteria select destination field code as a Matching field and change the default import action to Update NULL fields or UPDATED MAPPED FIELDS as required,
    After sucessfull import you can check the Remote Key values in Data Manager.
    Hope this helps
    Thanks
    Sowseel

  • Using Task Manager for custom approvals

    If some one knows a better way to do customer approvals using a web service please let me know.
    Issue: I am trying to use the Task Manager provided in the BPEL Control. I am trying to invoke the web service and I am getting the error. I am not sure if I am using it right or what might be happening. Please let me know how I should be using this service or if there is an easier way.
    Cheers Mike.
    <remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: set.by.caller: set.by.caller</summary>
    </part></remoteFault>

    It looks like to me that in your invoke activity instead of invoking "initiate" operation you are trying to invoke "onResult" operation. Go to you partner link and check what did you set as partner role in "Partner role" drop down list. Partner role should be set as provider and not as requester.
    Cheers!
    Zoran

  • Unable to create new query using query manager

    Hi friends,
    I have been trying to create a query using query manager for couple of hours but still not able to.I am following the instructions given in oracle Peopletools 8.52 : Peoplesoft query
    Chapter - creating new queries.
    Below are the steps I am going through to create new query:
    Step - I open the component Reporting Tools-> Query->Query Manager , I don't get the tabbed pages one for search an existing query and another for create new query.
    Please follow this link to see how the page is displayed in first step:
    http://uploadpic.org/v.php?img=EvMvVAXX1E
    Step 2 - When I click on create new query link, I am redirected to a page where it asks for record name to add in the query. But, even this page is not displayed as how it supposed to be
    http://uploadpic.org/v.php?img=GzHh3f6krU
    Step 3 - Following the above step, when I click on Person record to add into my query I am asked to select the fields that I want to display in the output.
    But I somehow do not get the proper tabbed pages where individual pages are there to add the attributes to complete the query like adding multiple records, fields, query, expressions, prompt...etc
    http://uploadpic.org/v.php?img=Wbbla3Q3jE
    I am neither able to select multiple records in my query nor able to customize my query to get the desired results.
    Below is the query that I want to create using query manager:
    SELECT P.EMPLID,P.BIRTHDATE, N.NAME, A.ADDRESS1, A.ADDRESS2, A.CITY
    FROM PS_PERSON P, PS_NAMES N, PS_ADDRESSES A
    WHERE P.EMPLID = N.EMPLID AND
    N.EMPLID = A.EMPLID AND
    P.BIRTHDATE BETWEEN to_date('1990/1/1','yyyy/mm/dd') and to_date('1991/1/1','yyyy/mm/dd');

    Hi,
    As I cannot access your screenshot by the blocking of company firewall rules.
    I'm guessing currently you are using PT 8.52.00 version, correct?
    This should be a bug, that you need to apply the 8.52.0X patch, not sure which patch fix this, you can apply the latest one to solve this issue for no tab page of query manager. (PT 8.52.06)
    Hope this helps.
    Thanks,
    Saxon SI

  • Desktop manager for OS10

    How do i use desktop manager for my OS 10 phone?

    You will need the BlackBerry Link software.
    http://us.blackberry.com/software/desktop/blackberry-link.html
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Project Management using Solution Manager

    Hi,
    We are trying to use solution Manager for managing our IT projects - specifically for SAP projects.
    We browsed through the existing functionalities that are available and are not able to get info on the following:
    ___Project Admin tab for Roadmaps :_ __ In the transaction RMMAIN, we are able to define the scope of the activities at each phase and assign team members and track the status of the activity / task.
    However we do not have the tab for tracking the planned start date / end date and the actual start / end dates. Similar is the case for efforts.
    So not sure how to track these?
    Integration of Roadmaps and Blueprints : Once we have defined the project and assigned the Roadmap, we have all the activities that need to be tracked. In addition in transaction SOLAR01 / SOLAR02, we can define the scope and configurations which in itself are a kind of sub projects to be embedded withing the Blueprint and realization phases respectively of the main Projetc Plan.
    How to link these Blueprint specific plan and the realization related plan to the main project plan created out of the Roadmap chosen and to track them as one single project?
    Synchronization wih ms project : I see only the option to download the plan as an mpp file. But is there any option to upload mpp as well so that the project can be tracked using mpp and synchronized with Solution manager at frequent intervals?
    Your answers would definitely be helping us a lot and would be greatly appreciated.
    thanks in advance.
    regards,
    suresh velan

    Hi Suresh,
    Solution Manager is a Project Management tool. But it is not for Project Planning. If you want to do Project Planning also from the SolMan system, then you have to enable cProjects component of SolMan.
    Synchronization between your MS Project and cProjects is possible. But synchronization between SolMan's RoadMap/Blueprint and MS Project is not possible.
    In RoadMap, you can capture and track the status of all phase-wise activities as to what is their status. Here capturing date details is not possible.
    In Blueprint/Configuration you can capture and keep track of the individual object's blueprinting and configuration activities. Here you can capture the planned/actual start/end dates for each object.
    As I said earlier, Solution Manager provides lot of Project Management features, but Project Planning is not possible. For that we have to start using cProjects component in SolMan.
    Hope it helps.
    best regds,
    Alagammai.

  • How to skip a particular node in a script using test manager

    Hi,
    We are testing a script recorded for custom forms in R12 on two different instances using test manager.For one instance its running fine.
    But in the second instance one message note is not coming (one note which was present during recording is not there after the instance was refreshed). During Playback that node is not matching with recorded script so "object not found error is coming".Is there any way we can bypass that recording during playback through test manager ? Any kind of help is appreciated.
    Regards,
    Vishal

    Sorry for the inconvenience, Below Find detailed explanation of the issue,
    INSERT INTO XMLTABLE VALUES (4,'<?xml version="1.0"?>
    <Node_1 empID="202" empName="Pro1" oper="Update">
    <Node_2 empID="20" empName="Pro2" oper="Update">
    <Bode_3 empID="2" empName="Pro3" oper="Update">
    <Bode_4 empID="22" empName="Pro4" oper="Update">
    <Bode_5 empID="12" empName="Pro5" oper="Delete"/>
    <Bode_6 empID="223" empName="Pro6" oper="Insert"/>
    <Bode_7 empID="201" empName="Pro7" oper="All"/>
    <Node_3 empID="21" empName="Pro71" oper="ll">
    </Bode_4>
    </Bode_3>
    </Node_2>
    </Node_1>');
    I have a sequence seq_i
    seq_i start with 1 increment by 1
    am able to display output as below,
    Node|EMPID|OPER|EMPNAME|MGRID
    Node_1|202|Update|Pro1|Null
    Node_2|20|Update|Pro2|Node_1
    Bode_3|2|Update|Pro3|Node_2
    Bode_4|22|Update|Pro4|Bode_3
    Bode_5|12|Delete|Pro5|Bode_4
    Bode_6|223|Insert|Pro6|Bode_4
    Bode_7|201|All|Pro7|Bode_4
    Node_3|21|ll|Pro71|Bode_4
    Now I want below one as output
    All nodes starting with Bode_, I need to replace that with sequence, seq_i
    so for the seq_i (starting with i and incrementing by 1)
    Node|EMPID|OPER|EMPNAME|MGRID
    Node_1|202|Update|Pro1|Null
    Node_2|20|Update|Pro2|Node_1
    1|2|Update|Pro3|Node_2
    2|22|Update|Pro4|1
    3|12|Delete|Pro5|2
    4|223|Insert|Pro6|2
    5|201|All|Pro7|2
    Node_3|21|ll|Pro71|2
    Thanks,

Maybe you are looking for

  • How to assign the class value dynamically  in jsp:useBean ?its urgent

    Hi I want to set the class value of <jsp:useBean> dynamically when i am trying to this way <jsp:useBean id="<%=id %>" class="<%=beanclass %>" scope="request"> <jsp:setProperty name="<%=id %>" property="*"/> </jsp:useBean> where beanclass is .class fi

  • PSE 9 Organizer Slide show can't find the slide show project files after moving from XP to Windows 7

    A bad computer virus forced us to move all our files and programs from XP to Windows 7.  The PSE Editor seems to be working properly, but the Organizer Slide Show can't find the project files.  The structure of each of the 15 slide shows (blank slide

  • Trial Version

    I renamed my old version of aperture 2, and have down loaded the trial version of Aperture 3. I imported a variety of images to test. Now I am unable to access (open) my old version. I get a popup that tells me I cannot import a particular image in t

  • On Win VISTA start-up "1304: iTunesHelper.exe - Unable To Locate Component"

    I am receiving this error notice whenever logging into windows. Says "This application has failed to start because ASL.dll was not found. Re-installing the application may fix the problem." My children use itunes, so I'm unfamiliar with it and its co

  • Premiere Pro CS5

    My premiere cs5 is getting slow and I cannot encode and export my project. I have 50GB on my C Drive and I re-installed my NVIDIA driver... what can i do ??