Oracle Dataguard - newspapers apply question

Hello
Due to a problem our archives logs does not production, the day before. We had our intelligence in London. I don't see any error messages. do not know what is going on, I had open case with oracle support.
We must stop all our production and DR last Sunday. Once it is up he stopped log shipping. our production server is a node 3 CARS.

I just need how to apply logs archiving of standby production, which is based in London.

appricate your quick response.

Thank you

To restore a database on hold:
1 manually copy all log files miissing Archives from the primary to the standby server

2.) cancel managed recovery on the standby database:

change databae recover managed standby database cancel;
3.) recover automatically:

automatic recovery of the standy basis;
4.) switch managed standby

recover managed standby database disconnect;

OR...

Manually set a gap:
=============================

In some rare cases, it may be necessary manually fix the gaps. The following section describes how to query the appropriate views to determine whether there is a gap.

On your physical standby database:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Query view ARCHIVE_GAP of V$:

SQL > SELECT * FROM V$ ARCHIVE_GAP;

THREAD # LOW_SEQUENCE # HIGH_SEQUENCE #.
----------- ------------- --------------
1 333 336

The query results show that your physical database ensure is currently absent sequence logs 333 in sequence 336 for thread 1. After identifying the gap, issue the following SQL statement on the database primary to locate the archived redo logs on your primary database:

SQL > SELECT NAME FROM V$ ARCHIVED_LOG WHERE THREAD #= 1 AND DEST_ID = 1 AND
2 > SEQUENCE # BETWEEN 333 AND 336;

NAME
--------------------------------------------------------------------------------
/U01/oradata/arch/arch_1_333.arc
/U01/oradata/arch/arch_1_334.arc
/U01/oradata/arch/arch_1_335.arc

Copy the logs returned by the query for your physical database Eve and register by using the ALTER DATABASE REGISTER LOGFILE command.

SQL > ALTER DATABASE REGISTER LOGFILE
' / u01/oradata/stby/arch/arch_1_333.arc';
SQL > ALTER DATABASE REGISTER LOGFILE
' / u01/oradata/stby/arch/arch_1_334.arc';
SQL > ALTER DATABASE REGISTER LOGFILE
' / u01/oradata/stby/arch/arch_1_335.arc';

Once the files newspapers were registered in the standby controlfile, you can restart the MRP process and the standby database 'catch up' the gaps in newspapers or you can manually restore the standby database.

Tags: Database

Similar Questions

  • Passage of Oracle Dataguard

    Hi all

    We use Oracle10g.
    We have configured the Oracle Dataguard with two databases (a primary and standby).
    We perform a failover, like this for example:

    On the primary database:
    ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY WITH SESSION SHUTDOWN;
    SHUTDOWN IMMEDIATE;
    STARTUP MOUNT;
    On the basis of data on hold:
    ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY WITH SESSION SHUTDOWN;
    ALTER DATABASE OPEN;
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION;
    So, when I perform this failover, what happens with the main data bases and rescue incarnation?
    Incarnation is updated? No problem with that?

    Another question: our idea is to create another database of physical standby on the other server.
    perform a failover for this new physical expectation change your primary role and disable the former primary database.
    no problem with this procedure? no problem with the first database pending created?

    Thank you very much!!!

    OK, it's big enough.

    If she was smaller, I would consider a move SCP cold of it on the new server.

    In theory, you should be able to make a pass to the you standby current. With her in the lead role, create a new standby with RMAN duplicate on the new server after changing your listener and tnsnames. Then make another pass and switch the spfile.

    I never did and I would like to test, test, test.

    One of the concerns is the eve runs with a Standby controlfile and this could make this failure.

    But that sense?

    I could set up a few databases to test for something like that.

    In the meantime a few permutations of practice is not a bad idea.

    Otherwise, you could try a clone RMAN of your primary on the new server. It is perhaps the best way to go long term.

    The two latest databases Oracle 10 that I moved were much smaller. I have set up the structure of files on the new server the same as the old server and the closing of the database and move all the files including the spfile and password file using SCP. After a quick listen and tnsnames on both sides, I restarted and Data Guard never missed a beat.

    Also, I moved a database ensures Oracle 10 once and while I do not have a document that I rough notes:

    Step 1 On the primary database 
    
    alter system set log_archive_dest_state_2=defer;
    
    Step 2 On the current standby 
    
    alter database recover managed standby database cancel;  ( Then shut it down )
    
    Step 3
    
    Create database directories on the new server.
    
    ( The FRA, the admin udump etc. and system and data )
    
    Step 4
    
    Edit the tnsnames.ora file on the current primary
    
    Step 5
    
    Add tnsnames.ora and listener.ora to the new server.
    
    Step 6 
    
    Move password and spfile files to the new server.
    
    Step 7
    
    Tnsping both servers
    
    Step 8
    
    Use scp to move the database to the new server.
    
    scp my.host.com:/u01/app/oracle/oradata/ORCL/sysaux01.dbf /u01/app/oracle/oradata/ORCL/
    
    and so on...
    
    Step 9
    
    Double check all files
    
    Step 10
    
    Start the database and enable the standby destination and recovery
    

    It was a gesture of the day before, but a primary movement in this way is very similar. My shop has a fast network and I was able to move a database of 100 GB in about 2 hours.

    You could do a permutation, stop the old elementary school and move it using the SCP. Then when he did raise MOUNT and set log_archive_dest_state_2 = reporter on it. Start the collection and if it work all just switch back to it. This way your old server is ready like the back where everything turns to dust. But with your Eve launched, you have almost no downtime. I would test it a few more times on small test systems.

    Best regards

    mseberg

  • How patch oracle dataguard database under windows

    Hi friends,

    I need to update a database of Oracle 11 g Dataguard on Windows 8 Pro x 64 with the latest Patch critical update available for this configuration. I read that there is a CPU 20833831 (July 2015).

    What documents Oracle I pay to play? or what are the steps I need to follow? Or what is the best way to accomplish this task?

    Details of PRIMARY database:

    SQL > select * from v version $;

    BANNER

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

    Oracle Database 11g Release 11.2.0.4.0 - Production personnel

    PL/SQL Release 11.2.0.4.0 - Production

    CORE Production 11.2.0.4.0

    AMT for 32-bit Windows: Version 11.2.0.4.0 - Production

    NLSRTL Version 11.2.0.4.0 - Production

    SQL > SELECT * FROM history of registry of $;

    ACTION_TIME ACTION NAMESPACE VERSION ID COMMENTS BUNDLE_SERIES

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

    08/07/14 21:59:26, 422000 APPLY SERVER 11.2.0.4 WinBundle 4 11.2.0.4.4 PSU

    SQL >

    C:\app\product\11.2.0\dbhome_1\OPatch > lsinventory opatch

    Installer of temporal parchment of Oracle versi¾n 11.2.0.3.6

    Copyright (c) 2013, Oracle Corporation. All rights reserved.

    Oracle home: C:\app\product\112~1.0\dbhome_1

    The central inventory: C:\Program Files (x 86) \Oracle\Inventory

    from: n/a

    OPatch version: 11.2.0.3.6

    YES version: 11.2.0.4.0

    Location of the log file: C:\app\product\112~1.0\dbhome_1\cfgtoollogs\opatch\opatch2015-09-06_19-54-29PM_1.log

    Location of the output file Lsinventory: C:\app\product\112~1.0\dbhome_1\cfgtoollogs\opatch\lsinv\lsinventory2015-09-06_19-54-29PM

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

    Nivel superior instalados products (1):

    Oracle Database 11g 11.2.0.4.0

    Hay 1 productos instalados in este directory Rayz of Oracle.

    Sears temporal (1):

    Patch 18296644: applied on Thu Aug 07 18:48:26 COT 2014

    Patch ID: 17560341

    Patch description: "WINDOWS DB BUNDLE . 11.2 PATCH " . 0.4.4: (18296644)"

    Created April 22, 2014, 02:01:38 hours

    Bugs fixed:

    16809786, 17716305, 16180763, 17545847, 17597748, 16992075, 17610798

    18235390, 17446237, 16450169, 16731148, 17761775, 14602788, 17726838

    17441661, 17050888, 17622427, 17546761, 13866822, 16315398, 17215306

    17040764, 14010183, 16837842, 16228604, 17346671, 18084625, 16683112

    14133975, 17721717, 17602269, 16777840, 17577218, 17071721, 16929165

    18241194, 17080436, 17265217, 17036973, 16698971, 4189542, 14852021

    16399083, 13609098, 17493764, 16785708, 17987366, 16187992, 17781991

    17313525, 16833527, 16618694, 17741995, 11733603, 14285317, 17341326

    16491477, 17357979, 17344412, 17088068, 17332800, 13498243, 16850630

    17783588, 14580303, 16296213, 18223971, 17393683, 18069285, 16863422

    16069901, 17443671, 17897511, 18296644, 17389192, 17394950, 10136473

    17785632, 14458214, 18069723, 17397545, 17186905, 17325413, 13364795

    16472716, 17468141, 13944971, 17883081, 16721594, 13853126, 18088509

    17205719, 16849620, 17284817, 17239687, 17079301, 18180390, 16976121

    17235750, 17951124, 17564992, 17754782, 17082359, 16314254, 17478145

    18154779, 18160822, 16613964, 17174582, 16043574, 17865671, 16943711

    18232462, 17612828, 17375354, 17393915, 17571306, 16825679, 18230522

    17546973, 17209410, 16633319, 16956380, 13077335, 16470836, 18328509

    12905058, 17921190, 17799716, 17614227, 18094246, 18018515, 18034871

    17672719, 16912439, 17385178, 16394467, 16220077, 17016369, 18115594

    17501491, 17027426, 17591148, 16875449, 17465741, 17752121, 17892268

    17614134, 14829250, 17288409, 17296856, 16285691, 17390431, 14338435, 17323222

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

    OPatch succeeded.

    Best regards

    dbape.

    What documents Oracle I pay to play? or what are the steps I need to follow? Or what is the best way to accomplish this task?

    1 doc oracle suggest to talk about the 'Readme file' patch... remember this is a basic step that you do.

    2. go to read me and follow the steps of which has suggested correction doc. Nobody does something special on the benches.

    -KumarN pavan

  • RMAN-Dataguard incremental catch question

    If a standby database dataguard gets out of sync by any long duration, theres a method known to synchronize it upward by getting an incremental backup of the primary of the last SNA applied and the day before with her recovery.

    http://docs.Oracle.com/CD/B28359_01/server.111/b28294/RMAN.htm#CIHIAADC

    It comes we have no limitation on the back to what extent an incremental backup of the CNS be run on the primary.

    Also interested to hear user experiences to look out for the use of the method of recovery of SNA for Standby.

    KR10822864 wrote:

    It comes we have no limitation on the back to what extent an incremental backup of the CNS be run on the primary.

    According to my knowledge, no.

    The command will run. It will just make a full backup.

    RMAN> backup incremental from scn 0000001 database format '/tmp/ForStandby_%U';
    
    Starting backup at 27-MAR-13
    
    using channel ORA_DISK_1
    backup will be obsolete on date 03-APR-13
    archived logs will not be kept or backed up
    *channel ORA_DISK_1: starting full datafile backup set*
    channel ORA_DISK_1: specifying datafile(s) in backup set
    input datafile file number=00002 name=/u01/app/oracle/oradata/ORCL/datafile/o1_mf_sysaux_8mtw4l2s_.dbf
    input datafile file number=00001 name=/u01/app/oracle/oradata/ORCL/datafile/o1_mf_system_8nqos6ng_.dbf
    input datafile file number=00004 name=/u01/app/oracle/oradata/ORCL/datafile/o1_mf_users_8mtw4l3h_.dbf
    input datafile file number=00003 name=/u01/app/oracle/oradata/ORCL/datafile/o1_mf_undotbs1_8mtw4l2x_.dbf
    input datafile file number=00005 name=/u01/app/oracle/oradata/ORCL/datafile/o1_mf_justin_8mtx19z1_.dbf
    channel ORA_DISK_1: starting piece 1 at 27-MAR-13
    channel ORA_DISK_1: finished piece 1 at 27-MAR-13
    piece handle=/tmp/ForStandby_0eo5hj16_1_1 tag=TAG20130327T004318 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:01:05
    
    using channel ORA_DISK_1
    backup will be obsolete on date 03-APR-13
    archived logs will not be kept or backed up
    *channel ORA_DISK_1: starting full datafile backup set*
    channel ORA_DISK_1: specifying datafile(s) in backup set
    including current control file in backup set
    channel ORA_DISK_1: starting piece 1 at 27-MAR-13
    channel ORA_DISK_1: finished piece 1 at 27-MAR-13
    piece handle=/tmp/ForStandby_0fo5hj37_1_1 tag=TAG20130327T004318 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
    Finished backup at 27-MAR-13
    
  • I forgot my answer to my apply questions id

    I've forgotten the answer to my questions of ID apply

    Hello

    Follow the instructions here > If you forgot your Apple ID - Apple Support security questions answered

  • Impossible to install ORACLE 10 g, compatabitlity questions...?

    Hi friends,

    I'm unable to install Oracle 10 g enterprise edition on my laptop which has windows 7 Home Basic... I can even install with windows XP... but is comapatability of the questions here... could you please help me? My friends also have the same problem...!

    It is not compatible with Windows 7. Try the Vista compatibility mode.

    Here's a link: http://windows.microsoft.com/en-US/windows7/Make-older-programs-run-in-this-version-of-Windows

    It may be useful

    Die you a hero or you live long enough to become a villain... Black Knight

  • Passage of Oracle Dataguard and DNS

    Hi, a few days ago, we planned a passage in a configuration of 10g dataguard (dataguard pasive) between the 2 servers.

    primary: Europe.com APP

    secondary: APP1 in Asia.com

    The two databases was Oracle 10.2.0.3 in Redhat (single instance)

    Everything is going well with databases and the digital switchover but what happened with the web-based applications?

    I have a lot of web PHP applicattion provided with a string of connection with OIC and oracle customer, all have the connection as user/pass@dbname where dbname is defined in the local tnsnames.ora with DNS host names.

    (All have xxx/xxx@APP), and was APP (host:europe.com and SID = APP)

    Europe.com was ip 1.1.1.1

    Asia.com has been ip 2.2.2.2

    My primary instance was APP (name sid) and the standby APP1 (name sid) but what happened when I pass the dataguard?

    Yes, because we have a lot of requests and we don t change the connection string, each of them tries to connect to the new basis of Eve physics APP which is in Europe.com. (and the main news is APP1 in Asia.com)

    Well, first of all, I must change the SID in the database (same as the primary database) waiting for the connection string, for which I have: (thus development are don't want to change the string of connection...)

    (1) immediate stop aid database

    (2) remove the dataguard broker configuration,

    (3) change the instance name in the spfile APP1 to APP.

    (4) change the name of db in the spfile APP1 to APP.

    (5) change the setting fal_client (INSTANCE_NAME = APP1) to (INSTANCE_NAME = APP)

    (6) change the app APP1 orapwd file

    (7) Exchange configuration bash_profile APP and re start the database pending.

    (8) check the listener.ora, so that the new listening service is APP and no APP1

    (8) with respect to the dataguard broker configuration config

    OK, everything works very well and we have the main and the database pending with the same SID.

    But what happened with the dns servers? because the web-based applications will try to connect to APP but APP has been defined as Europe.com and I want to redirect Asia.com as primary database.

    Well, first of all, I changed all my settings and broker dataguard over IP and not dns configuration files, so I made a guide to procedure for the passage to the then when we said that, first we must transition to digital, data bases and then the surface NET must change the DNS for new Europe.com dns point to 2.2.2.2 ip

    After that, everything works great!

    So in conclusion, to forward a permutation with dataguard (which was an excellent feature) check the connection of the chain of applications and take care of them) and if necessary, use the same SID for the two (databases) and emergency

    (In Oracle 12 c, we have a lot of thing to use as a continuation of the app for that)

    Kind regards

    Hernan

    Hi Herman,.

    Maybe I'm mistaken, please correct me if this is the case.

    Assuming you are using oracle customer why not just use the construction in the mechanism for this purpose? DNS has nothing to do with it, but I see people using it yet for this - it is not only suitable for failovers, I do not have my TTL of 60 seconds or less to my recordings of A.

    I had a project for banking HA where after permutation is launched the application (Tomcat) could in a minute to connect automatically to the database of watch on the Internet. First, you must use the database instead of SID service, so you can have the same service on the previous day. What more have a service, you can be sure that it will run the day before until it becomes primary, otherwise you can find yourself in a funny situation. Secondly, why not using built in failover of the connection string parameter, this way you can queue db (s) and in the case where your primary does not that the oracle client will simply try to connect to the waiting (to search for the same service). To ensure that the standby database does not have the service at any time, you can deploy trigger (AFTER startup) to check the role of database, if it is 'primary' it starts just the database service.

    Kind regards

    EVS

  • Portal Oracle WebLogic with OAM - Question of Architecture

    Hi all

    I have the following customer need.

    Oracle Portal 11.1.1.6 that is deployed on WebLogic Server 10.3.6
    11.1.1.5.0 Oracle Access Manager
    Oracle Internet Directory 11.1.1.6.0

    The customer wants to have Single Sign On for the Oracle Portal Application. It's my understanding of the Architecture.

    Oracle HTTP Server (with WebLogic plugin Proxy) converses with Oracle Portal
    Oracle HTTP Server (ditto above with WebGate) talking to Oracle Access Manager
    Oracle HTTP Server has Oracle Web Cache
    Oracle Access Manager talking about OID
    Oracle Portal talk to with authenticator OID OID

    When I went through the Oracle Portal documents, they provide steps for Oracle Portal that is deployed on Oracle Application Server, but not with WebLogic.

    My questions

    (1) do I configure authenticator OID to myrealm of the WebLogic domain (which hosts the Oracle Portal) to connect to OID?
    (2) at - it something more, that I have to do to integrate Oracle Portal with OID (meaning running pl/sql scripts or one)?
    (3) kindly advice me on the stream Cache Web Oracle, Oracle HTTP Server and Oracle Web Gate to the OAS Portal Oracle?

    Thank you

    Kind regards

    Somerset

    OK - portal will always OID as prerequisite.

    Thank you
    EJ

  • opatch apply question

    Hello

    On Redhat linux, I have updated the 10.2.0.4 with PSR 6810189 10.2.0.1 database.
    Now, while applying the latest PSU 9352164 I am facing the slot problem.
    (I downloaded the opatch utility (patch 6880880 by selecting the 10.2.0.0.0 output) as a condition)

    --------------------------------------
    opatch $ apply
    Citing O Patch 10.2 .0.4.9

    Setup Oracle interim Patch version 10.2.0.4.9
    Copyright (c) 2009, Oracle Corporation. All rights reserved.


    Oracle home: /usr/local/oracle/oracle/product/10.2.0/db_1
    Inventory Center: / usr/local/oracle/oraInventory
    from: /etc/oraInst.loc
    OPatch version: 10.2.0.4.9
    YES version: 10.2.0.4.0
    YES location: /usr/local/oracle/oracle/product/10.2.0/db_1/oui
    Location of the log file: /usr/local/oracle/oracle/product/10.2.0/db_1/cfgtoollogs/opatch/opatch2010-07-07_06-54-01AM.log

    History of patch file: /usr/local/oracle/oracle/product/10.2.0/db_1/cfgtoollogs/opatch/opatch_history.txt

    Fix provisional application '9352164' ApplySession to OH ' / usr/local/oracle/oracle/product/10.2.0/db_1'

    Prior running check...
    The prerequisite checking 'CheckActiveFilesAndExecutables' failed.
    The details are:


    The following executables are present:
    /usr/local/Oracle/Oracle/product/10.2.0/Db_1/bin/Oracle
    ApplySession failed when prior checks: checking prerequisites 'CheckActiveFilesAndExecutables' failed.
    System intact, OPatch will not attempt to restore the system

    OPatch failed with the error code 74

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

    How can I solve this?

    Thank you

    How can I solve this?

    sqlplus
    / as sysdba
    immediate stop
    output

  • Between different versions of oracle DataGuard

    I can dataguard year 11.1.0.6 database to a backup database 11.2.0.1

    For the purposes of upgrading Yes. But only a logical standby. And you can also use the logical standby transient rolling upgrade as well if you are a user of physical intelligence.

    See the following topics:

    Joint Oracle Version supports with Data Guard redo Transport Services (Doc ID 785347.1) on the Oracle Support

    MAA Rolling Upgrade paper at http://www.oracle.com/technology/deploy/availability/maa/maa_wp_11g_upgrades_made_easy.pdf
    Logic paper ensures Rolling Upgrade transitional MAA http://www.oracle.com/technology/deploy/availability/pdf/maa_wp_11g_transientlogicalrollingupgrade.pdf

    Larry

  • Physical backup of oracle dataguard.

    Hello

    What is the way to dough to make the backup of the node of Oracle 10 g (10.2.0.3) Physics of the standby database.
    We have EBS r12 (12.0.6) and database (10.2.0.3). And already, we take the backup of the application (r12) and primary database nodes
    with the help of way cold backup.

    So, can I take the cold physical database backup ensures, by just judgment of recovery paused node, then stop the start node and then resumes cold?


    Thanks.

    Hello

    What is the way to dough to make the backup of the node of Oracle 10 g (10.2.0.3) Physics of the standby database.
    We have EBS r12 (12.0.6) and database (10.2.0.3). And already, we take the backup of the application (r12) and primary database nodes
    with the help of way cold backup.

    It is recommended to use RMAN for your production database backup (see books below).

    So, can I take the cold physical database backup ensures, by just judgment of recovery paused node, then stop the start node and then resumes cold?

    Yes, or use RMAN as suggested above.

    Note: 848716.1 - use RMAN efficiently in an environment of Dataguard
    Note: 602299.1 - benefits and the use of RMAN with data pending

    Backup & recovery manuals
    http://www.Oracle.com/technology/documentation/database10gr2.html

    Kind regards
    Hussein

  • Export schema through Oracle data pump with question database Vault enabled

    Hello

    I installed and configured Vault database on an Oracle 11 g - r2 - 11.2.0.3 to protect a specific schema (SCHEMA_NAME) via a Kingdom. I followed the following doc:
    http://www.Oracle.com/technetwork/database/security/TWP-databasevault-DBA-BestPractices-199882.PDF
    to ensure that the system and the network user has sufficient rights to complete a schedule pump data Oracle export operation.

    I.e. I gave sys and system the following:
    execute dvsys.dbms_macadm.authorize_scheduler_user ('sys', 'SCHEMA_NAME');
    execute dvsys.dbms_macadm.authorize_scheduler_user ('system', 'SCHEMA_NAME');

    execute dvsys.dbms_macadm.authorize_datapump_user ('sys', 'SCHEMA_NAME');
    execute dvsys.dbms_macadm.authorize_datapump_user ('system', 'SCHEMA_NAME');

    I also create a second domain on the same schema (SCHEMA_NAME) to allow sys and system to manage indexes for the actual tables protected, in order to allow a system to manage indexes for the tables of protected area and sys. This separate realm was created for all types of indexes: Index, Partition of Index and Indextype, sys and system were allowed as the OWNER of this Kingdom.

    However, when I try and complete an operation of Oracle Data Pump export on the schematic, I get two errors directly after the following line appears in the export log:

    Processing object type SCHEMA_EXPORT/TABLE/INDEX/DOMAIN_INDEX/INDEX:
    ORA-39127: unexpected error of the call to export_string: = SYS. DBMS_TRANSFORM_EXIMP. INSTANCE_INFO_EXP('AQ$_MGMT_NOTIFY_QTABLE_S','SYSMAN',1,1,'11.02.00.00.00',newBlock)
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS." DBMS_TRANSFORM_EXIMP', line 197
    ORA-06512: at line 1
    ORA-06512: at "SYS." Dbms_metadata", line 9081
    ORA-39127: unexpected error of the call to export_string: = SYS. DBMS_TRANSFORM_EXIMP. INSTANCE_INFO_EXP('AQ$_MGMT_LOADER_QTABLE_S','SYSMAN',1,1,'11.02.00.00.00',newBlock)
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS." DBMS_TRANSFORM_EXIMP', line 197
    ORA-06512: at line 1
    ORA-06512: at "SYS." Dbms_metadata", line 9081

    The export is completed, but this error.

    Any help, pointers, suggestions, etc. in fact no matter what will be very welcome at this stage.

    Thank you

    I moved the forum thread on the "database - security. If the document does not help, pl open an SR with Support

    HTH
    Srini

  • Build dataguard two other questions. password prompt and certificate error

    Instances of guard fiirt two data are built. It carries out the second I get this error in the log of all alerts. It seems that it is a certificate error, but I'm having a hard time nailing down.

    BTW: Instance is 11.2.0.1

    Thread 1 Advanced to record the sequence 318 (switch LGWR)
    Currently Journal # 6 seq # 318 mem # 0: +DATA/sfs01/onlinelog/group_6.4762.769266689
    Client SSL: Server DN does not contain name of SID WHEREAS
    Archived journal 706 extra for each thread 1 317 0x799622d4 dest ID sequence entry 1:
    Thu Mar 22 12:46:48 2012
    Client SSL: Server DN does not contain name of SID WHEREAS

    The third and final instance of data hold I build is 3 t and holding still to be restored. Two questions:
    (1) can I suspend rman and restart it.
    (2) when I restart rman how I stop it all asking me to specify the password. I'd rather put a nohup on a shell script.

    Here's the script. Right now I am running it manually but would relly to run with nohup so I can go to lunch.

    RMAN target auxiliary SYS@sor01_primary / < < EOF
    Run {}
    allocate channel C1 device type disk;
    allocate auxiliary channel C2 device type disk;
    allocate auxiliary channel C3 device type disk;
    allocate channel auxiliary type C4 drive peripheral;
    allocate auxiliary channel C5 device type disk;
    target database double standby nofilenamecheck;
    C1 output channel;
    channel C2.
    output channel C3.
    output channel C4.
    output channel C5;
    }
    EXPRESSIONS OF FOLKLORE

    Ok

    Therefore, this

    RMAN target auxiliary SYS@sor01_primary

    Would be more like this

    RMAN target sys/password@PRIMARY auxiliary.

    You should be able to pre-test to the command prompt.

    Then hard-code in a shell script.

    Best regards

    mseberg

  • Oracle Dataguard Setup does not

    Hello

    Oracle database version: 11.2.0.2
    IBM AIX: 6.1

    We are trying to install Oracle 11 g R2 of the database, but we face a problem when running the RMAN command

    RMAN > Connect auxiliary sys/***@testdrc

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-04006: auxiliary database error: ORA-01031: insufficient privileges

    We have enough to recreate password file several times from the primary database server. We also noted that the status of the listener on the standby database server is as follows:

    LSNRCTL > status
    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=X2testdborrax1.orcl.com) (PORT = 1521)))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    For IBM/AIX RISC System/6000 TNSLSNR version: Version 11.2.0.2.0 - Production
    Start date November 29, 2011 14:03:10
    Uptime 0 days 2 h 42 min 6 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP ON
    Parameter Listener of the /u01/app/oracle/product/11.2.0.2.0/dbhome_1/network/admin/listener.ora file
    The listener log file /U01/app/Oracle/diag/tnslsnr/X2TESTDBORRAX1/listener/alert/log.XML
    Summary of endpoints listening...
    + (Description = (Address = (Protocol = TCP) (Host = X2TESTDBORRAX1. ORCL.com) (port = 1521))) +.
    + (Description = (Address = (Protocol = IPC) (Key = EXTPROC1521))) +.
    Summary of services...
    Service 'testdrc' has 1 instance (s).
    + Instance 'testdrc', LOCKEDstatus, has 1 operation for this service... +.
    Service 'testdrc.orcl.com' has 1 instance (s).
    + "Testdrc", status UNKNOWN, has 1 operation for this service... +.
    The command completed successfully

    Since the primary database server alerts log

    Logging of 1031 errors received on the eve
    Mar 29 16:46:19 Nov 2011
    Logging of 1031 errors received on the eve
    Mar 29 16:47:19 Nov 2011
    Logging of 1031 errors received on the eve
    Tue Nov 29 16:48:20 2011
    Logging of 1031 errors received on the eve

    Please any possible tips and suggestions. Thank you in advance.

    Thank you

    Hello;

    I had a lot of success with this document: (this is my recovery pending document since I RMAN of the primary side)

    http://www.Visi.com/~mseberg/duprman2.html

    The above is a very simple, step by step, which I'm sure will solve your problem.

    Your connection

    connect auxiliary sys/*****@testdrc
    

    My connect

    rman target sys/password@PRIMARY auxiliary /
    

    I also have an example of a listening here:

    http://www.Visi.com/~mseberg/Data_Guard_Listener_Example.html

    Note the _DGMGRL I would add that if you have not already done so.

    My lsnrctl status

    Service "STANDBY" has 1 instance(s).
      Instance "STANDBY", status READY, has 1 handler(s) for this service...
    Service "STANDBY_DGMGRL.mydomain.com" has 1 instance(s).
      Instance "STANDBY", status UNKNOWN, has 1 handler(s) for this service...
    

    Best regards

    mseberg

  • Oracle Dataguard

    Hello
    I use the oracle 9.2.0.6 on Linux 2.6.9-89. version
    In the alerlog I see as below.

    Citing no expedited destination LOG_ARCHIVE_DEST_2
    ARC3: LOG_ARCHIVE_DEST_2 unaccelerated Archive Destination

    ARC3: Archives of noexpedite complete FAL

    What is a means not expedited there?
    recovery is going very well.

    Thank you
    Vijay

    There is no error, there is a message.

    You or the other

    (a) control point more exciting (lower quick start mttr target, MORE redo log files from smaller sizes)
    -each switch triggers a log_checkpoint_ settings)

    (b) dbwr make it faster if it is slow (async io, io slaves, multiple dbwrs)

    (c) add other log files to get through the Summit without having to write around the time of treatment

    Source: http://asktom.oracle.com/pls/apex/f?p=100:11:0:NO:P11_QUESTION_ID:69012348056

    Concerning
    Girish Sharma

Maybe you are looking for

  • Parental control &amp; YouTube

    I turned on parental controls, and all of a sudden my Youtube app is gone, is anyway to prevent this app to disappear? I tried to allow youtube.com in the Web sites section to allow restrictions, but that did not help. Any ideas?

  • My ethernet does not work. Is this due to a recent security update?

    I've seen complaints (reddit, macrumor.com...) that recent security Update "031-51913 Kernel Extension incompatible data setting 3.28.1" has 'broken' my on my iMac ethernet connection 2015 later. I decided to buy this machine later the 2/26 because m

  • I have a Dell dimension running XP and IE8 will not respond

    I have a Dell Dimension 4500 XP pro and IE8 will not respond.When I click it it flashes up on top of the screen and disappears. To this effect, I can't watch the updates from Microsoft. Any ideas, anyone please? Delete.

  • Media Player has completely stopped working

    My media player has completely stopped working System-Windows 7 All media is still listed, but nothing is available. When I try to start, the following message appears. "running the server failed.

  • Change hard drive between 2 laptops

    At work, we use the same models of laptops, HP Probook 4510 s.  Now, I need to swap hard drives between two of them, as it stops because it's hot.  Of course, this now happens after the warranty. Should I do this swap of problems?