Move a table to archive other archives of flashback flashback

11.2.0.4

Create 2 DFA

FDA_7days and FDA_3Months

ALTER table emp flashback archive fda_7days;

Without altering the FDA of 7 days retention, how can I get the emp table in the 3 months of FDA.

We don't want to change the naming of our DFA convention but envision tables asked to have the longest retention over time so much easier if we could just move the table to the FDA on the other, I tried this but received the error

Looking at the docs, I think I can 1. remove that gets rid of the history

or 2. separate/reassociate the table changes, but this only puts back in the FDA even, I don't see option to assasociating the different FDA.

I am facing export?

For anyone else trying to do, I logged a call, it is not possible in the 11.  the dbms_fda_import is available but unsupported because of bugs so that I can use if I absolutely had to, but reliability is not guaranteed, I'm not that.

Probably easier create a fixed table off the data in the existing table hist, then take table 1 of the FDA database and move FDA 2 by ensuring that anyone who wants access to all data before this date, must focus on the hist table fixed.

Note: An enhancement request is passed in 12 be allowed to do.

Tags: Database

Similar Questions

  • How to move a table to the other schema

    Salvation;

    Imagine that I have a scheme A and I create table in this scheme as a test. Now, I have a different schema, the name is B. I want to spend my A.test table to B.test2

    How can I do?

    Thank you

    If you create a new table in diagram B, the new table must be stored in tablespace default B. Unless you want the new table to be stored in a default tablespace, you need not specify a tablespace during the creation of the new table.

  • Security move the table to another tablespace

    I would like to pass on my table to a different tablespace by using the statement:
    ALTER TABLE table_name move tablespace new_tablespace;

    I am interested in what happens if someone wants to select or modify some data during the process of alteration (on the table table_name). I tested on the database of test (without a users) and everything was OK, but I wonder what happens if someone edit or select data. Could you recommend me how to protect this table? Change in playback mode or change the database in the mode of restriction? Thanks for the tips.

    Hello

    The table is locked automatically during the MOVE ALTER TABLE. If other sessions can still perform selects, but no changes can be made during the DDL.
    Don't forget to re-create the indexes on the table later.

    Concerning
    Maurice

  • I've activated archiving in BPM, but I can't see the data in the tables of archiving

    Hello

    I've activated archiving in BPM, deploy a project with active archiving option, but I see no data archiving tables.
    I have 10gR 3 BPM and Weblogic 10 gR 3

    Thanks in advance

    Jesus Torres

    Hello
    Make sure you have "Expiration of the Forum" (in days), the latency of crusher, Crusher specified start time the tab of your engine Services.

    For example, if you have "Instance Expiration" defined as 2 days ended then, bodies stay in the engine for 2 days. Only after this Crusher it removes the engine and moves them to database Archive.

    -Thank you,
    Malar.

  • Problem: Build a VI to display a string in the table of the lights. Each letter must be posted in a separate table and letters must move from one table to the other in the direction from left to right.

    Hi all

    Problem: Build a VI to display a string in the table of the lights. Each letter must be posted in a separate table and letters must move from one table to the other in the direction from left to right.

    I did program mentioned above but it does not work. Can you tell me what is the problem?

    There is no error is indicated in the program. If someone knows about it please try to find solutions and help me out of this problem.

    I have attached my program with this message.

    Thank you in advance!

    (1) FOR loops are your friend here.  You can make a slight restructuring using loops, and then you will have less mess to deal with, the inner loop through tunnels of autoindexing to make it even simpler.

    (2) I would only treat the numeric values of the characters.  So go terminal of control of the chain, the capital letters and byte array to before the outer loop.  You can use a size of Board over there to tell how many times the outer loop to iterate.

    (3) the Index table is extensible.  So you only need over the index of the first, and it will increment itself, as it develops.

    (4) you need to finish the lookup table (table 3D)

  • move a table on the side?

    I can resize and move my table in all directions except to the right.  It seems stuck on the left side of the text block.  Could not find the options that allow me to control how far from the gutter it will reside.

    Maybe connected to jumps of table on two pages, a right hand, then a left hand?  There is plenty of room on the right - almost an inch.

    Thanks in advance

    Tables all live in frames of related texts and so are stuck at the edge of the textframe by default (if you have not changed its position in the table preferences) which is usually the left side. Try to make a separate textframe for the table and move.

    But you say that you like the table of cross spread to the next release (looks like what you say, it goes from right to left) with half of it on a spread and the other half on the other spread?

    Ah, I see now. You are actually working with Hebrew documents that go from right to left, right? You have the ME version? It should then be glued to the right of the textframe condition it is set to write in Hebrew.

  • Why can I not move this table?

    CS4 on Mac. ID won't allow me to move this table immediately left - it give me the error message saying dashes cannot extend outside the text frame. But I should have 0,1875 "of space to work with.

    Screen Shot 2016-03-08 at 12.36.22 PM.png

    Your paragraph has an intention of hanging. Amendment of paragraph in a different style (hopefully, you work with styles), where the table is in it and it must be a style with no intention.

  • move the table in tablespace

    Could you please move and write me as a script tables in the tablespace?

    Hello

    RHELSENSEI wrote:

    Could you please move and write me as a script tables in the tablespace?

    (1) move the Table script

    SELECT 'ALTER TABLE '.

    || owner

    || '.'

    || table-name

    || "MOVE THE TABLESPACE NOM_TABLESPACE;

    FROM dba_tables

    Owner WHERE LIKE "% TABLE_NAME";

    (2) script index Rebuld

    SELECT "ALTER INDEX".

    || owner

    || '.'

    || index_name

    || "REBUILD THE TABLESPACE NOM_TABLESPACE;

    OF dba_indexes

    Owner WHERE LIKE "% TABLE_NAME";

    Thank you

  • need a script to create multiple tables as the other columns in tables

    I need script to create multiple tables as the other columns of tables respectively.

    lets consider I want to create tables from table1... table99 like tablex1... .tablex99 columns (without data) respectively (i.e table1 as tablex1, table99 as tablex99).
    declare
    
    cursor c is select object_name from all_objects where object_type='TABLE';
    
    begin
    
    for i in c loop
    
    execute immediate 'create table '||i.object_name||'_x as select * from '||i.object_name||' where 1=2';
    
    end loop;
    
    end;
    
    use can use this and put your user names accordingly.
    If you get any error please post the error.
    
  • Move the tables to a different tablespace

    Hello
    I created 6 tables with my account in the USERS tablespace. If users wish to access (and he has privileges), it can be accessed as - username.nameoftb.
    Now, I would like to create new tablespace, move there all the USERS tablespace tables and if someone (who has permissions) to have access, it can, but only with the table name. Without using the username who created them.

    Could you please help me, how to proceed?
    -move the tables to a different tablespace
    -users can access without using the name of the creator

    Thank you!

    1. change the SMSC table. ERSUSERWISESUMMARY move tablespace ERST_01 nologging;

    Can also rebuild the indexes as well.

    ALTER Index SMSC. INDX_ERSDATA_STRTTIME reconstruction tablespace ERSX_01 nologging;

    2 create a synonym for this object

    create public synonym mrbt_activation for owner_name.object_name;

    Concerning
    Asif Kabir

  • How can I move a table in Dreamweaver CS4?

    Hello

    I create my home page in Dreamweaver CS4 and I made a table. I can't figure out how to move the table to the top of the page where I want. Any ideas on how to move a table?

    Thank you

    ashmic19

    Add this to your CSS:

    Body {margin: 0; padding: 0}

    And your table code should begin immediately after thetag in your HTML file.

    something here

    By the way, table-based layouts are NOT the best approach.  You would like to take this opportunity to learn to work with CSS layouts.  This is the standard modern web.

    Tables to CSS Web Design part 1-
    http://www.Adobe.com/devnet/Dreamweaver/articles/table_to_css_pt1.html

    Tables to CSS Web Design part 2-
    http://www.Adobe.com/devnet/Dreamweaver/articles/table_to_css_pt2.html

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • I can't move a table nested in CS4

    I use Dreamweaver CS4 and I'm trying to move a table nested, either by dragging or by using the arrows, but it does not move. It's very frustrating... Please help...? !

    Thanks in advance!

    Add the following links to your Favorites. You will refer to them often.

    HTML

    ---------------

    http://w3schools.com/html/default.asp

    http://www.HtmlDog.com/guides/

    http://www.htmlcodetutorial.com/

    http://alistapart.com/topics/code/

    CSS

    ---------------

    http://w3schools.com/CSS/default.asp

    http://www.Projectseven.com/Tutorials/index.htm

    http://www.westciv.com/

    http://www.TJKDesign.com/articles/one_html_markup_many_css_layouts.asp

    Web Design / Dreamweaver

    ---------------------------------------

    Community standards Web MX Lesson Plan series
    http://www.communitymx.com/abstract.cfm?cid=3D074

    Tables to CSS Web Design part 1-
    http://www.Adobe.com/devnet/Dreamweaver/articles/table_to_css_pt1.html

    Tables to CSS Web Design part 2-
    http://www.Adobe.com/devnet/Dreamweaver/articles/table_to_css_pt2.html

    Holding a model of fireworks to a CSS-based layout in DW
    http://www.Adobe.com/devnet/Fireworks/articles/web_standards_layouts_pt1.html

    Divisions of absolute positioning or DW 'Layers '.
    http://apptools.com/examples/pagelayout101.php http://apptools.com/examples/pagelayout101.php

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    www.Alt-Web.com/
    www.Twitter.com/ALTWEB
    www.Alt-Web.com/blogspot.com

  • Firefox browser will not move to the office. Other browsers have no problem on the same Web site. ??

    Browser hangs and will not move through or around the office. Using
    rt click disobeys. (sometimes it also locks).
    Other browsers are moving very well with
    Same or similar plugins

    Thank you

    Dale

    I had this problem with Firefox version 15 and found out it was because of the theme I had installed. As soon as I changed back to generic theme of firefox browser was able to move freely again. Some themes work very well but there are some that causes this problem of the browser do not move with left click the top title bar.

  • There is a program in Windows Xp called filmmaker. He was transferring the movie to CD player without other software?

    I've gathered a few pictures to make a movie. When I click on save film on a CD, the following message appears "a record in CD drive is not detected.

    The simple solution may be to save the project in
    format video .wmv in a folder on your hard drive.
    Then you can use third party software to create your
    CD or DVD.

    To save in a .wmv movie file...
    Type of... CTRL + P (or go to...) File / save movie file)
    to open the wizard movie recording.
    Choose... My computer.
    Next /.
    Enter a name and a location.
    Next /.
    ICT... "Best quality for my computer.
    Next /.
    Wait while the movie is saved.
    Finishing...

    No recording tab?  Maybe you have a hardware problem with your burner.

    And... The following links may be worth a visit:

    (982116) your CD or DVD drive is missing
    or is not recognized by Windows or other programs
    http://support.Microsoft.com/kb/982116
    (Windows XP / Windows Vista / Windows 7)

    Your CD or DVD drive cannot read or write media
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    Also I have seen reports that the use of a technology mobile broadband
    device such as a USB Dongle can cause problems...

    See the following link:

    Dongle Internet cache burner
    http://www.windowsdvdmaker.com/forums/thread/1905.aspx

  • How can I copy/move the files/folders to other files/folders in windows 7?

    Can you move or copy files or folders with the help of drag-and - drop in windows 7?  Can move or copy files/folders by right click Select copy/move files drop-down menu files, select the file and click ok in windows 7?  It's the easiest way to move/copy large files.  With fall and drag it moves only files unless it's external media then it will copy. What do you do if you need the same files in different folders?

    This is what you need:
    http://www.thewindowsclub.com/ultimate-Windows-Tweaker-v2-a-Tweak-UI-for-Windows-7-Vista

    Download and run as administrator and click "other settings"... If you find my answer helpful, please click the button "Vote as helpful"! Thank you! My Blog

Maybe you are looking for

  • iPad plays more video Gopro for 1 year!

    Any pro videos go 4 hero cash in July 2015 on my ipad, and they played then. Now, trying to read on the same device, said popup video format not supported. Yet they also play ok on my Imac IPad running 9.3.2,and don't know when this has been updated,

  • M277 dw scan multiple pages

    I want to use my m277dw like a scanner laser printer and I don't see how to scan multiple pages into a single document. I looked at the manual, but nothing does answer my question apart from the reference to the "Advanced settings", which I couldn't

  • Satellite A300-1mz: update Bios or not?

    Hello... I have a Satellite a300-1mz PSAGCE and I've never update of the Bios. It is bios Insyde 1.70 (24/11/2008) [This | http://eu.computers.toshiba-europe.com/innovation/download_driver_details.jsp?service=EU&selCategory = 2 & selFamily = 2 & selS

  • sreen yahoo still blocked

    Yahoo mail sreen always crashes on me - HP NOTEBOOK

  • Persistence of the VM?

    Let me preface by saying: I'm an analyst of malware, not a system administrator.  I can ask stupid questions, apparently.There... now it's the road.  So, I'm trying to set up a virtual machine that my package analysts allows to download alleged malwa