RAC 11GR2 + ora-00206 after disable FRA

Hi all,
I had a diskgroup FRA_DATA with a size of 600Go and i want to reduce this diskgroup to 300Go.
I put the database RAC in noarchivelog mode and i have deactivate the FRA.
I reduce the size of this diskgroup to 300Go.
Then, when i restart the database, i have this problem :
Oracle want to find the controlfile of my FRA but it doesn't exist.
this is an extract of the init file :
control_files = "+RACDB_DATA/lpm/controlfile/current.256.756570549"
control_files = "+FRA_DATA/lpm/controlfile/current.256.756570549"
This is an extract of the alert.log :
ALTER DATABASE OPEN
This instance was first to open
Picked broadcast on commit scheme to generate SCNs
SUCCESS: diskgroup FRA_DATA was dismounted
SUCCESS: diskgroup FRA_DATA was dismounted
Wed Oct 12 13:49:27 2011
Errors in file /oracle/app/oracle/diag/rdbms/lpm/lpm1/trace/lpm1_ckpt_27957.trc:
ORA-00206: error in writing (block 3, # blocks 1) of control file
ORA-00202: control file: '+FRA_DATA/lpm/controlfile/current.256.756570549'
ORA-15078: ASM diskgroup was forcibly dismounted
ORA-15078: ASM diskgroup was forcibly dismounted
Errors in file /oracle/app/oracle/diag/rdbms/lpm/lpm1/trace/lpm1_ckpt_27957.trc:
ORA-00221: error on write to control file
ORA-00206: error in writing (block 3, # blocks 1) of control file
ORA-00202: control file: '+FRA_DATA/lpm/controlfile/current.256.756570549'
ORA-15078: ASM diskgroup was forcibly dismounted
ORA-15078: ASM diskgroup was forcibly dismounted
CKPT (ospid: 27957): terminating the instance due to error 221
Wed Oct 12 13:49:28 2011
System state dump is made for local instance
System State dumped to trace file /oracle/app/oracle/diag/rdbms/lpm/lpm1/trace/lpm1_diag_27743.trc
Wed Oct 12 13:49:28 2011
ORA-1092 : opitsk aborting process
Trace dumping is performing id=[cdmp_20111012134928]
Wed Oct 12 13:49:28 2011
License high water mark = 1
Instance terminated by CKPT, pid = 27957
USER (ospid: 28062): terminating the instance
Instance terminated by USER, pid = 28062
Could you help me plase ?
Thanks !!!
Edited by: user12064507 on 12 oct. 2011 05:14

Please go to anyone one of the rac node where you have the "lpm" db instances available and start the instance as follows :
Assuming your NODE1 instance name is lpm1. Go to RDBMS home and export the sid lpm1 :
$ cd $ORACLE_HOME ---> oracle home is the rdbms home here
$ export ORACLE_SID=lpm1
$ sqlplus / as sysdba
SQL> startup nomount ;
sql> show parameter control_files ;
Please post the result of above parameter CONTROL_FILES ...
Regards,
IMRAN KHAN

Similar Messages

  • RAC Create ORA-00206: error in writing (block 3, # blocks 1) of controlfile

    Why i am getting this error durint RAC DB Creation using dbca -datafileDestination /var/opt/oracle/oradata/orcl
    I cheek the directory and i am seeing 3 control files created in it. Out put of my alert.log file
    Any idea?
    =================================================
    Starting ORACLE instance (normal)
    Sun Apr 11 12:07:59 2004
    Global Enqueue Service Resources = 64, pool = 1
    Sun Apr 11 12:07:59 2004
    Global Enqueue Service Enqueues = 128
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    GES IPC: Receivers 1 Senders 1
    GES IPC: Buffers Receive 1000 Send 530 Reserve 300
    GES IPC: Msg Size Regular 396 Batch 2048
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.4.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    shared_pool_size = 150994944
    large_pool_size = 33554432
    java_pool_size = 16777216
    control_files = /var/opt/oracle/oradata/orcl/control01.ctl, /var/opt/oracle/oradata/orcl/control02.ctl, /var/opt/oracle/oradata/orcl/control03.ctl
    db_block_size = 8192
    db_cache_size = 50331648
    compatible = 9.2.0.0.0
    db_file_multiblock_read_count= 16
    cluster_database_instances= 1
    thread = 1
    fast_start_mttr_target = 300
    instance_number = 1
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    undo_retention = 10800
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    instance_name = orcl
    local_listener = LISTENER_ORCL1
    remote_listener = LISTENERS_ORCL
    hash_join_enabled = TRUE
    background_dump_dest = /ora01/oracle/admin/orcl/bdump
    user_dump_dest = /ora01/oracle/admin/orcl/udump
    core_dump_dest = /ora01/oracle/admin/orcl/cdump
    sort_area_size = 524288
    db_name = orcl
    open_cursors = 300
    star_transformation_enabled= FALSE
    query_rewrite_enabled = FALSE
    pga_aggregate_target = 60817408
    Sun Apr 11 12:07:59 2004
    cluster interconnect IPC version:Oracle UDP/IP
    IPC Vendor 1 proto 2 Version 1.0
    PMON started with pid=2
    DIAG started with pid=3
    LMON started with pid=4
    LMD0 started with pid=5
    DBW0 started with pid=6
    LGWR started with pid=7
    CKPT started with pid=8
    SMON started with pid=9
    RECO started with pid=10
    Sun Apr 11 12:08:02 2004
    CREATE DATABASE orcl
    MAXINSTANCES 32
    MAXLOGHISTORY 0
    MAXLOGFILES 192
    MAXLOGMEMBERS 3
    MAXDATAFILES 1024
    DATAFILE '/var/opt/oracle/oradata/orcl/orcl/system01.dbf' SIZE 250M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED
    EXTENT MANAGEMENT LOCAL
    DEFAULT TEMPORARY TABLESPACE TEMP TEMPFILE '/var/opt/oracle/oradata/orcl/orcl/temp01.dbf' SIZE 40M REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
    UNDO TABLESPACE "UNDOTBS1" DATAFILE '/var/opt/oracle/oradata/orcl/orcl/undotbs01.dbf' SIZE 20M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED
    CHARACTER SET WE8ISO8859P1
    NATIONAL CHARACTER SET AL16UTF16
    LOGFILE GROUP 1 ('/var/opt/oracle/oradata/orcl/orcl/redo01.log') SIZE 5M REUSE,
    GROUP 2 ('/var/opt/oracle/oradata/orcl/orcl/redo02.log') SIZE 5M REUSE
    Sun Apr 11 12:08:02 2004
    lmon registered with NM - instance id 1 (internal mem no 0)
    Sun Apr 11 12:08:03 2004
    Reconfiguration started
    List of nodes: 0,
    Global Resource Directory frozen
    one node partition
    Communication channels reestablished
    Master broadcasted resource hash value bitmaps
    Non-local Process blocks cleaned out
    Resources and enqueues cleaned out
    Resources remastered 0
    set master node info
    Submitted all remote-enqueue requests
    Update rdomain variables
    Dwn-cvts replayed, VALBLKs dubious
    All grantable enqueues granted
    0 GCS shadows traversed, 0 replayed, 0 unopened
    Submitted all GCS remote-cache requests
    Sun Apr 11 12:08:03 2004
    Reconfiguration complete
    Post SMON to start 1st pass IR
    Sun Apr 11 12:08:24 2004
    Database mounted in Exclusive Mode.
    Sun Apr 11 12:08:35 2004
    Successful mount of redo thread 1, with mount id 1051001763.
    Assigning activation ID 1051001763 (0x3ea503a3)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: /var/opt/oracle/oradata/orcl/orcl/redo01.log
    Successful open of redo thread 1.
    Sun Apr 11 12:08:38 2004
    SMON: enabling cache recovery
    Sun Apr 11 12:08:38 2004
    WARNING: Default passwords for SYS and SYSTEM will be used.
    Please change the passwords.
    Sun Apr 11 12:08:38 2004
    create tablespace SYSTEM datafile '/var/opt/oracle/oradata/orcl/orcl/system01.dbf' SIZE 250M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED
    EXTENT MANAGEMENT LOCAL online
    Sun Apr 11 12:10:08 2004
    Errors in file /ora01/oracle/admin/orcl/bdump/orcl1_ckpt_16649.trc:
    ORA-00206: error in writing (block 3, # blocks 1) of controlfile
    ORA-00202: controlfile: '/var/opt/oracle/oradata/orcl/control03.ctl'
    ORA-27072: skgfdisp: I/O error
    Linux Error: 5: Input/output error
    Additional information: 2
    ORA-00206: error in writing (block 3, # blocks 1) of controlfile
    ORA-00202: controlfile: '/var/opt/oracle/oradata/orcl/control01.ctl'
    ORA-27072: skgfdisp: I/O error
    Linux Error: 5: Input/output error
    Additional information: 2
    Sun Apr 11 12:10:08 2004
    Errors in file /ora01/oracle/admin/orcl/bdump/orcl1_ckpt_16649.trc:
    ORA-00221: error on write to controlfile
    ORA-00206: error in writing (block 3, # blocks 1) of controlfile
    ORA-00202: controlfile: '/var/opt/oracle/oradata/orcl/control03.ctl'
    ORA-27072: skgfdisp: I/O error
    Linux Error: 5: Input/output error
    Additional information: 2
    ORA-00206: error in writing (block 3, # blocks 1) of controlfile
    ORA-00202: controlfile: '/var/opt/oracle/oradata/orcl/control01.ctl'
    ORA-27072: skgfdisp: I/O error
    Linux Error: 5: Input/output error
    Additional information: 2
    Sun Apr 11 12:10:08 2004
    CKPT: terminating instance due to error 221
    Sun Apr 11 12:10:09 2004
    System state dump is made for local instance
    Sun Apr 11 12:10:09 2004
    Trace dumping is performing id=[cdmp_20040411121009]
    Sun Apr 11 12:10:13 2004
    Instance terminated by CKPT, pid = 16649
    =================================================

    dear karan & all
    i have copied "control file" from another location but now it generate an error
    SQL> startup
    ORACLE instance started.
    Total System Global Area  557842432 bytes
    Fixed Size                  1250140 bytes
    Variable Size             289410212 bytes
    Database Buffers          264241152 bytes
    Redo Buffers                2940928 bytes
    ORA-00211: control file does not match previous control files
    ORA-00202: control file: 'F:\ORACLE\IDS\SAPDATA1\CNTRL\CNTRLIDS.DBF'
    SQL>
    now tell me what can i do
    regard

  • ORA-00354, ORA-00353 on RAC 11gR2

    Hello All,
    I have a database Oracle RAC 11gR2 on OEL linux 5.5 32bit.
    When i am trying startup my database I am facing the below errors: this error is occuring on the startup of any node
    ERROR at line 1:
    ORA-00354: corrupt redo log block header
    ORA-00353: log corruption near block 2651 change 1172351 time 10/12/2011
    13:22:43
    ORA-00312: online log 1 thread 1: '+DATA/orcl/onlinelog/group_1.261.761845161'It seems that my online redo log is corrupted. how can i solve that ?
    knowing that my database is running in NOARCHIVELOG mode and i do not have any backup.
    and why i am not able to start up any of the nodes? redo logs is not related to each node seperately ?
    I tried: srvctl start instance -d orcl -i orcl1 or srvctl start instance -d orcl -i orcl2
    but the same error, where is the High Availibilty in that case, the redo log file group_1 is for thread 1 only. SHould not be able to start Instance 2?
    Regards,
    Edited by: NB on Oct 13, 2011 5:12 PM

    since my database is runing in NOARCHIVELOG mode and i have no backups and the current is logfile was the corrupted one and my database was not starting.
    I solved that by ceating a pfile and adding the : allowresetlogs_corruption=TRUE
    regards,

  • ASM pfile lost in Oracle RAC 11gr2

    Hello Gurus,
    I am new to Oracle RAC 11gr2 and facing some issues. our spfile/pfile for asm instance is lost and I am not able to startup the asm instance.
    Environment is as below:
    RAC 2 nodes
    Oracle RAC 11gr2
    Enterprise Linux Server release 5.5 (Carthage)
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/db_1/dbs/init+ASM1.ora'
    Is there any way to recover the spfile/pfile ?
    Also getting following error while try to connect " sqlplus / as sysasm"
    $ sqlplus / as sysasm
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Mar 27 11:26:02 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    Enter user-name:
    Thanks and Regards,

    Hi,
    Do we need to Set variable ORACLE_HOME properly (Grid Home) while starting RDBMS instance?
    e.g ORACLE_HOME=/u01/app/11.2.0/grid*I recommend you set ORACLE_HOME properly for each Oracle Installation when you use SQLPLUS.
    i.e: cat /etc/oratab
    orcl:/u01/app/oracle/product/11.2.0/db_1
    db10g:/u01/app/oracle/product/10.2.0/db_1
    +ASM1:/u01/app/11.2.0/gridAlso you can startup/shutdown our database with SQLPLUS using ORACLE NET*, but it must be configured properly.
    My recommendation <s>is always</s> use SRVCTL and CRSCTL to manage to your environment. Track all the process of initialization processes through the logs using ADRCI utility (only 11.1 or later).
    When use SRVCTL or CRSCTL to manage I recomend you use (GRID HOME).
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-16038: log 3 sequence# 1067 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 3 thread 2: '+FRA/yyy/onlinelog/group_3.259.738489481'
    SQL>I give to you three options:
    1° - Add more asmdisk on Diskgroup +FRA
    2° - Make backup of all archivelog using RMAN and option delete input (i.e backup archivelog delete all input;)
    3° - If this database is for TEST ONLY and you not need backup or recovery of then you can delete all archivelog using RMAN (i.e delete archivelog all;)
    I recommend you create routine of backups of the database and archivelog to prevent this area becomes exhausted.
    If you need the database in archivelog but it is only to test then create routine to delete archivelogs periodically.
    If you dont need the database in archivelog, then just disable it.
    Regards,
    Levi Pereira

  • Using ZFS for Oracle RAC 11gR2 binaries

    Hi,
    We have following scenario,
    Two Node Cluster: Oracle RAC 11Gr2 with Clusterware on Solaris 10
    We want to keep Oracle & Clusterware binaries on ZFS mirror file system on each node locally and for Data files, FRA, Voting disks & OCR on shared SAN using ASM.
    My question, is the above scenario certified by Oracle or can we keep Oracle binaries on ZFS...?
    Will appreciate your input.
    Thanks

    Well my confusion started after reading this doc on oracle support:
    Certification of Zeta File System (Zfs) On Solaris 10 for Oracle RDBMS [ID 403202.1]
    "Oracle database 10gR2 (10.2.0.3 and higher patches), 11gR1 (11.1.0.6 and higher patches) and 11gR2 (11.2.0.1 and higher patches) are certified with Solaris 10 ZFS on Sparc 64-bit and Solaris x84-64. See Solaris ZFS_Best_Practices_Guide. This is for single instance ONLY. ZFS is currently not applicable to RAC and not Certified to use it as a shared filesystem."

  • RAC 11GR2 listener

    Hi, Maclean,
    can you explain RAC 11GR2 listener , and listener service relationship?
    ora.LISTENER.lsnr ONLINE ONLINE on rac1
    ora.LISTENER_SCAN1.lsnr ONLINE ONLINE on rac1
    ora.rac1.LISTENER_RAC1.lsnr ONLINE ONLINE on rac1
    ora.rac2.LISTENER_RAC2.lsnr ONLINE ONLINE on rac2

    explain RAC 11GR2 listener , and listener service relationship??
    what do you really want to know?

  • Issues After Disabling IPv6 on Your NIC on SBS 2008

    If you uncheck the IPv6 protocol from your network interface card on your Windows SBS 2008 server you may see the following issues after a reboot:
    Microsoft Exchange services fail to start
    Server hangs at “Applying Computer Settings…” (can eventually logon after 30 – 60 minutes)
    Network icons show as offline
    Some or all of the following events
    Application Log Events
    Source: MSExchange ADAccess
    Event ID: 2114
    Task Category: Topology
    Level: Error
    Description:
    Process MAD.EXE (PID=2088). Topology discovery failed, error 0x80040a02 (DSC_E_NO_SUITABLE_CDC). Look up the Lightweight Directory Access Protocol (LDAP) error code specified in the event description. To do this, use Microsoft Knowledge Base article 218185,
    “Microsoft LDAP Error Codes.” Use the information in that article to learn more about the cause and resolution to this error. Use the Ping or PathPing command-line tools to test network connectivity to local domain controllers.
    Source: MSExchange ADAccess
    Event ID: 2601
    Task Category: General
    Level: Warning
    Description:
    Process MSEXCHANGEADTOPOLOGY (PID=952). When initializing a remote procedure call (RPC) to the Microsoft Exchange Active Directory Topology service, Exchange could not retrieve the SID for account <WKGUID=DC1301662F547445B9C490A52961F8FC,CN=Microsoft Exchange,CN=Services,CN=Configuration,…>
    – Error code=80040a01.
    The Microsoft Exchange Active Directory Topology service will continue starting with limited permissions.
    Source: MSExchange ADAccess
    Event ID: 2102
    Task Category: Topology
    Level: Error
    Description:
    Process MAD.EXE (PID=2088). All Domain Controller Servers in use are not responding: SBS.sbs2008.local
    Source: MSExchange ADAccess
    Event ID: 2105
    Task Category: Topology
    Level: Warning
    Description:
    Process MAD.EXE (PID=2088). Exchange Active Directory Provider failed to obtain DNS records for domain sbs2008.local. DNS Priority and Weight for the Domain Controllers in this domain will be set to the default values 0 (priority) and 100 (weight).
    Source: MSExchange ADAccess
    Event ID: 2114
    Task Category: Topology
    Level: Error
    Description:
    Process MSEXCHANGEADTOPOLOGYSERVICE.EXE (PID=952). Topology discovery failed, error 0x80040a02 (DSC_E_NO_SUITABLE_CDC). Look up the Lightweight Directory Access Protocol (LDAP) error code specified in the event description. To do this, use Microsoft Knowledge
    Base article 218185, “Microsoft LDAP Error Codes.” Use the information in that article to learn more about the cause and resolution to this error. Use the Ping or PathPing command-line tools to test network connectivity to local domain controllers.
    Source: MSExchangeFBPublish
    Event ID: 8197
    Task Category: General
    Level: Error
    Description:
    Error initializing session for virtual machine SBS. The error number is 0x80040a01. Make sure Microsoft Exchange Store is running. Also, make sure that there is a valid public folder database on the Exchange server.
    Source: MSExchangeTransportLogSearch
    Event ID: 7005
    Task Category: General
    Level: Error
    Description:
    Microsoft Exchange couldn’t read the configuration from the Active Directory directory service because of error: Failed to load config due to exception: Microsoft.Exchange.Data.Directory.NoSuitableServerFoundException: The Exchange Topology service on server
    localhost did not return a suitable domain controller.
    System Log Events
    Source: Service Control Manager
    Event ID: 7044
    Task Category: None
    Level: Warning
    Description:
    The following service is taking more than 16 minutes to start and may have stopped responding: Microsoft Exchange System Attendant
    Source: Service Control Manager
    Event ID: 7022
    Task Category: None
    Level: Error
    Description:
    The Microsoft Exchange Transport service hung on starting.
    Source: Service Control Manager
    Event ID: 7024
    Task Category: None
    Level: Error
    Description:
    The Microsoft Exchange Information Store service terminated with service-specific error 0 (0×0).

    Hi,
    Based on your description, it seems to be the same as the following blog.
    Issues
    After Disabling IPv6 on Your NIC on SBS 2008
    Did you mean that encounter the same issue? If so, there is a resolution in that blog, please check if can
    help you solve the issue.
    If any other issue exists or any update, please don’t hesitate to let me know and provide more details. It
    will help me understand clearly.
    Best regards,
    Justin Gu

  • AMD GPU fan runs constantly even after disabling DGPU

    I have a HP-Pavilion dv6 6121TX, with AMD 6770m gpu.
    The fan of the gpu runs constantly even after disabling it using the following command
    echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
    the output for "cat /sys/kernel/debug/vgaswitcheroo/switch" is as follows
    0:DIS: :Off:0000:01:00.0
    1:IGD:+:Pwr:0000:00:02.0
    It shows that the DGPU is off and yet the fan for the same runs continuously at full speed.
    Would be really grateful for any suggestions.
    Thank you.

    You might also try a different battery if you have access to one. Unfortunately, many of the replacement batteries being shipped by Apple are defective. They don't fit properly into the battery bay. I suspect that if the quality control is this poor, then it seems likely that other problems will arrise as well. Check carefully that the battery itself is not overheating. Another possibility which also happened to me is that after installing the last upgrade to the operating system, one or more of the third party widgets became problematic, causing the same problem you describe. After removing all third party widgets, the problem stopped. Good Luck

  • DB nonresponsive with ORA-12514 after weeks of running fine

    I have seen many prior users complain about getting ORA-12514 after a reboot after installation, and looking at the suggestions, I couldn't find anything addressed a situation where the whole system works for a long period of time and then stops working.
    I have a working APEX installation that I can access over the web from remote clients
    I have a working JDBC connection that I can use from several remote clients.
    After several weeks/months of happily running, I no longer can access the apex website, and I can no longer access the db through the JDBC connection getting:
    ORA-12514, TNS:listener does not currently know of service requested in connect
    descriptor
    The Connection descriptor used by the client was:
    //###.###.###.###:1521/XE
    Going to look at Windows services, both OracleServiceXE and OracleXETNSListener are still running. To try and recover, I do the following:
    * Stop the db and start the db. (Which simply stops OracleServiceXE, and then starts both it and the listener)
    Doesn't fix it
    * Thinking that the listener might be the problem, I then stop the db, and also manually stop the listener. I then start both of the services
    Doesn't fix it
    * I reboot the computer
    Fixes it.
    What is different about rebooting the computer that could possibly fix this? Also, someone had suggested in another thread to look at the listener log in db_1/network/admin/listener.log. I don't know what db_1 is, but I have a oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN directory that does not have this log. If anyone has any insight into what this is, or what log I should look at to identify it, I would be greatly appreciative.
    Thanks,
    Dan

    Thanks!
    Ah, the alert log, that is a useful find. For those who don't know, you can find where the alert log is stored by doing the following:
    select value from v$parameter where name = 'background_dump_dest';
    I looked at the alert log, and i think it indicates that the process is running out of memory. Since it can run for a very long time without this, I'm assuming it's some kind of memory leak. Especially since I think the less I develop pages with APEX, the longer the system goes between crashing (That is only anecdotal). I looked at the .trc files that it spit out as well, but they seem to have internal stack traces and dumps. Where do I go from here? Is this something I post to an Oracle bug list? Below is the relevant section of the alert log:
    Tue May 27 18:00:52 2008
    Thread 1 advanced to log sequence 340
    Current log# 1 seq# 340 mem# 0: D:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_39DP20B8_.LOG
    Wed May 28 04:00:10 2008
    The value (30) of MAXTRANS parameter ignored.
    kupprdp: master process DM00 started with pid=26, OS id=3900
    to execute - SYS.KUPM$MCP.MAIN('SYS_EXPORT_FULL_01', 'MYUSERNAME', 'KUPC$C_1_20080528040025', 'KUPC$S_1_20080528040025', 0);
    Wed May 28 20:50:58 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_arc0_2060.trc:
    ORA-04030: out of process memory when trying to allocate 82444 bytes (pga heap,control file i/o buffer)
    Wed May 28 20:50:58 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_arc0_2060.trc:
    ORA-04030: out of process memory when trying to allocate 82444 bytes (pga heap,control file i/o buffer)
    Wed May 28 20:50:58 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_arc0_2060.trc:
    ORA-04030: out of process memory when trying to allocate 82444 bytes (pga heap,control file i/o buffer)
    Wed May 28 20:50:58 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_arc0_2060.trc:
    ORA-04030: out of process memory when trying to allocate 82444 bytes (pga heap,control file i/o buffer)
    Wed May 28 20:50:58 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_arc0_2060.trc:
    ORA-04030: out of process memory when trying to allocate 82444 bytes (pga heap,control file i/o buffer)
    Wed May 28 20:50:58 2008
    Master background archival failure: 4030
    Wed May 28 20:51:04 2008
    Process startup failed, error stack:
    Wed May 28 20:51:06 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_pmon_4052.trc:
    ORA-00490: PSP process terminated with error
    Wed May 28 20:51:06 2008
    PMON: terminating instance due to error 490
    Wed May 28 20:51:06 2008
    Error occured while spawning process J000; error = 490
    Wed May 28 20:51:06 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_3964.trc:
    ORA-00490: PSP process terminated with error
    Wed May 28 20:51:06 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_dbw0_1748.trc:
    ORA-00490: PSP process terminated with error
    Wed May 28 20:51:06 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_mman_2128.trc:
    ORA-00490: PSP process terminated with error
    Wed May 28 20:51:06 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_q001_2200.trc:
    ORA-00490: PSP process terminated with error
    Wed May 28 20:51:07 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_ckpt_1288.trc:
    ORA-00490: PSP process terminated with error
    Wed May 28 20:51:08 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_q003_3424.trc:
    ORA-00490: PSP process terminated with error
    Wed May 28 20:51:14 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_reco_3524.trc:
    ORA-00490: PSP process terminated with error
    Wed May 28 20:51:14 2008
    Errors in file d:\oraclexe\app\oracle\admin\xe\bdump\xe_smon_1644.trc:
    ORA-00490: PSP process terminated with error
    Wed May 28 20:51:14 2008
    Instance terminated by PMON, pid = 4052
    Dump file d:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Thu May 29 10:39:58 2008

  • Oracle went down due to the errors:ORA-00206,ORA-00202,ORA-27072,OSD-04008.

    I have an oracle testing instance on Windows NT. It went down every several months due to the same errors. The only difference is the control file number in the error message for every time. I fixed it by restarting the oracle service each time. Below is the error session in the alert log:
    Sat Jul 01 16:57:12 2006
    Errors in file D:\App\Oracle\admin\intrtest\bdump\intrtestCKPT.TRC:
    ORA-00206: error in writing (block 3, # blocks 1) of controlfile
    ORA-00202: controlfile: 'D:\APP\ORACLE\ORADATA\INTRTEST\CONTROL03.CTL'
    ORA-27072: skgfdisp: I/O error
    OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 33) The process cannot access the file because
    another process has locked a portion of the file.
    Sat Jul 01 16:57:12 2006
    CKPT: terminating instance due to error 221
    Instance terminated by CKPT, pid = 368
    Any idea or suggestion?
    Thanks
    B.

    Hi friends,
    I am also facing the same error:
    ORA-00345: Message 345 not found; No message file for product=RDBMS, facility=ORA; arguments: [45004] [2]
    ORA-00312: Message 312 not found; No message file for product=RDBMS, facility=ORA; arguments: [1] [1] [E:\ORADATA\IFSL\REDO011.LOG]
    ORA-27072: Message 27072 not found; No message file for product=RDBMS, facility=ORA
    OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 33) The process cannot access the file because another process has locked a portion of the file.
    due to this, our database goes down, and it was currepted my Redo file as well. We have taken a Third party backup using named "Symentic". nybody have the idea, how can I avoid this error in future.
    Regards,
    Khushal S. Kulkarni
    [email protected]

  • CONTAINS clause still works after disabling fulltext index on a table

    I disabled the fulltext index on a table using the below query:
    USE <dbname>;
    GO
    ALTER FULLTEXT INDEX ON <table_name> DISABLE
    Per BOL, "The table will not support full-text queries while the index is disabled.", I would expect the CONTAINS clause to stop working but I can still return rows from the <table_name> as before.
    SELECT top 10 * 
      FROM [dbo].[table_name]
      WHERE CONTAINS(<column>, N'test');
    The above returns 10 rows before and after disabling the index.
    Do i need to do something else?
    I even tried DENY permissions:
    DENY CONTROL, TAKE OWNERSHIP, ALTER, REFERENCES, VIEW DEFINITION ON FULLTEXT CATALOG::<catalog_name>
    TO <some_database_roles including public>
    Please help.
    Thanks
    Thanks

    Charles,
    Do you have any DDL Triggers on your server that might affect whether the full text index could be disabled?
    Any Policies that might likewise affect your results?
    RLF

  • Smpatch analyze gives different result after disabling Sun Connection Host

    Hi all,
    after disabling the Sun Connection Hosted functionality due to the EOL announcement I get a smaller number of patches from 'smpatch analyze' for a brand new jumpstarted server (227 patches before vs. 106 patches after).
    Trying e.g. a individual analysis for 126651-01 (Synopsis: SunOS 5.10: tar patch) results in
    Error: One or more of the updates specified do not have entitlement permissions.
    BTW: I ran the analysis for patch 126651-01 before without any problem.
    The entitlement file
    /var/sadm/spool/cache/entitlement/https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_client
    looks like
    ----START-ENTITLEMENT-TOKENS----
    Solaris10Security
    SolarisSecurityUpdates
    SolarisDataIntegrityUpdates
    SolarisHardwareUpdates
    SolarisUtilityUpdates
    Public
    -----END-ENTITLEMENT-TOKENS-----
    And we do have a service plan!
    Any ideas?
    Kind Regards
    Marco

    Hi Shen,
    thanks for your reply. I tried this procedure from your thread
    Try re-registering the patch server after running these commands:
    # cacaoadm stop
    # cacaoadm status
    # rm -r /var/sadm/spool/cache/*
    # /usr/lib/cc-ccr/bin/eraseCCRRepository
    # rm /var/scn/persistence/SCN*
    # cacaoadm start
    # /usr/sbin/sconadm register -a -r registrationprofile.properties
    But unfortunately the problem persists. The entitlement file looks the same as before. The registrationprofile.properties files looks like
    userName=<username>
    password=<pw>
    hostName=<hostname>
    subscriptionKey=<key>
    portalEnabled=false
    proxyHostName=
    proxyPort=
    proxyUserName=
    proxyPassword=
    We use a direct connection to sun's update server without a SunUC proxy. (I disabled the proxy, because I had some trouble with it in the past).
    'smpatch get' gives
    patchpro.backout.directory - ""
    patchpro.baseline.directory - /var/sadm/spool
    patchpro.download.directory - /var/sadm/spool
    patchpro.install.types - rebootafter:reconfigafter:standard
    patchpro.patch.source - https://getupdates1.sun.com/
    patchpro.patchset - current
    patchpro.proxy.host - ""
    patchpro.proxy.passwd **** ****
    patchpro.proxy.port - 8080
    patchpro.proxy.user - ""

  • How to migrate DB from single node 10gR2 to RAC 11gR2 on diff platform?

    How to migrate DB from single node 10gR2 to RAC 11gR2 on different platform with possible minimum downtime? We have a situation of upgrade/migrate oracle 10gR2 single instance DB to 2-node RAC 11gR. The source OS is Solaris 10 on SPARC and the target OS is Linux (the target servers could be changed to Solaris 11 x86 if needed). What is the best solution on that?
    Thanks,

    Technically, can do the following for upgrading and migration?
    1. Create 11gR2 oracle home on the same server and upgrade the database from 10gR2 to 11gR2 by running conversion (2 hour down time?)
    2. Set up Heterogeneous Primary and Physical Standbys by RMAN. The standby is the RAC with ASM. No need down time. (from Solaris Space to Linux - this may be a problem)
    3. At the cutoff time, activate the standby DB from the RAC ASM.
    If feasible, do we have some detail guild line for each step?

  • After disabling failover can't configure interfaces

    I had a pair of ASA 5510s in failover and needed to move one so I disabled failover. Now I can't configure any of the interfaces. When I put an IP on an interface and then show interface ip brief, it shows as unassigned.
    What else do I have to do after disabling failover to be able to configure the interfaces again?

    Hi,
    Are you not able to assign ip address on both the devices? If i am not wrong, you should be able to assign the ip address to the active one but not to the stand by one. There are two ways to assign ip address to the standby device. One is to reload the stand by so that it comes out of the stand by state.
    Second way is to configure the standby ip address on the interface. For ex on the interface configure:
    ip address 172.16.1.1 255.255.0.0 standby 172.16.1.2
    The stand by device will take the standby ip address.
    Rahul

  • RAC does not start after trying to move storage

    Hello,
    We have a two nodes RAC Oracle 10g and ASM groups defined on one external storage.
    RAC does not start after we reformated the storage to RAID 10.
    What we did:
    1) deleted the database
    2) reformated the external storage to RAID 10 and defined needed volumes for OCR, VotingDisk and ASM
    3) on both nodes
    - recreated VotingDisk
    node1:root$ /u01/oracle/product/10gr2/crs/bin/crsctl add css votedisk /dev/rdsk/c0t600A0B8000347E7D00000EE74A5AF386d0s3 -force
    Now formatting voting disk: /dev/rdsk/c0t600A0B8000347E7D00000EE74A5AF386d0s3
    successful addition of votedisk /dev/rdsk/c0t600A0B8000347E7D00000EE74A5AF386d0s3.
    node2:root$ /u01/oracle/product/10gr2/crs/bin/crsctl add css votedisk /dev/rdsk/c0t600A0B8000347E7D00000EE74A5AF386d0s3 -force
    Now formatting voting disk: /dev/rdsk/c0t600A0B8000347E7D00000EE74A5AF386d0s3
    successful addition of votedisk /dev/rdsk/c0t600A0B8000347E7D00000EE74A5AF386d0s3.
    - tried to move OCR but was able only on one node:
    /u01/oracle/product/10gr2/crs/bin/ocrconfig -replace ocrmirror /dev/rdsk/c7t30d0s3
    /u01/oracle/product/10gr2/crs/bin/ocrconfig -replace ocr /dev/rdsk/c7t29d0s3
    /u01/oracle/product/10gr2/crs/bin/ocrconfig -replace ocr
    These return ok for both node1 and node2:
    node1:oracle$ cluvfy stage -post hwos -n node1
    node1:oracle$ cluvfy stage -post crsinst -n node1,node2 -verbose
    Performing post-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "node1"
    Destination Node                      Reachable?
    node1                                 yes
    node2                                 yes
    Result: Node reachability check passed from node "node1".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name                             Comment
    node2                                 passed
    node1                                 passed
    Result: User equivalence check passed for user "oracle".
    Checking Cluster manager integrity...
    Checking CSS daemon...
    Node Name                             Status
    node2                                 not running
    node1                                 not running
    Result: Daemon status check failed for "CSS daemon".
    Cluster manager integrity check failed.
    Checking cluster integrity...
    Cluster is divided into 2 partitions.
    Partition 1 consists of the following members:
    Node Name
    node1
    Partition 2 consists of the following members:
    Node Name
    node1
    node2
    Cluster integrity check failed. Cluster is divided into 2 partition(s).
    Checking OCR integrity...
    Checking the absence of a non-clustered configuration...
    WARNING:
    CSS is probably working with a non-clustered, local-only configuration on nodes:
    node1
    Verification will proceed with nodes:
    node2
    Uniqueness check for OCR device passed.
    Checking the version of OCR...
    OCR of correct Version "2" exists.
    Checking data integrity of OCR...
    Data integrity check for OCR passed.
    OCR integrity check failed.
    Checking CRS integrity...
    Checking daemon liveness...
    Check: Liveness for "CRS daemon"
    Node Name                             Running
    node2                                 no
    node1                                 yes
    Result: Liveness check failed for "CRS daemon".
    Checking daemon liveness...
    Check: Liveness for "CSS daemon"
    Node Name                             Running
    node2                                 no
    node1                                 no
    Result: Liveness check failed for "CSS daemon".
    Checking daemon liveness...
    Check: Liveness for "EVM daemon"
    Node Name                             Running
    node2                                 no
    node1                                 yes
    Result: Liveness check failed for "EVM daemon".
    Liveness of all the daemons
    Node Name     CRS daemon                CSS daemon                EVM daemon
    node2         no                        no                        no
    node1         yes                       no                        yes
    Checking CRS health...
    Check: Health of CRS
    Node Name                             CRS OK?
    node1                                 unknown
    Result: CRS health check failed.
    CRS integrity check failed.
    Post-check for cluster services setup was unsuccessful on all the nodes.
    Please help.

    Thanks for the answer.
    Problem is that the RAC is not healty, I know how to start it but now it doesn't start and I cannot find helpful logs.
    You can see that cluster is not healty from cluvfy output.
    When I tried to start crs whith crsctl start crs but:
    - on node2 none of the demons starts (CSS, CRS or EVM)
    - on node1 CSS and EVM demons start but CRS is not starting and I cannot find helpful logs
    Problem 2: Cannot change OCR location
    node2:root$ cat /var/opt/oracle/ocr.loc
    +#Device/file /dev/rdsk/c7t30d0s3 getting replaced by device /dev/rdsk/c7t30d0s3+
    ocrconfig_loc=/dev/rdsk/c7t30d0s3
    local_only=falsenode2:root$ ocrconfig -replace ocr /dev/rdsk/c0t600A0B8000347EAD00000F314A5AF5B8d0s3
    PROT-1: Failed to initialize ocrconfig
    node1:root$ cat /var/opt/oracle/ocr.loc
    ocrconfig_loc=/u01/oracle/product/10gr2/db/cdata/localhost/local.ocr
    local_only=TRUE
    node1:root$ ocrconfig -replace ocr /dev/rdsk/c0t600A0B8000347EAD00000F314A5AF5B8d0s3
    PROT-1: Failed to initialize ocrconfig
    Problem 3: On node 1 I wrongly issued a command
    node1:root$ /u01/oracle/product/10gr2/db/bin/localconfig reset
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Configuration for local CSS has been initialized
    Adding to inittab
    Startup will be queued to init within 30 seconds.
    Checking the status of new Oracle init process...
    Expecting the CRS daemons to be up within 600 seconds.
    Giving up: Oracle CSS stack appears NOT to be running.
    Oracle CSS service would not start as installed
    Automatic Storage Management(ASM) cannot be used until Oracle CSS service is started

Maybe you are looking for

  • Need help using Apple Remote Desktop for remote family members

    I am new to ARD and need help. I know there are solutions to do what I am trying to do through LogMeIn and Teamviewer - but I have LogMein right now and the free edtition is going away and I think Teamviewer will do the same sooner or later. I have r

  • How to get rid of: Would You Like To See Your Photos on a Map?

    Every single time I edit a photo in Aperture I get this annoying question: "Would you like to see your photos on a map?" Enable GPS tracking - yes or no. How can I get this pop-up screen permanently off of Aperture? Sometimes this causes Aperture to

  • How to control the opening form multiple times

    Greetings to all, I used Open_Form to open the form in my 'Menu.mmb'. My Question is: How we control the opening of a form from multiple times? Ex: In my menu.mmb I used OPEN_FORM.If we open the form,which was already opened ,I want to stop the form

  • Custom Commands and Keyboard shortcuts

    Hi, I have recently added a custom command to Vivado 2015.1 to set the current working directory to the top level folder where the project is stored using this TCL: cd [string trimright [get_property DIRECTORY [get_projects]] proj] This allows me run

  • How can I attach photos to Mail as a thumbnail?

    When I attach photos or PDF documents containing photos, to a mail message, the whole photo appears as part of the message. This provides problems at the recipient end as it can take a long time for the mail message to fully open. What I want is to b