Is there any step by step procedure to enable flashback in oracle9i?

Friends,
I am in a situation to enable the flashback option in oracle9iR2.
I didnt find anywhere....
i saw this....
http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96590/adg08sql.htm#10851
even though its not step by step.
can anybody point me the document which is having a step by step setup?
or anybody is having a self document to enable flashback in oracle9iR2.
thanks
sathyguy

here is the result....
SQL> SELECT * FROM EMP;
     EMPNO ENAME      JOB              MGR HIREDATE           SAL       COMM     DEPTNO
      7369 SMITH      CLERK           7902 17-DEC-1980        800                    20
      7499 ALLEN      SALESMAN        7698 20-FEB-1981       1600        300         30
      7521 WARD       SALESMAN        7698 22-FEB-1981       1250        500         30
      7566 JONES      MANAGER         7839 02-APR-1981       2975                    20
      7654 MARTIN     SALESMAN        7698 28-SEP-1981       1250       1400         30
      7698 BLAKE      MANAGER         7839 01-MAY-1981       2850                    30
      7782 CLARK      MANAGER         7839 09-JUN-1981       2450                    10
      7788 SCOTT      ANALYST         7566 19-APR-0087       3000                    20
      7839 KING       PRESIDENT            17-NOV-1981       5000                    10
      7844 TURNER     SALESMAN        7698 08-SEP-1981       1500          0         30
      7876 ADAMS      CLERK           7788 23-MAY-0087       1100                    20
     EMPNO ENAME      JOB              MGR HIREDATE           SAL       COMM     DEPTNO
      7900 JAMES      CLERK           7698 03-DEC-1981        950                    30
      7902 FORD       ANALYST         7566 03-DEC-1981       3000                    20
      7934 MILLER     CLERK           7782 23-JAN-1982       1300                    10
14 rows selected.
SQL> DELETE FROM EMP;
14 rows deleted.
SQL> COMMIT;
Commit complete.
SQL> SELECT * FROM EMP
  2  AS OF TIMESTAMP to_timestamp('08-APR-2007','DD-MON-YYYY');
SELECT * FROM EMP
ERROR at line 1:
ORA-01466: unable to read data - table definition has changed[\pre]
i tried to enable flashback before the above statement like this....
SQL> EXEC DBMS_FLASHBACK.ENABLE_AT_TIME('08-APR-2007','DD-MON-YYYY')
BEGIN DBMS_FLASHBACK.ENABLE_AT_TIME('08-APR-2007','DD-MON-YYYY'); END;
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'ENABLE_AT_TIME'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
so.....how can i enable this?
Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Is there any step necessary to be takan after remote client copy

    Helllo
    I wander generally is there any step necessary to be takan after remote client copy
    Thank you in advance

    Hi Sunny,
    What about changing "Logical System Names", is it not necessary after a remote client copy.
    Thanks
    Ahamed

  • Is there any step to step example of globalized an application?

    Hello,
    Is there any step to step example of globalization? For example, the application is developed in English, now I want it support other language.
    Thanks,
    Robin

    Hello,
    2nd best option is to look at the Globalization section in the documentation -
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10498/globalize_app.htm#BABIIDBJ
    1st best option is to go to to the presentation by Joel Kallman on Globalization at OOW in a couple of weeks time!
    Hope this helps,
    John.
    http://jes.blogs.shellprompt.net
    http://www.apex-evangelists.com

  • Is there any step-by-step document to setup OEM of oracle DB ?

    We use oracle 11g DB for Oracle Argus in win2008R2.
    It looks customer oracle 11g DB is not configured for OEM. I saw member login by SQLplus.
    Is there any step-by-step document to setup OEM of oracle DB in windows2008R2 ?

    We use oracle 11g DB for Oracle Argus in win2008R2.
    It looks customer oracle 11g DB is not configured for OEM. I saw member login by SQLplus.
    Is there any step-by-step document to setup OEM of oracle DB in windows2008R2 ?

  • Are there any step-by-step directions for making a slide show with music on iDVD?

    I once knew how to do this, but lost my directions (from a friend) in make a slide show using iDVD.  Where could I download the steps for making a DVD that I could play on my DVD player and view on my TV monitor.?

    I will try this.  I did go to help, but did not click on that subject.  Actually, all of a sudden it worked, except that the music I choose did not work.  So, I will work on this later.  Thanks for the suggestion.

  • Is there any step-by-step tutorial on how to program the web content viewer to resize

    II'm working on my portfolio site and have couple of DPS projects that I want to post in there and need to know how to modify the web content viewer to adjust for different screen size. Than you.

    If you are using an embedded web viewer, this developer network article provides some information on how to resize it:
    Resizing the Embedded Web Viewer | Adobe Developer Connection
    Thanks,
    Brian

  • Question: Are there any advantages for stored procedure for data block?

    There are two ways to create data block:
    1. query table or view or
    2. stored procedure.
    After 9i, AS has a PL/SQL compiler. Do we still see the advantage of using stored procedure, as claimed that it is faster due to the stored procedure always compiled?
    Thank you in advance.
    Jimmy

    Jimmy,
    The "fast" side is not the only one benefit of stored procedures.
    Of course, you can use the BULK COLLECT functionality which is not available into Forms.
    But stored procedure is a good way to perform the following actions:
    complex handeling of datas (insert, update or delete that generate severals actions on other tables).
    externalization/centralisation of business rules.(separate the design and functionnal work).
    more secutity, because you can prohibit manipulation of datas outside of the procedures.
    You can change the rules without modify the forms.
    etc.
    Francois

  • I got 3 iOS device to same ID is there any way or app which will enable me to toggle on/off cellular,wifi  on my devices remotely

    Would be thankful if anybody got this

    No. All you can do is to erase another device if conneted to the interent
    iCloud: Erase your device
    From method y can alos lock the iPid, have it play a sound too.

  • Interco Elimination in BPC7NW step by step procedure doc needed

    Hi BPC7.0 NW Guru's!
    I have this document for intco elimination
    https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e081e99f-87b1-2b10-448a-a31b1c7a91e8&overridelayout=true
    Are there any step by step procedure documents on interco elimination?, please provide.
    Thanks in advance,
    GMR1964

    Hi BPC7.0 NW Guru's!
    I have this document for intco elimination
    https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e081e99f-87b1-2b10-448a-a31b1c7a91e8&overridelayout=true
    Are there any step by step procedure documents on interco elimination?, please provide.
    Thanks in advance,
    GMR1964

  • Custom fields in ME21n ,step by step procedure/weblog ?

    I need to add a custom field zz1 to ME21N transaction at header level and make it available for input in the screen. Is there any step by step proceurec/approach which is generic for adding this functionality to any standard transaction?
    Rgds,
    Ajay

    Hi,
      Try this..
      In ZXM06TOP
      DATA: gl_ekko_ci LIKE ekko_ci.
      In the FM EXIT_SAPMM06E_006
      ekko_ci  = i_ci_ekko.
      In the FM EXIT_SAPMM06E_007
      *transfer values in own structures
      move-corresponding i_ekko to gl_ekko_ci.
      In the FM EXIT_SAPMM06E_008
      E_CI_EKkO = gl_ekko_ci.
      if gl_ekko_ci-ZZ ne ekko_ci-ZZ.
          e_ci_ekko-ZZ = ekko_ci-ZZ.
          e_ci_update = 'X'.
      ENDIF.
    Please let me know if it works..
    Thanks
    Naren

  • As a new Mac user is there a step by step guide for ex PC users

    Is there any step by step guides on the basics online for ex Pc users, Its a new experance so need to know basic's such as is my Mac protected by Virous software and if not which is best for Mac, etc,etc,etc. Its a whole differant experance, but looking forward to it.?

    Welcome to the Mac world. Adding to what the others have posted, but not having time to prune the list,  see these:
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    Mac 101: Mac Essentials,
    Mac OS X keyboard shortcuts,
    Anatomy of a Mac,
    MacTips,
    Switching to Mac Superguide, and
    Switching to the Mac: The Missing Manual,
    Snow Leopard Edition.&
    Additionally, *Texas Mac Man* recommends:
    Quick Assist,
    Welcome to the Switch To A Mac Guides,
    Take Control E-books, and
    A guide for switching to a Mac

  • Any step-by-step guide for implementing intermediate event?

    Hi All,
    I am trying to implement intermediate event in my BPM and so far I have created:
    1) An intermediate event
    2) WSDL file
    3) A message trigger
    But I am not getting how to proceed further. In the following document I found that a context DO needs to be used: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0369539-e876-2d10-ef93-8f30e112ee6d?quicklink=index&overridelayout=true
    But I am not sure which context it is referring to?
    Is there any step-by-step guide to implement this? or any wiki link?
    Ameya

    Hi Ameya,
    Follow below steps:
    1. Create WSDL file
    2. Create an intermediate event in process modeling screen
    3. Click on Intermediate event> Properties>Event Trigger
    4. TRIGGER Drop Down> New
    5. Give Name to your Message Trigger>Next
    6. SERVICE dropdown>Select the WSDL created> Finish.
    And I suppose they have mentioned Data Object for using it in coorelation condition.
    Correlation condition is a boolean test which should be True(default) for the ntermediate message to be triggered.
    As there will be mutliple process instances, when PI (in your case) trigger the intermediate event (consume WS) we can give a correlation conditon to check  whether it is for the right process instance.
    In you case you can store the Request ID in BPM DO, and also request it from PI while consuming WS and validate it in correlation condition.
    Regards,
    Unni
    Edited by: UnnikrishnanSreekumar on Oct 13, 2011 12:51 PM
    Edited by: UnnikrishnanSreekumar on Oct 13, 2011 1:00 PM

  • Is there any tutorials on how to make a form in Adobe Acrobat?

    http://www.bgsu.edu/downloads/hr/file26711.pdf
    I need help! I need to make a form just like the one in the link above. Is there any step by step directions on how to do this?
    Thanks!
    Salome Roe

    That's a pretty basic form built using an older version of Acrobat (not sure what you are using. This is the Reader forum by the way).
    You can start with this tutorial: http://tv.adobe.com/watch/learn-acrobat-x/getting-started-creating-simple-forms/

  • Is there any way to cancel only 1 transaction in an Outgoing Payment?

    Dear Experts,
    If I have an Outgoing Payment that was already posted, and it consists of 100 invoices. Lets say one day I realized 1 of the invoice was posted wrongly, and I wish to cancel that invoice (with credit memo) and also from the Outgoing Payment. Is there any other efficient way where I can cancel only that invoice in the Outgoing Payment, without canceling the Whole Outgoing Payment?
    Because, canceling the Whole Outgoing Payment will mean that I need to re-add the 99 invoices again in a new Outgoing Payment, which is very troublesome. Is there a way to do this? Or is there any efficient workaround this procedures.
    Much Thanks in Advance for your advice.
    Warmest Regards,
    Chinho

    Chinho,
    You may post your request to the following forum, so that it will be a candidate to be developed in future version:
    /community [original link is broken]
    Thanks,
    Gordon

  • Is there any upragde tools for SAP B1 to SAP ERP?

    Hi,
    I know, SAP B1 and SAP ERP are totally different SAP products.
    In my mind, maybe we should implement the new SAP ERP, and then, migrate the old master data from B1 to ERP...
    So, is there any upragde tools or procedure (or data migration tools)for the project of upgrade SAP B1 to SAP ERP?
    Is there any documentation for this?
    Many thanks in advance.
    BR,
    Randy

    It is not listed on the official roadmaps
    Lumira:
    https://websmp206.sap-ag.de/~sapidb/011000358700000212382013E.pdf
    Analysis Office:
    https://websmp206.sap-ag.de/~sapidb/011000358700000395262012D.pdf
    For Lumira we asked at BI 2014 the other week and they said they were working on it.
    You can register for this ASUG Analysis Office Roadmap and ask SAP on the webcast about it:
    May 12: Analysis Office Roadmap
    Same for Lumira - see these upcoming ASUG webcasts - especially Q&A:
    May 15: Lumira Self Service for Business User
    May 21: SAP Lumira Question and Answer Session

Maybe you are looking for

  • Is it possible upload data using BDC for creation of Quotation

    Dear All , Scenario is such that details in teh quotaion is entered in three steps by three departments, weh ave planned that  all three departments would work on single excel sheet enter the details over there and when it is ready  we will create qu

  • Can't use my phone as hotspot anymore!(after updating the iOS)

    So I just updated my very new iPhone; from iOS 5.0.1 to iOS 5.1.1. The problem is that I used to use my phone as a hotspot for my laptop(HP Pavillion), but now it isn't working! I had some trouble with my former iphone 4S but then I got a completely

  • PO History

    Hi ABAPers,    Can any one tell me what are the tables to be taken to display PO History. If possible can any send me a report on PO History. Its urgent.. waiting for your reply.. Thanks Kumar

  • Video clip

    Impossible to play video clips in music -> video clip. I have just a screen of the clips with music in background on My Ipad 2 with IOS 5 no problem with my iphone 4 on IOS 5...

  • Restore from Backup without saving

    How do I stop iTunes from saving an additional backup when I am restoring to backup on a new iPhone. It takes up alot of space and I do not have enough, hence the process stops after some time.