How to multiplexing control files in ASM instance???

Hi Folks
I have an Oracle DB10g R2 with ASM in which the unique control file is in one group of ASM.
My question is how to multiplex the controlfile and redo logs???
Very thanks,
Wilson

Hi, you can use the OMF feature of ORACLE to move the controlfile into the ASM.
1. you create a backup controlfile: ALTER DATABASE BACKUP CONTROLFILE TO '/home/oracle/control.bac';
2. you specify the locations:
- ALTER SYSTEM SET db_create_online_log_dest_1='+ASMGROUP1'; -- RMAN will restore one mirror of the controlfile in each of these locations!
- ALTER SYSTEM SET db_create_online_log_dest_2='+ASMGROUP1';
ALTER SYSTEM SET db_recover_file_dest='+ASMGROUP1'; -- this will make RMAN restore the controlfile in the flash_recovery_area!
3. you create a pfile from spfile:
- CREATE PFILE FROM SPFILE;
4. you archive the current redolog:
- ALTERSYSTEM ARCHIVE LOG ALL;
and SHUTDOWN IMMEDIATE
5. you edit the pfile by removing the entry for CONTROL_FILES!!!
- and after this: CREATE SPFILE FROM PFILE;
6. you use RMAN to restore the controlfile in the ASM:
RMAN> STARTUP NOMOUNT;
RMAN> RESTORE CONTROLFILE FROM '/home/oracle/control.bac';
RMAN> ALTER DATABASE MOUNT;
RMAN> RECOVER DATABASE USING BACKUP CONTROLFILE;
RMAN>ALTER DATABASE OPEN RESETLOGS;
Hope this helps,
Lutz

Similar Messages

  • Multiplexing control file

    How to multiplexing control file in oracle 10g?

    Hi,
    Two ways are to MULTIPLEXING CONTROL FILE.
    If you are using PFILE..
    1. Set a Parameter... CONTROL_FILE= <ORACLE_BASE>\ORADATA\ORCL\CONTROL1.CTL,<ORACLE_BASE>\ORADATA\ORCL\CONTROL2.CTL
    If you are using SPFILE..
    2. Then use, ALTER SYSTEM CLAUSE to change the paremeter value dynamically.
    for ex> ALTER SYSTEM SET CONTROL_FILE=<ORACLE_BASE>\ORADATA\ORCL\CONTROL1.CTL, <ORACLE_BASE>\ORADATA\ORCL\CONTROL2.CTL
    Thanks.

  • How to add other 2 control files at ASM in linux RAC

    Hi Experts,
    I am new for RAC .
    the vendor build a RAC for us. I found there are only one control file in system.
    we use oracle 10.2.0.4 at ASM with RAC in redhat linux 5.
    how to add 2 additional control file to ASM for RAC ?
    Please provide a procedur in detail.
    Thanks
    Jim

    Hi damorgan & Friends,
    I could not find some infomration to add control into ASM . I can do this job( see below procedure) in no ASM .
    My question, our database locates at ASM and control file with a system auto-number ( fully qualified filename ) as
    +DATA1/SALE/controlfile/current.256.690290159
    How do I physical copy and rename other 2 contril file in directory and modify location in pfile?
    I saw some paper to use request as an alias (such as +dgroup2/control/ctl.f). i can not image to copy/rename control.
    Please help me!!
    Thanks
    Jim
    ========added control file for no ASM database and works=====================
    1)
    SQL> create pfile from spfile;
    File created.
    2)
    SQL> show parameter control_file
    NAME TYPE VALUE
    control_file_record_keep_time integer 7
    control_files string C:\ORADATA\ORCL\CONTROL01.CTL
    3)
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    4) modify pfile add additional control file2/3 as
    control_files='C:\Oradata\ORCL\control01.ctl','C:\Oradata\ORCL\control02.ctl','C:\Oradata\ORCL\control03.ctl'
    and physical copy control01.ctl and raname as control02.ctl,control03.ctl
    5)
    SQL> startup pfile='C:\oracle\product\10.2.0\db_2\database\initORCL.ora';
    ORACLE instance started.
    Total System Global Area 167772160 bytes
    Fixed Size 1247900 bytes
    Variable Size 62915940 bytes
    Database Buffers 100663296 bytes
    Redo Buffers 2945024 bytes
    Database mounted.
    Database opened.er database mount;
    6)
    SQL> Create spfile from pfile='C:\oracle\product\10.2.0\db_2\database\initORCL.ora';
    File created.
    7) check control file info under pfile environment
    SQL> show parameter control_file
    NAME TYPE VALUE
    control_file_record_keep_time integer 7
    control_files string C:\ORADATA\ORCL\CONTROL01.CTL,
    C:\ORADATA\ORCL\CONTROL02.CTL
    , C:\ORADATA\ORCL\CONTROL03.CT
    L
    8)SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    9) startup as spfile environment.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 167772160 bytes
    Fixed Size 1247900 bytes
    Variable Size 62915940 bytes
    Database Buffers 100663296 bytes
    Redo Buffers 2945024 bytes
    Database mounted.
    Database opened.
    10) check control info for spfile environment
    SQL> show parameter spfile
    NAME TYPE VALUE
    spfile string C:\ORACLE\PRODUCT\10.2.0\DB_2\
    DATABASE\SPFILEORCL.ORA
    SQL> show parameter control_file
    NAME TYPE VALUE
    control_file_record_keep_time integer 7
    control_files string C:\ORADATA\ORCL\CONTROL01.CTL,
    C:\ORADATA\ORCL\CONTROL02.CTL
    , C:\ORADATA\ORCL\CONTROL03.CT
    L

  • How to create redlog and control file at ASM in linux RAC

    Hi Experts,
    I will to maintance a oracle 10g database at ASM as RAC iin linux red hat.
    i am a new person with some question.
    nornally speaking, oracle recommadition for oracle 10g database as
    create 3 copy fills for control file
    create at least 2 redo log with mirror files in system.
    However, I checked find
    redlog file is at FRA place +FLSdisk1 and no mirror
    control file is at FRA place--+FLSDISK1/
    datebase file at ‘+DATA1/
    There are no mirror for relog.
    Go to EM, I also could not find place to enter file name.
    We use ASM to hold database to support RAC.
    Do i need to create redlog file as
    ALTER DATABASE ADD LOGFILE GROUP 1 ('+FLSdisk1/sale/onlinelog/REDO01.LOG','+FLSdisk1/sale/onlinelog/REDO01_mirror.LOG') SIZE 1000M reuse;
    my boss told me that ASM is reliable.
    Do you need to creat more directory to arrange redlog and control files in ASM for RAC system?
    FRA is a good place to store control file and redlog file ?
    Thanks
    JIM
    Edited by: user589812 on Jul 3, 2009 3:03 PM

    ASM is reliable but a smart DBA is very careful. If ASM is doing mirroring this is like RAID doing mirroring. What happens if you accidentally delete one copy ... the other one disappears instantly. Not a good idea.
    With respect to redo logs you need a minimum of three groups, two members, and one thread per instance. So a 2 node cluster should, at a minimum have 12 physical files.
    Not mirroring the redo logs, assuming multiple members, is not as critical.

  • ASM lost disk, rebuilt disk grp. No dbid, how to copy ctl file to ASM?

    Hi all,
    I'm trying to help out on what is turning out to be a real challenge.
    This looks to be Oracle 10.1.0.4.0 (version showed by rman and sqlplus).
    There is ASM...but it was set to redundancy of EXTERN, but not really external redundancy. This is a test box, and I guess they were just trying to use what disks they had....I dunno, it was set up long before I got here.
    Out of all the instances I've had to look at....for this one server, I have no DBID's documented.
    This is a HP-UX box....they replaced the bad ASM drive, and I rebuilt the DATADG disk group.
    RMAN settings...well, show all just gives defaults, as that I don't have a control file in place. This was, however, set up to autobackup control files and spfiles...but I don't know the DBID, and can't figure how to find the DBID....
    I did, however, find the snapshot controlfile...and hoping I could use that.
    I am, however, stumped as to how to copy this copy of the control file, into ASM.
    I have found and old pfile that I can use to start the instance. I have started it nomount with this.
    I looked at the parameter for control file and found:
    SQL> show parameter control_file
    NAME TYPE VALUE
    control_file_record_keep_time integer 7
    control_files string +DATADG/instance/control01.ctl
    , +DATADG/instance/control02.c
    tl, +DATADG/instance/control03
    .ctl, +DATADG/instance/control
    04.ctl
    So, I know where they are to go. This is such an old version, I guess there was no ASMCMD...I can't find that command.
    I'm thinking, if I could find a way to copy this snapshot of the control file onto ASM in the old places it was, I could startup up the database, and it would then be able to restore and recover with the RMAN backups?
    Any suggestions?
    cayenne

    Just a quick update on this.
    I was able to find a snapshot of the controlfile on disk....
    I went into asm and recreated the directory where the controlfiles were kept, and used rman to copy the snapshot controlfile to where the originals were kept:
    export ORACLE_SID=+ASM
    connect with sqlplus and do:
    SQL> alter diskgroup DATADG add directory '+DATADG/instance';
    Diskgroup altered.
    Then in RMAN:
    restore controlfile to '+DATADG/instance/control01.ctl' from '/u01/app/oracle/product/10.1.0/Db_1/dbs/snapcf_INSTANCE.f';
    restore controlfile to '+DATADG/instance/control02.ctl' from '/u01/app/oracle/product/10.1.0/Db_1/dbs/snapcf_INSTANCE.f';
    restore controlfile to '+DATADG/instance/control03.ctl' from '/u01/app/oracle/product/10.1.0/Db_1/dbs/snapcf_INSTANCE.f';
    restore controlfile to '+DATADG/instance/control04.ctl' from '/u01/app/oracle/product/10.1.0/Db_1/dbs/snapcf_INSTANCE.f';
    I then got out of RMAN...back into sqlplus and mounted the database instance:
    SQL> connect / as sysdba
    Connected.
    SQL> alter database mount;
    Database altered.
    Checking to see backups:
    RMAN> run {
    2> allocate channel vh1 type sbt_tape;
    3> restore database preview;
    4> }
    allocated channel: vh1
    channel vh1: sid=321 devtype=SBT_TAPE
    channel vh1: NMO v4.1.0.0
    Starting restore at 30-SEP-11
    Starting implicit crosscheck backup at 30-SEP-11
    Finished implicit crosscheck backup at 30-SEP-11
    Starting implicit crosscheck copy at 30-SEP-11
    Finished implicit crosscheck copy at 30-SEP-11
    searching for all files in the recovery area
    cataloging files...
    cataloging done
    no files cataloged
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    33235 Incr 0 9G SBT_TAPE 00:23:51 11-AUG-11
    List of Datafiles in backup set 33235
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 330744282 11-AUG-11 +DATADG/instance/datafile/system.413.573936825
    2 0 Incr 330744282 11-AUG-11 +DATADG/instance/datafile/undotbs1.409.573936855
    3 0 Incr 330744282 11-AUG-11 +DATADG/instance/datafile/sysaux.406.573936867
    4 0 Incr 330744282 11-AUG-11 +DATADG/instance/datafile/users.432.573936895
    5 0 Incr 330744282 11-AUG-11 +DATADG/instance/datafile/rcv_cat.437.573987643
    6 0 Incr 330744282 11-AUG-11 +DATADG/instance/datafile/mgmt_tablespace.448.574422259
    7 0 Incr 330744282 11-AUG-11 +DATADG/instance/datafile/mgmt_ecm_depot_ts.844.574422261
    8 0 Incr 330744282 11-AUG-11 +DATADG/instance/datafile/oem_repository.533.574022071
    Backup Set Copy #1 of backup set 33235
    Device Type Elapsed Time Completion Time Compressed Tag
    SBT_TAPE 00:23:51 NO WEEKLY_INSTANCE_081111040003
    List of Backup Pieces for backup set 33235 Copy #1
    BP Key Pc# Status Media Piece Name
    34399 1 AVAILABLE server.003 fjmjmnmo_1_1
    34400 2 AVAILABLE server.003 fjmjmnmo_2_1
    34401 3 AVAILABLE server.003 fjmjmnmo_3_1
    34402 4 AVAILABLE server.003 fjmjmnmo_4_1
    34403 5 AVAILABLE server.003 fjmjmnmo_5_1
    Finished restore at 30-SEP-11
    released channel: vh1
    I think I'm ready to try to figure out the restore and recover parts now....
    I tried to recover the spfile from autobackup...but that didn't work:
    RMAN> restore spfile from autobackup;
    Starting restore at 30-SEP-11
    allocated channel: ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: sid=321 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_1: NMO v4.1.0.0
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=320 devtype=DISK
    channel ORA_SBT_TAPE_1: looking for autobackup on day: 20110930
    channel ORA_SBT_TAPE_1: looking for autobackup on day: 20110929
    channel ORA_SBT_TAPE_1: looking for autobackup on day: 20110928
    channel ORA_SBT_TAPE_1: looking for autobackup on day: 20110927
    channel ORA_SBT_TAPE_1: looking for autobackup on day: 20110926
    channel ORA_SBT_TAPE_1: looking for autobackup on day: 20110925
    channel ORA_SBT_TAPE_1: looking for autobackup on day: 20110924
    channel ORA_SBT_TAPE_1: no autobackup in 7 days found
    recovery area destination: +RECOVERYDG
    database name (or lock name space) used for search: INSTANCE
    channel ORA_DISK_1: no autobackups found in the recovery area
    channel ORA_DISK_1: looking for autobackup on day: 20110930
    channel ORA_DISK_1: looking for autobackup on day: 20110929
    channel ORA_DISK_1: looking for autobackup on day: 20110928
    channel ORA_DISK_1: looking for autobackup on day: 20110927
    channel ORA_DISK_1: looking for autobackup on day: 20110926
    channel ORA_DISK_1: looking for autobackup on day: 20110925
    channel ORA_DISK_1: looking for autobackup on day: 20110924
    channel ORA_DISK_1: no autobackup in 7 days found
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 09/30/2011 10:01:09
    RMAN-06172: no autobackup found or specified handle is not a valid copy or piece
    Anyway...further along than I was.....
    Suggestions welcome....
    cayenne

  • How to mulitplex control files with raid

    I have installed 8i DB server on a HP proliant server machine. Raid 2 is configured on the server machine with windows OS, two hard disks are mirrored.
    It is often recommended to multiplex conrol files and redo log files on multiple hard disk to protect from disk failure.
    how can i do this, as i have 3 logical drives but all they are of same physical device.
    multiplexing control files on different logican drives is same as keeping them in the same default folder.
    Please help making things clear ?????

    1. RAID is all about availability and is not a substitute for duplexing of control files or online redo logs.
    2. It is better to have multiple physical drive (sets) on which to place copies of the control file and online redo logs. That way, any failure of the RAID or file system will still leave you with copies of these vital files.
    3. If you only have logical drives, it is best to place copies on various logical volumes. This way, you are (at least) protected from file system failure, corruption, or accidental delete.

  • How to Restore Control file to New Server

    I want to test my backup by restoring the full backup of my production database on a separate test server.
    I have taken following action for restore to test server:
    •     Copy full backup to Test Server on same folder where it was in Production Server.
    •     Copy parameter file to Test Server. (Edit control file location on it)
    •     Connect Rman
    •     Set DB with new DBID
    •     Startup Nomount (from new parameter file)
    RUN
    ALLOCATE CHANNEL c1 TYPE DISK;
    RESTORE CONTROLFILE FROM AUTOBACKUP;
    ALTER DATABASE MOUNT;
    Then we found following error:
    RMAN> RESTORE CONTROLFILE FROM AUTOBACKUP;
    Starting restore at 07-NOV-07
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=9 devtype=DISK
    channel ORA_DISK_1: looking for autobackup on day: 20071107
    channel ORA_DISK_1: looking for autobackup on day: 20071106
    channel ORA_DISK_1: looking for autobackup on day: 20071105
    channel ORA_DISK_1: looking for autobackup on day: 20071104
    channel ORA_DISK_1: looking for autobackup on day: 20071103
    channel ORA_DISK_1: looking for autobackup on day: 20071102
    channel ORA_DISK_1: looking for autobackup on day: 20071101
    channel ORA_DISK_1: no autobackup in 7 days found
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 11/07/2007 16:35:13
    RMAN-06172: no autobackup found or specified handle is not a valid copy or piece
    Can anyone guide me, how to restore control file?
    Irfan

    RMAN> RESTORE CONTROLFILE FROM AUTOBACKUP;
    Starting restore at 07-NOV-07
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=9 devtype=DISK
    channel ORA_DISK_1: looking for autobackup on day:
    20071107
    channel ORA_DISK_1: looking for autobackup on day:
    20071106
    channel ORA_DISK_1: looking for autobackup on day:
    20071105
    channel ORA_DISK_1: looking for autobackup on day:
    20071104
    channel ORA_DISK_1: looking for autobackup on day:
    20071103
    channel ORA_DISK_1: looking for autobackup on day:
    20071102
    channel ORA_DISK_1: looking for autobackup on day:
    20071101
    channel ORA_DISK_1: no autobackup in 7 days found
    RMAN-00571:It seems to me its not finding the contolfile from 7 days before sysdate ,increase the window size using
    RMAN>restore controlfile from autobackup maxdays 15;Khurram

  • How to relocate control file?

    I want to relocate my control files to a new location.. I want to know my options on how to do this (apart from shutting down db). Users are logged on most of the time. Oracle version is 9i.

    the only way i know is to shutdown the DB, change the parameter value CONTROL_FILES, copy the file to the new location and restart. Since this parameter cannot be modified online, i doubt you can do this without bouncing the instance.

  • Recover Datafile Using Old Control File in New Instance

    How to Recover Datafile in condition :
    Old Instance was dropped but old controlfile still exist to new instance.

    SigCle wrote:
    If there is RMAN .bkp backup, I won't post a thread in here, and just do :
    RMAN> STARTUP FORCE MOUNT;
    RMAN> RESTORE DATABASE;
    RMAN> RECOVER DATABASE;
    RMAN> ALTER DATABASE OPEN;
    The fact is there is no RMAN backup at all. Old database just dropped and uninstalled careless by my friend.
    Fortunately there is still oradata folder(contain of control files and all datafiles).
    But, I don't know to restore it manually and by system. I don't know file id of each datafile.
    Helps / clues very appreciated.Well.If you have all control/online log/data files then there is no problem(also if you do not have pfile then create it manually according sample file).If your system is windows then create instance using oradim as
    set ORACLE_SID=<SID>
    oradim -new -sid <sid name> -intpwd <syspass> -pfile <pfile location>
    sqlplus "/as sysdba"
    startupif linux/unix then
    export ORACLE_SID=<SID>
    sqlplus "/as sysdba"
    startup

  • ORA-00205: error in identifying control file,-Startup ASM db in PFA mode

    Is there any oracle restriction for ASM database in PFA mode?
    *[oracle@aveo:~]>cd $ORACLE_HOME/dbs*
    *[oracle@aveo:~]>orapwd file=orapwQ102ASMA password=sys entries=10 force=y*
    oracle@aveo:~]>sq
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 3 12:49:15 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select file_name from dba_data_files;
    FILE_NAME
    +OBTDG1/q102asma/datafile/system01.dbf
    7 rows selected.
    SQL> show parameter pass
    NAME_COL_PLUS_SHOW_PARAM
    TYPE
    VALUE_COL_PLUS_SHOW_PARAM
    remote_login_passwordfile
    string
    EXCLUSIVE
    SQL> select from v$pwfile_users;*
    USERNAME SYSDB SYSOP
    SYS TRUE TRUE
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    Now made changes in sqlnet.ora file.
    oracle@aveo:admin]>pwd
    /oracle/10.2.0/product/network/admin
    *[oracle@aveo:admin]>cat sqlnet.ora*
    sqlnet.authentication_services=(none)
    *=oracle@aveo:admin]>sqlplus sys/sys as sysdba*
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 3 13:28:29 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 272629760 bytes
    Fixed Size 2005736 bytes
    Variable Size 184550680 bytes
    Database Buffers 83886080 bytes
    Redo Buffers 2187264 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    It thows ORA-00205: error in identifying control file,
    Edited by: user2015671 on 3 Sep, 2010 8:09 AM

    In alert log it show below error message.
    ===================================================================
    Sat Sep 4 13:06:38 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 1
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 50
    shared_pool_size = 155189248
    large_pool_size = 4194304
    java_pool_size = 25165824
    resource_manager_plan = SYSTEM_PLAN
    control_files = OBTDG1/q102asma/controlfile/control01.ctl, OBTDG1/q102asma/controlfile/control02.ctl, +OBTDG1/q102asma/controlfile/control03.ctl
    db_block_size = 8192
    db_cache_size = 67108864
    db_2k_cache_size = 8388608
    db_4k_cache_size = 8388608
    compatible = 10.0.0.0.0
    log_archive_dest = +OBTDG1
    log_archive_format = %t_%s_%r.log
    log_buffer = 2152448
    fast_start_mttr_target = 300
    undo_management = AUTO
    undo_tablespace = rbs
    remote_login_passwordfile= EXCLUSIVE
    instance_name = Q102ASMA
    background_dump_dest = /qa/data/obt/Q102ASMA/admin/bdump
    user_dump_dest = /qa/data/obt/Q102ASMA/admin/udump
    core_dump_dest = /qa/data/obt/Q102ASMA/admin/cdump
    sort_area_size = 524288
    db_name = Q102ASMA
    open_cursors = 300
    ifile = /qa/data/obt/Q102ASMA/admin/pfile/configQ102ASMA.ora
    PMON started with pid=2, OS id=29642
    PSP0 started with pid=3, OS id=29644
    MMAN started with pid=4, OS id=29646
    DBW0 started with pid=5, OS id=29648
    LGWR started with pid=6, OS id=29650
    CKPT started with pid=7, OS id=29652
    SMON started with pid=8, OS id=29654
    RECO started with pid=9, OS id=29656
    MMON started with pid=10, OS id=29658
    MMNL started with pid=11, OS id=29660
    Sat Sep 4 13:06:40 2010
    ALTER DATABASE MOUNT
    Sat Sep 4 13:06:40 2010
    Starting background process ASMB
    ASMB started with pid=13, OS id=29663
    Sat Sep 4 13:06:40 2010
    ORA-00202: control file: '+OBTDG1/q102asma/controlfile/control01.ctl'
    ORA-17503: ksfdopn:2 Failed to open file +OBTDG1/q102asma/controlfile/control01.ctl
    ORA-15001: diskgroup "OBTDG1" does not exist or is not mounted
    ORA-15055: unable to connect to ASM instance
    ORA-01031: insufficient privileges
    Sat Sep 4 13:06:40 2010
    ORA-205 signalled during: ALTER DATABASE MOUNT...
    ===================================================================
    ASMCMD> pwd
    +OBTDG1/Q102ASMA/controlfile
    ASMCMD>
    ASMCMD> ls -ltr
    Type Redund Striped Time Sys Name
    N control01.ctl => +OBTDG1/Q102ASMA/CONTROLFILE/Current.283.728141849
    N control02.ctl => +OBTDG1/Q102ASMA/CONTROLFILE/current.292.728141859
    N control03.ctl => +OBTDG1/Q102ASMA/CONTROLFILE/current.299.728141861
    CONTROLFILE UNPROT FINE SEP 04 13:00:00 Y Current.283.728141849
    CONTROLFILE UNPROT FINE SEP 04 13:00:00 Y current.292.728141859
    CONTROLFILE UNPROT FINE SEP 04 13:00:00 Y current.299.728141861
    ===================================================================
    I tried without Password file authentication then i am not getting error during database startup.
    Why it is giving error for Password file authentication?
    Thanks,

  • Multiplex control files in Oracle 10g...

    Hi ,
    the Oracle documentation , in one of its books points out....:
    'Once the disk drive is repaired, the damaged control file can be restored using the intact copy of the control file from the other disk and the instance can be restarted'.
    Is it achievable automatically.... or using some kind of sql commands and which , if any.....?????
    Regards,
    Simon

    there's a parameter called
    control_files
    in your spfile/pfile whichever you use.
    You can just multiply as many control files as you wish at OS level (copy) and list them in the parameter, then start your database.

  • How to create Control file.

    Being a new bie plz help me.
    Can you let me know steps to create a new
    control file. Create control file is always
    giving error messages and if i have all data
    and REDO logs intact how can i recover my
    data base again using new control file
    please help ....
    null

    hai,
    for creating control file we proceed to ways:
    1. create controle file using sql command as sys or system users
    sql>alter database backup controlfile to trace;
    system itself creates controlfile and keeps in udump directory.
    2. using the old backup copies, edit the currect file locations, parameters manually.
    Then run this script at nomount mode, to create the controlfile
    murty
    null

  • How to write control file below data

    Hi,
    Here is my table
    create table sample1 (name varchar2(5), num number(2));
    sample.txt(Datafile)
    vikram12
    sharma13
    sonu 14
    Here is my control file
    load data
    infile 'C:\sample.txt'
    into table sample1
    fields terminated by "," optionally enclosed by '"'          
    ( name char(5), num char(2) )
    But it rejecting all the records. Just let me know where i went wrong.
    Thanks in advance

    fields terminated by "," optionally enclosed by
    '"'          As per your control file, the fields have to be seperated by commas but in your datafile it is seperated by space. Either change the delimiter in your control file or in your datafile
    Using Comma Seperated file,
    sample.txt(Datafile)
    vikram,12
    sharma,13
    sonu, 14
    load data
    infile 'C:\sample.txt'
    into table sample1
    fields terminated by ","
    optionally enclosed by '"'
    ( name char(5),
    num char(2)
    )Note:
    1. You have to increase the length of name column as your datafile has values greater than 5 characters. First and second records will be rejected with NAME VARCHAR2(5)

  • SAP BW 7.0 - How to use control file?

    Hello experts,
    In my current project, I need to use a control file to load some flat files into BW.
    In version 3.5 we had a option in the infopackage where we could select if it was a csv or a control file.
    But in 7.0 version this option is not available anymore.
    I found this threat: Use Control File to load data in BW7.0
    But a .txt control file didn't work. Can somebody help me?
    Thanks!!!

    WS adapter can be used as Direct connection or Integrated Server Communication.  Basically this adapter will be used to make communication between two SAP System's Webservice runtime. WS adapter supports Webservice reliable messaging , SAML and more security features.  Using Direct connection you can communicate two SAP systems. In this case, you dont need any ESR objects and you just need to configure ID objects only.
    Have seen this [link|http://help.sap.com/saphelp_nwpi711/helpdata/en/48/ce28613a8e5430e10000000a42189b/content.htm]
    Hope that helps

  • How can I get file from multiple instance using file adapter

    Hi.
    Our system(PI7.1) have three application instances running with each physical servers.
    We use sender file adapter.
    The file data is sent to one of the servers.
    Now, how can I get the file using three file adater?
    Should I put the file "sapmnt(\usr\sap)" .
    Or are there another solution?
    regards,

    Hi Ashutosh
    You will have to use sapcar.zip which contains the utility Sapcar.exe utility for unzipping the files from SAP compressed files. (*.car file)
    Regards
    Gaurav
    PS: Reward points if solved

Maybe you are looking for

  • Windows 7 won't let me click on start orb or within open windows.

    I'm not sure how to accurately describe the symptoms. My system is having a problem where it won't let me click on things or move windows around. I can always move the cursor/arrow around the screen, and I can almost always click on desktop items to

  • Importing templates & fonts from Microsoft Office into Pages

    At Peggy's suggestion in the Appleworks discussion group, I saved templates and fonts from a Microsoft Office Test Drive, so I can install them into my newly acquired iWork Pages program. Pages is now installed, but I don't know where to put the temp

  • Active directory issue regarding time (DST) - Cant bind any Macs to 2000 AD

    I am working with a new server at a small mostly Windows based school district. I am here to do a small AD/OD integration with nothing out of the normal. They are using Windows 2000 server and 10.4.11 with all the current software updates. I tested b

  • Macbook Pro Core Duo, Normal heat problems???

    Hi guys. I have a First Generation Macbook Pro, i bought it like 8 months ago from ebay. The guy that sold me this mac told me that it doesn't have any heat problems at all, but im just, im sorry, i can't say the same right now. Since i receive, when

  • Compilation Albums playlist

    Hi all, I have built a smart playlist that picks up all my compilation albums (albums with multiple artists). These list fine in Itunes, but is it possible to change the settings so, when I open the playlist in my ipod, I see a list of albums instead