How to do safePoint Rollback

Hi,
Jdev : 11.1.1.2.1
Can some one please share me a link how to do safepoint rollback.
i.e Rollback up to some specific point only.
Thanks,
Hari

Hi,
Are you expecting
http://www.oracle.com/technetwork/developer-tools/adf/learnmore/007-cancelform-savepoint-169126.pdf

Similar Messages

  • How does the LCM rollback feature work in theory?

    Hi
    How does the LCM rollback feature work in theory?
    Let's say
    1. I've Webi report 'x' in QA system
    2. I promote a modified version of webi report 'x' from DEV to QA using LCM. So now I've 'x1' in QA.
    3. I "rollback" this promotion job in LCM. Which means I've get back 'x' in QA system.
    So does this mean that LCM kept a "backup" copy of 'x' in QA (CMS+filestore file backup) before overwriting with the promoted 'x1' from DEV?
    If yes, does it clear the 'x' anytime from QA? (maybe after second iteration of 'x2'?)
    Thanks

    I highly recommend you read the following blog posts that contains straight answers to common questions about the automatic update feature:
    Hello, Adobe Flash Player Background Updater (Windows)!
    Adobe Flash Player Background Updater for Mac is live!

  • How to get files rollback by using File Adapter

    Hi All,
    I have a question..
    How can we get the files rollback whenever the inbound file adapter is down after reading some files in source.??
    Regards,
    VenkatCH

    Hi VenkatCH,
    You can do rollback with File Adapter using jca.retry.* properties.
    you can do same with below ways:
    1.click on File Adapter.
    2. Go to view> property inspector.
    3. click on binding properties and set the properties.
    Thanks
    Richa

  • How to turn off rollback in DML?

    Hi,
    I do lot DML statements and I don't require roll back; how can I trun off this to speed
    up DML statements?
    Thanx
    Alfred

    1) As mentioned above, other than direct-path inserts, there's no way to bypass the rollback segments.
    2) "Autocommit" isn't a feature within the database. SQL*Plus and most client API's will implement "Autocommit" for you by issuing a "commit" immediately following your successful statement.
    3) Turning "Autocommit" on will always (can't think of a counterexample) make your process slower, not faster. Committing is a reasonably expensive operation in any database.
    Justin

  • How to do "DDL rollback"

    I have script, that contains several DDL-statements. For example script removes FK-constraint from a column, then it renames the column, then it puts new data to the column, then it puts new FK-constraint to the column, also some other ALTER-statements are done, and with several tables.
    I want to test my such script. I want to test so that if something in my long script throws error, then i can rollback all made ddl changes and fox the script and rerun the script again. How can i do this?
    It could be something like this:
    begin DDL tran;
       alter 1
       alter 2
       alter N
    when others then
       rollback all ddl
    end DDL tran;

    You cannot ROLLBACK a DDL. Because Oracle issue COMMIT before and after execution of the DDL statement.
    But the best way to write these DDL Script is to include the command to drop the newly created object in the script itself.
    I would say like this.
    drop table t
    create table t (no integer)
    /

  • How to avoid redo/rollback?

    Hi Alls,
    I want to delete some data in a table without rollback?
    How can I do?
    Thanks.
    Witchuda.

    Hi,
    Use cancelAction() described here: http://kuba.zilp.pl/?id=481
    Kuba

  • How to Create Exclusive Rollback Segment

    How can we create exclsive rollback segment for a particular
    session,
    Even setting "set transaction use rollback segment
    rollack_segment"
    still other session can step on newly created rollback segment

    Hi Santanu,
    The steps that you mentioned are in sequence. You also need to check if  user exist for this requirement.
    sap help can give u a good deal of information.

  • How do I safely rollback from iOS 4.1 to iOS 4.0.2 without jailbreaking?

    Hi peeps.
    I recently updated my shiny new iPhone 4 to iOS 4.1, and like quite a few other users, I'm starting to cone across the annoying battery drain issue. After some digging around, I eventually managed to find the supposed answer to this located here (http://discussions.apple.com/thread.jspa?threadID=2583845&tstart=135), so I am now fully decided that I want to rollback the OS to 4.0.2 and be content without the HDR or Game Centre until a bug correction comes out.
    The only thing is, rolling back to 4.0.2 seems quite complicated, and it seems as though I'll have to jailbreak the phone in order for it to be done, which I'm determined not to do with this phone.
    Can anyone advise me on how best to safely (within the warranty) rollback the phone? Could an Apple Store do this for me as well?

    HI,
    Perhaps not such a good idea.
    http://www.pcworld.com/article/199834/howto_jailbreak_your_ipad_plus_8_things_to_do_withit.html
    Alternatively, check here for optimizing the iPhone battery.
    http://www.apple.com/batteries/iphone.html
    Carolyn

  • How to solve about rollback segment fail to extend?

    I've a transaction about 50,000 records, then process fail in script. the error code is ORA-01562 FAIL TO EXTEND ROLLBACK SEGMENT = num. I'm use oracle database 7.3.4., form 4.5

    It would be better to have several small transactions instead of one huge transaction of 50000 records, like you say. You may use an additional log table to keep the log of how far you've got in processing those 50000 records, and pick up from where you've left in case something goes wrong.
    Anyway, one thing that may help would be to use:
    alter tablespace your_rbs_tablespace
    add datafile ...;
    to have more space for your rollback segment(s).
    Eventually, you may have a large rollback segment and set transaction use huge_rbs, in order to have your huge transaction use that huge rollback segment.
    null

  • How to find out rollback segment offile or online for pertcular schema????

    how to find rollbacksegment is online or ofline and space information regarding rollbacksegment?
    this is freshely installed 11.5.10.2. defultly how much free space we have????????//
    regards
    dba

    Default rollback segments are always online on database startup.
    if you create any new rollback segments then they will be offline by default during startup.
    for making newly created rollback segments online by default edit your init_sid.ora file and add the name of rollback segment in rollback_segment parameter.
    BTW,why are you concerned about rollback segments,use undo tablespace.

  • How make a transaction rollback?

    Hello to everybody...
              hoew can I call a server transaction rollback ( Session Bean ,CMT ) by the client?

    Hi ,
    Call transaction SICF and Navigate to "webgui" service; then right-click and select option "Activate".transaction will work definitely.
    This should enable the WebGui functionality in your WAS.
    ITS WEBGUI in ECC6.0
    for more information , check below thread
    MY FEW QUESTIONS
    SSO with ITS & Webenabling WEBGui
    Koti Reddy

  • How to return or rollback the transport object in PRD?

    Hi Experts,
    I transported a revised program to PRD. But I decided to return it to my previous code. How would I do that in PRD?
    I'm not a real basis. PLease guide me.
    Points for the helpful ideas. Thanks!

    Hi,
    You have to move a separate transport with the version of the program you wanted from development to production. You cant change it in prod itself.
    Thanks
    Aneesh.

  • Nexus - How to schedule a rollback

    I have a Nexus 7000 that I'm trying to test a scheduled rollback on, but I cannot seem to find any command syntax that support this.  I have NX-OS version 6.2x.
    The checkpoint and rollback commands are nice, but no way to schedule a rollback.
    Please help!  Looking for any type of solution.
    Thanks in advance,
    Andy

    Thanks Bilal.  That solution seems to make sense; however, the job status shows a code of Failed (75).  I cannot get any job to execute.  I thought it was maybe my credentials but the aaa authentication statement I use works fine.  I enabled the log file size in the scheduler to 1024, but there is no output when I issue a "show scheduler logfile".
    I'm at a loss right now as to why it's not kicking any job off.

  • How to stop transaction rollback

    Hi,
    i am created a bpel process which will do the db inserting data but i am getting this below error while inserting the data. can any one please solve this:
    Error log:
    faultName: {{http://schemas.oracle.com/bpel/extension}remoteFault} messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage} parts: {{ summary=<summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert' failed due to: DBWriteInteractionSpec Execute Failed Exception. insert failed. Descriptor name: [AddMoreBikes.Bikes]. Caused by java.sql.SQLException: Cannot call Connection.commit in distributed transaction. Transaction Manager will commit the resource manager when the distributed transaction is committed.. Please see the logs for the full DBAdapter logging output prior to this exception. This exception is considered retriable, likely due to a communication failure. To classify it as non-retriable instead add property nonRetriableErrorCodes with value "0" to your deployment descriptor (i.e. weblogic-ra.xml). To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff. All properties are integers. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary> ,detail=<detail>Cannot call Connection.commit in distributed transaction. Transaction Manager will commit the resource manager when the distributed transaction is committed.</detail> ,code=<code>0</code>}
    Edited by: Ajay8706 on Feb 19, 2013 10:44 PM

    Hi,
    To resolve this, go to Deployments on the weblogic console and open DBAdapter. Go to Connection - Outbound Connection Pool where the jndi is configured to talk to the jdbc data source.
    Expand the javax.resource.cci.ConnectionFactory and select the appropiate Connection.
    There you can see that the data source name is configured in the dataSourceName row while it should be configured in the xaDataSourceName row. This is because the datasource you must have defined as XA( confirm by going to transaction tab in jdbc configuration)
    Thanks,
    Durga
    - It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts).

  • How to estimate a rollback segment size for a big transaction?

    Oracle 8.1.5. Suppose I have the following statement:
    update table_a set col_a = rownum where col_b = 'codeA'
    The statement affect 900,000 rows. Type of col_a - float(126).

    you can have RBS size same as of your data tablespace
    (eg) you have 10 GB tablespace allocated for data
    then same 10GB more less should be comfortable

Maybe you are looking for

  • Two FACT Tables, Some Common and Non-Common Dimensions

    Hello all, a question i am sure you have faced in the past but still wanted to get your feedback. I have a few FACT tables and some dimensions that are shared (common dimensions). Rest of the dimensions are related to one or the other FACT tables. Wh

  • Remove "(More Links...)" from List View Webpart if the list view shows all items

    Hi, I currently have 5 links lists out of which 4 links lists have around 30 odd list items and the rest 1 have just 3 list items. All of this links list are added as ListViewWebPart on a wiki page. All these listview web parts are configured for "Su

  • ICloud Country Settings do not propagate toiPad Air 2.

    I recently moved from the US to Costa Rica. In the iCloud settings on my desktop PC, I changed my country settings accordingly.. I also changed the setting in Contacts. I selected the option to format the phone numbers automatically to reflect the wa

  • [SOLVED] Image going over the size of my TV

    I just upgraded my TV to a 47'' panasonic SmartTV from my old LV 32'' one. I connect it via HDMI for video playback and xbmc use: The video card is a nVidia GT 240 The problem I'm facing is, at 1080p @ 60Hz, the image goes over the edges of the TV, l

  • Dear Iphone users.

    When i turn my phone the screen is frozen one way. (does not turn) There is a symbol next to the battrey indicator that shows a arrow circkle with a lock inside. Does anyone know how to unlock the screen?