Flashback_scn and Flashback_time parameter expdp

Flashback must be enabled to use the parameters flashback_time, flashback_scn expdp?

Concerning

The command 'ALTER DATABASE FLASHBACK ON' lights flashback logging (archive cancellation), normally stored in the Flash or Fast Recovery Area (FRA). It is used to enable the feature "Flashback Database".

DataPump doesn't use Flashback Database; It uses the Flashback Query, which uses the UNDO tablespace. Since cancellation tablesapce works in a circular way, your ability to use Flashback Query by TIME or YVERT will depend on its size and cancel the retention policy.

Published by: Markus Waldorf on oct 4, 2010 10:42

Tags: Database

Similar Questions

  • To understand how INLCUDE parameter expdp 11 GR 2

    Hello Experts-

    Can you please help me understand what I need to do for the next task.

    I export a schema and wanted to make sure that the tables and procedures have been exported so that I can use it to import when required.

    I made expdp as follows, but did not achieve what I was looking for:

    
    USERID=SYSTEM/***@DBNAME
    DUMPFILE=Export_06302015_%u.dmp
    LOGFILE=Export_06302015.log
    DIRECTORY=DIR
    SCHEMAS=ABC
    INCLUDE=PROCEDURE
    

    This export-only procedure performed.

    If I do just SCHEMA = default ABC includes procedure, function, package?

    Thanks in advance

    Hello, if you INCLUDE, datapump exports only items that explicitly write you in the INCLUDE clause.

    So if you don t use INCLUDE, you export all types of ABC schema objects.

    http://docs.Oracle.com/CD/B19306_01/server.102/b14215/dp_export.htm#i1007837

    Concerning

  • difference between compatible.rdbms in asm and compatible parameter database

    Hi gurus,

    Here, I have little doubt. What is the difference between compatible.rdbms and the compatible parameter database.

    We have a 2 node RAC on solaris. When I checked at the ASM instance level I found compatible.rdbms has the value 10.1.0.0.0 and compatible.asm 11.2.0.0.0 and compatible database is set to 11.2.0.0.0.

    Please guide me it will make a difference. Or I have to change the compatible.rdbms to a higher value.

    Thank you and best regards,

    Vincent Poorna Prasad.S

    When compatible.rdbms is set to 10.1.0.0.0, this means that the instance ASM (version 11.2.0.0.0) is compatible to support lower versions of instances of RDBMS from version oracle 10.1.0.0.0.

    If you don't want the ASM instance in support of the lower courts of RDBMS version, you can change the setting.

  • Backup and recovery with EXPDP and IMPDP

    Hello

    I have a problem of beginner!

    My environment is 10.2.0.4 & 11.2.0.2.

    I wish
    to backup a small database with EXPDP (FULL=Y)
    and to recover it with IMPDP(FULL=Y). ( *I don't want to use RMAN in this case*)
    My question:
    + what have I more to backup ( e.g. Passwordfile, control files, init.ora..) to be able to recover  
      successfully with IMPDP?
    + what are the steps to recover with IMPDP?
    I tried looking for a Howto in INTERNET, but in vain so far!

    Can any expert answer me? or show me a place to get a good HOWTO?

    Thanks and greetings

    hqt200475

    So that's a little different situation from the initial, general issue.

    This situation Yes, create a new instance when the user that contains the data catalog rman since your last export import. The rman catalog is usually low volume enough this import will have no problem (we will assume that the export has not held while all backups rman-ducts were running).

    We know that your environment already relies on rman, since it is the rman catalog you save, you must familiarize yourself with rman still. Set up rman backup and restore for your sounds of database catalog rman as the perfect learning exercise that you improve on the procedures of your predecessor.

    Backup and recovery quick start for 10.2 Guide: http://download.oracle.com/docs/cd/B19306_01/backup.102/b14193/toc.htm

    Backup and Guide recovery for 11.2: http://download.oracle.com/docs/cd/E11882_01/backup.112/e10642/toc.htm
    A section of this guide to a direct interest (protection Recovery Catalog): http://download.oracle.com/docs/cd/E11882_01/backup.112/e10642/rcmcatdb.htm#CHDEBDJG

  • exp and audit_trail parameter

    Hello
    I want to exp in the database. But I feel, I have not all tables in my dmp file. Because when I have imp this file I receive almost half of all tables, which must be after the import. In fact, I have a question: how the audit_trail parameter can affect this problem. I can handle this setting?

    Why I asked if you checked the export, it is because it is a known fact that exp will not export the tables that are present, but have zeros 0 if the source database had DEFERRED_SEGMENT_CREATION enabled (and enabled by default).

    See Articles Support Oracle 960216.1 and 1178343.1

    Hemant K Collette

  • Manager and extract parameter: user name and password

    Hello

    (1)

    There is an optional recommended i.e. database USERID parameter when you configure the process manager by using the command "EDIT PARAMS MGR". What is the importance of this setting?

    (2) it is necessary to encrypt the password when you use the EXTRACT file. PARAMETER: PASSWORD?

    (3) we must create a separate database user if we use the DOOR of GOLD 11 g Release 1 (11.1.1) on Windows platform?

    Thank you

    The USERID parameter (with a corresponding PASSWORD):

    Setting the user database
    If you are using Oracle GoldenGate DDL support, specify the User Manager and the password with the USERID parameter.

    Encryption of the password belongs to you. You use a command line utility to generate an encrypted password, and then use this password encrypted in the file. Otherwise, the parameter is simply a text file on the operating system, and those who have at least read access to this file can see the unencrypted password.

    The Oracle installation guide recommends to create a database of GG user (for example, the user is the owner of the table of control points).

  • Lexical in several lines and all parameter headers print in PLSQL

    HI team,

    I have some requirement in plsql can someone please help with solutions.

    1. print the headers on several lines in pl/sql block using the dbms_output
    I have some column FILE_name, creation_date and so on, I want to print multiple line headers

    ex:_

    Creating files
    Name Date
    -------------------------------------------------------
    xxd_top.txt June 10, 2009
    der_top.txt August 21, 2009

    2 using the lexical in plsql block in the cursor as parameter

    ex:*

    cursor c1 (p_parameter)
    is
    Select * from EMP
    where & p_parameter

    and I'm assigning the value of p_parameter in the begin block.
    When compiling I was getting error when compiling.

    Please give me some suggestions to solve these problems

    Thanks in advance
    Sriram

    If you want to only several lines of DBMS_OUTPUT then call DBMS_OUTPUT. Put_line several times. I'm guessing that you want this layout:

    File        Creation
    Name        Date
    ----------- ------------
    xxd_top.txt 10-Jun-2009
    der_top.txt 21-Aug-2009
    

    The simplest approach would be just something like

    DBMS_OUTPUT.PUT_LINE('File        Creation');
    DBMS_OUTPUT.PUT_LINE('Name        Date');
    DBMS_OUTPUT.PUT_LINE('----------- ------------');
    

    I tried with CHF solution and it worked.

    Post an example of what you have tried that does not work, maybe someone will see what is wrong with it.

  • How to solve error messages 'no such interface taken in charge"and"the parameter is incorrect. "

    I used the program "should I delete It ' the other day and uninstalled Free File Viewer and backup AVG toolbar.  Since then, most of the programs on the list of the Start button do not work.  I get no message at all or the above messages.  I am able to get to my email and FB and Internet sites, that I type in the address space.  I hope someone can help.

    Hello

    These are the normal reasons for problems with the system restore:

    1. If you are using Norton, you should disable Norton inviolable Protection before using the system restore.

    http://Service1.Symantec.com/support/sharedtech.nsf/pfdocs/2005113009323013

    AVG will cause problems with SR too.

    «Temporarily disable AVG»

    http://www.Avg.com/ww-en/FAQ.Num-3857

    2. try to use Safe Mode system restore.

    http://Windows.Microsoft.com/en-us/Windows7/products/features/system-restore

    "Start your computer in safe mode.

    http://Windows.Microsoft.com/en-us/Windows/Start-computer-safe-mode#start-computer-safe-mode=Windows-7

    3 Malware will stop at the system restore.

    Download, install, update and scan your system with the free version of Malwarebytes AntiMalware:

    http://www.Malwarebytes.org/products/malwarebytes_free

    See you soon.

  • Memory_target and sga_max_size parameter

    With the help of Oracle 11.2, I updated SGA_TARGET SGA_MAX_SIZE to 800M and 500M.

    Now, I decided to let Oracle completely assume management (MSA, right?) and set MEMORY_TARGET on 1000M and 1200 m MEMORY_MAX_TARGET.

    SGA_TARGET is now the minimum of storage allocated by SGA, as far as I figured out.

    However, this topic SGA_MAX_SIZE? This value remains "serves" and it is sensible to put it?

    Concerning
    Christian

    If SGA_MAX_SIZE is set, which is a limit of upper limit for your LMS to grow, you can encounter errors ora-4031 if you need an LMS more than set.

    Kind regards

    Suntrupth

  • Works with tables/columns of the lines and the parameter names... syntax help

    I am trying to create a function that returns the distinct value and counts of a user defined schema/table/column.

    The code below defines a [stats_on_column_obj] object type and creates a single table of this type [stats_on_column_tab].

    The function is supposed to take three input variables: p_schema_name, nom_table_p, p_column_name and return an array (above).

    I can hardcode a select into (the)... but once I try to convert it into settings & immediate exec I'm stuck. The red section is where the problem is (I think).

    Oracle 10g.

    Stats_on_column_obj CREATE TYPE IS OBJECT (

    COL_VAL VARCHAR2 (500),

    NUMBER OF COL_VAL_CNT (7)

    );

    CREATE TYPE Stats_on_column_tab IS TABLE OF stats_on_column_obj;


    FUNCTION to CREATE or REPLACE get_STATS_ON_COLUMN

    (

    p_schema_name IN varchar2,

    nom_table_p IN varchar2,

    p_column_name IN varchar2

    )

    RETURN STATS_ON_COLUMN_tab

    IS

    l_STATS_ON_COLUMN_tab STATS_ON_COLUMN_tab: = STATS_ON_COLUMN_tab ();

    n INTEGER: = 0;

    str_select_tbl varchar2 (5000);

    BEGIN

    str_select_tbl: = 'SELECT'. p_column_name |' as col_val, count (*) as col_val_cnt FROM ' | p_schema_name |'. ' || nom_table_p: ' group of ' | p_column_name;

    FOR r IN (str_select_tbl)

    LOOP

    l_STATS_ON_COLUMN_tab. EXTEND;

    n: = n + 1;

    l_STATS_ON_COLUMN_tab (n): = STATS_ON_COLUMN_obj (r.col_val, r.col_val_cnt);

    END LOOP;

    RETURN l_STATS_ON_COLUMN_tab;

    END;

    /

    [Error] PLS-00103 (124:4): PLS-00103: encountered the symbol "LOOP" when expecting one of the following numbers: * & - + / at rem rest mod.. < an exponent (*) > | multiset year DAY_

    [Error] PLS-00103 (126:9): PLS-00103: encountered the symbol "=" when expected in the following way: constant exception < an ID > < a between double quote delimited identifiers > double Ref table Fedya Chariot of time timestam

    [Error] PLS-00103 (127:29): PLS-00103: encountered the symbol "

    [Error] PLS-00103 (128:4): PLS-00103: encountered the symbol "END" when waiting for one of the following numbers: begin function package pragma procedure subtype type use < an ID > < a double quote delimited identifier > form

    SELECT * FROM TABLE (get_STATS_ON_COLUMN ('SCHEMAS_X', 'TABLE_X', 'COLUMN_X'));

    Scott@ORCL > CREATE OR REPLACE
    FUNCTION get_STATS_ON_COLUMN () 2
    3 p_schema_name IN varchar2,
    4 nom_table_p IN varchar2,
    5 p_column_name IN varchar2
    6                                )
    7 STATS_ON_COLUMN_tab of RETURN
    8 EAST
    9 v_STATS_ON_COLUMN_tab STATS_ON_COLUMN_tab: = STATS_ON_COLUMN_tab ();
    10 v_n INTEGER: = 0;
    11 v_str_select_tbl VARCHAR2 (5000);
    BEGIN 12
    13 v_str_select_tbl: = ' SELECT stats_on_column_obj (' | p_column_name |) ', Count OF ' |
    14 p_schema_name | '.' || nom_table_p | "Group of" | p_column_name;
    15 v_str_select_tbl EXECUTE IMMEDIATE
    COLLECTION IN BULK 16
    17 IN v_STATS_ON_COLUMN_tab;
    18 RETURN v_STATS_ON_COLUMN_tab;
    END 19;
    20.

    The function is created.

    Scott@ORCL > select *.
    2 from table)
    (3 get_STATS_ON_COLUMN)
    4                                            'SCOTT',
    5                                            'EMP',
    6                                            'JOB'
    7                                           )
    8                       )
    9.

    COL_VAL COL_VAL_CNT
    -------------------- -----------
    CLERK                          4
    SELLER 4
    PRESIDENT 1
    MANAGER 3
    ANALYST 2

    Scott@ORCL >

    Or better change function in the pipeline.

    SY.

  • Several database watch over FAL_SERVER and FAL_CLIENT parameter in DG

    Hello

    I'm a little confused about FAL_SERVER and FAL_CLIENT parameters in Data Guard.

    We intend to set up several database backup in the Data Guard environment. Suggest that I have db production named "PROD" and the name of multiple standby as standby1, standby2, standby3.

    Is my environment:_
    DB version: 11.2.0.1
    OS version: OE5LU6

    So in this case, the specification above Net name spfile on production server as well as on the other standby server.

    Kindly suggest me.

    Concerning
    Flo

    Flo wrote:
    Hello

    I'm a little confused about FAL_SERVER and FAL_CLIENT parameters in Data Guard.

    We intend to set up several database backup in the Data Guard environment. Suggest that I have db production named "PROD" and the name of multiple standby as standby1, standby2, standby3.

    Is my environment:_
    DB version: 11.2.0.1
    OS version: OE5LU6

    So in this case, the specification above Net name spfile on production server as well as on the other standby server.

    Kindly suggest me.

    Concerning
    Flo

    FAL_CLIENT is the service Oracle TNS from the local system and FAL_SERVER service Oracle TNS from the remote system.
    If you have three bases of the pending primary, then the primary data, you must have three values in FAL_SERVER for archives will be send to all destinations.
    and the stadnby database, FAL_SERVER must be the oracle TNS service where receive you archives log files.
    Note:-If you have primary CARS then forget every service differentiated by commas, as shown below.
    Sleep mode to primary CARS:-FAL_SAERVER = "PROD1", "PROD2".
    These parameters are dynamic, so that you can change them at any time.
    HTH.

  • image processor script and the parameter interpolation image (cs3)

    Hi all

    I am using Bridge and Photoshop CS3 (mac) allows to process batches of photos. I discovered the 'Processor of Image' script does take into account the "image interpolation" setting of my general preferences in Photoshop.

    It's very painful, because I can't use 'Of Image Processor' longer, because it produces soft images, where I need sharp ones (my fault for "interpolation of the image" is "Bicubic Sharper".)

    No idea/solution workaround?

    Thank you

    Patrick

    Image processor using Image Fit to do the resizing. That you don't like to use Image adjustment BICUBIC method you can editing this script. Change line 143 of

    app.activeDocument.resizeImage(newWidth, newHeight, resolution, ResampleMethod.BICUBIC);
    

    TO

    app.activeDocument.resizeImage(newWidth, newHeight, resolution, ResampleMethod.BICUBICSHARPER);
    
  • using dbms_metadata for retrieve data type name and the parameter of a procedure

    Hi guru,.

    is there a subprogramme in dbms_metadata which will extract that ideally the specifications of a procedure/function call

    If the my program spec is proc1 (id1 number, CRC in varchar2, id2 number)

    If I call something like

    Select * from table (dbms_metadata. < subprogramme > ("proc2"));

    It gives me

    Id1 number

    CRC in varchar2

    Id2 number

    ideas/pointers?

    Why do you need to do this?

    See S/n/ALL/$user_arguments.

  • Import / Export and foreign keys

    Hi there;

    I am facing the problem more common online backup (I think), when we export a database online;


    I wonder if there are a few steps to that end, or maybe we have an export option to make a snapshot on export database begins;


    Any tips?

    Thank you

    Marcos Ortega
    Brasil

    More LOGIC - a comparable to CONSISTENT parameter is not necessary. Use FLASHBACK_SCN and FLASHBACK_TIME for this feature.

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14215/dp_export.htm#i1005864

    -André

  • Last token parameter in planning the task is always 0 and not changing

    Hello

    For all users Active Directory associated with schedule jobs the last token does not change, but jobs is running successfully and users are get from IOM.

    The work took a lot of time. Should I check to overcome this obstacle? Please suggest

    Thank you

    In fact, the name of the task and the parameter of the scheduled task "Name of the scheduled task" were different.

    After their amendment, last token parameter updates correctly.

    Thank you

Maybe you are looking for

  • Multi Touch...

    Is the touch screen on the Motorola i1 mult-screen? Also... is the screen with Gorilla glass?

  • ENVY of HP dv7-7301eo Notebook PC: help please

    Hi, I accidentally uninstalled Synaptics Touchpad Driver from the control panel because I tried to fix it because it was not answer all of a sudden. Please help, how can I redownload/reinstall Synaptics?

  • game lag on vista ultimate 64

    Play any game I play very well for about ten minutes, then one minute of incredible delay, it is impossible to play. a simple 2D game I can run without lag, but nothing more that I can not.  There is only a single 3D game I can run without lag and th

  • Password BIOS HP Mini 110 problem

    I have a HP Mini 110 1020nr and forget the password, please help Error: CNU92462YQ Thank you

  • CyberLink Power 14 Media Player - CyberLink Corp. - 14.0.2.5829

    well my HP support assistance is showing me an update for CyberLink Power Media Player 14 - CyberLink Corp.  -14.0.2.5829 and it will be not installed the update and I want this update what can I do to get I have a window of 10 laptop that I just got