Missing SPFILE

Hi guys,.

I would be grateful if you could help me with the following problem I am unable to locate my spfile said database.

SQL > show the spfile parameter

VALUE OF TYPE NAME

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

+DATA03/cpmstg/spfilecpmstg.ora string SPFile

When I go in ASM to the location of the said this is what I see:

ASMCMD > ls

spfilecpmstg

ASMCMD > ls - lrt

WARNING: 'r' is deprecated for 'method '.

Please use 'inverse '.

Name of type Redund time scratched Sys

N spfilecpmstg = > +DATA03/CPMSTG/PARAMETERFILE/spfile.510.859115335

Now, when I go to the default location i.e./u02/app/oracle/product/11.2.0.4/db/dbs I see the init file:

[oracle@ora-stg-1a dbs] $ ls - ltr initcpmstg1.ora

-rw - r-. 1 oracle oinstall 41 24 September 11:25 initcpmstg1.ora

The init file contains the following entry:

[oracle@ora-stg-1a dbs] $ initcpmstg1.ora more

SPFile='+DATA03/CPMSTG/spfilecpmstg.ora'

Now my question is:

  1. Why I get ORA-01565: could not open the Spfile + DATA03/cpmstg/spfilecpmstg.ora. ?
  2. How can I fix?

Note: I am running Oracle Database Enterprise Edition 11.2.0.4.0 and run Linux 6 (64-bit).

Greetings

Nadège

So if you hurt the spile file, do a "create spfile from pfile".

Tags: Database

Similar Questions

  • RMAN Active cloning succeeded, but spfile turned out to be missing

    Environment:

    OS Version: HP - UX B.11.31 U ia64

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

    The files of the databases on: + managed ASM starts

    RMAN Active cloning command below is used to clone the database from one 'A' host to another host 'B '.
     duplicate target database to testDB from active database nofilenamecheck ; 
    Cloning completed successfully. But when I checked on the existence of spfile the missing found spfile.
    SQL> show parameter spfile
    
    NAME                                 TYPE        VALUE
    spfile                               string      /app/oracle/product/11.2.0.3/db/dbs/spfiletestDB.ora
    What could be the cause of the missing spfile?

    I have been informed below as a workaround.

    1. create the spfile and pfile memory and bounce the db for this problem.
    2 RMAN Active clone script specified with the clause pfile.
    For example.
     duplicate target database to testDB  from active database file=/app/oracle/product/11.2.0.3/db/dbs/inittestDB.ora;  
    Would appreciate the counsel on this.

    Published by: Sivaprasad S January 31, 2013 17:13

    Hello;

    What could be the cause of the missing spfile?

    This:

    duplicate target database to testDB from active database nofilenamecheck
    

    Instead:

    duplicate target database to testDB from active database spfile nofilenamecheck
    

    See:

    http://docs.Oracle.com/CD/B28359_01/backup.111/b28270/rcmdupdb.htm

    Example 23-3

    Remember to close some of your old questions

    Best regards

    mseberg

  • Waiting for redo log file missing when restore main database using RMAN backup that was taken on the database physical standby

    Here's my question after tons of research and test without have the right solutions.

    Target:

    (1) I have a 12.1.0.2 database unique main enterprise 'testdb' as database instance running on the server "node1".

    (2) I created physical standby database "stbydb" on the server "node2".

    (3) DataGuard running on the mode of MaxAvailability (SYNC) with roll forward in real time 12 default c apply.

    (4) primary database has 3 groups of one-man redo. (/oraredo/testdb/redo01.log redo02.log redo03.log)

    (5) I've created 4 standby redo logfiles (/oraredo/testdb/stby01.log stby02.log stby03.log stby04.log)

    (6) I do RMAN backup (database and archivelog) on the site of relief only.

    (7) I want to use this backup for full restore of the database on the primary database.

    He is a DR test to simulate the scenario that has lost every primary & Eve total servers.

    Here is how to save, on the database pending:

    (1) performance 'alter database recover managed standby database Cancel' to ensure that compatible data files

    (2) RMAN > backup database;

    (3) RMAN > backup archivelog all;

    I got elements of backup and copied to primary db Server something like:

    /Home/Oracle/backupset/o1_mf_nnndf_TAG20151002T133329_c0xq099p_.BKP (data files)

    /Home/Oracle/backupset/o1_mf_ncsnf_TAG20151002T133329_c0xq0sgz_.BKP (spfile & controlfile)

    /Home/Oracle/backupset/o1_mf_annnn_TAG20151002T133357_c0xq15xf_.BKP (archivelogs)

    So here's how to restore, on the main site:

    I clean all the files (data files, controlfiles oder all gone).

    (1) restore spfile from pfile

    RMAN > startup nomount

    RMAN > restore spfile from pfile ' / home/oracle/pfile.txt' to ' / home/oracle/backupset/o1_mf_ncsnf_TAG20151002T133329_c0xq0sgz_.bkp';

    (2) modify pfile to convert to db primary content. pFile shows below

    *.audit_file_dest='/opt/Oracle/DB/admin/testdb/adump '

    * .audit_trail = "db".

    * full = '12.1.0.2.0'

    *.control_files='/oradata/testdb/control01.ctl','/orafra/testdb/control02.ctl'

    * .db_block_size = 8192

    * .db_domain = "

    *.db_file_name_convert='/testdb/','/testdb /'

    * .db_name = "testdb".

    * .db_recovery_file_dest ='/ orafra'

    * .db_recovery_file_dest_size = 10737418240

    * .db_unique_name = "testdb".

    *.diagnostic_dest='/opt/Oracle/DB '

    * .fal_server = "stbydb".

    * .log_archive_config = 'dg_config = (testdb, stbydb)'

    * .log_archive_dest_2 = "service = stbydb SYNC valid_for = (ONLINE_LOGFILE, PRIMARY_ROLE) db_unique_name = stbydb'"

    * .log_archive_dest_state_2 = 'ENABLE '.

    *.log_file_name_convert='/testdb/','/testdb /'

    * .memory_target = 1800 m

    * .open_cursors = 300

    * runoff = 300

    * .remote_login_passwordfile = "EXCLUSIVE."

    * .standby_file_management = "AUTO".

    * .undo_tablespace = "UNDOTBS1.

    (3) restart db with updated file pfile

    SQLPLUS > create spfile from pfile='/home/oracle/pfile.txt'

    SQLPLUS > the judgment

    SQLPLUS > startup nomount

    (4) restore controlfile

    RMAN > restore primary controlfile to ' / home/oracle/backupset/o1_mf_ncsnf_TAG20151002T133329_c0xq0sgz_.bkp';

    RMAN > change the editing of the database

    (5) all elements of backup catalog

    RMAN > catalog starts by ' / home/oracle/backupset / '.

    (6) restore and recover the database

    RMAN > restore database;

    RMAN > recover database until the SNA XXXXXX; (this YVERT is the maximum in archivelog backups that extends beyond the scn of the backup of the data file)

    (7) open resetlogs

    RMAN > alter database open resetlogs;

    Everything seems perfect, except one of the file log roll forward pending is not generated

    SQL > select * from v$ standby_log;

    ERROR:

    ORA-00308: cannot open archived log ' / oraredo/testdb/stby01.log'

    ORA-27037: unable to get file status

    Linux-x86_64 error: 2: no such file or directory

    Additional information: 3

    no selected line

    I intended to use the same backup to restore primary basic & helps record traffic and the downtime between them in the world of real output.

    So I have exactly the same steps (except STANDBY restore CONTROLFILE and not recover after database restore) to restore the database pending.

    And I got the same missing log file.

    The problem is:

    (1) complete alert.log filled with this error, not the concern here

    (2) now repeat it in real time apply won't work since the Party shall LGWR shows always "WAITING_FOR_LOG."

    (3) I can't delete and re-create this log file

    Then I tried several and found:

    The missing standby logfile was still 'ACTIVE' at present RMAN backup was made.

    For example, on db standby, under Group #4 (stby01.log) would be lost after the restoration.

    SQL > select GROUP #, SEQUENCE #, USE (s), the STATUS from v$ standby_log;

    GROUP # SEQUENCE # USED STATUS

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

    4 19 ACTIVE 133632

    5 0 0 UNASSIGNED

    6 0 0 not ASSIGNED

    7 0 0 UNASSIGNED

    So until I take the backup, I tried on the primary database:

    SQL > alter system set log_archive_dest_state_2 = delay;

    This was the Group of standby_log side Eve #4 was released:

    SQL > select GROUP #, SEQUENCE #, USE (s), the STATUS from v$ standby_log;

    GROUP # SEQUENCE # USED STATUS

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

    4 0 0 UNASSIGNED

    5 0 0 UNASSIGNED

    6 0 0 not ASSIGNED

    7 0 0 UNASSIGNED

    Then, the backup has been restored correctly without missing standby logfile.

    However, to change this primary database means break DataGuard protection when you perform the backup. It's not accept on the production environment.

    Finally, my real questions come:

    (1) what I do may not do on parameter change?

    (2) I know I can re-create the control file to redo before delete and then recreate after. Is there any simple/fast to avoid the standby logfile lost or recreate the lost one?

    I understand that there are a number of ways to circumvent this. Something to keep a copy of the log file waiting restoration progress and copy up one missing, etc, etc...

    And yes I always have done no real-time applies "to the aid of archived logfile" but is also not accept mode of protection of production.

    I just want proof that the design (which is displayed in a few oracle doc Doc ID 602299.1 is one of those) that backs up data backup works effectively and can be used to restore the two site. And it may be without spending more time to resume backups or put the load on the primary database to create the database before.

    Your idea is very much appreciated.

    Thank you!

    Hello

    1--> when I take via RMAN backup, RMAN does not redo log (ORL or SRL) file, so we cannot expect ORLs or SRL would be restored.

    2nd--> when we opened the ORL database should be deleted and created

    3rd--> Expecting, SRL should not be an issue.we should be able to do away with the fall.

    DR sys@cdb01 SQL > select THREAD #, SEQUENCE #, GROUP #, STATUS from v$ standby_log;

    THREAD # SEQUENCE # GROUP # STATUS

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

    1 233 4 ACTIVE

    1 238 5 ACTIVE

    DR sys@cdb01 SQL > select * from v$ logfile;

    GROUP # STATUS TYPE MEMBER IS_ CON_ID

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

    3 /u03/cdb01/cdb01/redo03.log no. 0 online

    /U03/cdb01/cdb01/redo02.log no. 0 2 online

    1 /u03/cdb01/cdb01/redo01.log no. 0 online

    4 /u03/cdb01/cdb01/stdredo01.log WATCH No. 0

    /U03/cdb01/cdb01/stdredo02.log EVE 5 No. 0

    DR sys@cdb01 SQL > ! ls - ltr /u03/cdb01/cdb01/stdredo01.log

    method: cannot access the /u03/cdb01/cdb01/stdredo01.log: no such file or directory

    DR sys@cdb01 SQL >! ls - ltr /u03/cdb01/cdb01/stdredo02.log

    -rw - r-. 1 oracle oinstall 52429312 17 Oct 15:32 /u03/cdb01/cdb01/stdredo02.log

    DR sys@cdb01 SQL > alter database force claire logfile 4;

    change the database group claire logfile 4

    *

    ERROR on line 1:

    ORA-01156: recovery or current flashback may need access to files

    DR sys@cdb01 SQL > alter database recover managed standby database cancel;

    Database altered.

    DR sys@cdb01 SQL > change the database group claire logfile 4;

    Database altered.

    DR sys@cdb01 SQL > ! ls - ltr /u03/cdb01/cdb01/stdredo01.log

    -rw - r-. 1 oracle oinstall 52429312 17 Oct 15:33 /u03/cdb01/cdb01/stdredo01.log

    DR sys@cdb01 SQL >

    If you do, you can recreate the controlfile without waiting for redo log entry...

    If you still think it's something is not acceptable, you must have SR with support to analyze why he does not abandon SRL when controlfile_type is "underway".

    Thank you

  • ERROR IN CREATE SPFILE FROM PFILE

    Hello to all... I use oracle 10g and OS is linux... I am creating my existing pfile spfile in the specified location... but I'm getting error... Here is the scenario... pls help me... Thank you

    Create spfile='u01/app/oracle/product/10.2.0/db_1/dbs/spfileorcl.ora 'to pfile='u01/app/oracle/product/10.2.0/db_1/dbs/initorcl.ora ';

    Create a spfile='u01/app/oracle/product/10.2.0/db_1/dbs/spfileorcl.ora' to pfile='u01/app/oracle/product/10.2.0/db_1/dbs/initorcl.ora'

    *

    ERROR on line 1:

    ORA-01078: failure of treatment system parameters

    ORA-27040: create file error, cannot create the file

    Linux error: 2: no such file or directory

    I suspect that you are missing the first slash as below

    Create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs/spfileorcl.ora 'to pfile='/u01/app/oracle/product/10.2.0/db_1/dbs/initorcl.ora ';

  • Missing files in the command "copy list" once restored controlfile

    Hello

    Perform the restore/recovery exercise (11 GR 2 on ASM), I did the following:

    1 / the DB running, "copy list" in RMAN (to retrieve a list of my backups).

    2 / done one the judgment then went to AMSCMD and deleted all the files in data/ctlfile/spfile manually

    (wanted to test a complete restoration with nothing but archives and backups),.

    3 / managed to restore my spfile with ' restore spfile to ' + DATA...» »,

    4 / then could "startup mount" my DB and restore controlfile with

    «Restore controlfile from «+ FRA/DBNAME/BACKUPSET/2014_01_29/ncnnn...»» » ; »

    5 / then I "copy list" once again

    and here, I saw 3 files were missing (so I started to meet a lot of problems

    so we can still restore/recovery...)

    Someone has already encountered this problem before?

    Thank you very much in advance...

    SEB

    Hello

    When you have restored a controlfile from a backup, it will list only copies or backup that have been registered with this controlfeil, if you want to catalog backups to restore controlfile, you can use the catalog command.

    Thank you

  • Error Ora-600 - sql > create spfile from pfile - ERROR at line 1: ORA-00600

    Hello

    I am facing the following question in the database pending,

    Oracle 10g

    SQL > create spfile from pfile;
    Create spfile from pfile
    *
    ERROR on line 1:
    ORA-00600: internal error code, arguments: [ksplrmfn1], [3059], [3059], [], [],.
    [], [], []


    After you have added the db_file_name_convert and log_file_name_convert in pfile. If I remove these two spfile parameters is created successfully.

    Thank you.

    Here's the syntax exactly who i had given.

    db_file_name_convert = "/ u02/proddata", "/ u02/proddata ', ' / u03/proddata", "proddata1/u04 /, ' / u04/proddata ', ' / u04/proddata '
    log_file_name_convert = "/ u02/proddata", "/ u02/proddata ', ' / u03/proddata", "proddata1/u04 /, ' / u04/proddata ', ' / u04/proddata '

    Carefully, see apostrophe ending 4th missed rope... Changed as below. Use it and try again :)

    db_file_name_convert = "/ u02/proddata", "/ u02/proddata", "/ u03/proddata", "/ u04/proddata1", "/ u04/proddata", "/ u04/proddata.
    log_file_name_convert = "/ u02/proddata", "/ u02/proddata", "/ u03/proddata", "/ u04/proddata1", "/ u04/proddata", "/ u04/proddata.

    Close if answered threads

  • illegal or missing database name

    Hello


    I will have a few difficulties of database 11g:

    SQL > connect system/secret as sysdba;
    Connect to an instance is idle.
    SQL > startup
    ORA-01506: missing or illegal database name

    11g installation seems to be okay and there is no error at all.

    My environment variables have been defined:

    -bash-4, $ 0 echo $ORACLE_HOME
    / Tank/Oracle/112

    -bash-4, $ 0 echo $ORACLE_SID
    orajf

    Here are the contents of my file of dbs:

    -bash-4, $ 0 ls-l $ORACLE_HOME/dbs
    total of 26
    -rw - rw - 1 oracle oinstall 1544 24 May 21:50 hc_jfora.dat
    -rw - r - r - 1 oracle oinstall 2852 26 mai 11:35 init.ora
    -rw - r - r - 1 oracle oracle 0 26 mai 11:27 initORA11GR2.ora
    -rw - r - r - 1 oracle oracle 0 26 mai 11:33 initorajf.ora
    -rw - r - 1 oracle oinstall 24 24 May 21:51 lkJFORA
    -rw - r - 1 oracle oinstall 1536 24 May 21:56 orapwjfora
    -rw - r - 1 oracle oinstall 906 26 mai 14:20 spfilejfora.ora


    The database instance tried to create is called 'orajf '.

    Here is the content of the spfile


    jfora.__java_pool_size = 16777216
    jfora.__large_pool_size = 16777216
    jfora.__oracle_base='/tank/oracle'#ORACLE_BASE the value of the environment
    jfora.__pga_aggregate_target = 687865856
    jfora.__sga_target = 1006632960
    jfora.__shared_io_pool_size = 0
    jfora.__shared_pool_size = 436207616
    jfora.__streams_pool_size = 0
    *.audit_file_dest='/tank/Oracle/admin/jfora/adump '
    * .audit_trail = "db".
    * full = '11.2.0.0.0'
    *.control_files='/tank/oracle/oradata/jfora/control01.ctl','/tank/oracle/flash_recovery_area/jfora/control02.ctl'
    * .db_block_size = 8192
    * .db_domain = "
    * .db_name = "jfora."
    *.db_recovery_file_dest='/tank/Oracle/flash_recovery_area '
    * .db_recovery_file_dest_size = 4070572032
    * .diagnostic_dest = "/ tank/oracle.
    *. Dispatchers ='(Protocol=TCP) (SERVICE = jforaXDB)"
    * .local_listener = "LISTENER_JFORA".
    * .memory_target = 1686110208
    * .open_cursors = 300
    * runoff = 150
    * .remote_login_passwordfile = "EXCLUSIVE."
    * .undo_tablespace = "UNDOTBS1.

    I was just wondering what I might be missing. What else can I do to start this database?

    Thank you

    Published by: 918944 on May 26, 2012 11:36

    SQL > connect system/secret as sysdba;

    Wrong, you need to sign in as SYS not system, the system user is not sysdba called...

    -bash-4, $ 0 echo $ORACLE_HOME
    / Tank/Oracle/112
    -bash-4, $ 0 echo $ORACLE_SID
    orajf
    Here are the contents of my file of dbs:
    -bash-4, $ 0 ls-l $ORACLE_HOME/dbs
    total of 26
    -rw - rw - 1 oracle oinstall 1544 24 May 21:50 hc_jfora.dat
    -rw - r - r - 1 oracle oinstall 2852 26 mai 11:35 init.ora
    -rw - r - r - 1 oracle oracle 0 26 mai 11:27 initORA11GR2.ora
    -rw - r - r - 1 oracle oracle 0 26 mai 11:33 initorajf.ora
    -rw - r - 1 oracle oinstall 24 24 May 21:51 lkJFORA
    -rw - r - 1 oracle oinstall 1536 24 May 21:56 orapwjfora
    -rw - r - 1 oracle oinstall 906 26 mai 14:20 spfilejfora.ora

    I see 2 files of parameters, one is jfora (SPFILE) and orajf (PFILE)

    Since you set your ORACLE_SID to orajf check your PFILE (initorajf.ora), I think that it does not contain the db_name parameter...

  • SPFILE ERROR

    Hi all

    Im trying to create spfile from pfile

    SQL > startup pfile = ' / u01/pfile_orcl ";
    ORACLE instance started.

    Total System Global Area 576221184 bytes
    Bytes of size 2215464 fixed
    448791000 variable size bytes
    121634816 of database buffers bytes
    Redo buffers 3579904 bytes
    Mounted database.
    Open database.
    SQL >


    SQL > create spfile='+DATA/orcl/spfileorcl.ora' of pfile;

    Created file.

    SQL >


    SQL > shutdown immediate;
    The database is closed.
    The database is dismounted.
    ORACLE instance stops.
    SQL >


    Why I got this error?

    SQL > startup
    ORA-01506: missing or illegal database name
    SQL >



    Help, please
    Thank you

    Published by: Dan on March 30, 2012 05:10

    Published by: Dan on March 30, 2012 05:12

    Dan wrote:
    Hi all

    Im trying to create spfile from pfile

    SQL > startup pfile = ' / u01/pfile_orcl ";

    >

    SQL > create spfile='+DATA/orcl/spfileorcl.ora' of pfile;

    Launch of DB with pfile by default, but create SPFILE default PFILE.

    Add file PFILE name in

    create spfile='+DATA/orcl/spfileorcl.ora' from pfile='/u01/pfile_orcl';
    
  • recover missing (ORA-01092) UNDO tablespace

    I got ORA-01092 when starting the database

    SQL > startup
    ORACLE instance started.

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

    I discovered that the UNDO tablespace is missing

    Alerts log shows this:

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

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

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

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

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

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

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

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

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

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

    Hello

    Do as suggested by Chinar or

    1. after installation of startup

    2. create spfile from pfile;

    3. immediate shu

    4. startup mount

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

    Anand

  • RMAN backup with a missing archivelog.

    Hello

    I backed up my database yesterday after that you guys helped me to solve some problems I've had on this subject. I have used RMAN with the following command in an execution block:

    * run {*}
    allocate channel t1 type disk;
    backup current controlfile;
    backup database;
    delete any backup archivelog entry;
    output channel c1;
    *}*

    At the end of the operation, RMAN indicates that archivelog is missing, and he couldn't find it. Therefore, recover the operation may be compromised. Now am confused because I don't know if the command executed successfully or not and how to fix the missing archivelog.

    Here are all of the output of the operation with the error message:

    channel Affectu: t1
    channel t1: sid = 131 typedev = DRIVE

    Dumarrage of backup in 16/04/09
    channel t1: backup of all files in Donnues all Dumarrage

    channel t1: insertion of the Donnues in all of backup file
    insertion of the current score in all of backup file
    channel t1: Dumarrage of Ulument 1 in 16/04/09
    channel t1: Ulument 1 Terminu in 16/04/09
    pointeur=+ASMTEST/Meta4/backupset/2009_04_16/ncnnf0_tag20090416t211049_0.334.684
    * Utiquette 364257 = TAG20090416T211049 comment = NONE *.
    channel t1: all backup Terminu, time Ucoulu: 00:00:14
    End of backup in 16/04/09

    Dumarrage of backup in 16/04/09
    channel t1: backup of all files in Donnues all Dumarrage

    channel t1: insertion of the Donnues in all of backup file
    file Donnues en Entrue fno = nom=+ASMTEST/meta4/m4prod.dbf 00008
    Donnues en Entrue fno name 00010 = file is H:\ORADATA\M4REC. DBF
    Donnues en Entrue fno = 00009 name file is E:\DATAFILEMETA4\M4PROD02. DBF
    Donnues en Entrue fno = 00001 nom=+ASMTEST/meta4/system01.dbf file
    file Donnues en Entrue fno = nom=+ASMTEST/meta4/sysaux01.dbf 00003
    Donnues en Entrue fno = name 00006 file is C:\TEST. DBF
    Donnues en Entrue fno nom=+ASMTEST/meta4/meta4.dbf 00007 = file
    Donnues en Entrue fno = 00005 nom=+ASMTEST/meta4/example01.dbf file
    Donnues en Entrue fno = 00002 nom=+ASMTEST/meta4/undotbs01.dbf file
    file Donnues en Entrue fno = nom=+ASMTEST/meta4/users01.dbf 00004
    channel t1: Dumarrage of Ulument 1 in 16/04/09
    channel t1: Ulument 1 Terminu in 16/04/09
    pointeur=+ASMTEST/Meta4/backupset/2009_04_16/nnndf0_tag20090416t211107_0.333.684
    * Utiquette 364271 = TAG20090416T211107 comment = NONE *.
    channel t1: all backup Terminu, time Ucoulu: 00:51:10
    channel t1: backup of all files in Donnues all Dumarrage

    channel t1: insertion of the Donnues in all of backup file
    insertion of the current score in all of backup file
    inclusion of the current SPFILE in all of backup
    channel t1: Dumarrage of Ulument 1 in 16/04/09
    channel t1: Ulument 1 Terminu in 16/04/09
    pointeur=+ASMTEST/Meta4/backupset/2009_04_16/ncsnf0_tag20090416t211107_0.345.684
    * Utiquette 367351 = TAG20090416T211107 comment = NONE *.
    channel t1: all backup Terminu, time Ucoulu: 00:00:26
    End of backup in 16/04/09

    Dumarrage of backup in 16/04/09
    Journal Archivu underway
    channel Liburu: t1
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: Uchec of the command backup O 16/04/2009 22:04:03
    RMAN-06059: journal archiving waited not found; the loss of the log arch
    ivago compromises the Possibilitu of Rucupuration
    ORA-19625: error identification of the H:\ARCHIVEMETA4\ARC00001_0 file
    * 682674928.001*
    ORA-27041: opening the file impossible
    04002 - OSD: cannot open the file
    S/O-error: (OS2) the Spucifiu file is not found.

    Here is my l and please correct me if am wrong:

    The first 3 statements in the block run executed successfully, but
    the last of them is not. Is this true?

    Whatever the understanding, should I have a backup? What can I do to get a consistent backup?

    Thanks in advance.

    Adomi,

    It is sad to see that you are still RMAN in 8i mode where you are on 10g.

    The script is bs, sorry

    Run {}
    allocate channel t1 type disk; -not required
    backup current controlfile; -not necessary, as this is already done backup of database
    backup database;
    delete any backup archivelog entry;
    output channel c1; -not required.
    }

    If you have autobackup controlfile, you might just

    backup database archivelog

    and be done with it.

    Like you didn't made a RMAN backup from the start, should have read your archivelog backup statement

    ARCHIVELOG backup all Skip inaccessible delete entry.

    Once successful Oracle shouldn't the archivelog has more need, and you should make a second backup without the skip inaccessible clause.

    ------
    Sybrand Bakker
    Senior Oracle DBA

  • Just the songs/video missing?

    I have an iPhone 7 more than 128 GB. Unfortunately when I click on 'Video' app on my iPhone, all my music videos, that I bought from iTunes disappeared and moved to the application 'Music'. Now, it's really confusing. Apple seems to break the apps more than fixing. Why? before iOS 10 never comes, iOS 9 worked very well and all my music videos are in the 'Video' app, all my songs are in the "Music" app, not more, there now appear to be broken, involved putting each of them in the application 'music '. Even when I play the video clip in the application of the 'Video' on iOS 9 which usually have closed captions on it, now on iOS 10 in the application 'music' don't have it anymore. ITunes on my PC play subtitles on the music video, I need this back on my iPhone! I have total of 401 songs [for the most part, are ripped from my CDs and some songs are purchased from iTunes included music videos purchased on iTunes] and only 333 is transferred to my iPhone and 68 are missing. I get most videos music and songs that I bought in gray [68 of them are]. I even went to "Purchased" and redownload everything and it remains grayed out... Help? and apple please give these clips in the app "Video!" PLEASE?

    Post edited by: xShaney

    This is a user to user support forum. Use iPhone comments to request features news/restored.

    See download your past - purchases Support Apple and hide and expose the iTunes Store or App Store purchases made on iBooks Store - Apple Support to access the latest purchases.

    The following steps should help with the erratic behavior of synchronization, including the formidable gray traces with dotted circles. They assume that all the content you want on the device in your lending library for the restoration. If not see recover your iTunes from your iPod or an iOS device first. I would also recommend you copy everything off of the camera, if you have not already.

    1. Backup device.
    2. Restoration as a new device.
    3. Restore the backup that you made earlier.

    Use a backup encrypted if you want to keep passwords, wi - fi settings, history and health web data as appropriate.

    TT2

  • Sierra: The missing in Email subject line

    I upgraded to Sierra and for some reason any in Mac Mail, the subject line has completely disappeared. I can see part of it in the preview to the left, as well as the sender and first line or more. How to make the subject line in the view on the far right in Mac Mail?

    Thank you!

    Vanders

    OMG I can't believe that everything they did was move and remove the label: "subject"! It appears right under the sender and before "to: I was so use to see above the gray line separating the headers from the body of the email, I was totally missing it! Thanks to all of you who have read my question!

  • Mail for Mac OS Sierra missing attachments

    In many of my emails, attachments are missing. I have about 10 imap and pop3 accounts in my mac mail.

    I use this for work and get 50-100 emails with attachment of accounts per day.

    I know it's a bug, but someone already have a practical solution until the bug is fixed?

    Thank you

    Hi Apple supports,

    Can we have your attention, please? One of the main messaging features does not work, it is a crucial issue.

    See you soon,.

    Coleslaw

  • App missing Documents

    I recently made a few changes, accidentally turned on iCloud and

    all my data went to the cloud.

    Frustrating because I would rather have it on my computer.

    Apart from that my entire application of Documents is missing.

    It shows in the cloud and I copied the info but still do not have the

    App to put in.

    I thought about reloading Sierra.  This would help to restore the App?

    iCloud is a completely separate to your Documents folder, so at least you did drag the files to the folder of iCloud has no way he as magically put everything in iCloud.   That said, iCloud keeps a local copy of everything you put in your computer, so even if it's in icloud it is also locally stored on your computer.

    Application for documents?  Do you mean 'Finder '?  If this isn't the case, you will need to explain what app you are talking about.

    Where at - it go away to?

    Have you tried looking for him with Siri or Spotlight?

    Sierra reloading would put just as he was, but I doubt that such drastic action should be taken.

    Also ti recharge Sierra you need to clean your hard drive and start from scratch. So make sure that you back up all your files before continuing.

  • I have someone just showed about 100 pictures of my iPad. Now, the pictures are missing, and the "recently deleted" folder is also empty. What can I do?

    I have someone just showed about 100 pictures of my iPad. Now, the pictures are missing, and the "recently deleted" folder is also empty. What can I do?

    Have you done something after their show.

Maybe you are looking for