Using Flashback Technology in Application

Hi all,
Can I use flashback in application, especially DBMS_FLASHBACK.TRANSACTION_BACKOUT. I import some information (from files) in my database and after that I want to revert that transaction(delete imported data). I did some test I took xid of the transaction from v$transaction and then executed DBMS_FLASHBACK.TRANSACTION_BACKOUT with that XID for parameter. Everything is fine but that time there was only one transaction, when there are many transaction how can I get the exact XID. I can use dbms_transaction.local_transaction_id to get information for transaction which is running. And when i tried to use flashback that way a deadlock occur and db killed the other transaction.
Thanks!

Is your problem that you cannot identify which single transaction to backout? If so, you can use flashback queries (projecting pseudo-columns such as VERSIONS_STARTTIME, VERSIONS_ENDTIME, and VERSIONS_XID) to find it. But be quick, or you'll get an ora-1555.

Similar Messages

  • How to get patent of an application which uses opensource technology or platform.

    Hi MSDN,
    First of all I want to accept that this question is not directly related to the subject line of this forum But since I am an MSDN admirer so I am posting this here. 
    actually I have created a webapp which uses WEBRTC technology and also some android technology concepts . What I want is to initiate Patent process for my web application. I heard that webRTC and android both are opensource technologies and I can not get
    patent by using them (as per my findings ).
    So here I need your expert advice for approaching to get my Web application Patent. If you people know about anything related to it or any case study or any such related or nearly related information about getting patent of an application which uses opensource
    technology , please share with me . I am hopeful that I will definitely get some good piece of information from you guys which will help me so please reply.
    Thanks
    Gaurav shukla. 
    Gaurav shukla

    Hello,
    First, you do not patent an "application", but an idea or a process. So, if there is an idea or a process which is inovative in your application, THAT is what you are going to patent.
    The open source nature of some of the item used by your application has nothing to do with the patent application as your application is just ONE example of embodiment (literally put into a body, of physical form) of your invention.
    Your application is also covered by COPYRIGHT. the copyright protects the SOURCE code, as it is written. If you are using existing source code in your application, THEY are also covered by copyright and the license associated with them might force you to
    accept some conditions/setup some parameters to the license that you associate to your application. But this is separated from the patent issue.
    Cyrille

  • What technologies to use in web based application...??

    Hi,
    I have to develop a web-based application that will be used to display configured tests to user as well will allow user to add new tests and modify/delete already configured tests. What technologies shall i use to develop this application. And what will be fast to learn.
    What is your opinion on applet-servlet approach here.
    Please suggest.
    Thanks,
    Deepak

    What you've got sounds good.
    If you're not going to build EJBs then you probably don't need JBoss.
    Tomcat is the servlet engine for JBoss so you're getting the same thing but lighter by just using it.
    The important thing is to make sure you have a nice separation of concerns. If you separate all of the database access by creating data access objects (DAO) objects that return plain old Java objects (POJO) then you can, if you choose, easily swap in Hibernate or another ORM Tool.

  • How to use  SSL Technology in JSP.

    Can anybody Tell me that How to use SSL Technology in JSP ?
    I am using Apache Tomcat 5.0.28 Server.
    How to configure the Tomcat server so that it will access any web application supported by Tomcat via SSL ?
    Thank you very much in advance.

    The JSP does not need to know that the request is coming over SSL. If the application must be over SSL, but the server also allows non-SSL communication, then, like I said, you need to build in a Filter that will check if the incoming request is an https or http request and redirect to the https url if the request was http. And you can do that using the method listed in the previous post. As far as setting up the SSL certificate for Tomcat to use, refer to the Tomcat Documentation that comes with the server. Other than those two things, you don't need to know anything else about SSL inorder to run an SSL application through a Tomcat server (or any other enterprise server either, for that matter), but do an internet search for SSL and maybe one or two other keywords that apply to your situation and you should find plenty that will help.

  • How to use quartz in web applications

    Hi people,
    Can anyone please help me out how i can use quartz scheduler in web applications ? I want to utilize quartz to update databases periodically and automatically. Please help me its urgent ...:(

    Hi
    I have a requirement to implement Quartz in a we application.Technologies using as JSF, spring, hibernate and server is JBOSS. Here i am unable to decide how to implement quartz using these technologies.
    What is the methodology i have to use to implement quartz along with these technologies.

  • How to use tablet + pen with applications?

    I'd like to use my Bamboo tablet + pen to write and outline in various applications (Keynote, Text apps, PDFs, Safari) but I don't see that the pen interacts with anything except its own applications.  #4 here is an example https://itunes.apple.com/us/itunes-u/technology-entrepreneurship/id527978262 (Business Model Testing) of using the pen in a presentation app.  Starting at ~5:05, he begins underlining  text in the first bullet point.  Any idea how that is being done?

    I did some research on this before.  People who bought the wacom stylus didnt work.  Check www.n-trig.com.  Since they made the drivers for our touch screen... and the current drivers has support for "duosense"
    Unfortunately, I cannot find the pen or pencil that they make in retail stores anywhere.
    The only pen I found that was made by N-trig and uses their technology is sold by... Dell.  Type in the search box "XT tablet stylus" in their website.  And I didnt get the chance to buy it yet...
    Edit:  If the user is having a hard time enjoying the touch screen input, try increasing the size of "Text and other objects."  Rt click desktop > Screen Resolution > Click "Make text and other objects larger or smaller" > change to Medium or Large.  I have mine set to 125%

  • Can 10G express be used to create an application for use with a 10G instanc

    Hi
    Can 10G express be used to create an application for use with a 10G instance? I am new to Oracle 10G. I like the interface for creating applications, maintaining users, etc. Can this tool be pointed at a regular instance of 10G so that applications can be created against a regular 10G database not the express database?
    Can PL/SQL proceedures that are created in 10G express also be migrated to a 10G database?
    Thanks in advance
    Dean-O

    Can 10G express be used to create an application for use with a 10G instance?Yeah, that's the whole point from a marketing perspective ;)
    Can this tool be pointed at a regular instance of 10G so that applications can be
    created against a regular 10G database not the express database?Yes but it's a different version. Check out:
    http://www.oracle.com/technology/products/database/application_express/index.html
    Can PL/SQL proceedures that are created in 10G express also be migrated to a 10G database?Yes they can!
    ~Jer

  • Flashback Technology

    Dear All,
    I have oracle 11g R2 32 bit version on windows 2003 R2 server. This is my testing database. My db size is 152gb and it is in archivelog mode with Flashback off.
    I want to enable flashback in my testing enviornment.
    Can any one clear my below doubts ...
    1. What is the advantage and disadvantage of enabling Flashback ?
    2. What are the verious criteria to define Flashback recover area size ?
    2. What should be the flashback retention time ?
    3. How Flashback technology really works in details ?
    Thanks and Regards,
    Vikash Chauradia (junior DBA)

    1.) RMAN supports binary compression of backup sets, where the backup set contents are compressed before being written to disk using a compression algorithm tuned for compression of datafiles and archived log files. But with Image copy no compression is done.
    •A backup set never contains empty blocks. As RMAN passes through the datafiles, it simply skips blocks that have never been used. But image copy contains empty blocks. This means that backups of datafiles as backup sets are generally smaller than image copy backups and take less time to write.
    •Incremental backups can't be performed with Image copy but incremental backups can be taken over backup sets.
    •RMAN can take backup of backup sets directly to tape, if you have installed the RMAN drivers for your tape library.But RMAN can't take backup of image copies directly to tape.
    •Both Image copy and backup sets can be restored from RMAN. From Operating System Backup sets can't be generated or restored.
    •RMAN will check the contents for corruption for both Image copy and backupsets but native operating-system file copy utilities cannot check corruption while taking backup of Image copy.
    2.) it is not advisable to use the flashback area for backup restoration. The backup size is not fixed for each day. it's depend on the production of that particular days. In my case some day the backup of 25GB and very next day it goes to 55GB and also in increase the no. of archives also increases which again leads to increase in size of backup (if specifying archive in backup)
    Hope this may help you :)
    --neeraj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Worth to use Flashback and useful?

    I'm new in oracle system design and very confused.
    In newer version of Oracle, flashback technology was introduced. If my user won't call DBA to rollback some data suddenly, what is the purpose of it?
    Even if a user want to flashback some data, there may be many data dependence or data integrity problems.
    Also, if the db_recovery_file_dest_size is not enough within db_flashback_retention_target somehow, there may be error "ORA-38700: Limit of %s flashback database logs has been exceeded" which affects the daily operation.
    Unless the size of UNDO and REDO Logs are enough, it is not worth to maintain the flashback feature, isn't it?
    Thanks in advance!

    Anothony,
    Flashback and Flashback database are two different things , made to recover from two different kind of erros. Its indeed correct to say that Flashback is related to Undo and there should be a sufficient size for the Undo to be available. But assume a situation where a logical change, for example, all teh salaries have been made to zero, will your user would wait for 4 days to come to know about it? I guess not. The default size of Undo retention, on which Flashback is based primarily , is for 900 seconds(15 minutes). If you need more bigger time frame than that, you can always go for a larget sized Undo space.
    The retention target that you have mentioned for Flashback, is NOT for the statndard Falshback but for the Flashback Database technology, a completely diffetent thing to recover or rewind the entire database which have undergone massive logical corruptions. The default for this is False that means the database is not in the Flashback mode by default. And this setting doesn't rely upon the setting of teh undo retention as a completely different process writes the records to the Flb files of the Flashback log and maintains it for the retention period that you would specify in the target parameter. This is again set to a high and almost suffificient value, 1 day, which should be enough for a db. Redo logs won't take part in the Flashback technology.
    The only feaure that you would enable explicitly is Flashback Database, rest all is by default maintained by Oracle implicitly. I don't see any good in going back to RBS in the current era. And if you are using AUM, than you are going to have Flashback technology already on for you. Yeah, you use it or not, that depends on you and on your users.
    HTH
    Aman....

  • I used to have an application in my iPhone 4 and 4s that captures business card and creates its content to my contacts. Its no longer working with my i5. Can you recommend me a new apps for this same function

    I used to have an application in my iPhone 4 and 4s that captures business card and creates its content to my contacts. Its no longer working with my i5. Can you recommend me a new apps for this same function

    Try CardMunch it works well for me

  • When trying to update applications, where can you find an account you used to purchase the application?

    The App Store has had the little red notification saying I have two new updates to download, for iPhoto and iMovie, but when I go to download them it says "please log into the account you used to purchase the application." I am not sure which account this would be, as I have only had one account on my computer since I purchased it from the Apple Store online. 
    Please help.
    Also, a side note not related to this issue: I have been having problems with system preferences as well, when trying to change the background image the rainbow starts spinning automatically and then it becomes unresponsive.

    Welcome to the Apple Support Communities
    First of all, I suppose that you bought a brand-new Mac, right? If not, you won't be able to update iPhoto and iMovie, because they are registered to another Apple ID.
    If you have a brand-new Mac, first try this > http://support.apple.com/kb/TS4236 If it doesn't work, check that iPhoto and iMovie aren't hidden on your account, so unhide them > http://support.apple.com/kb/HT4928 After doing this, try updating iPhoto and iMovie again.
    If nothing works, contact with the App Store support > http://www.apple.com/support/mac/app-store/contact
    Respecting to your second problem, your Desktop settings file is corrupted. To fix it, follow these steps:
    1. While you are on Desktop without any application opened, select Go menu (on the menu bar) > Go to Folder, and type ~/Library/Preferences.
    2. Delete "com.apple.desktop.plist" and "com.apple.systempreferences.plist", and restart

  • My itunes does not open. I receive this error message:unsafe use of @executable_path in /Applications/iTunes.app/Contents/MacOS/iTunes with restricted binary

    Process:         iTunes [6564]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         10.3.1 (10.3.1)
    Build Info:      iTunes-10315501~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [143]
    Date/Time:       2011-06-26 09:12:25.888 -0400
    OS Version:      Mac OS X 10.7 (11A390)
    Report Version:  8
    Sleep/Wake UUID: 57AD9B95-8923-403C-BDB2-EBBBD4E1F09C
    Interval Since Last Report:          40546 sec
    Crashes Since Last Report:           6
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      0B83B69E-63F7-4197-908B-49A24783F09F
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    @executable_path/../Frameworks/iPodUpdater.framework/Versions/A/iPodUpdater
    Dyld Error Message:
      Library not loaded: @executable_path/../Frameworks/iPodUpdater.framework/Versions/A/iPodUpdater
      Referenced from: /Applications/iTunes.app/Contents/MacOS/iTunes
      Reason: unsafe use of @executable_path in /Applications/iTunes.app/Contents/MacOS/iTunes with restricted binary
    Binary Images:
        0x1000 -   0xe50ff3  com.apple.iTunes (10.3.1 - 10.3.1) <DA5B3668-53FC-8550-A39C-06EB35AA692F> /Applications/iTunes.app/Contents/MacOS/iTunes
    0x8fe00000 - 0x8fe3320b  dyld (195 - ???) <33A6763E-295E-3FE1-9594-81B9E296BACC> /usr/lib/dyld
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 5.100.198.11 )
    Bluetooth: Version 2.5.0b13, 2 service, 19 devices, 3 incoming serial ports
    Serial ATA Device: Hitachi HTS545025B9SA02, 250.06 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26100000 / 2
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24600000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06610000 / 6
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x06500000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x06300000 / 2

    I have the same problem...
    Process:         iTunes [498]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         10.3.1 (10.3.1)
    Build Info:      iTunes-10315501~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [254]
    Date/Time:       2011-06-27 14:23:04.822 -0400
    OS Version:      Mac OS X 10.7 (11A390)
    Report Version:  8
    Sleep/Wake UUID: AC114B5B-BBDE-47BE-A34A-73D0CBEC2D1D
    Interval Since Last Report:          21605 sec
    Crashes Since Last Report:           3
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      7CA002EB-2F78-46A8-B8FC-917C420125C9
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    @executable_path/../Frameworks/iPodUpdater.framework/Versions/A/iPodUpdater
    Dyld Error Message:
      Library not loaded: @executable_path/../Frameworks/iPodUpdater.framework/Versions/A/iPodUpdater
      Referenced from: /Applications/iTunes.app/Contents/MacOS/iTunes
      Reason: unsafe use of @executable_path in /Applications/iTunes.app/Contents/MacOS/iTunes with restricted binary
    Binary Images:
        0x1000 -   0xe50ff3  com.apple.iTunes (10.3.1 - 10.3.1) <DA5B3668-53FC-8550-A39C-06EB35AA692F> /Applications/iTunes.app/Contents/MacOS/iTunes
    0x8fe00000 - 0x8fe3320b  dyld (195 - ???) <33A6763E-295E-3FE1-9594-81B9E296BACC> /usr/lib/dyld
    Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.31f1
    Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz, 0xAD00000000000000, 0x48594D503131325336344350362D59352020
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz, 0xAD00000000000000, 0x48594D503131325336344350362D59352020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.36.5)
    Bluetooth: Version 2.5.0b13, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHY2250BH, 250.06 GB
    Parallel ATA Device: HL-DT-ST DVDRW  GSA-S10N
    USB Device: Built-in iSight, apple_vendor_id, 0x8501, 0xfd400000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8205, 0x1a100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0229, 0x5d200000 / 3

  • How to use more than one application server during initial load?

    Hi,
    we plan to use more than one application server in CRM during initial download in order to increase the number of parallel requests and to decrease the time for the initial load. Is there a way to allocate requests to more than one server? Is is possible via multiple rfc connections for consumer CRM in CRMRFCPAR?
    Thanks.
    Alexander Schiffer

    Hi Naresh,
    thanks for your answer. It has solved my problem. SMLG is the transaction that I was looking for.
    Two more OSS notes that helped me to guide our basis into the right direction:
    OSS 593058 - New RFC load balancing procedure
    OSS 1413986 - SMLG: Possibility to select a favorite type for Ext.RFCs
    Thanks again.
    Alexander Schiffer

  • MacBook Pro Freezes while using more than two applications at the same time

    Over the last two weeks my MBP has been freezing every time i use two or more applications at the same time. For e.g. my whole system freezes from time to time when i use itunes and safari at the same time. This problem never existed before and has just started recently and is really annoying. What can i do to fix it?

    Rather than re-installing Safari have you tried simply "Resetting" it (head to "Reset safari" under the "Safari" menu). It is possible that something in your user folder that supports Safari is really the cause of the problem. Re-installing Safari won't deal with this, but re-setting it can.
    In fact the first thing you should try is simply choosing "Empty cache..". If your cache files are corrupted then this in itself could explain the behaviour.
    If you choose to do the Reset first try it with just "Empty cache" and "remove all website icons" selected. This will reduce the amount that you will "lose" in the process. (Cookies, history, etc). Add in additional options if the first attempt doesn't fix it.
    Cheers
    Rod

  • How do I specify the JRE i wish to use to Run an Application.

    Hi Everyone;
    Please bear with me if you read this before.
    I have installed java 1.3.1 and java 1.4.1 in that order.
    The JRE used by default is java 1.4.1
    How do I specify the JRE I wish to use to Run an Application from a command prompt.
    Example:
    Java -something org.jboss.Main
    help ??
    Stephen

    I was a lil embarrassed. I told my supervisor that the installation of java overwrites the JRE and that's that.
    My supervisor took 10 minutes and went through it and found java.exe in the System32 file.
    The java.exe file is found in guess where "C:/WINNT/System32/" folder how nice. C:/WINNT/System32/ is in the path. Not only that it's the first entry in the path. So when I execute java it is not using java.exe any one of the java files that I got from the java website.
    So I don't have any control over the version.
    Oh well;
    That's life. That's 1 for my supervisor.
    Stephen

Maybe you are looking for

  • Purcahse order not coming in FBL1N Report

    Hi ,    When i go to FBL1N Report ( Vendor Line Items Display ) , and execute it inside the Purchasing document field i am not getting the Purchase Order number  , its blank , why is it so , is there any extra settings to be done for that regards raj

  • Dashboard - defaulting to a custom Dashboard - is this possible?

    Hi Everyone, I have created a custom sales dashboard and I would like to set it as the first dashboard that our Sales Reps see when they click on the tab. Is this possible? because I can't seem to find any info on this. I started playing around with

  • Advanced web: mod_fastcgi / suexec

    Hello, MacMini OS X server 10.6x, Apache/2.2.17 (Unix), mod_fastcgi/2.4.2 I'm a novice fastCGI user here and only am begginning to learn about Mac OSX Server. I am O.K. with apache config in a *nix environment. I have set up "PHP-like" fcgi apps on o

  • Why wont my itunes load itunes store

    need help on why it does that

  • Order not distributed

    Hi The CRM Slaes Order  if we change anything its not distributing R/3( there is no sale order is created up to now) at the same time its not throwing any Bdoc error it very strange situation. In Bodoc message” no upload into R/3” For this I checked