Corruption & Sysman

Hi all,
here is my situation.
This instance is our Production Instance.
The setup is:
10.2.0.3 on Redhat
After analyzing with rman - Backup validate check logical database; - I got the following result:
select *
from v$database_block_corruption
FILE# BLOCK# BLOCKS CORRUPTION_CHANGE# CORRUPTION_TYPE
3 23704 1 124547349 LOGICAL
select *
from v$backup_corruption
RECID STAMP SET_STAMP SET_COUNT PIECE# FILE# BLOCK# BLOCKS CORRUPTION_CHANGE# MARKED_CORRUPT CORRUPTION_TYPE
1 636798080 636796682 169 1 3 23704 1 124547349 YES LOGICAL
The next step:
SELECT tablespace_name, relative_fno,
segment_type, owner, segment_name, partition_name
FROM dba_extents
WHERE file_id = 3
AND 23704 between block_id and block_id + blocks -1;
TABLESPACE_NAME RELATIVE_FNO SEGMENT_TYPE OWNER SEGMENT_NAME PARTITION_NAME
SYSAUX 3 TABLE SYSMAN MGMT_CURRENT_AVAILABILITY
So it seems my corruption is in a table named MGMT_CURRENT_AVAILABILITY under the sysman schema.
That makes sense since I actually cannot schedule anything with EM.
I cannot select * that table nor export it. I always got an Invalid ROWID error.
What is the safest way to correct my problem?
emca -deconfig dbcontrol db -repos drop
then
emca -config dbcontrol db -repos recreate
Is it safe?
TIA

Hi, the options will can be:
1.- Use the BLOCKRECOVER for try recover the bad data blocks, please see the next link for get more information about how use this command.
http://download.oracle.com/docs/cd/B19306_01/backup.102/b14194/rcmsynta010.htm#sthref213
2.- Recreate the EM schema with.
emca -deconfig dbcontrol db -repos drop
then
emca -config dbcontrol db -repos recreate
Please let me know if you need anything else.
Regards.

Similar Messages

  • The Em Key is not configured properly or is corrupted in the file system and doe s not exist in the Management Repository.

    I'm getting this error and is there any way to resolve this without re-creating the service/s again, etc. Just curious if there are any suggestions/steps I may have missed, if not, I'll drop and recreate the services again
    Anyway, I have a backup of the emkey.ora and put it in the sysman/config directory, but still doesn't work... please see below...
    C:\Documents and Settings\abigail>emctl status emkey
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Please enter repository password:
    The Em Key is not configured properly or is corrupted in the file system and doe
    s not exist in the Management Repository. To correct the problem:
    1) Copy the emkey.ora file from another OMS or backup machine to the OH/sysman/c
    onfig directory.
    2) Configure the emkey.ora file by running "emctl config emkey -emkeyfile <emkey
    .ora file location>".
    C:\Documents and Settings\abigail>emctl config emkey -emkeyfile E:\app\abigail\p
    roduct\11.2.0\dbhome_1\sysman\config
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Please enter repository password:
    The Em Key is already configured. To override the current configuration, run "em
    ctl config  emkey <options> -force".
    C:\Documents and Settings\abigail>emctl config emkey -emkeyfile E:\app\abigail\p
    roduct\11.2.0\dbhome_1\sysman\config -force -sysman_pwd ********
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    The Em Key could not be configured. Unable to access file E:\app\abigail\product
    \11.2.0\dbhome_1\sysman\config.
    C:\Documents and Settings\abigail>emctl secure dbconsole -sysman_pwd ********
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    http://ABIGAIL:5501/em/console/aboutApplication
    DBCONSOLE already stopped...   Done.
    Agent is already stopped...   Done.
    Securing dbconsole...   Started.
    Please enter repository schema password:
    Securing dbconsole...   Failed.
    EMKey is misconfigured.

    Sorry but I'll have to ignore your suggestion, and don't worry about how I spend my time
    AND OHMYGODD IT WORKSS!!! For future reference, this is how I solved it based on my searches, actually based on one particular search:
    http://franjv.blogspot.com/2013/08/emkey-problems-in-oracle-rac-11gr2.html
    Thank youuu whoever wrote that and... is it the same "Fran" who helped me the last time?!? Coincidence??
    ANyway, thank youuuu

  • Data Block Corruption in sysaux01

    dear all,
    analyze table SYSMAN.MGMT_METRICS_RAW validate structure cascade ;
    ORA-01578: ORACLE data block corrupted (file # 3, block # 31263)
    ORA-01110: data file 3: '/u01/app/oracle/oradata/denimlhr/sysaux01.dbf'
    We create 'REPAIR_TEST' Table by follwoing comand
    begin
    dbms_repair.admin_tables(
    table_name => 'REPAIR_TEST',
    table_type => dbms_repair.repair_table,
    action => dbms_repair.create_action,
    tablespace => 'SYSAUX'
    end;
    We execute the following quey
    declare corr_count binary_integer;
    begin
    corr_count := 0;
    dbms_repair.CHECK_OBJECT (
    schema_name => 'SYSMAN',
    object_name => 'MGMT_METRICS_RAW',
    partition_name => null,
    object_type => dbms_repair.table_object,
    repair_table_name => 'REPAIR_TEST',
    flags => null,
    relative_fno => null,
    block_start => null,
    block_end => null,
    corrupt_count => corr_count
    dbms_output.put_line(to_char(corr_count));
    end;
    NOW THE FOLLOWING ERROR IS Occuring .
    ORA-24123: feature IOT support is not yet implemented
    ORA-06512: at "SYS.DBMS_REPAIR", line 293
    ORA-06512: at line 6
    please Advise
    Regards/Waseem

    What's your db version?
    Which error now you want to track ?The block corruption one or the one which is in bold?
    IF the one wich is in bold is the issue than here is what Oracle says about it,
    ORA-24123:     feature string is not yet implemented
    Cause:     An attempt was made to use the specified feature, but the feature is not yet implemented.
    Action:     Do not attempt to use the feature.
    Aman....

  • Logical Block corruption - not enough RMAN backups

    I have to deal with logical block corruption but these guys do not have enough rman backups to go back enough to recover blocks.
    All bad blocks are in SYSAUX and it seems because of it EM doesn't work as it's suppose to do. I dropped and recreated EM repository hoping it will clean itself but .... no.
    Any ideas?
    Oracle Linux 4.7 i386
    Oracle 10.2.0.4

    OCCUPANT_NAME OCCUPANT_DESC SCHEMA_NAME MOVE_PROCEDURE MOVE_PROCEDURE_DESC SPACE_USAGE_KBYTES
    EM Enterprise Manager Repository SYSMAN emd_maintenance.move_em_tblspc Move Procedure for Enterprise Manager Repository 52800
    EM_MONITORING_USER Enterprise Manager Monitoring User DBSNMP *** MOVE PROCEDURE NOT APPLICABLE *** 1600

  • Extract 11g part 1 of 2. Some files corrupted

    All:
    Please i know the answer to this is just to download a fresh zip file of oracle 11g part 1 of 2.
    But is there any other way out. In the part of the world i am in, internet is slow and i dont have 1.25gig of data. Got errors while extracting the zip file part 1 of 2. Part 2 of 2 extracted successfully. How can i get some of the files i failed.
    How can i get the .jar files?
    ! C:\Downloads\Oracle_112020_Win64_Database_1of2.zip: CRC failed in database\doc\em.112\e12255.pdf. The file is corrupt
    ! C:\Downloads\Oracle_112020_Win64_Database_1of2.zip: CRC failed in database\stage\Components\oracle.dbdev\11.2.0.2.0\1\DataFiles\filegroup1.jar. The file is corrupt
    ! C:\Downloads\Oracle_112020_Win64_Database_1of2.zip: CRC failed in database\stage\Components\oracle.precomp.common\11.2.0.2.0\1\DataFiles\filegroup6.jar. The file is corrupt
    ! C:\Downloads\Oracle_112020_Win64_Database_1of2.zip: The archive is corrupt
    ! C:\Downloads\Oracle_112020_Win64_Database_1of2.zip: CRC failed in database\stage\Components\oracle.sysman.console.db\11.2.0.2.0\1\DataFiles\filegroup11.jar. The file is corrupt
    ! C:\Downloads\Oracle_112020_Win64_Database_1of2.zip: CRC failed in database\stage\Components\oracle.sysman.plugin.db.main.oms\11.2.0.2.0\1\DataFiles\filegroup2.jar. The file is corrupt
    ! C:\Downloads\Oracle_112020_Win64_Database_1of2.zip: CRC failed in database\stage\Components\oracle.sysman.plugin.db.main.oms\11.2.0.2.0\1\DataFiles\filegroup3.jar. The file is corrupt

    I do not believe you have any choice other than to re-download the file. The download page has cksum values to verify the integrity of the download.
    HTH
    Srini

  • Corrupt Block Found

    Hi,
    on 10g R2, Win server 2003, I have this error :
    Corrupt Block Found
             TSN = 2, TSNAME = SYSAUX
             RFN = 3, BLK = 36473, RDBA = 12619385
             OBJN = 150506, OBJD = 150506, OBJECT = MGMT_METRICS_RAW_PK, SUBOBJECT =
             SEGMENT OWNER = SYSMAN, SEGMENT TYPE = Index SegmentHow to identify this corrupted block ?
    How to remedy ?
    Thank you.

    There're many solutions to resolve block corruption. One of them is by using DBMS_REPAIR
    Look at this link http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/repair.htm#i1006090
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

  • MFC CRecordset heap corruption detected at Close()

    I recently upgraded my operating system from Windows XP to Windows 7 SP1 64 bit. We are using Visual Studio 2005/2008  Professional Edition and Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production.
    When I try to execute this code I am getting the below exceptions.
    try {
      CDatabase *pDatabase = CDatabaseConnection::getDatabaseConnectionProcessLog();
      ORSProcessLog rsProcessLog(pDatabase);
      CString strFilter = _T("SELECT PROCESS_ID, MESSAGE FROM OP_PROCESS_LOG");
      rsProcessLog.SetRowsetSize(1);
      if( !rsProcessLog.Open(CRecordset::dynaset, strFilter, CRecordset::appendOnly) ) 
      return;
      if( !rsProcessLog.CanAppend() )
      return;
      rsProcessLog.AddNew(); 
      rsProcessLog.m_PROCESS_ID = gcsProcessID;
      rsProcessLog.m_MESSAGE = csMessageA;
      rsProcessLog.Update();
      rsProcessLog.Close();
    catch ( CDBException* pEx )
      bException = true;
      pEx->GetErrorMessage(szCause, 255);
    catch( CException* pEx )
      bException = true;
      pEx->GetErrorMessage(szCause, 255);
    where rsProcessLog is the CRecordset object using a successfully connected database pointer pDatabase
    In 32- bit Debug version I get a message box at rsProcessLog.Close(); with the below text
    Debug Error
    Program: ......\Test.exe
    HEAP CORRUPTION DETECTED: after Normal block (#506) at 0x0087F628. CRT detected that the application wrote to memory after end of heap buffer.
    Memory allocated at f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\dbcore.cpp(2626)
    (Please Retry to debug the application)
    In 32- bit Release version I get a message box at rsProcessLog.Close(); with the below text
    Windows has triggered a breakpoint in Test.exe
    This may be due to a corruption of the heap, which indicates a bug in Test.exe or any of the DLLS it has loaded.
    This may also be due to the user pressing F12 while Test.exe has focus.
    The output window may have more diagnostic information.
    The above code was a working code in Windows XP with the rest of the env remaining the same and it continues to run in Windows XP but not in Windows 7. Any help will be greatly appreciated.

    Greg,
    I installed the Patch using OPatch utility. After the installation I am still getting the "HEAP CORRUPTION DETECTED.." error. Please Help.
    I am attaching the OPatch log file for your reference.
    [Nov 5, 2013 10:52:37 AM]    OPatch invoked as follows: 'apply -Report ' [Nov 5, 2013 10:52:37 AM]    OUI-67077:                              Oracle Home       : C:\Oracle\Ora11_32                              Central Inventory : C:\Program Files (x86)\Oracle\Inventory                                 from           : n/a                              OPatch version    : 11.2.0.3.5                              OUI version       : 11.2.0.3.0                              OUI location      : C:\Oracle\Ora11_32\oui                              Log file location : C:\Oracle\Ora11_32\cfgtoollogs\opatch\17363844_Nov_05_2013_10_52_36\apply2013-11-05_10-52-36AM_1.log [Nov 5, 2013 10:52:37 AM]    Patch history file: C:\Oracle\Ora11_32\cfgtoollogs\opatch\opatch_history.txt [Nov 5, 2013 10:52:37 AM]    Starting ApplySession at Tue Nov 05 10:52:37 EST 2013 [Nov 5, 2013 10:52:37 AM]    Starting Apply Session at Tue Nov 05 10:52:37 EST 2013 [Nov 5, 2013 10:52:38 AM]    OPatch will do the following:                              [Oracle Home discovery]                      : Configure and Validate Oracle Home info.                              [Prerequisite for apply]                     : Invoke prerequisites to see if patch can be applied.                              [Patch conflict detection for apply patch]   : Check if any conflict with already installed patches in Oracle Home. [Nov 5, 2013 10:52:38 AM]    --------------------- Oracle Home discovery --------------------- [Nov 5, 2013 10:52:38 AM]    OUI-67086:ApplySession applying interim patch '17363844' to OH 'C:\Oracle\Ora11_32' [Nov 5, 2013 10:52:38 AM]    Applying interim patch '17363844' to OH 'C:\Oracle\Ora11_32' [Nov 5, 2013 10:52:38 AM]    Starting to apply patch to local system at Tue Nov 05 10:52:38 EST 2013 [Nov 5, 2013 10:52:38 AM]    Verifying environment and performing prerequisite checks... [Nov 5, 2013 10:52:40 AM]    Start the Apply initScript at Tue Nov 05 10:52:40 EST 2013 [Nov 5, 2013 10:52:40 AM]    Finish the Apply initScript at Tue Nov 05 10:52:40 EST 2013 [Nov 5, 2013 10:52:40 AM]    --------------------- Prerequisite for apply --------------------- [Nov 5, 2013 10:52:40 AM]    Running prerequisite checks... [Nov 5, 2013 10:52:40 AM]    Patch "17363844" is ignored as it is not a "Fusion Applications patch". [Nov 5, 2013 10:52:40 AM]    Check if patch "17363844"  is a no-op patch. [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.rsf, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.plsql, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.network.rsf, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.precomp.common, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.precomp.lang, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.rman, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.util, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.tg4msql, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.dbscripts, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.xdk.rsf, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.oci, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.sysman.console.db, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.ctx, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.network.listener, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.sysman.agent, 10.2.0.4.3 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.deconfig, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.dv, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.hsodbc, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.ons, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.install.deinstalltool, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.oraolap.api, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.oraolap, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.sdo.locator, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.ordim.server, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.sysman.oms.core, 10.2.0.4.4 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.ldap.owm, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.tg4db2, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.tg4ifmx, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.tg4sybs, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.tg4tera, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.rdbms.scheduler, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.ovm, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.sysman.repository.core, 10.2.0.4.4 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.marvel, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.xdk.parser.java, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.xdk, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.idm.oid, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    Opt. comp. not in OH inventory: oracle.owb.rsf, 11.2.0.3.0 [Nov 5, 2013 10:52:40 AM]    [ oracle.rdbms, 11.2.0.3.0 ] , [ oracle.rdbms.rsf, 11.2.0.3.0 ] , [ oracle.rdbms.plsql, 11.2.0.3.0 ] , [ oracle.network.rsf, 11.2.0.3.0 ] , [ oracle.precomp.common, 11.2.0.3.0 ] , [ oracle.precomp.lang, 11.2.0.3.0 ] , [ oracle.rdbms.rman, 11.2.0.3.0 ] , [ oracle.rdbms.util, 11.2.0.3.0 ] , [ oracle.rdbms.tg4msql, 11.2.0.3.0 ] , [ oracle.rdbms.dbscripts, 11.2.0.3.0 ] , [ oracle.xdk.rsf, 11.2.0.3.0 ] , [ oracle.rdbms.oci, 11.2.0.3.0 ] , [ oracle.sysman.console.db, 11.2.0.3.0 ] , [ oracle.ctx, 11.2.0.3.0 ] , [ oracle.network.listener, 11.2.0.3.0 ] , [ oracle.sysman.agent, 10.2.0.4.3 ] , [ oracle.rdbms.deconfig, 11.2.0.3.0 ] , [ oracle.rdbms.dv, 11.2.0.3.0 ] , [ oracle.rdbms.hsodbc, 11.2.0.3.0 ] , [ oracle.ons, 11.2.0.3.0 ] , [ oracle.install.deinstalltool, 11.2.0.3.0 ] , [ oracle.oraolap.api, 11.2.0.3.0 ] , [ oracle.oraolap, 11.2.0.3.0 ] , [ oracle.sdo.locator, 11.2.0.3.0 ] , [ oracle.ordim.server, 11.2.0.3.0 ] , [ oracle.sysman.oms.core, 10.2.0.4.4 ] , [ oracle.ldap.owm, 11.2.0.3.0 ] , [ oracle.rdbms.tg4db2, 11.2.0.3.0 ] , [ oracle.rdbms.tg4ifmx, 11.2.0.3.0 ] , [ oracle.rdbms.tg4sybs, 11.2.0.3.0 ] , [ oracle.rdbms.tg4tera, 11.2.0.3.0 ] , [ oracle.rdbms.scheduler, 11.2.0.3.0 ] , [ oracle.ovm, 11.2.0.3.0 ] , [ oracle.sysman.repository.core, 10.2.0.4.4 ] , [ oracle.marvel, 11.2.0.3.0 ] , [ oracle.xdk.parser.java, 11.2.0.3.0 ] , [ oracle.xdk, 11.2.0.3.0 ] , [ oracle.idm.oid, 11.2.0.3.0 ] , [ oracle.owb.rsf, 11.2.0.3.0 ] [Nov 5, 2013 10:52:40 AM]    None of the selected patches are no-op. patches.. [Nov 5, 2013 10:52:41 AM]    Prereq checkPatchApplicableOnCurrentPlatform Passed for patch : 17363844 [Nov 5, 2013 10:52:41 AM]    Patch 17363844: Optional component(s) missing : [ oracle.rdbms, 11.2.0.3.0 ] , [ oracle.rdbms.rsf, 11.2.0.3.0 ] , [ oracle.rdbms.plsql, 11.2.0.3.0 ] , [ oracle.network.rsf, 11.2.0.3.0 ] , [ oracle.precomp.common, 11.2.0.3.0 ] , [ oracle.precomp.lang, 11.2.0.3.0 ] , [ oracle.rdbms.rman, 11.2.0.3.0 ] , [ oracle.rdbms.util, 11.2.0.3.0 ] , [ oracle.rdbms.tg4msql, 11.2.0.3.0 ] , [ oracle.rdbms.dbscripts, 11.2.0.3.0 ] , [ oracle.xdk.rsf, 11.2.0.3.0 ] , [ oracle.rdbms.oci, 11.2.0.3.0 ] , [ oracle.sysman.console.db, 11.2.0.3.0 ] , [ oracle.ctx, 11.2.0.3.0 ] , [ oracle.network.listener, 11.2.0.3.0 ] , [ oracle.sysman.agent, 10.2.0.4.3 ] , [ oracle.rdbms.deconfig, 11.2.0.3.0 ] , [ oracle.rdbms.dv, 11.2.0.3.0 ] , [ oracle.rdbms.hsodbc, 11.2.0.3.0 ] , [ oracle.ons, 11.2.0.3.0 ] , [ oracle.install.deinstalltool, 11.2.0.3.0 ] , [ oracle.oraolap.api, 11.2.0.3.0 ] , [ oracle.oraolap, 11.2.0.3.0 ] , [ oracle.sdo.locator, 11.2.0.3.0 ] , [ oracle.ordim.server, 11.2.0.3.0 ] , [ oracle.sysman.oms.core, 10.2.0.4.4 ] , [ oracle.ldap.owm, 11.2.0.3.0 ] , [ oracle.rdbms.tg4db2, 11.2.0.3.0 ] , [ oracle.rdbms.tg4ifmx, 11.2.0.3.0 ] , [ oracle.rdbms.tg4sybs, 11.2.0.3.0 ] , [ oracle.rdbms.tg4tera, 11.2.0.3.0 ] , [ oracle.rdbms.scheduler, 11.2.0.3.0 ] , [ oracle.ovm, 11.2.0.3.0 ] , [ oracle.sysman.repository.core, 10.2.0.4.4 ] , [ oracle.marvel, 11.2.0.3.0 ] , [ oracle.xdk.parser.java, 11.2.0.3.0 ] , [ oracle.xdk, 11.2.0.3.0 ] , [ oracle.idm.oid, 11.2.0.3.0 ] , [ oracle.owb.rsf, 11.2.0.3.0 ] [Nov 5, 2013 10:52:41 AM]    --------------------- Patch conflict detection for apply patch --------------------- [Nov 5, 2013 10:52:41 AM]    Patch 17363844 is not subset of any other patch processed till now [Nov 5, 2013 10:52:41 AM]    Patch ID  17363844 [Nov 5, 2013 10:52:41 AM]    Patches that conflict: [  ] [Nov 5, 2013 10:52:41 AM]    Checking conflicts for patch: 17363844 [Nov 5, 2013 10:52:41 AM]    Checking conflicts/supersets for patch: 17363844 with patch:17363844 [Nov 5, 2013 10:52:41 AM]    Patch 17363844 is not subset of any other patch processed till now [Nov 5, 2013 10:52:41 AM]    Patch ID  17363844 [Nov 5, 2013 10:52:41 AM]    Patches that conflict: [  ] [Nov 5, 2013 10:52:41 AM]    Checking conflicts for patch: 17363844 [Nov 5, 2013 10:52:41 AM]    Checking conflicts/supersets for patch: 17363844 with patch:17363844 [Nov 5, 2013 10:52:41 AM]    To continue, OPatch will do the following:                              [Back up for restore]           : Back up 31 files for Oracle Home restore in case of patching error.                              [Back up for rollback]          : Back up 30 files for future patch rollback.                              [Pre-script processing]         : Execute pre script for patch [17363844].                              [Patch Oracle Home for apply]   : Copy 29 file(s) to Oracle Home;                                                                Archive 1 jar file(s) with 1 class file(s).                              [Update inventory for apply]    : Modify the inventory to record  patch [17363844].                              [Post-script processing]        : Execute post script for patch [17363844]. [Nov 5, 2013 10:52:41 AM]    All checks passed. [Nov 5, 2013 10:52:41 AM]    Need to look only in the OUI based Oracle Home to configure OCM [Nov 5, 2013 10:52:41 AM]    Current working directory is : C:\Oracle\Ora11_32\OPatch [Nov 5, 2013 10:52:41 AM]    platform specific OPatch with ocm.zip has been used [Nov 5, 2013 10:52:41 AM]    The ocm location is C:\Oracle\Ora11_32\OPatch\ocm\ocm.zip [Nov 5, 2013 10:52:41 AM]    ***************************************************************************                              Oracle Configuration Manager (OCM) is included with this release of OPatch.                              *************************************************************************** [Nov 5, 2013 10:52:41 AM]    OPatch will now install the Oracle Configuration Manager in "C:\Oracle\Ora11_32" . [Nov 5, 2013 10:52:41 AM]    OCM zip file to be installed is:"C:\Oracle\Ora11_32\OPatch\ocm\ocm.zip" [Nov 5, 2013 10:52:41 AM]    [Report: skip unzipping "C:\Oracle\Ora11_32\OPatch\ocm\ocm.zip"] [Nov 5, 2013 10:52:41 AM]    OPatch has successfully installed  Oracle Configuration Manager in "C:\Oracle\Ora11_32".                              Please refer log file for details. [Nov 5, 2013 10:52:41 AM]    OPatch will now configure the Oracle Configuration Manager in "C:\Oracle\Ora11_32" . Provide your email address to be informed of security issues, install and initiate Oracle Configuration Manager. Easier for you if you use your My Oracle Support Email address/User Name. Visit http://www.oracle.com/support/policies.html for details. Email address/User Name: Provide your My Oracle Support password to receive security updates via your My Oracle Support account.

  • List view in iCal on my iPod touch is corrupted

    The 'list view' seems to be all wonky in Calendar on my iPod touch.
    The dates for a given day that's displayed don't make sense:
    i.e. Sunday Oct. 27 2030 followed by Saturday July 14 2001 followed by Tuesday Jan. 16 2001 are listed in consecutive order instead of today, tomorrow and next day (with correct dates).
    Also, the 'events' given for each day listed don't make sense and are often duplicated.
    The 'day' and 'month' views however, seem to be ok and not corrupted. The 'list' field in the month view also seems fine ?
    Has anybody experienced this ? Very frustrating, since I like the list view.
    I make most of my entries/changes to iCal on our main desktop (iMac 24") then sync. to my iPod. The list view seems ok on the desktop.
    Any help greatly appreciated.
    ps. not sure if the problem corresponded with an upgrade of the Ipod software to OS 3.1 from 2.x....

    See this previous discussion:
    FIX for iPod Touch Home Button: Apple Support Communities

  • Download error in (osx) adobe desktop app (corrupted download link).

    Here is a discription of the problem. Please consider that some of the wording might not be correct, as I do have to translate the error message from German into English.
    Using OSX 10.9.2, when clicking inside the adobe desktop app (top of the screen bar) on the tap "apps", the following screen (screenshot) appears, which states, translated from top to bottom:
    download error
    download error. Please contact support.
    (link) contact support
    (link/button) download creative cloud -> This button unfortunatly leads to the following error page "http://www.adobe.com/special/errorpages/404.html"
    All apps, like Bridge, Photoshop, Lightroom, etc. are installed and work just fine. So no problem here. I seem however unable to redownload the desktop app (in order to reinstall). As stated above the provided link inside the desktop app itself is coruppted and within the (online) web-based download centre (user logged in) I am only adviced to use the desktop app. This is a dead end and I do not know what to make of this error, let alone solving it. Please help!

    I am sorry Romsinha but this doesn't really help.
    I already restarted the desktop app and while I am obviously online and connected the problem (error message) remains the same. Information within the "home" tap is recieved/loaded  (little blue spinning wheel) stating that various apps recently have been updated. Yet the same loading wheel within the "apps" tap results in an error. My best guess is that some internal link within the app is corrupted, leading to a source on a server that can not be reached.
    UPDATE
    I clean uninstalled adobe creative cloud as discribed in the article you provided (using the cleaner tool) and even uninstalled the browser plugin. After downloading and reinstalling creative cloud the problem however remains the same. "Apps" tap still shows the same problem. "Home" tap now displays the following:

  • Help, itunes wont open and saying it is corrupt

    HELP! I just went to open my itunes and it is coming up with error message saying it is corrupt. It is asking me to reinstall it. If I reinstall it, will I loose all of my music?
    Please be aware I am useless with computers especially our mac that we have had for 3 years now !

    indi4 wrote:
    If I reinstall it, will I loose all of my music?
    no !
    click here and follow the instructions. *read the article to the end !*
    edited by the Jolly Green Giant (where Green stands for environmentally friendly)

  • Questions on Logical corruption

    Hello all,
    My DB version is 10g+ - 11.2.0.3 on various different OS.  We are in process of deploying RMAN on our system and i am having a hard time on testing/get a grip around the whole logical corruption... from what i understand(please correct me if i am wrong)
    1. I can have a check logical syntax in my backup cmd(and that will check both physical and logical corruption)...But how much overhead dose it have, Seems to be anywhere from 14-20% overhead on backup time. 
    2. Leaving the maxCorrupt to default(which i beleive is 0)...if there is a physical corruption my backup will break and i should get an email/alert saying backup broke...
    3.  Would this be same for logical corruption too ??, would RMAN report logical corrution right away like physical corruption would do?  Or do i have to query v$database_block_corruption after backup is done to figure out if i have logical corruption
    4. how would one test logical corruption ?? (besides the NO_LOGGING operation, as our DB have force logging turned on)
    5. Is it a good practice to have check logical corruption in your daily backup? ( i guess i have no problems for it if DB are small, but some of our DB are close to 50TB+ and i think the check logical is going to increase the backup time significantly)
    6. If RMAN cannot repair logical corruption, then why would i want to do the check logical (besides knowing i have a problem and the end user have to fix it by reload the data...assuming its a table not index that is corrupt)..
    7. any best practices when it comes for checking logical corruption for DB in 50+ TB
    I have actually searched on here and on google, but i could not find any way to reproducing logical corrpution(maybe there is none), but i wanted to ask the community about it....
    Thank you in advance for your time. 

    General info:
    http://www.oracle.com/technetwork/database/focus-areas/availability/maa-datacorruption-bestpractices-396464.pdf
    You might want to google "fractured block" for information about it without RMAN.  You can simulate that by writing a C program to flip some bits, although technically that would be physical corruption.  Also see Dealing with Oracle Database Block Corruption in 11g | The Oracle Instructor
    One way to simulate is to use nologging operations and then try to recover (this is why force logging is used, so google corruption force logging).  Here's an example: Block corruption after RMAN restore and recovery !!! | Practical Oracl Hey, no simulate, that's for realz!
    Somewhere in the recovery docs it explains... aw, I lost my train of thought, you might get better answers with shorter questions, or one question per thread, for this kind of fora.  Oh yeah, somewhere in the docs it explains that RMAN doesn't report the error right away, because later in the recovery stream it may decide the block is newly formatted and there wasn't really a problem.
    This really is dependent on how much data is changing and how.  If you do many nologging operations or run complicated standby, you can run into this more.  There's a trade-off between verifying everything and backup windows, site requirements control everything.  That said, I've found only paranoid DBA's check enough, IT managers often say "that will never happen."  Actually, even paranoid DBA's don't check enough, the vagaries of manual labor and flaky equipment can overshadow anything.

  • You click on a .pdf file; Firefox won't load and says "not a pdf or corrupted," but all other browsers open it normally

    Clicking on a link to a .pdf file in Firefox results in Firefox displaying the box "Format error: not a .pdf or corrupted"
    This has happened for several years with any number of web pages. A link to the latest event is below, but it typically happens almost every time I click on a link to a .pdf

    Upgrade your browser to Firefox 9 and check
    * getfirefox.com

  • I downloaded mountain lion and then the new office suite (word, ppt, excel) but now when I try to display one of my ppt's it says 'ppt cannot open the file...the file may be corrupt, in use, not a type recognized by ppt etc.." how can I fix it?? HELP

    I downloaded mountain lion and then the new office suite (word, ppt, excel) but now when I try to display one of my ppt's it says 'ppt cannot open the file...the file may be corrupt, in use, not a type recognized by ppt etc.." how can I fix it?? HELP

    Did you try to open teh fle by double-clicking its icon? If the file was made with an older version of Office, you may get that message. Try opeing PP and, from its "File" menu, see if you can open the ppt. I've foundthat often gets around that message and then yo ucan save the file from the newer version.
    If that doesn't work, consider asking in the Microsoft Office: Mac forums here:
    Office for Mac forums
    PowerPoint is not an Apple product and it seems a lot of people around here avoid Office.

  • How can I replace just the corrupt page(s) in the domain file of iWeb using Time Machine?

    I back up with Time Machine and have an extensive elaborate website I created in iWeb '09 over a couple months and publish to a local folder and then upload to my server, but in the last few days I notice certain pages (that I haven't even worked on or touched) somehow become corrupted or "cross-contaminated" with elements and images from other pages.  Once I see they are corrupt I make sure not to publish them (if the current published versions are the correct, non-corrupt versions) or if they did get published I can use Time Machine to retrieve the .html file and page files folder for that specific page and replace it in my published folder/server so it shows correctly on the Web.  However, that does not replace the corrupted page(s) you see and work with when you launch iWeb and try to edit or continue working on that page.
    I am confused as to how I go to the package contents of the domain file and replace just that page with a previous version from time machine.  I don't want to replace the entire domain file because I have new changes I made to other pages even in the past hours.  How can I keep the good pages and just get earlier, non-corrupted versions of the corrupt page(s)? I know it's not as easy as with the published site folder where you can just replace the page's .html file and folder, but I don't want to have to re-create the corrupted page(s) from scratch or have to replace it with the last non-corrupted domain file and then have to redo all my recent changes to new pages I made before discovering the corrupt page(s).  Thanks for your help as now I can't make changes to the page(s) within iWeb itself.

    Thanks for the response, Wyodor.  I don't know what that is, but I'll have a look.  Is it an alternative to iWeb or a way to transfer pre-existing iWeb sites?  When you say merge domain files, is that like so multiple copies of the same site show up then you can pick and choose the non-corrupted pages and group them then delete the corrupted ones?  I am on Snow Leopard with no plans or need to upgrade anytime soon.
    And yes, I will read your links but just wanted to ask those questions.  Maybe they'll answer my questions, maybe not.
    I was able to discern that within the domain file is a domain folder with all the site folders, each with their own page ".gz" files which expand into ".xml" files.  I was trying to figure out if you could simply drag the corrupt pages out that way and replace them with backup copies that are still good.  I am having trouble discerning which pages are which as they all have random names like site-page-30F175E3-AE33-4F10-A490-1A096D9B185B.xml and although I expanded and opened each in Text Wrangler, I still couldn't discern which were which for sure, and trial and error proved cumbersome.  Also, I did notice some of the later corrupted domain files had one or two more pages than the site itself has, so not sure how they got added or duplicated or what.
    Again, I'll look at your links, but do you know about swapping out individual page .xml files this way within the domain file?

  • [CS5.5] Recovering a "corrupted" link

    Hi,
    I recently opened a document, and observed this in my Links panel :
    In my document, I have three picture frames. Two of them are "corrupted" : in the link panel, there is no little preview at the left of the link name (the second and the third in my screenshot). The first one is well-formed and behaves correctly.
    The problem is when I drop a new picture in the frames with corrupted links :
    Here, I have dropped a new picture in the frame associated with the link "109325315.lay". The picture in the frame is left unchanged (is there a problem with low def preview ?), and the old link is preserved. When I click on that frame, the old link and the new link are highlighted in the Links panel.
    I tried, via the SDK, various ideas :
    * delete the link before the drop (ILinkFacade::DeleteLinks)
    * delete the resource before the drop (ILinkFacade::DeleteResources)
    * Relink the link during the drop (ILinkFacade::RelinkLink)
    * Reinit the resource during the drop (ILinkFacade::ReinitResource)
    * Reattach the link during the drop (ILinkFacade->AttachLink)
    * Update the link after reinit the resource or after relink the link (ILinkFacade::UpdateLink)
    It seems the resource is valid, because the contained URI is correct.
    In all these cases, I can't get the situation back to a normal one. It looks like there is someting wrong in the link or in the resource, but I can't see what.
    Has anyone an idea of what I could investigate further to get more informations and help me in my debug ?
    Thanks
    Rémi
    Edit : What is responsible for mapping between source object (here the picture frame) and the link ? I can't see any reference in the lin or in the resource to the source object. Maybe this mapping is broken ?

    Try using a Forum search or a Google search - 'Using Adobe Dynamic Link with After Effects requires Adobe Production Premium' was quite common error. Deactivating and reactivating the Suite resolved the issue in most cases.

Maybe you are looking for

  • Ipod sync issues with itunes 11

    Hello, My classic iPod syncs very slowly with iTunes 11, it starts out syncing (2 songs) & then just "sits" with no progress. iPod sofware is up to date, version 1.1.2. Any help appreciated. Thanks Lee

  • Why isn't the opt-in=true working?

    I can never get this to work first time, maybe someone else could look at the code because I've been looking for an hour and can't see what's wrong with it. Fresh eyes please! <form action="/FormProcessv2.aspx?WebFormID=28752&OID={module_oid}&OTYPE={

  • How to include a join in a inner select

    I would like to include in my query the field (department_name) from the table (department), how can i use an inner join to get this result in the following query,... select id,last_name||' '||first_name name, salary, dep_id,demora, round(abs(count(c

  • Cannot drag and drop in my playlist to rearrange the song order???

    I have created a playlist in my iTunes 10 and all I want to do is change the order up a bit, so that all the same artists are not lumped together.  Help says I should be able to just drag and drop to reorder my songs in the play list.  However, it wo

  • Problem stop and start the ias 6.0

    Hi all, i have a problem when i stop and start the ias 6.0 sp2. The problem apparent is that when i stop the ias the IAS web connector plugin stop, then i start the ias and when i try to connect to a servlet in my ias the page i find in my brwser tel