ORA-16171: RECOVER... FINISHING unauthorized

Hi all

11.2.0.3.11

AIX6

Assuming you meet disaster and the primary is deleted, then you failover to your waiting DG.

It is possible that you end - up nothing?

SQL > ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH;

ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH

*

ERROR on line 1:

ORA-00283: cool cancelled due to errors

ORA-16171: RECOVER... FINISHING not allowed away for thr 1, seq 983-983

Thank you

MK

Yes of course. Never heard of Murphy's law?

A good DBA is aware of Murphy and arms himself against Murphy.

This procedure begins by

reading documentation

and implementation of the procedures described here.

It does not start with daily alerts of surveillance with home grown scripts written by others, so Oracle is already able to do.

And Yes, there are * described * resolution of the gap and the gap detection procedures.

But everyone here knows that the situation in your store leaves much to be desired and that the staff is a HUGE factor in this.

Sybrand Bakker

Senior Oracle DBA

Tags: Database

Similar Questions

  • Automatic failover with Transport and apply Lag fails with ORA-16798

    Hello
    I configured a physical database maximum Performance, accelerated failover mode standby. I set FastStartFailoverLagLimit to 3 hours (10800 seconds).

    If I understand the Oracle documentation, Fast-Start failover should work with Max Performance, as long the Transport timeout is whithin the FastStartFailoverLagLimit.


    So I started a few scripts, generated some loading, so I have a Transport and apply the shift of 3-4 Minutes.
    Then I killed pmon to cause an automatic failover.

    Failover failed with ORA-16798.

    I know, there is Note 846087.1 , which describes the problem, but I thought that automatic failover should work in this configuration.
    Is this a bug or am I wrong?

    Thank you very much in advance.


    Configuration Data Guard standby:
    -----------------------------------------------

    Role: STANDBY PHYSICS
    State of destination: apply
    Transport delay: 3 minutes 3 seconds (calculated two seconds ago)
    Apply the Lag: 3 minutes 26 seconds (calculated 0 seconds ago)
    Apply the rate: 23,52 MB/s
    Real-time query: OFF
    Occurrence (s):
    ...

    Properties:
    ...
    LogXptMode = "async".
    DelayMins = '0'
    Binding = "optional."
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = "300"
    NetTimeout = "15"
    RedoCompression = "DISABLE."
    ...

    State of the database:
    SUCCESS

    Fast failover configuration:
    -----------------------------------------------

    Fast-Start Failover: ENABLED

    Threshold: 180 seconds
    Target: < Targetname >
    Observer: < servername >
    Offset limit: 10800 seconds
    Primary closure: TRUE
    Auto-Rétablir: TRUE
    Reconnection of the observer: (none)
    Substitution of the observer: FALSE

    ...


    Messages of the DG - Log:
    -----------------------------------------------
    FAILOVER TO < DB >
    Starting failover to the < DB > database
    Notifying Oracle Clusterware to disassembly for the FAILOVER database
    02/02/2015-13:38:04
    Error running SQL = 604, sql = [ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FI
    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-00283: cool cancelled due to errors
    ORA-16171: RECOVER... FINISHING not allowed away for thr 1, seq 34-37
    Failed to retrieve Terminal.
    Database error resource SetState (16798)
    02/02/2015-13:38:08
    Command FAILOVER < DB > completed with error ORA-16798


    The FastStartFailoverLagLimit property specifies the amount of data, in seconds, during which the standby database target can

    delay on the main database on the recovery plan applied. If again applied Eve point database notes that many

    seconds of the primary database redo point generation, accelerated tipping is allowed.

    Errors show a gap for sequences 34-37, which is not optimal for a fast failover.

    Even if FastStartFailoverLagLimit is set to 3 hours, there is too much data loss for the standby site because newspapers are not available on the backup server and the Broker cannot activate the Pb of the day before.

    I recommend to to lean on increase the bandwidth network.

    Concerning

  • Failover Standby DB error

    Hello.
    I tried to make a process of failover in a database of the previous day. On the ARCH directory, I have the last archived file ARCH_126983.arc

    Yes, I did
    SQL > alter database base_de_donnees eve of Mount;
    SQL > recover database auto sleep;
    Cancel
    (He has recovered to the ARCH_126983.arc)

    SQL > SHUTDOWN IMMEDIATE;
    SQL > alter database base_de_donnees eve of Mount;
    SQL > alter database open read-only.
    SQL > alter database recover managed standby database finish;

    ALTER database recover managed standby database finish
    *
    ERROR on line 1:ALTER of database DATA RECOVER MANAGED STANDBY DATABASE FINISH SKIP STANDBY LOGFILE;
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH SKIP STANDBY LOGFILE
    *
    ERROR on line 1:
    ORA-00283: cool cancelled due to errors
    SQL > ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH;
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH
    *
    ERROR on line 1:
    ORA-00283: cool cancelled due to errors
    ORA-16171: RECOVER... FINISHING not allowed away for thr 1, seq 1-126983

    SQL > ALTER DATABASE RECOVER MANAGED STANDBY database finish skip;
    ALTER DATABASE RECOVER MANAGED STANDBY database finish skip
    *
    ERROR on line 1:
    ORA-00283: cool cancelled due to errors
    ORA-00342: archived log was created before last RESETLOGS
    ORA-00334: archived log: ' / u01/app/oracle/admin/auth/arch/ARCH_0.arc'

    ________________________________________________________

    Then in which instruction failover adds a marker to end-of-redo the last archived log file header. Why repeat the sequence in the archived file has been reset from 126983 to 1?

    I use not DataGuard management relief. And my Oracle version is:

    SQL > select * from v version $;

    BANNER
    ----------------------------------------------------------------
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64 bit Production
    PL/SQL Release 9.2.0.8.0 - Production
    CORE Production 9.2.0.8.0
    AMT for HP - UX: 9.2.0.8.0 - Production Version
    NLSRTL Version 9.2.0.8.0 - Production



    How can I change this mode database role ensures the primary, but without transition process (I guess that the primary is not accessible).

    Thanks for any help.

    Yes, as you can see now the database_role is the principal, so you did the failover.

    ALTER DATABASE COMMIT AT THE GRADE CROSSING;

    Is used when you want to make the transition to digital and switchback, not tipping. You can ignore the error.

    For the revival of the command is:-alter database activate standby database;

    Anand

  • Oracle/PLSQL: Error ORA-01756

    Hello

    I'm new to PL/SQL and my script keeps ORA-01756, not finished string. Here is the code:

    DECLARE
    query_str VARCHAR2 (60);
    BEGIN
    plsql_block: = ' SELECT ' grant execute on | object_name | "to dummy_user;"
    From user_objects
    WHERE type_objet = 'PACKAGE '.
    Query_str EXECUTE IMMEDIATE
    END;

    I want this implementation in DBSM_SCHEDULER WORK, but he constantly Gets the error.

    If I ran is separately as:
    ' SELECT ' grant execute on | object_name | "to dummy_user;"
    From user_objects
    WHERE type_objet = 'PACKAGE '.

    There's no problem.

    Can someone give me advice or recommendation which is exactly the problem.
    I would be really grateful for some assistance :)

    Kind regards
    Emil Bolokanov

    Hello

    >
    SELECT "grant execute on | object_name | "to dummy_user;"
    From user_objects
    WHERE type_objet = 'PROCEDURE '.
    >

    This is for change

    SELECT 'grant execute on ' || object_name || ' to dummy_user'
    FROM user_objects
    WHERE object_type = 'PROCEDURE';
    

    To run it

    Just type

    exec NEW_1 ('aa');

    This should be good for you. As there is an already available dummy_user.

    see you soon

    VT

  • Only add time to date.

    Hello

    I didn't add the part of time to a date.

    For example: Date dt = 1 April 2014 10:30 '

    I want the new dt = 1 April 2014 15:00 '

    I tried do

    Select trunc (dt) + to_date (' 15:00 HH24 ' double)

    but the error

    ORA-00975: date + date unauthorized

    00975 00000 - ' date + date unauthorized. "

    Help, please.

    You add intervals of dates, try

    Select trunc (sysdate) + to_dsinterval ('00 03:15:26 ') twice;

    for example.

  • How to access the NextVal when inserting into the Table

    All,

    I create a type of page process: the anonymous PL/SQL block

    Source:

    Start
    insert into
    c00_reimbursement_checks
    Select
    C00_REIMBURSEMENT_CHECKS_SEQ. NEXTVAL,
    '1',
    PTP.regular_payment_date,
    DC. Paid,
    NULL,
    Pap1.person_id,
    NULL,
    Sum (DC.amount_100_pct) + Sum (DC.paid_at_80) + Sum (DC.paid_at_50),
    "Dental reimbursement plan."
    NULL,
    DC. Reference,
    NULL,
    NULL,
    DCB.batch_date,
    DC.claim_id
    Of
    hrapps.dental_claims dc,
    Apps.per_all_people_f pap,
    Apps.per_all_people_f pap1,
    hrapps.dental_claim_batch dcb,
    hrapps.dental_plans dp,
    TPP apps.per_time_periods
    where dc.plan_id =: P4_PLAN_ID
    and dc.payee <>1069
    and dc.claim_status_id = 3
    and dcb.batch_id = dc.batch_id
    and dcb.batch_date =: P4_BATCH_DATE
    and pap.person_id = dc.patient_person_id
    and dc.date_of_service between pap.effective_start_date and pap.effective_end_date
    and pap1.person_id = dc.person_id
    and dc.date_of_service between pap1.effective_start_date and pap1.effective_end_date
    and dp.plan_id = dc.plan_id
    and ptp.payroll_id = decode(dc.plan_id,1,61,67)
    and dcb.batch_date between (ptp.start_date) and (ptp.end_date)
    Group of null, '1', ptp.regular_payment_date, dc.payee, null, pap1.person_id, null, 'Dental Plan', null, dc.reference, null, null, dcb.batch_date, dc.claim_id of refund
    order of null, '1', ptp.regular_payment_date, dc.payee, null, pap1.person_id, null, 'Dental Plan', null, dc.reference, null, null, dcb.batch_date, dc.claim_id of refund;
    commit;

    End;


    I get this error:

    1 error has occurred
    ORA-06550: line 6, column 60: PL/SQL: ORA-02287: sequence number unauthorized here ORA-06550: line 3, column 1: PL/SQL: statement ignored


    How can I get access to and use the sequence of pk for my table.

    The answer surely is a trigger?

    create or replace trigger "BI_"
      before insert on 
    for each row begin if :NEW.
    is null then select .nextval into :NEW.
    from dual; end if; end;

    You need to change the SQL code to specify the columns that you insert in, but it avoids all the other faff.

    John.

  • ORA-16157: recovery media not permitted after successful recovery of FINISHING

    Hi s/n,.

    I have a situation.

    During one of my tests on a standby, I issued an order by mistake "Alter database recovery managed standby database finish", but I didn't do a failover.

    And now I want to activate MRP by running the command 'Alter database recover managed standby disconnect session' I get alert ora in the alerts log

    "

    MRP0: Background Media Recovery terminated with error 16157

    Errors in the /var/opt/oracle/diag/rdbms/himmyprd1/himmyprd1/trace/himmyprd1_pr00_13513.trc file:

    ORA-16157: recovery media not permitted after successful recovery of FINISHING

    "

    Is their anyway I can start the MRP and set the day before because it was earlier, or do I have to rebuild the day before.

    DB version 11.2.0.2.0

    Concerning

    Himanshu

    Hello

    If you have any questions "alter database recover managed standby database finish;", it reports oracle recovery is complete for database pending and you'll be performing a failover operation.

    If you have started this command accidentally, then I can say that it is your bad luck... You have to rebuild only the database of relief and no go.

    Kind regards

    Shivananda

  • I was almost finished to fill a very large document when my computer turns off. Is it possible to recover what I had done?

    Original title: Document lost

    I was almost finished to fill a very large document when my computer turns off.  Is it possible to recover what I had done?

    Hello

    What document you worked on?

    Have you worked on all office applications?

    If you are working on a Word document, you can check out the following link and check if that helps.

    http://support.Microsoft.com/kb/316951

  • Is there a way to recover deleted history sites? Also, a way to prevent unauthorized users to erase history?

    Is there a way to recover deleted history sites? Also, a way to prevent unauthorized users to erase history?

    You need administrative rights to do this. Be careful as it is possible to easily create a very difficult to solve waste.

    Run gpedit.msc

    Reach

    -User configuration

    -Administrative templates

    -Windows components

    -Internet Explorer

    -Delete browsing history

    Disable the feature turned on 'delete browsing history '.

    You also probably want to configure

    -InPrivate

    Disable the active InPrivate browsing

    If you use IE8; Otherwise, the user can simply avoid registering in the first place.

    Also - the browser menus

    Tools menu: Disable Internet Options... menu active

    would be a good thing; Anyone who shouldn't be allowed to delete the history of should not be also change too much in the Internet Options.

    For some reason, changes to this setting of group policy have no effect in IE6 and IE8 on a workgroup computer XP Pro.

    In fact, I would like to disable the entire Tools menu item; However, there don't seem to be any means to do.

    Run gpupdate /Wait:0

    Any user who cannot access gpedit.msc, editing the registry (regedit.exe, regedt32.exe) or mmc.exe may re-activate it now grayed out in the menu items.

    Note: mmc.exe can be activated by right clicking my computer even as a limited user. Remove or deny permissions to these files for administrator users.

    I would like to configure them on a per user or user group basis. Does anyone know of a way to do by not part of a domain?

    I know no direct way to recover deleted history sites. Perhaps, they enter the trash somewhere. They may be captured by the network of monitoring programs, even if they have been deleted from the personal computer.

  • Just finished typing the long letter, somehow affect key on the keyboard and totally lost it all. Any way to recover?

    Just finished typing the long letter, somehow affect key on the keyboard and totally lost it all. Any way to recover?

    original title: help by email

    You don't mention your e-mail program, but the answer is no. Just to be sure, check the drafts folder and the "sent" folder. You may accidentally saved or sent.

    If you are using Windows Mail, whenever you want to type a long email, once you start it, it save in drafts, (file |) Save or Ctrl + S) and continue from there. Every so often, save it again to update what you just typed the recorded message.

  • ORA-01547: WARNING: RECOVER succeeded but OPEN RESETLOGS would get below error

    Dear all,

    While making RMAN cloning we get the error in the trace as file

    Trace file E:\ORACLE\TESTDB\11.2.0\ADMIN\TEST_TESTDB\diag\rdbms\hrdev\test\trace\test_pr00_3980.trc

    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    Windows Server 2003 V5.2 Service Pack 2 Version

    CPU: 2 - type 586, 2 physical cores

    Process affinity: 0 x 0 x 00000000

    Memory (success/Total): Ph: 15587 M / 16383 M, Ph + FCP: 32981 M / 34549 M, GOES: 708 M / 2047 M

    Instance name: hrdev

    Redo thread mounted by this instance: 1

    Oracle process number: 20

    Windows thread ID: 3980, image: ORACLE. EXE (PR00)

    2015-07-03 18:30:47.577

    Has started the recovery of parallel media

    2015-07-03 18:30:47.983

    Dumping table incarnation of database:

    RESETLOGS 0 Yvert and time: 0x0003.660c2a42 01/09/2014 19:37:43

    Incarnation of recovery target = 2, = 0 activation ID

    The flow buffer limit = 37200 min (50% x 74400, 100000)

    Start the recovery to the thread 1 ckpt SNA 15900955092 logseq 2726 block 469796

    Initial size of the buffers: read 1024K, 832K overflow, change 805K

    2015-07-03 18:30:48.030

    Add a Media Recovery redo thread 1

    2015-07-03 18:30:48.827

    Fall of Media Recovery redo thread 1

    DDE: Key problem "ORA 1110' was the controlled flood (0 x 1) (incident)

    ORA-01110: data file 1: ' F:\ORACLE\TESTDATA\SYSTEM01. DBF'

    2015-07-03 18:30:49.405

    Completed media recovery

    ORA-01547: WARNING: RECOVER succeeded but OPEN RESETLOGS would get below error

    ORA-01194: file 1 needs a recovery more match

    ORA-01110: data file 1: ' F:\ORACLE\TESTDATA\SYSTEM01. DBF'

    Concerning

    Villi Kumar

    Dear all,

    We have fixed this problem.

    Solution:

    E:\oracle\testdb\11.2.0>sqlplus sys as sysdba

    SQL * more: Production of liberation 11.2.0.3.0 Fri Jul 3 19:00:20 2015

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.

    Enter the password:

    Connected to:

    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL >

    SQL > RECOVER DATABASE UNTIL CANCEL USING BACKUP CONTROLFILE;

    ORA-00279: change 15900955092 generated at 02/07/2015 17:30:06 to

    thread 1

    ORA-00289: suggestion:

    E:\ORACLE\TESTDB\11.2.0\RDBMS\ARC0000002726_0836422663.0001

    ORA-00280: change 15900955092 thread 1 is in sequence #2726

    Specify the log: {= suggested |} Filename | AUTO | CANCEL}

    F:\oracle\arch\TEST\ARC0000002726_0836422663.0001

    ORA-00279: change 15900962042 generated at 02/07/2015 18:30:06 to

    thread 1

    ORA-00289: suggestion:

    E:\ORACLE\TESTDB\11.2.0\RDBMS\ARC0000002727_0836422663.0001

    ORA-00280: change 15900962042 thread 1 is in sequence #2727

    ORA-00278: save the file 'F:\oracle\arch\TEST\ARC0000002726_0836422663.0001' not

    longer needed for recovery

    Specify the log: {= suggested |} Filename | AUTO | CANCEL}

    F:\oracle\arch\TEST\ARC0000002727_0836422663.0001

    ORA-00279: change 15900962052 generated at 02/07/2015 18:30:16 needed to

    thread 1

    ORA-00289: suggestion:

    E:\ORACLE\TESTDB\11.2.0\RDBMS\ARC0000002728_0836422663.0001

    ORA-00280: change 15900962052 thread 1 is in sequence #2728

    ORA-00278: save the file 'F:\oracle\arch\TEST\ARC0000002727_0836422663.0001' not

    longer needed for recovery

    Specify the log: {= suggested |} Filename | AUTO | CANCEL}

    F:\oracle\arch\TEST\ARC0000002728_0836422663.0001

    ORA-00279: change 15901106577 generated at 03/07/2015 06:23:19 needed to

    thread 1

    ORA-00289: suggestion:

    E:\ORACLE\TESTDB\11.2.0\RDBMS\ARC0000002729_0836422663.0001

    ORA-00280: change 15901106577 thread 1 is in sequence #2729

    ORA-00278: save the file 'F:\oracle\arch\TEST\ARC0000002728_0836422663.0001' not

    longer needed for recovery

    Specify the log: {= suggested |} Filename | AUTO | CANCEL}

    F:\oracle\arch\TEST\ARC0000002729_0836422663.0001

    ORA-00279: change 15901247230 generated at 03/07/2015 06:33:53 required for

    thread 1

    ORA-00289: suggestion:

    E:\ORACLE\TESTDB\11.2.0\RDBMS\ARC0000002730_0836422663.0001

    ORA-00280: change 15901247230 thread 1 is in sequence #2730

    ORA-00278: save the file 'F:\oracle\arch\TEST\ARC0000002729_0836422663.0001' not

    longer needed for recovery

    Specify the log: {= suggested |} Filename | AUTO | CANCEL}

    F:\oracle\arch\TEST\ARC0000002730_0836422663.0001

    ORA-00279: change 15901413113 generated at 03/07/2015 06:45:53 required for

    thread 1

    ORA-00289: suggestion:

    E:\ORACLE\TESTDB\11.2.0\RDBMS\ARC0000002731_0836422663.0001

    ORA-00280: change 15901413113 thread 1 is in sequence #2731

    ORA-00278: save the file 'F:\oracle\arch\TEST\ARC0000002730_0836422663.0001' not

    longer needed for recovery

    Specify the log: {= suggested |} Filename | AUTO | CANCEL}

    F:\oracle\arch\TEST\ARC0000002731_0836422663.0001

    ORA-00279: change 15901578404 generated at 03/07/2015 06:56:49 to

    thread 1

    ORA-00289: suggestion:

    E:\ORACLE\TESTDB\11.2.0\RDBMS\ARC0000002732_0836422663.0001

    ORA-00280: change 15901578404 thread 1 is in sequence #2732

    ORA-00278: save the file 'F:\oracle\arch\TEST\ARC0000002731_0836422663.0001' not

    longer needed for recovery

    Specify the log: {= suggested |} Filename | AUTO | CANCEL}

    F:\oracle\arch\TEST\ARC0000002732_0836422663.0001

    ORA-00279: change 15901715991 generated at 03/07/2015 07:05:32 needed to

    thread 1

    ORA-00289: suggestion:

    E:\ORACLE\TESTDB\11.2.0\RDBMS\ARC0000002733_0836422663.0001

    ORA-00280: change 15901715991 thread 1 is in sequence #2733

    ORA-00278: save the file 'F:\oracle\arch\TEST\ARC0000002732_0836422663.0001' not

    longer needed for recovery

    Specify the log: {= suggested |} Filename | AUTO | CANCEL}

    Cancel

    SQL > alter database open resetlogs;

    Concerning

    Villi Kumar

  • recover the database up to the time, ORA-600 [2619]

    Oracle 11.2.0.3.9

    Solaris 10

    I have a database of pending that I would copy and activate the copy in another recovery base autonomous disaster.  I took a "Save as copy" of the day before and generated a controlfile primary with «alter database backup controlfile to trace...» ».

    I edited the controlfile, but now course issues with my recover.  I want to get back at 11:00, but I get an error ORA-600 at the end of the restoration and data files have a 10:40:46 checkpoint_time.  Here's the problem:

    Hood > sqlplus / as sysdba

    SQL * more: Production release 11.2.0.3.0 Wed Oct 8 11:35:47 2014

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.

    Connected to:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > restore database using backup controlfile until time ' 2014 - 10 - 08:11:00:00';

    ORA-00279: change 90406997774 generated at 08/10/2014 10:40:46 needed to

    thread 1

    ORA-00289: suggestion: /oracle/logs/NFDR/arch_598887_1_527943760.dbf

    ORA-00280: change 90406997774 thread 1 is in sequence #598887

    Specify the log: {< RET > = suggested |} Filename | AUTO | CANCEL}

    Auto

    ORA-00600: internal error code, arguments: [2619], [598887], [] [], [], [],.

    [], [], [], [], [], []



    SQL > select file #, to_char (checkpoint_time, 'YYYYMMDD HH24:MI:SS') from v$ datafile_header by 2.

    FOLDER # TO_CHAR (CHECKPOIN

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

    1 20141008 10:40:46

    2 20141008 10:40:46

    ...


    I have provided all archivelogs (even more) to the new database.  On the primary:


    SELECT the name of sequence #, first_time next_time OF V$ ARCHIVED_LOG WHERE SEQUENCE # < = 598889 AND name! = 'nfpo_stby' ORDER BY DESC SEQUENCE #.


  • /archive01/NFPO/arch_598889_1_527943760.dbf59888908/10/2014 11:34:0508/10/2014 11:55:26
    /archive01/NFPO/arch_598888_1_527943760.dbf59888808/10/2014 11:09:4408/10/2014 11:34:05
    /archive01/NFPO/arch_598887_1_527943760.dbf59888708/10/2014-10:40:4608/10/2014 11:09:44
    /archive01/NFPO/arch_598886_1_527943760.dbf59888608/10/2014-09:57:1508/10/2014-10:40:46
    /archive01/NFPO/arch_598885_1_527943760.dbf59888508/10/2014-09:03:0308/10/2014-09:57:15
    /archive01/NFPO/arch_598884_1_527943760.dbf59888408/10/2014-08:30:1108/10/2014-09:03:03
    /archive01/NFPO/arch_598883_1_527943760.dbf59888308/10/2014 08:07:2308/10/2014-08:30:11
    /archive01/NFPO/arch_598882_1_527943760.dbf59888208/10/2014 08:05:5308/10/2014 08:07:23
    /archive01/NFPO/arch_598881_1_527943760.dbf59888108/10/2014-07:33:2908/10/2014 08:05:53


    SQL > show parameter log_archive_dest;

    VALUE OF TYPE NAME

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

    Log_archive_dest chain

    Log_archive_dest_1 string LOCATION = / oracle/logs/NFDR

    ...


    Hood > cd/oracle/logs/NFDR

    Hood > ls - lah

    Total 3170612

    DBA oracle drwxr-xr-x 2 512 8 Oct 11:35.

    DBA oracle drwxr-xr-x 4 512 8 Oct 09:01...

    -rw - r - 1 oracle dba 173M 8 Oct 11:03 arch_598881_1_527943760.dbf

    -rw - r - 1 oracle dba M 174, 8 Oct 11:04 arch_598882_1_527943760.dbf

    -rw - r - 1 oracle dba M 175, 8 Oct 11:04 arch_598883_1_527943760.dbf

    -rw - r - 1 oracle dba 169M 8 Oct 11:04 arch_598884_1_527943760.dbf

    -rw - r - 1 oracle dba 168M 8 Oct 11:04 arch_598885_1_527943760.dbf

    -rw - r - 1 oracle dba 168M 8 Oct 11:04 arch_598886_1_527943760.dbf

    -rw - r - 1 oracle dba 200M 8 Oct 11:04 arch_598887_1_527943760.dbf

    -rw - r - 1 oracle dba M 121, 8 Oct 11:34 arch_598888_1_527943760.dbf

    -rw - r - 1 oracle dba 200M 8 Oct 11:35 arch_598889_1_527943760.dbf

    Why my database only get over not at 10:40, 11:00?

    Just a semantic quibble: you can't have a recovery with noarchivelog database.  (Unless I'm missing something)

  • Error trying to recover the ORA-12154 error text

    Hi all

    We want SETTING using ad module OBIA 7964 Finance. As part of have installed us Informatica 9.0.1 in our Linux x 86-64-bit server machine. And in the same machine, we installed a 11.2.0.1.0 oracle client.

    And we install Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production in another linux server.

    Now the question while trying to create a service of Informatica repository we get the error

    2013-04-25 12:52:38: ERROR: (7899 | 140669883090720): (RS |) (BIAPPS_DEV): node01_haidcobidev01: OBJM_54538: unable to connect to the repository BIAPPS_DEV to the orcl database.
    2013-04-25 12:52:38: ERROR: (7899 | 140669883090720): (RS |) (BIAPPS_DEV): node01_haidcobidev01: REP_51002: could not connect to the database server
    Database driver error...
    Function name: logon
    Error trying to recover the ORA-12154 error text

    Database driver error...
    Function name: connect
    Database error: unable to connect to the database using the [lower] user and the connection string [orcl]

    Please let us know is there something missing as part of the Setup and let us know how to solve this problem.

    Thank you
    Dany

    Who is the owner of this post?
    Looks like 2 different people possess!

    What link if you guys pass, try something like
    HostName: port / serviceName

  • ORA-20001: unauthorized access (package for the undefined security group variable).

    I'm creating an application that uses the authentication of the APEX and characteristics (work) registration and forgot password forms (does not work).

    My I forgot the password is public (requires authentication). The user provides the user name and a secret answer, which are validated and then provides the new password. I try to use htmldb_util.reset_pw to reset the password of the user, but it does not work.

    I have a process on the new password page call a PL/SQL anonymous block that looks like this (see below), where username = P16_ITEM1 and P18_ITEM1 = new password.

    BEGIN
    apex_040000.htmldb_util.reset_pw (V ('P16_ITEM1'), V ('P18_ITEM1'));
    END;

    I don't know how to send a message of success/failure of such PL/SQL block to the APEX, but that's a separate issue, I guess.

    In any case, during the trial through SQL Developer as the user with APEX_ADMINISTRATOR_ROLE, I get the following error:

    ORA-20001: unauthorized access (package for the undefined security group variable).
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 22
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 1220
    ORA-06512: at "APEX_040000.HTMLDB_UTIL", line 1253
    ORA-06512: at line 8 level

    I've searched previous discussions and tried different suggestions with no luck.

    I'm on Oracle DB 11g XE and APEX 4.x.

    Any help will be appreciated. Thank you

    Alex.

    In any case, during the trial through SQL Developer as the user with APEX_ADMINISTRATOR_ROLE, I get the following error:

    ORA-20001: unauthorized access (package for the undefined security group variable).

    When executing code outside the Apex which depends on the security defined Apex group, perform the following steps before your own code:

    wwv_flow_api.set_security_group_id(apex_util.find_security_group_id('YOUR_SCHEMA_NAME'));
    

    Google "wwv_flow_api.set_security_group_id" for more details, like this blog:

    http://www.easyapex.com/index.php?p=502

    -Morten

    http://ORA-00001.blogspot.com

  • recover missing (ORA-01092) UNDO tablespace

    I got ORA-01092 when starting the database

    SQL > startup
    ORACLE instance started.

    Total System Global Area 1367343104 bytes
    Bytes of size 1292468 fixed
    838862668 variable size bytes
    520093696 of database buffers bytes
    Redo buffers 7094272 bytes
    Mounted database.
    ORA-01092: ORACLE instance is complete. Disconnection forced

    I discovered that the UNDO tablespace is missing

    Alerts log shows this:

    My Oct 04 13:54:45 2010
    Setting the default value of the parameter parallel_max_servers
    160-135 because of the value of the process parameters (150)
    My Oct 04 13:54:45 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Diagram of SNA picked latch-free 2
    With the help of LOG_ARCHIVE_DEST_1 parameter value by default as D:\oracle\product\10.2.0\db_1\RDBMS
    Autotune undo retention is enabled.
    IMODE = BR
    ILAT = 18
    LICENSE_MAX_USERS = 0
    SYS audit is disabled
    ksdpec: called to the event 13740 before initialization of the event group
    Commissioning ORACLE RDBMS Version: 10.2.0.3.0.
    Parameters of the system with default values:
    process = 150
    __shared_pool_size = 813694976
    __large_pool_size = 8388608
    __java_pool_size = 8388608
    __streams_pool_size = 8388608
    SGA_TARGET = 1367343104
    control_files = D:\ORACLE\PRODUCT\10.2.0\ORADATA\AXPHQ01\CONTROL01. CTL, D:\ORACLE\PRODUCT\10.2.0\ORADATA\AXPHQ01\CONTROL02. CTL, D:\ORACLE\PRODUCT\10.2.0\ORADATA\AXPHQ01\CONTROL03. CTL
    DB_BLOCK_SIZE = 8192
    __db_cache_size = 520093696
    compatible = 10.2.0.3.0
    db_file_multiblock_read_count = 16
    UNDO_MANAGEMENT = AUTO
    undo_tablespace = UNDOTBS1
    Remote_login_passwordfile = EXCLUSIVE lock
    db_domain =
    dispatchers = (PROTOCOL = TCP) (SERVICE = AXPHQ01XDB)
    JOB_QUEUE_PROCESSES = 10
    audit_file_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\AXPHQ01\ADUMP
    background_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\AXPHQ01\BDUMP
    user_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\AXPHQ01\UDUMP
    core_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\AXPHQ01\CDUMP
    db_name = AXPHQ01
    open_cursors = 300
    pga_aggregate_target = 419430400
    optimizerconnect_by_cost_based = FALSE
    allowlevel_without_connect_by = TRUE
    PMON started with pid = 2, OS id = 7988
    PSP0 started with pid = 3, OS id = 7964
    MA started with pid = 4, OS id = 6948
    DBW0 started with pid = 5, OS id = 7332
    LGWR started with pid = 6, OS id = 5128
    CKPT started with pid = 7, OS id = 7148
    SMON started with pid = 8, OS id = 5804
    RECCE has started with pid = 9, OS id = 3604
    CJQ0 started with pid = 10, OS id = 7084
    MMON started with pid = 11, OS id = 8448
    My Oct 04 13:54:46 2010
    commissioning 1 dispatcher (s) for '(ADDRESS =(PARTIAL=YES) (PROTOCOL = TCP))' network address...
    MMNL started with pid = 12, OS id = 4704
    My Oct 04 13:54:46 2010
    commissioning or shared server 1...
    My Oct 04 13:54:47 2010
    ALTER DATABASE MOUNT
    My Oct 04 13:54:51 2010
    Definition of embodiment of recovery target 2
    My Oct 04 13:54:51 2010
    Mount of redo thread 1, with mount id 4102419559
    My Oct 04 13:54:51 2010
    Database mounted in exclusive Mode
    Completed: ALTER DATABASE MOUNT
    My Oct 04 13:54:52 2010
    ALTER DATABASE OPEN
    My Oct 04 13:54:53 2010
    Beginning of thread 1 crash recovery
    parallel recovery started with 7 process
    My Oct 04 13:54:53 2010
    Scan again started
    My Oct 04 13:54:53 2010
    Complete scan again
    1 blocks again read, 0 data blocks need recovery
    My Oct 04 13:54:53 2010
    Request for reinstatement has started
    Thread 1: logseq 10520, block 2, CHN 8758774026015
    My Oct 04 13:54:53 2010
    Online Redo Log recovery: thread 1 mem Group 11 Seq 10520 reading 0
    Mem # 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\AXPHQ01\REDO11. JOURNAL
    My Oct 04 13:54:54 2010
    Completed request
    My Oct 04 13:54:55 2010
    Finished in crash recovery
    Thread 1: logseq 10520, block 3, RCS 8758774046017
    redo the 0 data blocks read, 1 0 written data blocks, blocks read
    My Oct 04 13:54:58 2010
    Thread 1 Advanced to record the sequence 10521
    Thread 1 is open to the sequence of journal 10521
    Currently journal # 12 seq # 10521 mem # 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\AXPHQ01\REDO12. JOURNAL
    Opening of redo thread 1
    My Oct 04 13:54:58 2010
    View MTTR is disabled, because FAST_START_MTTR_TARGET is not defined
    My Oct 04 13:54:58 2010
    SMON: enabling cache recovery
    My Oct 04 13:54:58 2010
    Errors in the d:\oracle\product\10.2.0\admin\axphq01\udump\axphq01_ora_1024.trc file:
    ORA-30012: undo tablespace "UNDOTBS1" there is not, or of the wrong type

    My Oct 04 13:54:58 2010
    Error 30012 happened during db open, close the database
    USER: termination litigation because of the error 30012
    My Oct 04 13:55 2010
    Errors in the d:\oracle\product\10.2.0\admin\axphq01\bdump\axphq01_pmon_7988.trc file:
    ORA-30012: undo tablespace "is not or of the wrong type

    My Oct 04 13:55 2010
    Errors in the d:\oracle\product\10.2.0\admin\axphq01\bdump\axphq01_reco_3604.trc file:
    ORA-30012: undo tablespace "is not or of the wrong type

    My Oct 04 13:55 2010
    Errors in the d:\oracle\product\10.2.0\admin\axphq01\bdump\axphq01_smon_5804.trc file:
    ORA-30012: undo tablespace "is not or of the wrong type

    My Oct 04 13:55 2010
    Errors in the d:\oracle\product\10.2.0\admin\axphq01\bdump\axphq01_ckpt_7148.trc file:
    ORA-30012: undo tablespace "is not or of the wrong type

    My Oct 04 13:55 2010
    Errors in the d:\oracle\product\10.2.0\admin\axphq01\bdump\axphq01_lgwr_5128.trc file:
    ORA-30012: undo tablespace "is not or of the wrong type

    My Oct 04 13:55:01 2010
    Errors in the d:\oracle\product\10.2.0\admin\axphq01\bdump\axphq01_mman_6948.trc file:
    ORA-30012: undo tablespace "is not or of the wrong type

    My Oct 04 13:55:01 2010
    Errors in the d:\oracle\product\10.2.0\admin\axphq01\bdump\axphq01_dbw0_7332.trc file:
    ORA-30012: undo tablespace "is not or of the wrong type

    My Oct 04 13:55:01 2010
    Errors in the d:\oracle\product\10.2.0\admin\axphq01\bdump\axphq01_psp0_7964.trc file:
    ORA-30012: undo tablespace "is not or of the wrong type

    Instance of stopped by USER, pid = 1024
    ORA-1092 marked during: ALTER DATABASE OPEN...

    Hello

    Do as suggested by Chinar or

    1. after installation of startup

    2. create spfile from pfile;

    3. immediate shu

    4. startup mount

    Then do all the steps as stated in my previous post.

    Anand

Maybe you are looking for

  • Installation of Windows XP on Satellite U300

    I need to downgrade my laptop from vista to XP pro. After "slipstreaming" the new drivers sata in XP, I installed windows xp. After installing all the drivers (and drivers from the chipset), I left two questionmarks. (other devices)I really have no i

  • Tecra A4 - white screen sometimes after standby

    Sometimes after a suspend, the laptop restarts with a white screen. Nothing but it does not work if you know what I mean. For example, I can press FN + F1 (the screen turn off the button) and the laptop will play the melody indicating that the action

  • How to backup Windows 8 recovery disks/card reader?

    Hello I discovered the forums here that Windows 8 does not come with the COA sticker and has no option to create the installation DVD, you can use this tutorial provided by HP, to create a recovery DVD or a USB Flash drive. My question is, since I ca

  • Loss of memory hard drive

    I have a computer Dell Dimension 3000 DIM relatively old, running on Windows XP that was equipped with 40 gig of memory, which is now under 6 gig. My programs take hardly 2 gig of memory and I transferred all my documents to a flash drive, which cons

  • dv6748us problem of input audio speakers downgraded.

    I lowered my pavilion dv6748us notebook PC XP, Vista and everything works but I can't get my speakers to cut when I plug the headphone... No one knows how to fix this problem or driver that I could download? Thank you...