DB_RECOVERY_FILE_DEST_SIZE

Hello

in 11.2.0 under Win server 2008

What happens if DB_RECOVERY_FILE_DEST_SIZE = 0?

How to do it is unlimited?

Thank you.

DB_RECOVERY_FILE_DEST_SIZE=0, then recover files managed by Oracle Automatically will not be created and you will have to manually take backup. You wont have Fast Recovery Area. Oracle will have to depend on external files like RMAN backup pieces to recover.

regards

Pravin

Tags: Database

Similar Questions

  • ORA-19815: WARNING: 42949672960 bytes db_recovery_file_dest_size is 100.00% used and has 0 bytes remaining available.

    Hello

    When I try to start my database, I get this error:

    SQL > startup;

    ORACLE instance started.

    Total System Global Area 8551575552 bytes

    Bytes of size 2245480 fixed

    2365590680 variable size bytes

    6157238272 of database buffers bytes

    Redo buffers 26501120 bytes

    Mounted database.

    ORA-03113: end of file on communication channel

    Process ID: 9789

    Session ID: 321 serial number: 3

    I checked the alert log file and concluded that,

    Errors in the /u01/app/oracle/diag/rdbms/dev/dev/trace/dev_arc1_11834.trc file:

    ORA-19815: WARNING: 42949672960 bytes db_recovery_file_dest_size is 100.00% used and has 0 bytes remaining available.

    ************************************************************************

    You have choice to free up space in the recovery area:

    1 consider changing STRATEGY OF RETENTION of RMAN. If you are using Data Guard

    then consider changing POLICY of DELETE ARCHIVELOG RMAN.

    2 back up files on a tertiary device such as a tape with RMAN

    SAFEGUARDING RECOVERY AREA command.

    3. Add space drive and increase the db_recovery_file_dest_size setting to

    reflect the new space.

    4 remove the unnecessary files using the RMAN DELETE command. If a service

    the system control has been used to remove the files, and then use the RMAN DUPLICATION and

    Commands DELETE has EXPIRED.

    ************************************************************************

    Arc1: 19809 error creating archive log file at "+ RECO.

    ARCH: Stopped archiving, error occurred. Will continue to retry

    ORACLE Instance dev - archive error

    ORA-16038: log sequence 1 # 46 can be archived

    ORA-19809: limit exceeded for file recovery

    ORA-00312: 1 1 online journal thread: "+ REDO/dev/onlinelog/group_1.284.879765261".

    To do this,

    I can't connect to database, so I deleted the archivelogs manually from + RECO/DEV/ARCHIVELOG/and tried to start the database once again, still the same error.

    The problem here is that I can't open the database, so I am unable to increase db_recovery_file_dest_size or connecting to RMAN and remove the archivelogs.

    Any suggestions on how to fix this?

    Thank you

    bootable media;

    Than the command again a problem.

    ALTER system set db_recovery_file_dest_size = 50G scope = both;

    ALTER database open;

    Best regards

    mseberg

  • Question about changing setting DB_RECOVERY_FILE_DEST_SIZE.

    This weekend I saw our Flash recovery area almost 100% and after reading following wire db_recovery_file_dest_size 37580963840 bytes is 98.29% used and 6442 I decided I have to increase the size of 12 to 14 to tuberculosis.  I believe the following will work:

    ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE = 14 T. SCOPE = BOTH;

    My questions: is it possible at any time?  If the database can be online?  What I have to do special if we use ASM?

    FYI, I've already checked that ASM has enough space to support the to 14.

    Thank you

    Thomas

    Thomas Morgan wrote:

    This weekend I saw our Flash recovery area almost 100% and after reading following wire db_recovery_file_dest_size 37580963840 bytes is 98.29% used and 6442 I decided I have to increase the size of 12 to 14 to tuberculosis.  I believe the following will work:

    ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE = 14 T. SCOPE = BOTH;

    My questions: is it possible at any time?  If the database can be online?  What I have to do special if we use ASM?

    FYI, I've already checked that ASM has enough space to support the to 14.

    Thank you

    Thomas

    Yes, you can do so at any time, and Yes, the database can be online.  DB_RECOVERY_FILE_DEST_SIZE is nothing other than a quota of bookkeping.  It actually does not reserve a space on a BONE or an ASM base FRA.  It is up to you to make sure enough space really exists and nothing outside of FRA operations are allowed to encroach on it.

    For example, we had a case here just last week where someone was getting errors because there wasn't enough disk space actually available to write a rman backup item.   The OP thought that because its specified rman command a disk backup format which was a directory in the FRA, and queries of the FRA have plenty of space, showing that it should have the space.  Problem is that it was not by specifying to use the FRA FRA.  Its backup pieces were written in a directory that has been used by the FIU, but his use of the format command means that it was not considered by rman to make part of the FRA, so has never been deducted from the quota.  It was physcially more disk space, and routines of rman management didn't know what hit them.

  • "The Archivelog file size" and the question of 'db_recovery_file_dest_size.

    Hello

    According to the literature, DB_RECOVERY_FILE_DEST specifies the default location for the flash recovery area. The flash recovery area contains copies of files of control current multiplexes and remake online of newspapers, but also archived redo logs

    And DB_RECOVERY_FILE_DEST_SIZE specifies (in bytes) of the strict limit on the total space to be used by the target database recovery files created in the flash recovery area.

    Here's the info from my database (10 gr 2, RHEL 64-bit database is in archivelog mode):

    Log_archive_dest_1 = ' LOCATION = + recovery /'

    db_recovery_file_dest = '+ RECOVERY. "

    db_recovery_file_dest_size = 550 GB

    -Size of archivelog files:

    Select

    SUM(BLOCKS * BLOCK_SIZE)/1024/1024/1024 SIZE_GB

    Of

    V$ ARCHIVED_LOG

    -> 672,39 GB

    If I have question used flash recovery area space, it is to be:

    SELECT name

    , ceil (space_limit / 1024 / 1024) SIZE_M

    , ceil (space_used / 1024 / 1024) USED_M

    , decode (nvl (space_used, 0),)

    0, 0

    ceil ((space_used / space_limit) * 100)) PCT_USED

    V $ recovery_file_dest

    ORDER BY name

    NAME SIZE_M USED_M PCT_USED

    + 563200 8 1 RECOVERY

    I'm confused where are the archivelogs saved if not + recovery?

    Total current total size of ARCHIVELOG files if "672.39" but especially the request saying that only 8% of the db_recovery_file_dest was used. So obviously they are either not in + RECOVERY or they are not accounted for.

    I chedk on ASM using asmcmd:

    ASMCMD > cd ARCHIVELOG

    ASMCMD > ls

    2013_09_05 /.

    2013_09_06 /.

    2013_09_09 /.

    2013_09_10 /.

    2013_09_11 /.

    2013_09_12 /.

    ASMCMD >

    Whereas the query on the view V$ ARCHIVED_LOG shows me the file names for the month of August as well.

    I don't know that I am misunderstanding/missing something. I'm lost :-(

    Please advise!

    Thanks in advance!

    You wrong understand archiving at the area of fast recovery works. You have done the fast recovery area to a certain destination and also set up check-in to the same physical location: but Oracle doesn't know that they are in the same place. You must explicitly set:

    ALTER system set log_archive_dest_1 is 'location = USE_DB_RECOVERY_FILE_DEST';.

    and then Oracle will understand and follow the space in the paper archive used against the db_recovery_file_dest_size.

    --

    John Watson

    Oracle Certified Master s/n

  • db_recovery_file_dest_size question

    I have a question regarding the use of db_recovery_file_dest_size on 11.2 RDBMS Oracle using ASM, as well as DG (w/FSFO).

    First, is there any way to set the value of db_recovery_file_dest_size unlimited (or the maximum size available on the file system)?
    I remember being able to do this by setting this null (empty), or something similar.

    Then, if our db_recovery_file_dest_size fills up to 100% of the full, does affect our database?

    To understand this issue, let me explain that our database is implemented in ASM, but the FRA is on the file system.
    The archive_log_dest_1 is also on the file system in a location that is different from our FRA.

    Our FRA contains only two directories: one for "flashback" and the other for onlinelog.
    Since we are setting up this database as a DG with FSFO (DGBroker) installation, we are multiplexing redologs in two MSAS and the file system in the directory onlinelogs of FRA.

    Since the redo logs are circular in nature, I don't think he would have no problem if our FRA has reached its maximum size (other than not being able to flashback quite our flashback_retention_time parameter). But I don't see that the database stops or something like that. That is my main concern.

    For reference:
    db_recovery_file_dest_size           big integer 30G
    db_flashback_retention_target        integer     1440
    
      GROUP# TYPE    MEMBER
    -------- ------- ------------------------------------------------------------
           1 ONLINE  +DATADG/prod/onlinelog/group_1.297.766622049
             ONLINE  /oraback/flashback/PROD/onlinelog/o1_mf_1_7ck8skss_.log
    
           2 ONLINE  +DATADG/prod/onlinelog/group_2.298.766622051
             ONLINE  /oraback/flashback/PROD/onlinelog/o1_mf_2_7ck8slg2_.log
    
           3 ONLINE  /oraback/flashback/PROD/onlinelog/o1_mf_3_7ck8slw8_.log
             ONLINE  +DATADG/prod/onlinelog/group_3.270.766622051
    
           4 STANDBY /oraback/flashback/PROD/onlinelog/o1_mf_4_7ck8sm7y_.log
             STANDBY +DATADG/prod/onlinelog/group_4.269.766622051
    
           5 STANDBY /oraback/flashback/PROD/onlinelog/o1_mf_5_7ck8smkt_.log
             STANDBY +DATADG/prod/onlinelog/group_5.259.766622051
    
           6 STANDBY /oraback/flashback/PROD/onlinelog/o1_mf_6_7ck8smxj_.log
             STANDBY +DATADG/prod/onlinelog/group_6.271.766622051
    
           7 STANDBY /oraback/flashback/PROD/onlinelog/o1_mf_7_7ck8snbt_.log
             STANDBY +DATADG/prod/onlinelog/group_7.280.766622053
    
    14 rows selected.
    Thanks in advance for your help.

    Sorry that I misunderstood.

    We have NO archive logs will FRA. They are in their own separate Directory and away from the flash_recovery_area.

    You should be OK then IMO.

    Aman...

  • DB does not start because of the full db_recovery_file_dest_size - how to increase?

    Hello

    I have a 11.2.0.2.0 facility that suffered a power failure and I am trying to restart.

    Startup fails with:
    SQL> startup
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.
    
    Total System Global Area 1.9241E+10 bytes
    Fixed Size                  2234616 bytes
    Variable Size            1.4361E+10 bytes
    Database Buffers         4831838208 bytes
    Redo Buffers               45686784 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Driving me in the alert log:
    ORA-19815: WARNING: db_recovery_file_dest_size of 214748364800 bytes is 100.00% used, and has 0 remaining bytes available.
    I want to solve this problem by increasing the size of the recovery area. Is there a way to determine how much space would be required? Or should I just go for 300G? 400G? The disc itself has 500G free.

    The problem is that I'm unable to start the database to run the ' alter system set db_recovery_file_dest_size =... "command.

    But I should be able to at least temporarily change this in the init.ora file, right?

    I changed my init.ora to contain the line:
    db_recovery_file_dest_size=400G
    But when I try to startup, I get the same error, and shows the newspaper showing the initialization parameters:
    Starting up:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options.
    Using parameter settings in server-side spfile /oracle/11gr2/app/oracle/product/11.2.0/dbhome_2/dbs/spfilemimic2.ora
    System parameters with non-default values:
    ...[snip]
      db_recovery_file_dest_size= 200G
    It is perhaps not read my file init.ora? Or substitution with the spfile?

    Can someone help me to change the size of the recovery_file?

    Thank you

    Dan

    You can also start the database with the nomount option and change the setting.

  • Problem with db_recovery_file_dest_size 11 GR 2

    Hello

    I tried to activate archiving on one of our entities QA 11 gr 2(single instance) running.

    Specifying the location of the Archive by using parameter db_recovery_file_dest to activate FRA. But when I try to archive the error and the current log, it comes with

    [code]

    ERROR on line 1:

    ORA-16038: log 1 # 10696 sequence can be archived

    ORA-19809: limit exceeded for file recovery

    ORA-00312: thread 1 1 online journal: ' / u01/app/oracle/oradata/cmv5/redo01.log'

    [/ code]

    Specified in the file Pfile FRA 6 TB of space on the volume and I allocated 85G to it.also, this is the first time try to activate archiving on this QA instance.

    Would be a great help if you can let me know what the problem is.

    Thank you

    add1f766-E7D3-4666-84f0-115efae40ad6 wrote:

    You can go there!

    CONTROL FILE 0 0 0
    REDO LOG 0 0 0
    ARCHIVED JOURNAL 0 0 0
    BACKUP PIECE 11.56 0 3
    COPY OF THE IMAGE 212.08 0 22
    NEWSPAPER FLASHBACK 0 0 0
    ARCHIVED FOREIGN JOURNAL 0 0 0

    It seems to me as if someone (who?) removed copies of the data files of your young reclaim space with a utility of the operating system. Then of course, the database think they are still there. Solution:

    duplication of copy;

    Delete the copy expired;

  • PHSICAL standby db, cannot receive the archivelogs elementary school

    Hello

    Yesterday, I created a new physical standby database, based on

    http://dbatricksworld.com/steps-to-configure-Oracle-11g-Data-Guard-physical-standby-Data-Guard-part-i/

    everything seems fine.

    Today morning, found the day before the database is initially elementary, then copied manually lack archivelogs and recover the database shall catch up.

    unique name of the primary data base: orcl2

    unique name of standby db: orcl2_stby

    Looks that ensure db cannot receive the primary archivelogs,

    standby mode

    SQL > SELECT nom_dest, STATUS, DESTINATION

    2 FROM V$ ARCHIVE_DEST

    3. WHERE THE DESTINATION IS NOT NULL;

    DESTINATION STATUS NOM_DEST
    ------------------------- --------- ------------------------------
    LOG_ARCHIVE_DEST_1 BAD PARAM E:\oracle\oradata\orcl2\recovery\ORCL2\ARCHIVELOG

    LOG_ARCHIVE_DEST_2 VALID ORCL2
    STANDBY_ARCHIVE_DEST VALID USE_DB_RECOVERY_FILE_DEST

    why it displays "bad param.

    How to fix?

    Thank you

    CC:

    standby mode

    SQL > show parameter db_recovery

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    db_recovery_file_dest string E:\ORACLE\ORADATA\ORCL2\recovery
    whole large db_recovery_file_dest_size 150G

    Hey all,.

    the problem is resolved,

    The problem is caused by the file password. in windows server, the password file is created differently from the Linux server.

    Thank you all very much.

  • Insert - Performance problem

    Hi Experts,

    I am new to Oracle. Ask for your help to fix the performance of a query of insertion problem.

    I have an insert query that is go search for records of the partitioned table.

    Background: the user indicates that the query was running in 30 minutes to 10 G. The database is upgraded to 12 by one of my colleague. Now the query works continuously for hours, but no result. Check the settings and SGA is 9 GB, Windows - 4 GB. DB block size is 8192, DB Multiblock read file Count is 128. Overall target of PGA is 2457M.

    The parameters are given below


    VALUE OF TYPE NAME
    ------------------------------------ ----------- ----------
    DBFIPS_140 boolean FALSE
    O7_DICTIONARY_ACCESSIBILITY boolean FALSE
    whole active_instance_count
    aq_tm_processes integer 1
    ARCHIVE_LAG_TARGET integer 0
    asm_diskgroups chain
    asm_diskstring chain
    asm_power_limit integer 1
    asm_preferred_read_failure_groups string
    audit_file_dest string C:\APP\ADM
    audit_sys_operations Boolean TRUE

    AUDIT_TRAIL DB string
    awr_snapshot_time_offset integer 0
    background_core_dump partial string
    background_dump_dest string C:\APP\PRO
    \RDBMS\TRA
    BACKUP_TAPE_IO_SLAVES boolean FALSE
    bitmap_merge_area_size integer 1048576
    blank_trimming boolean FALSE
    buffer_pool_keep string
    buffer_pool_recycle string
    cell_offload_compaction ADAPTIVE channel


    cell_offload_decryption Boolean TRUE
    cell_offload_parameters string
    cell_offload_plan_display string AUTO
    cell_offload_processing Boolean TRUE
    cell_offloadgroup_name string
    whole circuits
    whole big client_result_cache_lag 3000
    client_result_cache_size big integer 0
    clonedb boolean FALSE
    cluster_database boolean FALSE
    cluster_database_instances integer 1


    cluster_interconnects chain
    commit_logging string
    commit_point_strength integer 1
    commit_wait string
    string commit_write
    common_user_prefix string C#.
    compatible string 12.1.0.2.0
    connection_brokers string ((TYPE = DED
    ((TYPE = EM
    control_file_record_keep_time integer 7
    control_files string G:\ORACLE\

    TROL01. CTL
    FAST_RECOV
    NTROL02. CT
    control_management_pack_access string diagnostic
    core_dump_dest string C:\app\dia
    bal12\cdum
    cpu_count integer 4
    create_bitmap_area_size integer 8388608
    create_stored_outlines string
    cursor_bind_capture_destination memory of the string + tell
    CURSOR_SHARING EXACT string

    cursor_space_for_time boolean FALSE
    db_16k_cache_size big integer 0
    db_2k_cache_size big integer 0
    db_32k_cache_size big integer 0
    db_4k_cache_size big integer 0
    db_8k_cache_size big integer 0
    db_big_table_cache_percent_target string 0
    db_block_buffers integer 0
    db_block_checking FALSE string
    db_block_checksum string TYPICAL
    Whole DB_BLOCK_SIZE 8192

    db_cache_advice string WE
    db_cache_size large integer 0
    db_create_file_dest chain
    db_create_online_log_dest_1 string
    db_create_online_log_dest_2 string
    db_create_online_log_dest_3 string
    db_create_online_log_dest_4 string
    db_create_online_log_dest_5 string
    db_domain chain
    db_file_multiblock_read_count integer 128
    db_file_name_convert chain

    DB_FILES integer 200
    db_flash_cache_file string
    db_flash_cache_size big integer 0
    db_flashback_retention_target around 1440
    chain of db_index_compression_inheritance NONE
    DB_KEEP_CACHE_SIZE big integer 0
    chain of db_lost_write_protect NONE
    db_name string ORCL
    db_performance_profile string
    db_recovery_file_dest string G:\Oracle\
    y_Area


    whole large db_recovery_file_dest_size 12840M
    db_recycle_cache_size large integer 0
    db_securefile string PREFERRED
    channel db_ultra_safe
    db_unique_name string ORCL
    db_unrecoverable_scn_tracking Boolean TRUE
    db_writer_processes integer 1
    dbwr_io_slaves integer 0
    DDL_LOCK_TIMEOUT integer 0
    deferred_segment_creation Boolean TRUE
    dg_broker_config_file1 string C:\APP\PRO


    \DATABASE\
    dg_broker_config_file2 string C:\APP\PRO
    \DATABASE\
    dg_broker_start boolean FALSE
    diagnostic_dest channel directory
    disk_asynch_io Boolean TRUE
    dispatchers (PROTOCOL = string
    12XDB)
    distributed_lock_timeout integer 60
    dml_locks whole 2076
    whole dnfs_batch_size 4096

    dst_upgrade_insert_conv Boolean TRUE
    enable_ddl_logging boolean FALSE
    enable_goldengate_replication boolean FALSE
    enable_pluggable_database boolean FALSE
    event string
    exclude_seed_cdb_view Boolean TRUE
    fal_client chain
    fal_server chain
    FAST_START_IO_TARGET integer 0
    fast_start_mttr_target integer 0
    fast_start_parallel_rollback string LOW


    file_mapping boolean FALSE
    fileio_network_adapters string
    filesystemio_options chain
    fixed_date chain
    gcs_server_processes integer 0
    global_context_pool_size string
    global_names boolean FALSE
    global_txn_processes integer 1
    hash_area_size integer 131072
    channel heat_map
    hi_shared_memory_address integer 0

    hs_autoregister Boolean TRUE
    iFile file
    inmemory_clause_default string
    inmemory_force string by DEFAULT
    inmemory_max_populate_servers integer 0
    inmemory_query string ENABLE
    inmemory_size big integer 0
    inmemory_trickle_repopulate_servers_ integer 1
    percent
    instance_groups string
    instance_name string ORCL


    instance_number integer 0
    instance_type string RDBMS
    instant_restore boolean FALSE
    java_jit_enabled Boolean TRUE
    java_max_sessionspace_size integer 0
    JAVA_POOL_SIZE large integer 0
    java_restrict string no
    java_soft_sessionspace_limit integer 0
    JOB_QUEUE_PROCESSES around 1000
    LARGE_POOL_SIZE large integer 0
    ldap_directory_access string NONE


    ldap_directory_sysauth string no.
    license_max_sessions integer 0
    license_max_users integer 0
    license_sessions_warning integer 0
    listener_networks string
    LOCAL_LISTENER (ADDRESS = string
    = i184borac
    (NET) (PORT =
    lock_name_space string
    lock_sga boolean FALSE
    log_archive_config string


    Log_archive_dest chain
    Log_archive_dest_1 chain
    LOG_ARCHIVE_DEST_10 string
    log_archive_dest_11 string
    log_archive_dest_12 string
    log_archive_dest_13 string
    log_archive_dest_14 string
    log_archive_dest_15 string
    log_archive_dest_16 string
    log_archive_dest_17 string
    log_archive_dest_18 string


    log_archive_dest_19 string
    LOG_ARCHIVE_DEST_2 string
    log_archive_dest_20 string
    log_archive_dest_21 string
    log_archive_dest_22 string
    log_archive_dest_23 string
    log_archive_dest_24 string
    log_archive_dest_25 string
    log_archive_dest_26 string
    log_archive_dest_27 string
    log_archive_dest_28 string


    log_archive_dest_29 string
    log_archive_dest_3 string
    log_archive_dest_30 string
    log_archive_dest_31 string
    log_archive_dest_4 string
    log_archive_dest_5 string
    log_archive_dest_6 string
    log_archive_dest_7 string
    log_archive_dest_8 string
    log_archive_dest_9 string
    allow the chain of log_archive_dest_state_1


    allow the chain of log_archive_dest_state_10
    allow the chain of log_archive_dest_state_11
    allow the chain of log_archive_dest_state_12
    allow the chain of log_archive_dest_state_13
    allow the chain of log_archive_dest_state_14
    allow the chain of log_archive_dest_state_15
    allow the chain of log_archive_dest_state_16
    allow the chain of log_archive_dest_state_17
    allow the chain of log_archive_dest_state_18
    allow the chain of log_archive_dest_state_19
    allow the chain of LOG_ARCHIVE_DEST_STATE_2

    allow the chain of log_archive_dest_state_20
    allow the chain of log_archive_dest_state_21
    allow the chain of log_archive_dest_state_22
    allow the chain of log_archive_dest_state_23
    allow the chain of log_archive_dest_state_24
    allow the chain of log_archive_dest_state_25
    allow the chain of log_archive_dest_state_26
    allow the chain of log_archive_dest_state_27
    allow the chain of log_archive_dest_state_28
    allow the chain of log_archive_dest_state_29
    allow the chain of log_archive_dest_state_3

    allow the chain of log_archive_dest_state_30
    allow the chain of log_archive_dest_state_31
    allow the chain of log_archive_dest_state_4
    allow the chain of log_archive_dest_state_5
    allow the chain of log_archive_dest_state_6
    allow the chain of log_archive_dest_state_7
    allow the chain of log_archive_dest_state_8
    allow the chain of log_archive_dest_state_9
    log_archive_duplex_dest string
    log_archive_format string ARC%S_%R.%
    log_archive_max_processes integer 4

    log_archive_min_succeed_dest integer 1
    log_archive_start Boolean TRUE
    log_archive_trace integer 0
    whole very large log_buffer 28784K
    log_checkpoint_interval integer 0
    log_checkpoint_timeout around 1800
    log_checkpoints_to_alert boolean FALSE
    log_file_name_convert chain
    whole MAX_DISPATCHERS
    max_dump_file_size unlimited string
    max_enabled_roles integer 150


    whole max_shared_servers
    max_string_size string STANDARD
    memory_max_target big integer 0
    memory_target large integer 0
    NLS_CALENDAR string GREGORIAN
    nls_comp BINARY string
    nls_currency channel u
    string of NLS_DATE_FORMAT DD-MON-RR
    nls_date_language channel ENGLISH
    string nls_dual_currency C
    nls_iso_currency string UNITED KIN

    nls_language channel ENGLISH
    nls_length_semantics string OCTET
    string nls_nchar_conv_excp FALSE
    nls_numeric_characters chain.,.
    nls_sort BINARY string
    nls_territory string UNITED KIN
    nls_time_format HH24.MI string. SS
    nls_time_tz_format HH24.MI string. SS
    chain of NLS_TIMESTAMP_FORMAT DD-MON-RR
    NLS_TIMESTAMP_TZ_FORMAT string DD-MON-RR
    noncdb_compatible boolean FALSE


    object_cache_max_size_percent integer 10
    object_cache_optimal_size integer 102400
    olap_page_pool_size big integer 0
    open_cursors integer 300
    Open_links integer 4
    open_links_per_instance integer 4
    optimizer_adaptive_features Boolean TRUE
    optimizer_adaptive_reporting_only boolean FALSE
    OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES boolean FALSE
    optimizer_dynamic_sampling integer 2
    optimizer_features_enable string 12.1.0.2

    optimizer_index_caching integer 0
    OPTIMIZER_INDEX_COST_ADJ integer 100
    optimizer_inmemory_aware Boolean TRUE
    the string ALL_ROWS optimizer_mode
    optimizer_secure_view_merging Boolean TRUE
    optimizer_use_invisible_indexes boolean FALSE
    optimizer_use_pending_statistics boolean FALSE
    optimizer_use_sql_plan_baselines Boolean TRUE
    OPS os_authent_prefix string $
    OS_ROLES boolean FALSE
    parallel_adaptive_multi_user Boolean TRUE


    parallel_automatic_tuning boolean FALSE
    parallel_degree_level integer 100
    parallel_degree_limit string CPU
    parallel_degree_policy chain MANUAL
    parallel_execution_message_size integer 16384
    parallel_force_local boolean FALSE
    parallel_instance_group string
    parallel_io_cap_enabled boolean FALSE
    PARALLEL_MAX_SERVERS integer 160
    parallel_min_percent integer 0
    parallel_min_servers integer 16

    parallel_min_time_threshold string AUTO
    parallel_server boolean FALSE
    parallel_server_instances integer 1
    parallel_servers_target integer 64
    parallel_threads_per_cpu integer 2
    pdb_file_name_convert string
    pdb_lockdown string
    pdb_os_credential string
    permit_92_wrap_format Boolean TRUE
    pga_aggregate_limit great whole 4914M
    whole large pga_aggregate_target 2457M

    -
    Plscope_settings string IDENTIFIER
    plsql_ccflags string
    plsql_code_type chain INTERPRETER
    plsql_debug boolean FALSE
    plsql_optimize_level integer 2
    plsql_v2_compatibility boolean FALSE
    plsql_warnings DISABLE channel: AL
    PRE_PAGE_SGA Boolean TRUE
    whole process 300
    processor_group_name string
    query_rewrite_enabled string TRUE


    applied query_rewrite_integrity chain
    rdbms_server_dn chain
    read_only_open_delayed boolean FALSE
    recovery_parallelism integer 0
    Recyclebin string on
    redo_transport_user string
    remote_dependencies_mode string TIMESTAMP
    remote_listener chain
    Remote_login_passwordfile string EXCLUSIVE
    REMOTE_OS_AUTHENT boolean FALSE
    remote_os_roles boolean FALSE

    replication_dependency_tracking Boolean TRUE
    resource_limit Boolean TRUE
    resource_manager_cpu_allocation integer 4
    resource_manager_plan chain
    result_cache_max_result integer 5
    whole big result_cache_max_size K 46208
    result_cache_mode chain MANUAL
    result_cache_remote_expiration integer 0
    resumable_timeout integer 0
    rollback_segments chain
    SEC_CASE_SENSITIVE_LOGON Boolean TRUE

    sec_max_failed_login_attempts integer 3
    string sec_protocol_error_further_action (DROP, 3)
    sec_protocol_error_trace_action string PATH
    sec_return_server_release_banner boolean FALSE
    disable the serial_reuse chain
    service name string ORCL
    session_cached_cursors integer 50
    session_max_open_files integer 10
    entire sessions 472
    Whole large SGA_MAX_SIZE M 9024
    Whole large SGA_TARGET M 9024


    shadow_core_dump string no
    shared_memory_address integer 0
    SHARED_POOL_RESERVED_SIZE large integer 70464307
    shared_pool_size large integer 0
    whole shared_server_sessions
    SHARED_SERVERS integer 1
    skip_unusable_indexes Boolean TRUE
    smtp_out_server chain
    sort_area_retained_size integer 0
    sort_area_size integer 65536
    spatial_vector_acceleration boolean FALSE


    SPFile string C:\APP\PRO
    \DATABASE\
    sql92_security boolean FALSE
    SQL_Trace boolean FALSE
    sqltune_category string by DEFAULT
    standby_archive_dest channel % ORACLE_HO
    standby_file_management string MANUAL
    star_transformation_enabled string TRUE
    statistics_level string TYPICAL
    STREAMS_POOL_SIZE big integer 0
    tape_asynch_io Boolean TRUE

    temp_undo_enabled boolean FALSE
    entire thread 0
    threaded_execution boolean FALSE
    timed_os_statistics integer 0
    TIMED_STATISTICS Boolean TRUE
    trace_enabled Boolean TRUE
    tracefile_identifier chain
    whole of transactions 519
    transactions_per_rollback_segment integer 5
    UNDO_MANAGEMENT string AUTO
    UNDO_RETENTION integer 900

    undo_tablespace string UNDOTBS1
    unified_audit_sga_queue_size integer 1048576
    use_dedicated_broker boolean FALSE
    use_indirect_data_buffers boolean FALSE
    use_large_pages string TRUE
    user_dump_dest string C:\APP\PRO
    \RDBMS\TRA
    UTL_FILE_DIR chain
    workarea_size_policy string AUTO
    xml_db_events string enable

    Thanks in advance

    Firstly, thank you for posting the 10g implementation plan, which was one of the key things that we were missing.

    Second, you realize that you have completely different execution plans, so you can expect different behavior on each system.

    Your package of 10g has a total cost of 23 959 while your plan of 12 c has a cost of 95 373 which is almost 4 times more.  All things being equal, cost is supposed to relate directly to the time spent, so I expect the 12 c plan to take much more time to run.

    From what I can see the 10g plan begins with a scan of full table on DEALERS, and then a full scan on SCARF_VEHICLE_EXCLUSIONS table, and then a full scan on CBX_tlemsani_2000tje table, and then a full scan on CLAIM_FACTS table.  The first three of these analyses tables have a very low cost (2 each), while the last has a huge cost of 172K.  Yet once again, the first three scans produce very few lines in 10g, less than 1,000 lines each, while the last product table scan 454 K lines.

    It also looks that something has gone wrong in the 10g optimizer plan - maybe a bug, which I consider that Jonathan Lewis commented.  Despite the full table scan with a cost of 172 K, NESTED LOOPS it is part of the only has a cost of 23 949 or 24 K.  If the math is not in terms of 10g.  In other words, maybe it's not really optimal plan because 10g optimizer may have got its sums wrong and 12 c might make his right to the money.  But luckily this 'imperfect' 10g plan happens to run fairly fast for one reason or another.

    The plan of 12 starts with similar table scans but in a different order.  The main difference is that instead of a full table on CLAIM_FACTS scan, it did an analysis of index on CLAIM_FACTS_AK9 beach at the price of 95 366.  It is the only main component of the final total cost of 95 373.

    Suggestions for what to do?  It is difficult, because there is clearly an anomaly in the system of 10g to have produced the particular execution plan that he uses.  And there is other information that you have not provided - see later.

    You can try and force a scan of full table on CLAIM_FACTS by adding a suitable example suspicion "select / * + full (CF) * / cf.vehicle_chass_no...". "However, the tips are very difficult to use and does not, guarantee that you will get the desired end result.  So be careful.  For the essay on 12 c, it may be worth trying just to see what happens and what produces the execution plan looks like.  But I would not use such a simple, unique tip in a production system for a variety of reasons.  For testing only it might help to see if you can force the full table on CLAIM_FACTS scan as in 10g, and if the performance that results is the same.

    The two plans are parallel ones, which means that the query is broken down into separate, independent steps and several steps that are executed at the same time, i.e. several CPUS will be used, and there will be several readings of the disc at the same time.  (It is a mischaracterization of the works of parallel query how).  If 10g and 12 c systems do not have the SAME hardware configuration, then you would naturally expect different time elapsed to run the same parallel queries.  See the end of this answer for the additional information that you may provide.

    But I would be very suspicious of the hardware configuration of the two systems.  Maybe 10 g system has 16-core processors or more and 100's of discs in a matrix of big drives and maybe the 12 c system has only 4 cores of the processor and 4 disks.  That would explain a lot about why the 12 c takes hours to run when the 10 g takes only 30 minutes.

    Remember what I said in my last reply:

    "Without any contrary information I guess the filter conditions are very low, the optimizer believes he needs of most of the data in the table and that a table scan or even a limited index scan complete is the"best"way to run this SQL.  In other words, your query takes just time because your tables are big and your application has most of the data in these tables. "

    When dealing with very large tables and to do a full table parallel analysis on them, the most important factor is the amount of raw hardware, you throw the ball to her.  A system with twice the number of CPUS and twice the number of disks will run the same parallel query in half of the time, at least.  It could be that the main reason for the 12 c system is much slower than the system of 10g, rather than on the implementation plan itself.

    You may also provide us with the following information which would allow a better analysis:

    • Row counts in each tables referenced in the query, and if one of them are partitioned.
    • Hardware configurations for both systems - the 10g and the 12 a.  Number of processors, the model number and speed, physical memory, CPU of discs.
    • The discs are very important - 10g and 12 c have similar disk subsystems?  You use simple old records, or you have a San, or some sort of disk array?  Are the bays of identical drives in both systems?  How are they connected?  Fast Fibre Channel, or something else?  Maybe even network storage?
    • What is the size of the SGA in both systems?  of values for MEMORY_TARGET and SGA_TARGET.
    • The fact of the CLAIM_FACTS_AK9 index exist on the system of 10g.  I guess he does, but I would like that it confirmed to be safe.

    John Brady

  • How to activate the log mode archive in oracle database 11 g 2

    Hi all

    I hope that you all are doing well.

    I want to activate the archiving log in my version of the database 11.2.0.4.0 safely.

    Why safely because my database works fine now.

    Windows 8.1 - OS 64 bit.

    Please provide the correct steps

    so that the work of database and schema can not lose more after that the archive log is enabled.

    Thank you all for your response.

    I followed the thread How to archivelog mode

    Measures

    -----

    SQL > archive log list

    SQL > show parameter db_recovery_file

    SQL > alter system set db_recovery_file_dest_size = 10G scope = the two sid ='* ';

    SQL > shutdown immediate

    SQL > bootable media.

    SQL > alter archivelog database;

    SQL > alter database open;

    She is successful.

  • Backup RMAN when FRA is configured

    I configured on a db Flash recovery area 11.2.0.4;  I want RMAN full backup to a different location of FRA.

    I ran the full backup of rman with specified format...

    backup in the database format compressed more archivelog backupset ' / backup/BKPD15/%U';

    I see, some files will FRA and a few other small files are there in /backup/BKPD15 location as well.


    What is the right way to take backup to any location of fra.

    Hello

    1. According to my knowledge, you must use two format, since the format applies to only backup of database archives goes for fra (see demo below)

    Demo:

    SYS@demo1 December 27, 15 > db_rec setting sho

    VALUE OF TYPE NAME

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

    db_recovery_file_dest string/u04/temp_data/demo1

    whole large db_recovery_file_dest_size 10G

    db_recycle_cache_size large integer 0

    [oracle@host1 test_backup] $ pwd

    u04 / / test_backup

    [oracle@host1 test_backup] $ ls - tl

    Total 0

    VALUE OF TYPE NAME

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

    db_recovery_file_dest string/u04/temp_data/demo1

    whole large db_recovery_file_dest_size 10G

    db_recycle_cache_size large integer 0

    [oracle@host1 test_backup] $ pwd

    u04 / / test_backup

    [oracle@host1 test_backup] $ ls - tl

    Total 0

    RMAN > backup as database format compressed more archivelog backupset ' / u04/test_backup/%U';

    From December 27, 15 backup

    Current archived log

    using channel ORA_DISK_1

    channel ORA_DISK_1: starting compressed archived log backup set

    channel ORA_DISK_1: specifying the newspapers archived in the backup set

    archived journal thread = 1 = 3 sequence entry RECID = STAMP 3 = 899558724

    channel ORA_DISK_1: from room 1 to 27 December 15

    channel ORA_DISK_1: finished piece 1 to December 27, 15

    total, handle = / u04/test_backup/01qpsba4_1_1 tag = TAG20151227T132524 comment = NONE - location no fra

    channel ORA_DISK_1: complete set of backups, time: 00:00:01

    Backup over at December 27, 15

    From December 27, 15 backup

    using channel ORA_DISK_1

    channel ORA_DISK_1: from complete compressed datafile backup set

    channel ORA_DISK_1: specifying datafile (s) in the backup set

    Enter a number of file datafile = 00005 name=/u02/demo1/oradata/demo1/example01.dbf

    Enter a number of file datafile = name=/u02/demo1/oradata/demo1/mssm_tbs.dbf 00002

    Enter a number of file datafile = name=/u02/demo1/oradata/demo1/assm_tbs.dbf 00007

    Enter a number of file datafile = 00001 name=/u02/demo1/oradata/demo1/system01.dbf

    Enter a number of file datafile = name=/u02/demo1/oradata/demo1/sysaux01.dbf 00003

    Enter a number of file datafile = name=/u02/demo1/oradata/demo1/undotbs01.dbf 00004

    Enter a number of file datafile = name=/u02/demo1/oradata/demo1/users01.dbf 00006

    channel ORA_DISK_1: from room 1 to 27 December 15

    channel ORA_DISK_1: finished piece 1 to December 27, 15

    piece handle=/u04/temp_data/demo1/DEMO1/backupset/2015_12_27/o1_mf_nnndf_TAG20151227T132526_c7z6cgf1_.bkp tag = TAG20151227T132526 comment = NONE - fra position control file

    channel ORA_DISK_1: complete set of backups, time: 00:01:05

    channel ORA_DISK_1: from complete compressed datafile backup set

    channel ORA_DISK_1: specifying datafile (s) in the backup set

    including the current control in the backup set file

    including current SPFILE in the backup set

    channel ORA_DISK_1: from room 1 to 27 December 15

    channel ORA_DISK_1: finished piece 1 to December 27, 15

    piece handle=/u04/temp_data/demo1/DEMO1/backupset/2015_12_27/o1_mf_ncsnf_TAG20151227T132526_c7z6fjyk_.bkp tag = TAG20151227T132526 comment = NONE - fra location spfile

    channel ORA_DISK_1: complete set of backups, time: 00:00:02

    Backup over at December 27, 15

    From December 27, 15 backup

    Current archived log

    using channel ORA_DISK_1

    channel ORA_DISK_1: starting compressed archived log backup set

    channel ORA_DISK_1: specifying the newspapers archived in the backup set

    archived journal thread = 1 = 4 sequence entry RECID = STAMP 4 = 899558794

    channel ORA_DISK_1: from room 1 to 27 December 15

    channel ORA_DISK_1: finished piece 1 to December 27, 15

    total, handle = / u04/test_backup/04qpsbca_1_1 tag = TAG20151227T132634 comment = NONE - location no fra

    channel ORA_DISK_1: complete set of backups, time: 00:00:01

    Backup over at December 27, 15

    channel ORA_DISK_1: complete set of backups, time: 00:00:02

    Backup over at December 27, 15

    From December 27, 15 backup

    Current archived log

    using channel ORA_DISK_1

    channel ORA_DISK_1: starting compressed archived log backup set

    channel ORA_DISK_1: specifying the newspapers archived in the backup set

    archived journal thread = 1 = 4 sequence entry RECID = STAMP 4 = 899558794

    channel ORA_DISK_1: from room 1 to 27 December 15

    channel ORA_DISK_1: finished piece 1 to December 27, 15

    total, handle = / u04/test_backup/04qpsbca_1_1 tag = comment TAG20151227T132634 = NONE

    channel ORA_DISK_1: complete set of backups, time: 00:00:01

    Backup over at December 27, 15

    Correct way:

    RMAN > run {}

    2 > allocate channel backup_disk1 type disk;

    3 > backup format COMPRESSED BACKUPSET DATABASE TAG 'DB' ' / u04/test_backup/%U.db'

    4 > format PLUS ARCHIVELOG ' / u04/test_backup/%U.arc';

    {5 >}

    output channel: ORA_DISK_1

    allocated channel: backup_disk1

    channel backup_disk1: SID = 48 type device = DISK

    From December 27, 15 backup

    Current archived log

    channel backup_disk1: compressed boot archived log backup set

    channel backup_disk1: specifying the newspapers archived in the backup set

    archived journal thread = 1 = 3 sequence entry RECID = STAMP 3 = 899558724

    archived journal thread = 1 = 4 sequence entry RECID = STAMP 4 = 899558794

    archived journal entry thread = 1 sequence = RECID 5 = 5 STAMP = 899559573

    channel backup_disk1: from room 1 to 27 December 15

    channel backup_disk1: finished piece 1 to December 27, 15

    piece handle=/u04/test_backup/05qpsc4l_1_1.arc tag = TAG20151227T133933 comment = NONE

    channel backup_disk1: complete set of backups, time: 00:00:01

    Backup over at December 27, 15

    From December 27, 15 backup

    channel backup_disk1: from complete compressed datafile backup set

    channel backup_disk1: specifying datafile (s) in the backup set

    Enter a number of file datafile = 00005 name=/u02/demo1/oradata/demo1/example01.dbf

    Enter a number of file datafile = name=/u02/demo1/oradata/demo1/mssm_tbs.dbf 00002

    Enter a number of file datafile = name=/u02/demo1/oradata/demo1/assm_tbs.dbf 00007

    Enter a number of file datafile = 00001 name=/u02/demo1/oradata/demo1/system01.dbf

    Enter a number of file datafile = name=/u02/demo1/oradata/demo1/sysaux01.dbf 00003

    Enter a number of file datafile = name=/u02/demo1/oradata/demo1/undotbs01.dbf 00004

    Enter a number of file datafile = name=/u02/demo1/oradata/demo1/users01.dbf 00006

    channel backup_disk1: from room 1 to 27 December 15

    channel backup_disk1: finished piece 1 to December 27, 15

    piece handle=/u04/test_backup/06qpsc4m_1_1.db tag = comment DB = NONE

    channel backup_disk1: complete set of backups, time: 00:00:55

    channel backup_disk1: from complete compressed datafile backup set

    channel backup_disk1: specifying datafile (s) in the backup set

    including the current control in the backup set file

    including current SPFILE in the backup set

    channel backup_disk1: from room 1 to 27 December 15

    channel backup_disk1: finished piece 1 to December 27, 15

    piece handle=/u04/test_backup/07qpsc6d_1_1.db tag = comment DB = NONE

    channel backup_disk1: complete set of backups, time: 00:00:01

    Backup over at December 27, 15

    From December 27, 15 backup

    Current archived log

    channel backup_disk1: compressed boot archived log backup set

    channel backup_disk1: specifying the newspapers archived in the backup set

    archived journal entry thread = 1 sequence = RECID 6 = 6 STAMP = 899559632

    channel backup_disk1: from room 1 to 27 December 15

    channel backup_disk1: finished piece 1 to December 27, 15

    piece handle=/u04/test_backup/08qpsc6g_1_1.arc tag = TAG20151227T134032 comment = NONE

    channel backup_disk1: complete set of backups, time: 00:00:01

    Backup over at December 27, 15

    output channel: backup_disk1

    RMAN >

    RMAN > list backupset;

    List of backup sets

    ===================

    Time of accomplishment time BS key size Device Type

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

    5.89 5 M DISK 00:00:00 DECEMBER 27, 15

    BP key: 5 location: AVAILABLE Tablet: YES Tag: TAG20151227T133933

    Part name: /u04/test_backup/05qpsc4l_1_1.arc

    List of newspapers archived on backup the value 5

    The next time that THRD Seq YVERT low low time next YVERT

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

    1 3 2871101 DECEMBER 27, 15 2875107 27 DECEMBER 15

    1 4 2875107 27 DECEMBER 15 2875234 27 DECEMBER 15

    1 5 2875234 27 DECEMBER 15 2875749 27 DECEMBER 15

    Time of accomplishment BS key Type LV size device Type elapsed time

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

    6 integer M DISK 00:00:55 360,54 27 December 15

    BP key: 6 location: AVAILABLE Tablet: YES Tag: DB

    Part name: /u04/test_backup/06qpsc4m_1_1.db

    List of files of backup data the value 6

    Name of file LV Type cash SNA cash time

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

    2875757 full 1 /u02/demo1/oradata/demo1/system01.dbf December 27, 15

    2 full 2875757 /u02/demo1/oradata/demo1/mssm_tbs.dbf 27 December 15

    3 full 2875757 /u02/demo1/oradata/demo1/sysaux01.dbf 27 December 15

    4 integer 2875757 /u02/demo1/oradata/demo1/undotbs01.dbf 27 December 15

    5 integer 2875757 /u02/demo1/oradata/demo1/example01.dbf 27 December 15

    6 integer 2875757 /u02/demo1/oradata/demo1/users01.dbf 27 December 15

    7 full 2875757 /u02/demo1/oradata/demo1/assm_tbs.dbf 27 December 15

    Time of accomplishment BS key Type LV size device Type elapsed time

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

    7 full 1.03 M DISK 00:00:02 27 December 15

    BP key: 7 location: AVAILABLE Tablet: YES Tag: DB

    Part name: /u04/test_backup/07qpsc6d_1_1.db

    SPFILE included: Change Date: 27 December 15

    SPFILE db_unique_name: DEMO1

    Control file included: cash SNA: 2875780 cash time: 27 December 15

    Time of accomplishment time BS key size Device Type

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

    13.50 8 K DISK 00:00:00 DECEMBER 27, 15

    BP key: situation 8: AVAILABLE Tablet: YES Tag: TAG20151227T134032

    Part name: /u04/test_backup/08qpsc6g_1_1.arc

    List of newspapers archived in backup set of 8

    The next time that THRD Seq YVERT low low time next YVERT

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

    1 6 2875749 DECEMBER 27, 15 2875786 27 DECEMBER 15

    It may be useful

    -Pavan Kumar N

  • Problems with special characters with Apex5

    Hello together,

    I hope, I'm right on this forum with this problem, I have found no other best match.

    I have a single database called apex12D on 12.1.0.2 it's my database of the 5 Apex develompent. Apex 5.0.2 is installed, also the German language of Apex. The OS is Oracle Linux 6.

    On a second machine that I have configured the Oracle Data Service remains with tomcat (installed from the repositories) and apache (also installed deposits), running on the Oracle Linux 7 operating system. This machine is my "http server" to connect to my Apex environment. Everything is very well workung, but when I go on my Apex Admin Backend all special characters in German (A, U, O,...) are displayed incorrectly. Which looks very good.

    What makes that I made:

    To the database (apex12D), I put all the nls paramereters the installation of the database of German letters:

    SYS@apex12D> select * from nls_database_parameters;
    
    
    PARAMETER VALUE
    ---------------------------------------------------------
    NLS_RDBMS_VERSION 12.1.0.2.0
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_LENGTH_SEMANTICS BYTE
    NLS_COMP BINARY
    NLS_DUAL_CURRENCY ?
    NLS_TIMESTAMP_TZ_FORMAT DD.MM.RR HH24:MI:SSXFF TZR
    NLS_TIME_TZ_FORMAT HH24:MI:SSXFF TZR
    NLS_TIMESTAMP_FORMAT DD.MM.RR HH24:MI:SSXFF
    NLS_TIME_FORMAT HH24:MI:SSXFF
    NLS_SORT GERMAN
    NLS_DATE_LANGUAGE GERMAN
    NLS_DATE_FORMAT DD.MM.RR
    NLS_CALENDAR GREGORIAN
    NLS_NUMERIC_CHARACTERS ,.
    NLS_NCHAR_CHARACTERSET UTF8
    NLS_CHARACTERSET AL32UTF8
    NLS_ISO_CURRENCY GERMANY
    NLS_CURRENCY ?
    NLS_TERRITORY GERMANY
    NLS_LANGUAGE GERMAN
    
    
    20 rows selected.
    

    SPFILE parameters tells a different story, I tried to put them with "change the database < parameter > = < value > scope = spfile" and if a database has restarted, nothing changes.

    SYS@apex12D> show parameter nls
    
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    nls_calendar                         string      GREGORIAN
    nls_comp                             string      BINARY
    nls_currency                         string      $
    nls_date_format                      string      DD-MON-RR
    nls_date_language                    string      AMERICAN
    nls_dual_currency                    string      $
    nls_iso_currency                     string      AMERICA
    nls_language                         string      AMERICAN
    nls_length_semantics                 string      BYTE
    nls_nchar_conv_excp                  string      FALSE
    nls_numeric_characters               string      .,
    nls_sort                             string      BINARY
    nls_territory                        string      AMERICA
    nls_time_format                      string      HH.MI.SSXFF AM
    nls_time_tz_format                   string      HH.MI.SSXFF AM TZR
    nls_timestamp_format                 string      DD-MON-RR HH.MI.SSXFF AM
    nls_timestamp_tz_format              string      DD-MON-RR HH.MI.SSXFF AM TZR
    SYS@apex12D>
    

    Interestingly, it is that when I write a pfile to the bottom of my spfile and open it with vi, everything looks great. But OK.

    apex12D.__data_transfer_cache_size=0
    apex12D.__db_cache_size=2030043136
    apex12D.__java_pool_size=50331648
    apex12D.__large_pool_size=385875968
    apex12D.__oracle_base='/usr/local/oracle'#ORACLE_BASE set from environment
    apex12D.__pga_aggregate_target=536870912
    apex12D.__sga_target=3221225472
    apex12D.__shared_io_pool_size=150994944
    apex12D.__shared_pool_size=570425344
    apex12D.__streams_pool_size=16777216
    *.audit_file_dest='/usr/local/oracle/admin/apex12D/adump'
    *.audit_trail='db'
    *.compatible='12.1.0.2.0'
    *.control_files='+DATA_QUM169/APEX12D/CONTROLFILE/current.505.898513523','+FRA_QUM169/APEX12D/CONTROLFILE/current.2094.898513525'
    *.db_block_size=8192
    *.db_create_file_dest='+DATA_QUM169'
    *.db_create_online_log_dest_1='+DATA_QUM169'
    *.db_create_online_log_dest_2='+FRA_QUM169'
    *.db_domain=''
    *.db_name='apex12D'
    *.db_recovery_file_dest='+FRA_QUM169'
    *.db_recovery_file_dest_size=10240m
    *.diagnostic_dest='/usr/local/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=apex12DXDB)'
    *.local_listener='LISTENER_APEX12D'
    *.log_archive_dest_1='LOCATION=+FRA_QUM169'
    *.log_archive_dest_2='LOCATION=+DATA_QUM169'
    *.log_archive_format='%t_%s_%r.dbf'
    *.nls_currency='$'
    *.nls_date_language='GERMAN'
    *.nls_dual_currency='$'
    *.nls_iso_currency='GERMANY'
    *.nls_language='GERMAN'
    *.nls_territory='GERMANY'
    *.open_cursors=300
    *.pga_aggregate_target=512m
    *.processes=600
    *.recyclebin='OFF'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=3072m
    *.undo_tablespace='UNDOTBS1'
    

    The server' http' ADR is configured under the orards user, so I've put this in the .bash_profile:

    NLS_LANG=GERMAN_GERMANY.AL32UTF8
    
    
    export NLS_LANG
    

    The same I did for the root, just for test user, because only root can start tomcat and apache systemctl. Apache and tomcat user/bin/nologin as Bash, so I think that their bash_profile will not if I create a.

    But nothing really worked. Can anyone help please?

    Thank you and best regards,
    David

    Hello

    good German special characters are agree on the first server in ther, but not the second? I have this behavior when I set NLS_LANG = GERMAN_GERMANY. AL32UTF8 when I install the extension of the German language.

    Best regards

    Thomas

    (Grussle aus Böblingen)

  • *.db_file_name_convert, *.log_file_name_convert

    Hello guys,.

    I have two servers:

    SERVER01 Production

    Server02 Standby

    I have these settings in the file pfile (standby):

    *.audit_file_dest='/U01/app/Oracle/admin/BD/adump '

    * .audit_trail = "db".

    * full = '11.2.0.0.0'

    *.control_files='/data/BD/controlfile/control01.ctl','/U01/app/Oracle/flash_recovery_area/BD/control02.ctl'#restore Controlfile

    * .control_management_pack_access = "DIAGNOSTIC + TUNING".

    * .db_block_size = 8192

    * .db_domain = "

    data *.db_file_name_convert='/U01/app/Oracle/oradata/bd','/data/BD/fichier ' (change directory)

    * .db_name = "bd".

    *.db_recovery_file_dest='/media/ORACLE_BACKUP/Atual/FRA '

    * .db_recovery_file_dest_size = 85899345920

    *.diagnostic_dest='/U01/app/Oracle '

    *. Dispatchers ='(Protocol=TCP) (SERVICE = bdXDB)"

    *. Log_archive_dest_1 = 'LOCATION = / Media/ORACLE_BACKUP/atual/fra/BD/archivelog'

    *.log_archive_format='arc_%t_%s_%r.arc'

    *.log_file_name_convert='/U01/app/Oracle/oradata/bd','/data/BD/onlinelog ' (change directory)

    * .open_cursors = 300

    * .pga_aggregate_target = 11884560384

    * runoff = 150

    * .remote_login_passwordfile = "EXCLUSIVE."

    * .sga_target = 1610612736

    * .standby_file_management = "AUTO".

    * .undo_tablespace = "UNDOTBS1.

    First question:

    Once the process is finished, I had create pfile from spfile, but is the same code that above...

    So, what is a utility I have these commands in standby mode:

    data *.db_file_name_convert='/U01/app/Oracle/oradata/bd','/data/BD/fichier ' (change directory)

    *.log_file_name_convert='/U01/app/Oracle/oradata/bd','/data/BD/onlinelog ' (change directory)


    ??

    If I can remove these commands (db_file_name_convert, log_file_name_convert - standby server) in sleep mode? some problem? How can I remove these commands?


    Thank you

    In Server 03 (new day), I alreadyhave/data/bd/datafile and/data/bd/onlinelog... Yes, in the case... is not necessary, I have these settings. You undertood now? I'll create the server03/data/bd/datafile and/data/bd/onlinelog, is equal to the server 02...

    After that, in my view, is not necessary I have these settings. You got?

    The parameters above may be omitted if the directory of the primary structure is the same in the standby mode, or if you configure settings DB_CREATE_FILE_DEST & DB_CREATE_ONLINE_LOG_DEST_n primary and secondary school with the correct values.

    OK, I got it. And I give you the answer in my previous post.

    In this case, you can reset or change or delete the pfile these parameters.

    Kind regards

    Juan M

  • Duplicate active Linux64 on Windows32

    Hello

    I try active duplicate of Centos5.9 64-bit to 32-bit of Windows XP. Because from what I've read, this should be possible, at least they have the same endian format. However, when I try it fails with the following error. Tried searching to no avail. If you can give some ideas that could be the reason.

    RMAN output:

    C:\Documents and Settings\Oracle > auxiliary rman to 'sys@ORCL as sysdba' target 'sys@ORAKAL as sysdba'

    Recovery Manager: release 11.2.0.3.0 - Production on Mon Nov 30 16:43:30 2015

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    target password database:

    connected to target database: ORCL (DBID = 1421427435)

    database Assistant password:

    connected to the auxiliary database: ORAKAL (unassembled)

    RMAN > database of target ORAKAL of the active database duplicate;

    From 30 November 15 Db double

    using the control file of the target instead of recovery catalog database

    allocated channel: ORA_AUX_DISK_1

    channel ORA_AUX_DISK_1: SID = 192 type device = DISK

    content of Script memory:

    {

    clone of SQL 'alter system set = db_name

    "ORCL" comment =

    ' Modified by RMAN duplicate "scope = spfile;

    clone of SQL 'alter system set db_unique_name =

    "ORAKAL" comment =

    ' Modified by RMAN duplicate "scope = spfile;

    clone to stop immediately;

    Start clone force nomount

    backup format copy current controlfile auxiliary ' C:\APP\ORACLE\FAST_RECOVERY_AREA\ORAKAL\CONTROLFILE\O1_MF_C5RR507Q_. CTL';

    change the clone database mount;

    }

    execution of Script memory

    SQL statement: change the system db_name set = comment "ORCL" = "modified by RMAN duplicate" scope = spfile

    SQL statement: alter system set db_unique_name = comment "ORAKAL" = "modified by RMAN duplicate" scope = spfile

    Instance Oracle to close

    Oracle instance started

    Total System Global Area 523108352 bytes

    Bytes of size 1385752 fixed

    314575592 variable size bytes

    201326592 of database buffers bytes

    Redo buffers 5820416 bytes

    From 30 November 15 backup

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: SID = 147 type device = DISK

    channel ORA_DISK_1: from data file copy

    copy the current control file

    tag name=/u01/app/oracle/product/11.2.0.3/dbs/snapcf_orcl.f output file = TAG20151

    130T 064402 RECID = STAMP 5 = 897115443

    channel ORA_DISK_1: datafile copy complete, duration: 00:00:01

    Backup completed on 30 November 15

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of the command duplicate Db at 30/11/2015-16:44

    RMAN-04006: auxiliary database error: ORA-12518: TNS:listener could not hand off client connection

    RMAN-03015: an error has occurred in the script stored memory Script

    RMAN-06136: the auxiliary database ORACLE error: ORA-03113: end of file on communication channel

    Process ID: 2652

    Session ID: 63 serial number: 5

    SPFile to the database:

    * .audit_trail = "db".

    * full = '11.2.0.0.0'

    * .control_files = "

    * .db_block_size = 8192

    *.db_file_name_convert='/U01/app/Oracle/oradata/ORCL / ',' C:\app\oracle\oradata'

    * .db_name = "ORAKAL".

    * .db_recovery_file_dest = "C:\app\oracle\fast_recovery_area".

    * .db_recovery_file_dest_size = 4322230272

    * .db_unique_name = "ORAKAL".

    * .diagnostic_dest = "C:\app\oracle".

    *.log_file_name_convert='/U01/app/Oracle/oradata/ORCL ',' C:\app\oracle\oradata'

    * .memory_target = 524288000

    * .open_cursors = 300

    * runoff = 150

    * .remote_login_passwordfile = "EXCLUSIVE."

    * .standby_file_management = "auto".

    * .undo_tablespace = "UNDOTBS1.

    Listener.ora on server to the:

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (GLOBAL_DBNAME = ORAKAL)

    (SID_NAME = ORAKAL)

    (ORACLE_HOME = C:\app\oracle\product\11.2.0.3)

    )

    )

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = < ip >)(PORT = 1521))

    )

    )

    ADR_BASE_LISTENER = C:\app\Oracle

    I managed to pass this error. The problem was that I had specifically put control_files empty string "(always check the alerts log!). I just put it in a file specific to the place. But now, to recover, I got the error:

    ORA-00600: internal error code, arguments: [ktbrcl:CDLC not in Czech Republic]

    which is described in several notes of support but the cause is if the primary database has been improved v10 or lower, but in my case - I installed 11.2.0.3 own on both machines.

    ---

    EDIT:

    Note, application of redo is not supported between Linux and Windows except with a database of pending. This means that the backup must be a

    cold (consistent) backup, requiring no application of redo.  If redo applies is required to recover the database on the new platform, it will fail.

    The backup method using coherent (cold) should be used for duplication of cross-platform.

  • Error (ORA-12547) while trying to create a database on AWS ec2

    Hello world

    I am trying to install Oracle 12 c DB on an Amazon ec2 'Machine' (RHEL 7.1).

    Start the Machine, unzip the files (12.1.0.2.0 for x 86-64 Linux download from OTN) and installation of the database to help. / runInstaller succeeded. But when I am trying to create a database now, it fails with the "ORA-12547: TNS: lost contact" error.

    That's what I entered:

    [data oracle@ip-123-45-6-789] $ dbca-silent - createDatabase.

    -templateName General_Purpose.dbc.

    gdbname-cdb1 sid cdb1 - responsefile NO_VALUE.

    -characterSet AL32UTF8------.

    -sysPassword OraPasswd1.

    -systemPassword OraPasswd1.

    true - createAsContainerDatabase.

    -numberOfPDBs 1.

    pdbName - pdb1------.

    -pdbAdminPassword OraPasswd1.

    databaseType - MULTIPURPOSE.

    false - automaticMemoryManagement.

    -storageType FS.

    -ignorePreReqs

    That's what the console showed:

    Cleaning of the steps failed

    DBCA_PROGRESS: 4%

    Copying database files

    DBCA_PROGRESS: 5%

    ORA-12547: TNS: lost contact

    DBCA_PROGRESS: 7%

    The cataloguing of backups RMAN error

    DBCA_PROGRESS: DBCA operation failed.

    Examine the log file ' / u01/app/oracle/cfgtoollogs/dbca/cdb1/cdb117.log ' for details.

    Here are the contents of cdb117.log:

    The database Configuration Wizard failed to detect options for the Installation of Oracle.

    ORA-12547: TNS: lost contact

    Because of this failure certain features of the database Configuration Wizard will be unavailable. Do you want to continue?

    Checking database unique identifier passed.

    / has enough space. Space required is 7665 MB, available space is 17768 MB.

    File of successful Validations.

    Cleaning of the steps failed

    DBCA_PROGRESS: 4%

    Copying database files

    DBCA_PROGRESS: 5%

    ORA-12547: TNS: lost contact

    DBCA_PROGRESS: 7%

    The cataloguing of backups RMAN error

    DBCA_PROGRESS: DBCA operation failed.

    And here is the content of the file trace.log:

    [main] [2015-11-11 04:04:19.802 EST] [Host. < init >: 1090]  Start tracing...

    [main] [2015-11-11 04:04:19.874 EST] [SilentHost.initialize:187]  SilentHost-> initialization: m_tempLogFile = /u01/app/oracle/cfgtoollogs/dbca/silent.log_2015-11-11_04-04-19-AM

    [main] [2015-11-11 04:04:19.877 EST] [Host.checkIfBigClusterAndHubNode:1710]  Not a cluster environment: out BigCluster Check

    [main] [2015-11-11 04:04:19.877 EST] [InventoryUtil.getOracleBase:149]  ORACLE_BASE to get inventory.

    [main] [2015-11-11 04:04:19.879 EST] Setting [InventoryUtil.getOUIInvSession:349] YES READ at ACCESSLEVEL_READ_LOCKLESS

    [main] [2015-11-11 04:04:19.879 EST] [InventoryUtil.getOracleBase:164]  The size of the inventory home = 1

    [main] [2015-11-11 04:04:19.901 EST] [InventoryUtil.getOracleBase:189]  ORACLE_BASE returned from inventory: = / u01/app/oracle

    [main] [2015-11-11 04:04:19.901 EST] [Host.displayOracleBaseWarning:1750] oracleBaseFromEnv null

    [main] [2015-11-11 04:04:19.902 EST] [Host.displayOracleBaseWarning:1756] oracle_base to oracle_base/u01/app/oracle YES env/u01/app/oracle

    [main] [2015-11-11 04:04:19.903 EST] Setting [InventoryUtil.getOUIInvSession:349] YES READ at ACCESSLEVEL_READ_LOCKLESS

    [main] [2015-11-11 04:04:19.903 EST] [InventoryUtil.isCRSHome:386]  HomeInfo /u01/app/oracle/product/12.1.0.2/db_1,1

    [main] [2015-11-11 04:04:20.135 EST] [Host.validateGridHome:3878]  Fake of validation

    [main] [2015-11-11 04:04:20.135 EST] [Host.startOperation:2395]  Source db null

    [main] [2015-11-11 04:04:20.135 EST] [Host.startOperation:2396]  Cdb1 name of GDB

    [main] [2015-11-11 04:04:20.152 EST] [Host.startOperation:2397]  Sid - MGMTDB MgmtDB

    [main] [2015-11-11 04:04:20.152 EST] [Host.startOperation:2398]  MgmtDB name _mgmtdb

    [main] [2015-11-11 04:04:20.152 EST] [HADatabaseUtils.isGridMgmtDB:2842]  Mgmt DBName srvm _mgmtdb

    [main] [2015-11-11 04:04:20.155 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: null

    [main] [2015-11-11 04:04:20.157 EST] Setting [InventoryUtil.getOUIInvSession:349] YES READ at ACCESSLEVEL_READ_LOCKLESS

    [main] [2015-11-11 04:04:20.157 EST] [OracleHome.getVersion:1010]  HomeInfo /u01/app/oracle/product/12.1.0.2/db_1,1

    [main] [2015-11-11 04:04:20.252 EST] [OracleHome.getVersion:1038]  OracleHome.server.getVersion Version: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.252 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.252 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.252 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.252 EST] [CommonUtils.createPasswordFile:1243] orapwd new appeal for 11.1 or above

    [main] [2015-11-11 04:04:20.253 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.253 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.253 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.253 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.253 EST] [CommonUtils.getPasswordFileCreateCmd:1182] for new orapwd to 11.1 or above

    [main] [2015-11-11 04:04:20.255 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.256 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.256 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.256 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.256 EST] /U01/app/oracle/product/12.1.0.2/db_1/bin/orapwd [CommonUtils.getPasswordFileCreateCmd:1213]

    [main] [2015-11-11 04:04:20.256 EST] File=/U01/app/Oracle/product/12.1.0.2/Db_1/DBS/orapwDBUA0420152 [CommonUtils.getPasswordFileCreateCmd:1213]

    [main] [2015-11-11 04:04:20.256 EST] Force [CommonUtils.getPasswordFileCreateCmd:1213] = y

    [main] [2015-11-11 04:04:20.256 EST] [CommonUtils.getPasswordFileCreateCmd:1213] format = 12

    [main] [2015-11-11 04:04:20.257 EST] [OsUtilsBase.execProg:2123] start execProg with the input array.

    [main] [2015-11-11 04:04:20.272 EST] [OsUtilsBase.execProg:2160] done execProg with the input array. Status: 0

    [main] [2015-11-11 04:04:20.272 EST] [OracleHome.initOptionsStopOnError:1356]  Initialization of the database Options with dummy sid = DBUA0420152 using initfile=/u01/app/oracle/product/12.1.0.2/db_1/dbs/initDBUA0420152.ora using pwdfile=/u01/app/oracle/product/12.1.0.2/db_1/dbs/orapwDBUA0420152

    [main] [2015-11-11 04:04:20.274 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.274 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.274 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.275 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.275 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.275 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.275 EST] [SQLPlusEngine.getCmmdParams:225] m_home 12.1.0.2.0

    [main] [2015-11-11 04:04:20.275 EST] True for 112 > version [SQLPlusEngine.getCmmdParams:226]

    [main] [2015-11-11 04:04:20.276 EST] [SQLEngine.getEnvParams:602]  By default the NLS_LANG: AMERICAN_AMERICA. AL32UTF8

    [main] [2015-11-11 04:04:20.276 EST] [SQLEngine.getEnvParams:612]  NLS_LANG: AMERICAN_AMERICA. AL32UTF8

    [main] [2015-11-11 04:04:20.277 EST] [SQLEngine.initialize:358]  SQLPLUS/OPEN process execing...

    [main] [2015-11-11 04:04:20.288 EST] M_bReaderStarted [SQLEngine.initialize:395]: false

    [main] [2015-11-11 04:04:20.288 EST] [SQLEngine.initialize:399]  From the wire drive...

    [main] [2015-11-11 04:04:20.302 EST] [SQLEngine.done:2278]  Called

    [main] [2015-11-11 04:04:20.302 EST] [OracleHome.initOptionsStopOnError:1409]  ORA-12547: TNS: lost contact

    [main] [2015-11-11 04:04:20.303 EST] [OracleHome.initOptionsStopOnError:1410]  ORA-12547: TNS: lost contact

    oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1739)

    oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:987)

    oracle.sysman.assistants.util.OracleHome.initOptionsStopOnError(OracleHome.java:1362)

    oracle.sysman.assistants.dbca.backend.Host.startOperation(Host.java:2411)

    oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:153)

    oracle.sysman.assistants.dbca.Dbca.main (Dbca.java:226)

    [main] [2015-11-11 04:04:20.303 EST] [OracleHome.initOptionsStopOnError:1419] closing dummy instance

    [main] [2015-11-11 04:04:20.303 EST] [SQLEngine.reInitialize:785]  The SQLEngine reset...

    [main] [2015-11-11 04:04:20.303 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.303 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.303 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.304 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.304 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.304 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:20.304 EST] [SQLPlusEngine.getCmmdParams:225] m_home 12.1.0.2.0

    [main] [2015-11-11 04:04:20.304 EST] True for 112 > version [SQLPlusEngine.getCmmdParams:226]

    [main] [2015-11-11 04:04:20.305 EST] [SQLEngine.getEnvParams:602]  By default the NLS_LANG: AMERICAN_AMERICA. AL32UTF8

    [main] [2015-11-11 04:04:20.305 EST] [SQLEngine.getEnvParams:612]  NLS_LANG: AMERICAN_AMERICA. AL32UTF8

    [main] [2015-11-11 04:04:20.305 EST] [SQLEngine.initialize:358]  SQLPLUS/OPEN process execing...

    [main] [2015-11-11 04:04:20.316 EST] M_bReaderStarted [SQLEngine.initialize:395]: false

    [main] [2015-11-11 04:04:20.316 EST] [SQLEngine.initialize:399]  From the wire drive...

    [main] [2015-11-11 04:04:20.317 EST] [SQLEngine.initialize:448]  Waiting for m_bReaderStarted to be true

    [main] [2015-11-11 04:04:20.336 EST] [SQLEngine.done:2278]  Called

    [main] [2015-11-11 04:04:20.336 EST] [OracleHome.initOptionsStopOnError:1426] fake closing instance failed

    [main] [2015-11-11 04:04:20.336 EST] [OracleHome.initOptionsStopOnError:1458]  Data bases query options: 0

    [main] [2015-11-11 04:04:20.337 EST] [Host.checkOPS:2082]  Domestic CheckOPS

    [main] [2015-11-11 04:04:20.337 EST] [Host.checkOPS:2094]  Try to check the existence of cluster

    [main] [2015-11-11 04:04:20.337 EST] [Host.checkOPS:2099] cluster existence: false

    [main] [2015-11-11 04:04:20.337 EST] [Host.checkOPS:2108]  Fake installed cluster

    [main] [2015-11-11 04:04:20.337 EST] [Host.checkOPS:2124]  Cluster installed = false

    [main] [2015-11-11 04:04:20.455 EST] [TemplateManager.validateTemplate:636]  Validation of the model's success

    [main] [2015-11-11 04:04:20.458 EST] [HADatabaseUtils.isGridMgmtDB:2842]  Mgmt DBName srvm _mgmtdb

    [main] [2015-11-11 04:04:20.458 EST] [HAUtils.getCurrentOracleHome:593]  Home of the Oracle system property: /u01/app/oracle/product/12.1.0.2/db_1

    [main] [2015-11-11 04:04:20.458 EST] [HAUtils.getConfiguredGridHome:1343] - HOUSE of CRS.

    [main] [2015-11-11 04:04:20.458 EST] [UnixSystem.getCRSHome:2878] olrFileName = /etc/oracle/olr.loc

    [main] [2015-11-11 04:04:20.458 EST] [HAUtils.getHASHome:1500]  Could not get at home.

    PRCI-1144: Impossible to retrieve the path home Oracle Grid Infrastructure

    PRKC-1144: File ' / etc/oracle/olr.loc ' not found.

    [main] [2015-11-11 04:04:20.459 EST] [StepContext.setListenersToUpdate:946] needLocalListener = false

    [main] [2015-11-11 04:04:20.462 EST] [OracleHome.hasEELicense:247]  Running script to determine licensing: /u01/app/oracle/product/12.1.0.2/db_1/bin/bndlchk

    [main] [2015-11-11 04:04:20.489 EST] Home=/U01/app/Oracle/product/12.1.0.2/Db_1 [OracleHome.hasEELicense:258] has EE licenses

    [main] [2015-11-11 04:04:20.490 EST] [OracleHome.isDatabaseOptionOn:1251]  Audit database option: space

    [main] [2015-11-11 04:04:20.490 EST] [OracleHome.isDatabaseOptionOn:1308]  Spatial database option is false

    [main] [2015-11-11 04:04:20.496 EST] [OracleHome.isDatabaseOptionOn:1251]  Option to check database: OLAP

    [main] [2015-11-11 04:04:20.496 EST] [OracleHome.isDatabaseOptionOn:1308]  Database OLAP Option is false

    [main] [2015-11-11 04:04:20.497 EST] [OracleHome.hasEELicense:247]  Running script to determine licensing: /u01/app/oracle/product/12.1.0.2/db_1/bin/bndlchk

    [main] [2015-11-11 04:04:20.507 EST] Home=/U01/app/Oracle/product/12.1.0.2/Db_1 [OracleHome.hasEELicense:258] has EE licenses

    [main] [2015-11-11 04:04:20.509 EST] [InitParamHandler.endElement:547]  CustomSGA flag: false

    [main] [2015-11-11 04:04:20.509 EST] [InitParamHandler.endElement:548]  Database Type: MULTIFUNCTION

    [main] [2015-11-11 04:04:20.509 EST] [InitParamHandler.endElement:549]  Percentage of MEM: 40

    [main] [2015-11-11 04:04:20.520 EST] [OsUtilsBase.getTotalPhysicalMemory:411]  Total physical memory in MB: 992

    [main] [2015-11-11 04:04:20.520 EST] [InitParamHandler.endElement:582]  MB of total memory: 396

    [main] [2015-11-11 04:04:20.520 EST] [InitParamHandler.endElement:583]  MB physical memory: 992

    [main] [2015-11-11 04:04:20.521 EST] [OsUtilsBase.is64Bit:395] architecture is 64-bit: true

    [main] [2015-11-11 04:04:20.521 EST] [MemoryCalculator. < clinit >: 103] minimum setting memory for 64-bit

    [main] [2015-11-11 04:04:20.525 EST] [MemoryCalculator.isUnifiedMemoryFeasible:381]  Volume: /.

    [main] [2015-11-11 04:04:20.525 EST] [MemoryCalculator.isUnifiedMemoryFeasible:381]  Volume: / proc

    [main] [2015-11-11 04:04:20.525 EST] [MemoryCalculator.isUnifiedMemoryFeasible:381]  Volume: / sys

    [main] [2015-11-11 04:04:20.525 EST] [MemoryCalculator.isUnifiedMemoryFeasible:381]  Volume: / dev

    [main] [2015-11-11 04:04:20.525 EST] [MemoryCalculator.isUnifiedMemoryFeasible:381]  Volume: / sys/kernel/security

    [main] [2015-11-11 04:04:20.525 EST] [MemoryCalculator.isUnifiedMemoryFeasible:381]  Volume: / dev/shm

    [main] [2015-11-11 04:04:20.526 EST] [MemoryCalculator.isUnifiedMemoryFeasible:388] / dev/shm feasible: true

    [main] [2015-11-11 04:04:20.526 EST] [InitParamHandler.endElement:600] / dev/shm size in MB: 496

    [main] [2015-11-11 04:04:20.526 EST] True bUseUnified [InitParamHandler.endElement:608]

    [main] [2015-11-11 04:04:20.527 EST] [DatafileCloneHandler.startElement:209] atts name CBD

    [main] [2015-11-11 04:04:20.527 EST] Value true length atts [DatafileCloneHandler.startElement:211]

    [main] [2015-11-11 04:04:20.532 EST] [DatabaseStorageAttributes.addRedoLogGroup:331]  This thread doesnot exist in a thread in the group mapping

    [main] [2015-11-11 04:04:20.532 EST] [DatabaseStorageAttributes.addRedoLogGroup:269]  ThreadID = 1 course

    [main] [2015-11-11 04:04:20.532 EST] [DatabaseStorageAttributes.addRedoLogGroup:270] newThread threadID = 1

    [main] [2015-11-11 04:04:20.532 EST] RedoGroups.length [DatabaseStorageAttributes.addRedoLogGroup:303] 1

    [main] [2015-11-11 04:04:20.533 EST] [DatabaseStorageAttributes.addRedoLogGroup:305] new id redoGroup 2

    [main] [2015-11-11 04:04:20.533 EST] RedoGroups [DatabaseStorageAttributes.addRedoLogGroup:310] 1

    [main] [2015-11-11 04:04:20.533 EST] [DatabaseStorageAttributes.addRedoLogGroup:321] arRedoGroups: [1, 2] addition of the thread id 1

    [main] [2015-11-11 04:04:20.534 EST] [DatabaseStorageAttributes.addRedoLogGroup:269]  ThreadID = 1 course

    [main] [2015-11-11 04:04:20.534 EST] [DatabaseStorageAttributes.addRedoLogGroup:270] newThread threadID = 1

    [main] [2015-11-11 04:04:20.534 EST] RedoGroups.length [DatabaseStorageAttributes.addRedoLogGroup:303] 2

    [main] [2015-11-11 04:04:20.534 EST] [DatabaseStorageAttributes.addRedoLogGroup:305] new id redoGroup 3

    [main] [2015-11-11 04:04:20.535 EST] RedoGroups [DatabaseStorageAttributes.addRedoLogGroup:310] 1

    [main] [2015-11-11 04:04:20.535 EST] RedoGroups [DatabaseStorageAttributes.addRedoLogGroup:310] 2

    [main] [2015-11-11 04:04:20.535 EST] [DatabaseStorageAttributes.addRedoLogGroup:321] arRedoGroups: [1, 2, 3] addition of the thread id 1

    [main] [2015-11-11 04:04:20.535 EST] [TemplateManager.getParsedAttributes:1710] is the model a false CBD

    [main] [2015-11-11 04:04:20.536 EST] [Check .getDatabaseSize: 2543]  DataFile Clone: sysaux01.dbf size: 560,0

    [main] [2015-11-11 04:04:20.536 EST] [Check .getDatabaseSize: 2543]  DataFile Clone: system01.dbf size: 780,0

    [main] [2015-11-11 04:04:20.536 EST] [Check .getDatabaseSize: 2543]  DataFile Clone: undotbs01.dbf size: 25.0

    [main] [2015-11-11 04:04:20.536 EST] [Check .getDatabaseSize: 2543]  DataFile Clone: users01.dbf size: 5.0

    [main] [2015-11-11 04:04:20.536 EST] [Check .getControlfFileSizes: 2868]  Control files lol: = 2

    [main] [2015-11-11 04:04:20.536 EST] [Check .getDatabaseSize: 2595] dbSize: redoLogSize 1402880: ctrlFileSize 153600: 40

    [main] [2015-11-11 04:04:20.537 EST] [TemplateManager.getParsedAttributes:1772]  DB_RECOVERY_FILE_SIZE layout to the default size: 4560

    [main] [2015-11-11 04:04:20.537 EST] [TemplateManager.getParsedAttributes:1778]  Real dynamics of FRA

    [main] [2015-11-11 04:04:20.537 EST] [TemplateManager.parseCloneTemplate:1353]  See for portable data files in TemplateManager...

    [main] [2015-11-11 04:04:20.538 EST] SetupOIDCommandlineParameters [Host.setupOIDCommandlineParameters:9418]:

    [main] [2015-11-11 04:04:20.538 EST] M_regWithdirService [Host.setupOIDCommandlineParameters:9419]: false

    [main] [2015-11-11 04:04:20.538 EST] M_unregWithdirService [Host.setupOIDCommandlineParameters:9420]: false

    [main] [2015-11-11 04:04:20.538 EST] M_updateDirService [Host.setupOIDCommandlineParameters:9421]: false

    [main] [2015-11-11 04:04:20.538 EST] SetDataBaseType [Host.startOperation:2789]

    [main] [2015-11-11 04:04:20.538 EST] [Host.startOperation:2872] is false model CBD

    [main] [2015-11-11 04:04:20.539 EST] [TemplateManager.isInstallTemplate:2348]  Selected by the user of the model: = general purpose

    [main] [2015-11-11 04:04:20.539 EST] [TemplateManager.isInstallTemplate:2355]  The Message to search for Id: = GENERAL_PURPOSE

    [main] [2015-11-11 04:04:20.540 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.540 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.541 EST] [Host.startOperation:2990]  Adding user tablesapce for pdb1

    [main] [2015-11-11 04:04:20.543 EST] [PluggableDatabaseUtils.populateDefaultUserTablespaceAttr:1018]  Creating user datafile=/u01/app/oracle/oradata/cdb1/{PDB_NAME}/{PDB_NAME}_users01.dbf

    [main] [2015-11-11 04:04:20.544 EST] [HAUtils.getCurrentOracleHome:593]  Home of the Oracle system property: /u01/app/oracle/product/12.1.0.2/db_1

    [main] [2015-11-11 04:04:20.544 EST] [HAUtils.getConfiguredGridHome:1343] - HOUSE of CRS.

    [main] [2015-11-11 04:04:20.544 EST] [UnixSystem.getCRSHome:2878] olrFileName = /etc/oracle/olr.loc

    [main] [2015-11-11 04:04:20.544 EST] [HAUtils.getHASHome:1500]  Could not get at home.

    PRCI-1144: Impossible to retrieve the path home Oracle Grid Infrastructure

    PRKC-1144: File ' / etc/oracle/olr.loc ' not found.

    [main] [2015-11-11 04:04:20.544 EST] [HADatabaseUtils.isGridMgmtDB:2842]  Mgmt DBName srvm _mgmtdb

    [main] [2015-11-11 04:04:20.545 EST] [Check .processRawConfigFile: 2991]  StorageType == 0

    [main] [2015-11-11 04:04:20.545 EST] [SilentHost.performOperation:458] processRawConfigFile = true

    [main] [2015-11-11 04:04:20.546 EST] [Host.initializeValidationContext:1255] sid, uniquenname, domain defined in validationcontextcdb1 cdb1, cdb1,.

    [main] [2015-11-11 04:04:20.546 EST] [Check .getStorageDataForValidation: 4935]  Enter getStorageDataForValidation

    [main] [2015-11-11 04:04:20.550 EST] [HAUtils.getCurrentOracleHome:593]  Home of the Oracle system property: /u01/app/oracle/product/12.1.0.2/db_1

    [main] [2015-11-11 04:04:20.550 EST] [HAUtils.getConfiguredGridHome:1343] - HOUSE of CRS.

    [main] [2015-11-11 04:04:20.550 EST] [UnixSystem.getCRSHome:2878] olrFileName = /etc/oracle/olr.loc

    [main] [2015-11-11 04:04:20.550 EST] [HAUtils.getHASHome:1500]  Could not get at home.

    PRCI-1144: Impossible to retrieve the path home Oracle Grid Infrastructure

    PRKC-1144: File ' / etc/oracle/olr.loc ' not found.

    [main] [2015-11-11 04:04:20.550 EST] [ASMUtils.initialize:247]  ASMHome: null

    [main] [2015-11-11 04:04:20.556 EST] [KfodUtil.kfodOutput:361] null/rdbms/bin/kfod

    [main] [2015-11-11 04:04:20.556 EST] [KfodUtil.kfodOutput:361] nohdr = TRUE

    [main] [2015-11-11 04:04:20.556 EST] [KfodUtil.kfodOutput:361]  OP = GROUPS

    [main] [2015-11-11 04:04:20.556 EST] Status [KfodUtil.kfodOutput:361] = true

    [main] [2015-11-11 04:04:20.556 EST] [KfodUtil.kfodOutput:361] asmcompatibility = true dbcompatibility = true

    [main] [2015-11-11 04:04:20.557 EST] [KfodUtil.kfodOutput:368]  Can not run the program "null/rdbms/bin/kfod": java.io.IOException: error = 2, no such file or directory

    [main] [2015-11-11 04:04:20.557 EST] [KfodUtil.kfodOutput:369]  Can not run the program "null/rdbms/bin/kfod": java.io.IOException: error = 2, no such file or directory

    java.lang.ProcessBuilder.processException(ProcessBuilder.java:478)

    java.lang.ProcessBuilder.start(ProcessBuilder.java:457)

    java.lang.Runtime.exec(Runtime.java:593)

    java.lang.Runtime.exec(Runtime.java:466)

    oracle.sysman.assistants.util.OsUtilsBase.execProg(OsUtilsBase.java:2300)

    oracle.sysman.assistants.util.OsUtilsBase.execProgNReturnOutput(OsUtilsBase.java:2448)

    oracle.sysman.assistants.util.KfodUtil.kfodOutput(KfodUtil.java:364)

    oracle.sysman.assistants.util.KfodUtil.kfodOutput(KfodUtil.java:254)

    oracle.sysman.assistants.util.KfodUtil.getDiskgroupsWithCompatibilityValues(KfodUtil.java:569)

    oracle.sysman.assistants.util.asm.ASMUtils.loadDiskGroups(ASMUtils.java:1040)

    oracle.sysman.assistants.util.asm.ASMUtils.initialize(ASMUtils.java:277)

    oracle.sysman.assistants.util.asm.ASMUtils.getASMUtils(ASMUtils.java:192)

    oracle.sysman.assistants.dbca.backend.Verifier.initASMDGSpace(Verifier.java:3572)

    oracle.sysman.assistants.dbca.backend.Verifier.initialiseStorageValidationData(Verifier.java:3560)

    oracle.sysman.assistants.dbca.backend.Verifier.getStorageDataForValidation(Verifier.java:4936)

    oracle.sysman.assistants.dbca.backend.Host.initializeValidationContext(Host.java:1402)

    oracle.sysman.assistants.dbca.backend.SilentHost.performOperation(SilentHost.java:460)

    oracle.sysman.assistants.dbca.backend.Host.startOperation(Host.java:3804)

    oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:153)

    oracle.sysman.assistants.dbca.Dbca.main (Dbca.java:226)

    java.lang.ProcessBuilder.processException(ProcessBuilder.java:478)

    java.lang.ProcessBuilder.start(ProcessBuilder.java:457)

    java.lang.Runtime.exec(Runtime.java:593)

    java.lang.Runtime.exec(Runtime.java:466)

    oracle.sysman.assistants.util.OsUtilsBase.execProg(OsUtilsBase.java:2300)

    oracle.sysman.assistants.util.OsUtilsBase.execProgNReturnOutput(OsUtilsBase.java:2448)

    oracle.sysman.assistants.util.KfodUtil.kfodOutput(KfodUtil.java:364)

    oracle.sysman.assistants.util.KfodUtil.kfodOutput(KfodUtil.java:254)

    oracle.sysman.assistants.util.KfodUtil.getDiskgroupsWithCompatibilityValues(KfodUtil.java:569)

    oracle.sysman.assistants.util.asm.ASMUtils.loadDiskGroups(ASMUtils.java:1040)

    oracle.sysman.assistants.util.asm.ASMUtils.initialize(ASMUtils.java:277)

    oracle.sysman.assistants.util.asm.ASMUtils.getASMUtils(ASMUtils.java:192)

    oracle.sysman.assistants.dbca.backend.Verifier.initASMDGSpace(Verifier.java:3572)

    oracle.sysman.assistants.dbca.backend.Verifier.initialiseStorageValidationData(Verifier.java:3560)

    oracle.sysman.assistants.dbca.backend.Verifier.getStorageDataForValidation(Verifier.java:4936)

    oracle.sysman.assistants.dbca.backend.Host.initializeValidationContext(Host.java:1402)

    oracle.sysman.assistants.dbca.backend.SilentHost.performOperation(SilentHost.java:460)

    oracle.sysman.assistants.dbca.backend.Host.startOperation(Host.java:3804)

    oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:153)

    oracle.sysman.assistants.dbca.Dbca.main (Dbca.java:226)

    [main] [2015-11-11 04:04:20.558 EST] [KfodUtil.kfodOutput:372]  KFOD null result

    [main] [2015-11-11 04:04:20.558 EST] [Check .initASMDGSpace: 3578] omfLocation = null

    [main] [2015-11-11 04:04:20.558 EST] [Check .initASMDGSpace: 3591]  ControlFile name {ORACLE_BASE} /oradata/ {DB_UNIQUE_NAME} /.

    [main] [2015-11-11 04:04:20.558 EST] [Check .initASMDGSpace: 3591]  ControlFile name {ORACLE_BASE} /fast_recovery_area/ {DB_UNIQUE_NAME} /.

    [main] [2015-11-11 04:04:20.559 EST] [Check .initASMDGSpace: 3612] datafile name {ORACLE_BASE} /oradata/ {DB_UNIQUE_NAME} /.

    [main] [2015-11-11 04:04:20.560 EST] [Check .initASMDGSpace: 3612] datafile name {ORACLE_BASE} /oradata/ {DB_UNIQUE_NAME} /.

    [main] [2015-11-11 04:04:20.560 EST] [Check .initASMDGSpace: 3612] datafile name {ORACLE_BASE} /oradata/ {DB_UNIQUE_NAME} /.

    [main] [2015-11-11 04:04:20.561 EST] [Check .initASMDGSpace: 3612] datafile name {ORACLE_BASE} /oradata/ {DB_UNIQUE_NAME} /.

    [main] [2015-11-11 04:04:20.561 EST] [Check .initASMDGSpace: 3622]  Adding an extra 80 for cancellation of TBS

    [main] [2015-11-11 04:04:20.561 EST] [Check .initASMDGSpace: 3781]  Skip this redolog as its not on ASM

    [main] [2015-11-11 04:04:20.561 EST] [Check .initASMDGSpace: 3781]  Skip this redolog as its not on ASM

    [main] [2015-11-11 04:04:20.561 EST] [Check .initASMDGSpace: 3781]  Skip this redolog as its not on ASM

    [main] [2015-11-11 04:04:20.561 EST] [HADatabaseUtils.isGridMgmtDB:2842]  Mgmt DBName srvm _mgmtdb

    [main] [2015-11-11 04:04:20.562 EST] [Check .initASMDGSpace: 3823]  Passwowd compatible file check for MGMTDB/sidb jump

    [main] [2015-11-11 04:04:20.562 EST] [Check .initASMDGSpace: 3878] dbRecAreaSize0 vertrue {ORACLE_BASE} / fast_recovery_area

    [main] [2015-11-11 04:04:20.562 EST] DbRecAreaSizever4560 [check .initASMDGSpace: 3884]

    [main] [2015-11-11 04:04:20.562 EST] [Check .initASMDGSpace: 3938]  Output getStorageDataForValidation

    [main] [2015-11-11 04:04:20.562 EST] [Check .initFSSpace: 4421] omfLocation = null

    [main] [2015-11-11 04:04:20.563 EST] [Check .initFSSpace: 4442]  Enter newCalculateCloneDatafilePathsAndSizes

    [main] [2015-11-11 04:04:20.563 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.563 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.563 EST] [Check .initFSSpace: 4483] clone /u01/app/oracle/oradata/cdb1/sysaux01.dbf 573440

    [main] [2015-11-11 04:04:20.563 EST] [Check .updateSizeMap: 4905] canonicalPath = / u01/app/oracle/oradata/cdb1 /.

    [main] [2015-11-11 04:04:20.564 EST] [Check .updateSizeMap: 4918]  Addition of the size required for/u01/app/oracle/oradata/cdb1/to 560

    [main] [2015-11-11 04:04:20.564 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.564 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.564 EST] [Check .initFSSpace: 4483] clone /u01/app/oracle/oradata/cdb1/system01.dbf 798720

    [main] [2015-11-11 04:04:20.564 EST] [Check .updateSizeMap: 4905] canonicalPath = / u01/app/oracle/oradata/cdb1 /.

    [main] [2015-11-11 04:04:20.565 EST] [Check .updateSizeMap: 4911]  Update of the size required for/u01/app/oracle/oradata/cdb1/to 1340

    [main] [2015-11-11 04:04:20.565 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.565 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.565 EST] [Check .initFSSpace: 4483] clone /u01/app/oracle/oradata/cdb1/undotbs01.dbf 25600

    [main] [2015-11-11 04:04:20.565 EST] [Check .updateSizeMap: 4905] canonicalPath = / u01/app/oracle/oradata/cdb1 /.

    [main] [2015-11-11 04:04:20.565 EST] [Check .updateSizeMap: 4911]  Update of the size required for/u01/app/oracle/oradata/cdb1/to 1365

    [main] [2015-11-11 04:04:20.566 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.566 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.566 EST] [Check .initFSSpace: 4483] clone /u01/app/oracle/oradata/cdb1/users01.dbf 5120

    [main] [2015-11-11 04:04:20.566 EST] [Check .updateSizeMap: 4905] canonicalPath = / u01/app/oracle/oradata/cdb1 /.

    [main] [2015-11-11 04:04:20.566 EST] [Check .updateSizeMap: 4911]  Update of the size required for/u01/app/oracle/oradata/cdb1/to 1370

    [main] [2015-11-11 04:04:20.566 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.567 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.567 EST] [Check .initFSSpace: 4483] clone /u01/app/oracle/oradata/cdb1/temp01.dbf 61440

    [main] [2015-11-11 04:04:20.567 EST] [Check .updateSizeMap: 4905] canonicalPath = / u01/app/oracle/oradata/cdb1 /.

    [main] [2015-11-11 04:04:20.567 EST] [Check .updateSizeMap: 4911]  Update of the size required for/u01/app/oracle/oradata/cdb1/to 1430

    [main] [2015-11-11 04:04:20.567 EST] [Check .initFSSpace: 4488]  Adding an extra 80 for cancellation of TBS

    [main] [2015-11-11 04:04:20.567 EST] [Check .updateSizeMap: 4923]  Invalid filepath = {ORACLE_BASE} /oradata/ {DB_UNIQUE_NAME} /.

    [main] [2015-11-11 04:04:20.568 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.572 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.572 EST] [Check .initFSSpace: 4659] redo/u01/app/oracle/oradata/cdb1/51200

    [main] [2015-11-11 04:04:20.573 EST] [Check .updateSizeMap: 4905] canonicalPath = / u01/app/oracle/oradata/cdb1 /.

    [main] [2015-11-11 04:04:20.573 EST] [Check .updateSizeMap: 4911]  Update of the size required for/u01/app/oracle/oradata/cdb1/to 1480

    [main] [2015-11-11 04:04:20.573 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.573 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.573 EST] [Check .initFSSpace: 4659] redo/u01/app/oracle/oradata/cdb1/51200

    [main] [2015-11-11 04:04:20.573 EST] [Check .updateSizeMap: 4905] canonicalPath = / u01/app/oracle/oradata/cdb1 /.

    [main] [2015-11-11 04:04:20.573 EST] [Check .updateSizeMap: 4911]  Update of the size required for/u01/app/oracle/oradata/cdb1/to 1530

    [main] [2015-11-11 04:04:20.574 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.574 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.574 EST] [Check .initFSSpace: 4659] redo/u01/app/oracle/oradata/cdb1/51200

    [main] [2015-11-11 04:04:20.574 EST] [Check .updateSizeMap: 4905] canonicalPath = / u01/app/oracle/oradata/cdb1 /.

    [main] [2015-11-11 04:04:20.574 EST] [Check .updateSizeMap: 4911]  Update of the size required for/u01/app/oracle/oradata/cdb1/to 1580

    [main] [2015-11-11 04:04:20.574 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.575 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.575 EST] [Check .initFSSpace: 4691] contrl and buffer/u01/app/oracle/oradata/cdb1/120

    [main] [2015-11-11 04:04:20.575 EST] [Check .updateSizeMap: 4905] canonicalPath = / u01/app/oracle/oradata/cdb1 /.

    [main] [2015-11-11 04:04:20.575 EST] [Check .updateSizeMap: 4911]  Update of the size required for/u01/app/oracle/oradata/cdb1/to 1580

    [main] [2015-11-11 04:04:20.575 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.575 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.575 EST] [Check .initFSSpace: 4691] contrl and buffer/u01/app/oracle/fast_recovery_area/cdb1/120

    [main] [2015-11-11 04:04:20.576 EST] [Check .updateSizeMap: 4905] canonicalPath = / u01/app/oracle/fast_recovery_area/cdb1 /.

    [main] [2015-11-11 04:04:20.576 EST] [Check .updateSizeMap: 4918]  Addition of the size required for/u01/app/oracle/fast_recovery_area/cdb1/0

    [main] [2015-11-11 04:04:20.576 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.576 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.576 EST] [Check .initFSSpace: 4707]  Path of file to default data for CBD = / u01/app/oracle/oradata/cdb1

    [main] [2015-11-11 04:04:20.582 EST] AttributeList.size ([TarUtil.loadMetaDataInfo:452]) 3

    [main] [2015-11-11 04:04:20.583 EST] [Check .initFSSpace: 4726] APB datafile: /oradata/seeddata/pdbseed/system01.dbf size: 250

    [main] [2015-11-11 04:04:20.589 EST] [Check .initFSSpace: 4726] APB datafile: /oradata/seeddata/pdbseed/sysaux01.dbf size: 490

    [main] [2015-11-11 04:04:20.589 EST] [Check .initFSSpace: 4726] APB datafile: /oradata/seeddata/pdbseed/temp01.dbf size: 20

    [main] [2015-11-11 04:04:20.589 EST] [Check .initFSSpace: 4736]  Total size of all data calculated from the pdbseed xml files is: 760

    [main] [2015-11-11 04:04:20.590 EST] [Check .initFSSpace: 4753]  The total size of PDB update for: 1525

    [main] [2015-11-11 04:04:20.590 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.590 EST] [Check .initFSSpace: 4828] canonicalPathForFra = / u01/app/oracle/fast_recovery_area /.

    [main] [2015-11-11 04:04:20.590 EST] [Check .initFSSpace: 4859]  Adding path: /u01/app/oracle/oradata/cdb1/sysaux01.dbf for the file existence check

    [main] [2015-11-11 04:04:20.590 EST] [Check .initFSSpace: 4859]  Adding path: /u01/app/oracle/oradata/cdb1/system01.dbf for the file existence check

    [main] [2015-11-11 04:04:20.591 EST] [Check .initFSSpace: 4859]  Adding path: /u01/app/oracle/oradata/cdb1/undotbs01.dbf for the file existence check

    [main] [2015-11-11 04:04:20.591 EST] [Check .initFSSpace: 4859]  Adding path: /u01/app/oracle/oradata/cdb1/users01.dbf for the file existence check

    [main] [2015-11-11 04:04:20.591 EST] [Check .initFSSpace: 4859]  Adding path: /u01/app/oracle/oradata/cdb1/temp01.dbf for the file existence check

    [main] [2015-11-11 04:04:20.591 EST] [Check .initFSSpace: 4862]  Output getStorageDataForValidation

    [main] [2015-11-11 04:04:20.591 EST] [SilentHost.performOperation:461] after initialization to silent mode validation context

    [main] [2015-11-11 04:04:20.648 EST] [ClusterVerification.getInstance:396]  The method entry

    [main] [2015-11-11 04:04:20.653 EST] [ParamManager. < init >: 668] m_paramInstantiated set to TRUE

    [main] [2015-11-11 04:04:20.653 EST] [VerificationUtil.getLocalHost:1312]  Hostname retrieved: ip-172-31-22-120.us-west-2.compute.internal returned: ip-172-31-22-120

    [main] [2015-11-11 04:04:20.654 EST] [Version.isPre:610] version to be checked 12.1.0.2.0 version to check against 10 main

    [main] [2015-11-11 04:04:20.654 EST] IsPre.java [Version.isPre:621]: return FALSE

    [main] [2015-11-11 04:04:20.654 EST] [Version.isPre:610] version to be checked 12.1.0.2.0 version to check against 10 main

    [main] [2015-11-11 04:04:20.655 EST] IsPre.java [Version.isPre:621]: return FALSE

    [main] [2015-11-11 04:04:20.655 EST] [VerificationUtil.isCRSConfigured:4209] crsConfigured = false

    [main] [2015-11-11 04:04:20.655 EST] [Version.isPre:610] version to be checked 12.1.0.2.0 version to check against 10 main

    [main] [2015-11-11 04:04:20.655 EST] IsPre.java [Version.isPre:621]: return FALSE

    [main] [2015-11-11 04:04:20.655 EST] [Version.isPre:610] version to be checked 12.1.0.2.0 version to check against 10 main

    [main] [2015-11-11 04:04:20.655 EST] IsPre.java [Version.isPre:621]: return FALSE

    [main] [2015-11-11 04:04:20.656 EST] [Version.isPre:610] version to be checked 12.1.0.2.0 version to check against 11 main

    [main] [2015-11-11 04:04:20.656 EST] IsPre.java [Version.isPre:621]: return FALSE

    [main] [2015-11-11 04:04:20.656 EST] [Version.isPre:642] version to be checked 12.1.0.2.0 version to check against 11 minor version to check against 2 main

    [main] [2015-11-11 04:04:20.656 EST] [Version.isPre:651] isPre: return FALSE for major version control

    [main] [2015-11-11 04:04:20.656 EST] [UnixSystem.isHAConfigured:2788] olrFileName = /etc/oracle/olr.loc

    [main] [2015-11-11 04:04:20.656 EST] [VerificationUtil.isHAConfigured:4181] haConfigured = false

    [main] [2015-11-11 04:04:20.674 EST] [Check .validateMemory: 1219]  Audit exception: the default location for home is not available. It must be specified

    [main] [2015-11-11 04:04:20.674 EST] [ClusterVerification.getInstance:396]  The method entry

    [main] [2015-11-11 04:04:20.675 EST] [VerificationUtil.getLocalHost:1312]  Hostname retrieved: ip-172-31-22-120.us-west-2.compute.internal returned: ip-172-31-22-120

    [main] [2015-11-11 04:04:20.675 EST] [Version.isPre:610] version to be checked 12.1.0.2.0 version to check against 10 main

    [main] [2015-11-11 04:04:20.675 EST] IsPre.java [Version.isPre:621]: return FALSE

    [main] [2015-11-11 04:04:20.675 EST] [Version.isPre:610] version to be checked 12.1.0.2.0 version to check against 10 main

    [main] [2015-11-11 04:04:20.675 EST] IsPre.java [Version.isPre:621]: return FALSE

    [main] [2015-11-11 04:04:20.675 EST] [VerificationUtil.isCRSConfigured:4209] crsConfigured = false

    [main] [2015-11-11 04:04:20.676 EST] [Version.isPre:610] version to be checked 12.1.0.2.0 version to check against 10 main

    [main] [2015-11-11 04:04:20.676 EST] IsPre.java [Version.isPre:621]: return FALSE

    [main] [2015-11-11 04:04:20.676 EST] [Version.isPre:610] version to be checked 12.1.0.2.0 version to check against 10 main

    [main] [2015-11-11 04:04:20.676 EST] IsPre.java [Version.isPre:621]: return FALSE

    [main] [2015-11-11 04:04:20.676 EST] [Version.isPre:610] version to be checked 12.1.0.2.0 version to check against 11 main

    [main] [2015-11-11 04:04:20.676 EST] IsPre.java [Version.isPre:621]: return FALSE

    [main] [2015-11-11 04:04:20.677 EST] [Version.isPre:642] version to be checked 12.1.0.2.0 version to check against 11 minor version to check against 2 main

    [main] [2015-11-11 04:04:20.677 EST] [Version.isPre:651] isPre: return FALSE for major version control

    [main] [2015-11-11 04:04:20.677 EST] [UnixSystem.isHAConfigured:2788] olrFileName = /etc/oracle/olr.loc

    [main] [2015-11-11 04:04:20.677 EST] [VerificationUtil.isHAConfigured:4181] haConfigured = false

    [main] [2015-11-11 04:04:20.677 EST] [Check .validateSGA: 1248]  Audit exception: the default location for home is not available. It must be specified

    [main] [2015-11-11 04:04:20.677 EST] True checkUnified [check .validateSharedPoolSize: 1273]

    [main] [2015-11-11 04:04:20.678 EST] [Check .validateSharedPoolSize: 1274] checkUnified 415236096

    [main] [2015-11-11 04:04:20.678 EST] [HAUtils.getCurrentOracleHome:593]  Home of the Oracle system property: /u01/app/oracle/product/12.1.0.2/db_1

    [main] [2015-11-11 04:04:20.678 EST] [HAUtils.getConfiguredGridHome:1343] - HOUSE of CRS.

    [main] [2015-11-11 04:04:20.678 EST] [UnixSystem.getCRSHome:2878] olrFileName = /etc/oracle/olr.loc

    [main] [2015-11-11 04:04:20.678 EST] [HAUtils.getHASHome:1500]  Could not get at home.

    PRCI-1144: Impossible to retrieve the path home Oracle Grid Infrastructure

    PRKC-1144: File ' / etc/oracle/olr.loc ' not found.

    [main] [2015-11-11 04:04:20.679 EST] Call validatebackend [Host.validate:5345]

    [main] [2015-11-11 04:04:20.679 EST] ValidateBackend departure [check .validateBackend: 1026]

    [main] [2015-11-11 04:04:20.680 EST] [DBCAValidator.loadCreateDBValidationGroups:400] run TR db validations

    [main] [2015-11-11 04:04:20.681 EST] [Host.noEntryinOratab:7194]  Check for oratab arg passed...

    [main] [2015-11-11 04:04:20.681 EST] [DBCAValidator.loadCreateDBValidationGroups:403] jump dbid validatoin for if

    [main] [2015-11-11 04:04:20.681 EST] False isCluster [DBCAValidator.loadCreateDBValidationGroups:415]

    [main] [2015-11-11 04:04:20.681 EST] False isHARegnReq [DBCAValidator.loadCreateDBValidationGroups:416]

    [main] [2015-11-11 04:04:20.685 EST] Iscdb1 gdbname [DBIdentificationHelper.getDbNameError:224]

    [main] [2015-11-11 04:04:20.711 EST] [Check .validateBackend: 1033]  The result of the validation:

    Checking database unique identifier passed.

    [main] [2015-11-11 04:04:20.711 EST] [Check .validateBackend: 1058] writing true trace result

    [main] [2015-11-11 04:04:20.713 EST] [StorageSpaceCheck.validate:97]  Get volumes of spatial maps 3, 1

    [main] [2015-11-11 04:04:20.713 EST] [StorageSpaceCheck.getConsolidatedMap:312] locationString processed: / u01/app/oracle/oradata/cdb1 original String: / u01/app/oracle/oradata/cdb1 /.

    [main] [2015-11-11 04:04:20.713 EST] [HAUtils.getCurrentOracleHome:593]  Home of the Oracle system property: /u01/app/oracle/product/12.1.0.2/db_1

    [main] [2015-11-11 04:04:20.713 EST] [HAUtils.getConfiguredGridHome:1343] - HOUSE of CRS.

    [main] [2015-11-11 04:04:20.713 EST] [UnixSystem.getCRSHome:2878] olrFileName = /etc/oracle/olr.loc

    [main] [2015-11-11 04:04:20.714 EST] [HAUtils.getHASHome:1500]  Could not get at home.

    PRCI-1144: Impossible to retrieve the path home Oracle Grid Infrastructure

    PRKC-1144: File ' / etc/oracle/olr.loc ' not found.

    [main] [2015-11-11 04:04:20.714 EST] IsPathOnACFS [HAUtils.isPathOnACFS:3995]: false

    [main] [2015-11-11 04:04:20.832 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/kernel/security /.

    [main] [2015-11-11 04:04:20.833 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/kernel/debug /.

    [main] [2015-11-11 04:04:20.833 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/kernel/config /.

    [main] [2015-11-11 04:04:20.834 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/selinux /.

    [main] [2015-11-11 04:04:20.835 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/pstore.

    [main] [2015-11-11 04:04:20.835 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/systemd.

    [main] [2015-11-11 04:04:20.835 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/perf_event.

    [main] [2015-11-11 04:04:20.835 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/net_cls /.

    [main] [2015-11-11 04:04:20.835 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/memory.

    [main] [2015-11-11 04:04:20.835 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/hugetlb.

    [main] [2015-11-11 04:04:20.836 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/freezer.

    [main] [2015-11-11 04:04:20.836 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/devices /.

    [main] [2015-11-11 04:04:20.836 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/cpuset.

    [main] [2015-11-11 04:04:20.836 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/cpu, cpuacct.

    [main] [2015-11-11 04:04:20.836 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/blkio /.

    [main] [2015-11-11 04:04:20.836 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup /.

    [main] [2015-11-11 04:04:20.836 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked /sys/

    [main] [2015-11-11 04:04:20.837 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked /run/

    [main] [2015-11-11 04:04:20.837 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/proc/sys/fs/binfmt_misc /.

    [main] [2015-11-11 04:04:20.837 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/proc/sys/fs/binfmt_misc /.

    [main] [2015-11-11 04:04:20.837 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/proc /.

    [main] [2015-11-11 04:04:20.837 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/shm /.

    [main] [2015-11-11 04:04:20.837 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/pts /.

    [main] [2015-11-11 04:04:20.837 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/mqueue /.

    [main] [2015-11-11 04:04:20.838 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/hugepages.

    [main] [2015-11-11 04:04:20.838 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev /.

    [main] [2015-11-11 04:04:20.838 EST] [OsUtilsBase.getMountPoint:2822] mount at check point.

    [main] [2015-11-11 04:04:20.838 EST] [StorageSpaceCheck.getConsolidatedMap:341]  Point/u01/app/oracle/oradata/cdb1 of editing/is /.

    [main] [2015-11-11 04:04:20.838 EST] [StorageSpaceCheck.getConsolidatedMap:312] locationString processed: / u01/app/oracle/oradata/cdb1 original String: / u01/app/oracle/oradata/cdb1

    [main] [2015-11-11 04:04:20.838 EST] [HAUtils.getCurrentOracleHome:593]  Home of the Oracle system property: /u01/app/oracle/product/12.1.0.2/db_1

    [main] [2015-11-11 04:04:20.838 EST] [HAUtils.getConfiguredGridHome:1343] - HOUSE of CRS.

    [main] [2015-11-11 04:04:20.839 EST] [UnixSystem.getCRSHome:2878] olrFileName = /etc/oracle/olr.loc

    [main] [2015-11-11 04:04:20.839 EST] [HAUtils.getHASHome:1500]  Could not get at home.

    PRCI-1144: Impossible to retrieve the path home Oracle Grid Infrastructure

    PRKC-1144: File ' / etc/oracle/olr.loc ' not found.

    [main] [2015-11-11 04:04:20.839 EST] IsPathOnACFS [HAUtils.isPathOnACFS:3995]: false

    [main] [2015-11-11 04:04:20.853 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/kernel/security /.

    [main] [2015-11-11 04:04:20.853 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/kernel/debug /.

    [main] [2015-11-11 04:04:20.853 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/kernel/config /.

    [main] [2015-11-11 04:04:20.853 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/selinux /.

    [main] [2015-11-11 04:04:20.853 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/pstore.

    [main] [2015-11-11 04:04:20.853 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/systemd.

    [main] [2015-11-11 04:04:20.853 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/perf_event.

    [main] [2015-11-11 04:04:20.854 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/net_cls /.

    [main] [2015-11-11 04:04:20.854 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/memory.

    [main] [2015-11-11 04:04:20.854 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/hugetlb.

    [main] [2015-11-11 04:04:20.854 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/freezer.

    [main] [2015-11-11 04:04:20.854 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/devices /.

    [main] [2015-11-11 04:04:20.854 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/cpuset.

    [main] [2015-11-11 04:04:20.855 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/cpu, cpuacct.

    [main] [2015-11-11 04:04:20.855 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/blkio /.

    [main] [2015-11-11 04:04:20.855 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup /.

    [main] [2015-11-11 04:04:20.855 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked /sys/

    [main] [2015-11-11 04:04:20.855 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked /run/

    [main] [2015-11-11 04:04:20.855 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/proc/sys/fs/binfmt_misc /.

    [main] [2015-11-11 04:04:20.855 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/proc/sys/fs/binfmt_misc /.

    [main] [2015-11-11 04:04:20.855 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/proc /.

    [main] [2015-11-11 04:04:20.856 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/shm /.

    [main] [2015-11-11 04:04:20.856 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/pts /.

    [main] [2015-11-11 04:04:20.856 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/mqueue /.

    [main] [2015-11-11 04:04:20.856 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/hugepages.

    [main] [2015-11-11 04:04:20.856 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev /.

    [main] [2015-11-11 04:04:20.856 EST] [OsUtilsBase.getMountPoint:2822] mount at check point.

    [main] [2015-11-11 04:04:20.856 EST] [StorageSpaceCheck.getConsolidatedMap:341]  / U01/app/oracle/oradata/cdb1 mount point is /.

    [main] [2015-11-11 04:04:20.857 EST] [StorageSpaceCheck.getConsolidatedMap:312] locationString processed: / u01/app/oracle/fast_recovery_area/cdb1 original String: / u01/app/oracle/fast_recovery_area/cdb1 /.

    [main] [2015-11-11 04:04:20.857 EST] [HAUtils.getCurrentOracleHome:593]  Home of the Oracle system property: /u01/app/oracle/product/12.1.0.2/db_1

    [main] [2015-11-11 04:04:20.857 EST] [HAUtils.getConfiguredGridHome:1343] - HOUSE of CRS.

    [main] [2015-11-11 04:04:20.857 EST] [UnixSystem.getCRSHome:2878] olrFileName = /etc/oracle/olr.loc

    [main] [2015-11-11 04:04:20.857 EST] [HAUtils.getHASHome:1500]  Could not get at home.

    PRCI-1144: Impossible to retrieve the path home Oracle Grid Infrastructure

    PRKC-1144: File ' / etc/oracle/olr.loc ' not found.

    [main] [2015-11-11 04:04:20.858 EST] IsPathOnACFS [HAUtils.isPathOnACFS:3995]: false

    [main] [2015-11-11 04:04:20.863 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/kernel/security /.

    [main] [2015-11-11 04:04:20.863 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/kernel/debug /.

    [main] [2015-11-11 04:04:20.864 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/kernel/config /.

    [main] [2015-11-11 04:04:20.864 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/selinux /.

    [main] [2015-11-11 04:04:20.864 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/pstore.

    [main] [2015-11-11 04:04:20.864 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/systemd.

    [main] [2015-11-11 04:04:20.864 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/perf_event.

    [main] [2015-11-11 04:04:20.864 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/net_cls /.

    [main] [2015-11-11 04:04:20.864 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/memory.

    [main] [2015-11-11 04:04:20.865 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/hugetlb.

    [main] [2015-11-11 04:04:20.865 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/freezer.

    [main] [2015-11-11 04:04:20.865 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/devices /.

    [main] [2015-11-11 04:04:20.865 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/cpuset.

    [main] [2015-11-11 04:04:20.865 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/cpu, cpuacct.

    [main] [2015-11-11 04:04:20.865 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/blkio /.

    [main] [2015-11-11 04:04:20.865 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup /.

    [main] [2015-11-11 04:04:20.866 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked /sys/

    [main] [2015-11-11 04:04:20.866 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked /run/

    [main] [2015-11-11 04:04:20.866 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/proc/sys/fs/binfmt_misc /.

    [main] [2015-11-11 04:04:20.866 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/proc/sys/fs/binfmt_misc /.

    [main] [2015-11-11 04:04:20.866 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/proc /.

    [main] [2015-11-11 04:04:20.866 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/shm /.

    [main] [2015-11-11 04:04:20.867 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/pts /.

    [main] [2015-11-11 04:04:20.867 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/mqueue /.

    [main] [2015-11-11 04:04:20.867 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/hugepages.

    [main] [2015-11-11 04:04:20.867 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev /.

    [main] [2015-11-11 04:04:20.867 EST] [OsUtilsBase.getMountPoint:2822] mount at check point.

    [main] [2015-11-11 04:04:20.867 EST] [StorageSpaceCheck.getConsolidatedMap:341]  Point/u01/app/oracle/fast_recovery_area/cdb1 of editing/is /.

    [main] [2015-11-11 04:04:20.867 EST] [StorageSpaceCheck.getConsolidatedMap:312] locationString processed: / u01/app/oracle/fast_recovery_area original String: / u01/app/oracle/fast_recovery_area

    [main] [2015-11-11 04:04:20.868 EST] [HAUtils.getCurrentOracleHome:593]  Home of the Oracle system property: /u01/app/oracle/product/12.1.0.2/db_1

    [main] [2015-11-11 04:04:20.868 EST] [HAUtils.getConfiguredGridHome:1343] - HOUSE of CRS.

    [main] [2015-11-11 04:04:20.868 EST] [UnixSystem.getCRSHome:2878] olrFileName = /etc/oracle/olr.loc

    [main] [2015-11-11 04:04:20.868 EST] [HAUtils.getHASHome:1500]  Could not get at home.

    PRCI-1144: Impossible to retrieve the path home Oracle Grid Infrastructure

    PRKC-1144: File ' / etc/oracle/olr.loc ' not found.

    [main] [2015-11-11 04:04:20.868 EST] IsPathOnACFS [HAUtils.isPathOnACFS:3995]: false

    [main] [2015-11-11 04:04:20.872 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/kernel/security /.

    [main] [2015-11-11 04:04:20.872 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/kernel/debug /.

    [main] [2015-11-11 04:04:20.872 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/kernel/config /.

    [main] [2015-11-11 04:04:20.872 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/selinux /.

    [main] [2015-11-11 04:04:20.872 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/pstore.

    [main] [2015-11-11 04:04:20.872 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/systemd.

    [main] [2015-11-11 04:04:20.873 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/perf_event.

    [main] [2015-11-11 04:04:20.873 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/net_cls /.

    [main] [2015-11-11 04:04:20.873 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/memory.

    [main] [2015-11-11 04:04:20.873 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/hugetlb.

    [main] [2015-11-11 04:04:20.873 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/freezer.

    [main] [2015-11-11 04:04:20.873 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/devices /.

    [main] [2015-11-11 04:04:20.873 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/cpuset.

    [main] [2015-11-11 04:04:20.874 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/cpu, cpuacct.

    [main] [2015-11-11 04:04:20.874 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup/blkio /.

    [main] [2015-11-11 04:04:20.874 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/sys/fs/cgroup /.

    [main] [2015-11-11 04:04:20.874 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked /sys/

    [main] [2015-11-11 04:04:20.874 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked /run/

    [main] [2015-11-11 04:04:20.874 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/proc/sys/fs/binfmt_misc /.

    [main] [2015-11-11 04:04:20.874 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/proc/sys/fs/binfmt_misc /.

    [main] [2015-11-11 04:04:20.875 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/proc /.

    [main] [2015-11-11 04:04:20.875 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/shm /.

    [main] [2015-11-11 04:04:20.875 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/pts /.

    [main] [2015-11-11 04:04:20.875 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/mqueue /.

    [main] [2015-11-11 04:04:20.875 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev/hugepages.

    [main] [2015-11-11 04:04:20.875 EST] [OsUtilsBase.getMountPoint:2822] mount point to be checked/dev /.

    [main] [2015-11-11 04:04:20.875 EST] [OsUtilsBase.getMountPoint:2822] mount at check point.

    [main] [2015-11-11 04:04:20.876 EST] [StorageSpaceCheck.getConsolidatedMap:341]  / U01/app/oracle/fast_recovery_area mount point is /.

    [main] [2015-11-11 04:04:20.876 EST] [StorageSpaceCheck.validate:136]  Archive storage.

    [main] [2015-11-11 04:04:20.876 EST] [HAUtils.getCurrentOracleHome:593]  Home of the Oracle system property: /u01/app/oracle/product/12.1.0.2/db_1

    [main] [2015-11-11 04:04:20.876 EST] [HAUtils.getConfiguredGridHome:1343] - HOUSE of CRS.

    [main] [2015-11-11 04:04:20.876 EST] [UnixSystem.getCRSHome:2878] olrFileName = /etc/oracle/olr.loc

    [main] [2015-11-11 04:04:20.877 EST] [HAUtils.getHASHome:1500]  Could not get at home.

    PRCI-1144: Impossible to retrieve the path home Oracle Grid Infrastructure

    PRKC-1144: File ' / etc/oracle/olr.loc ' not found.

    [main] [2015-11-11 04:04:20.877 EST] IsPathOnACFS [HAUtils.isPathOnACFS:3995]: false

    [main] [2015-11-11 04:04:20.877 EST] [StorageSpaceCheck.validate:165] / isACFSMountPoint: false

    [main] [2015-11-11 04:04:20.877 EST] [StorageSpaceCheck.parseSpaceResult:385] real: 17768 location: / mandatorySpace: optionalSpace 3105: 4560

    [main] [2015-11-11 04:04:20.879 EST] [Check .validateBackend: 1033]  The result of the validation:

    / has enough space. Space required is 7665 MB, available space is 17768 MB.

    File of successful Validations.

    [main] [2015-11-11 04:04:20.879 EST] [Check .validateBackend: 1058] writing true trace result

    [main] [2015-11-11 04:04:20.879 EST] [CommonAttributes.replaceVariables:1402] /u01/app/oracle/product/12.1.0.2/db_1 var2

    [main] [2015-11-11 04:04:20.879 EST] [CommonAttributes.replaceVariables:1402] /u01/app/oracle/product/12.1.0.2/db_1 var2

    [main] [2015-11-11 04:04:20.879 EST] [Host.checkCloneJarExists:5160] /U01/app/oracle/product/12.1.0.2/db_1/assistants/dbca/templates/Seed_Database.dfb backup piece is

    [main] [2015-11-11 04:04:20.880 EST] [Host.executeSteps:5975]  Stages of execution...

    [main] [2015-11-11 04:04:20.880 EST] [HADatabaseUtils.isGridMgmtDB:2842]  Mgmt DBName srvm _mgmtdb

    [main] [2015-11-11 04:04:20.880 EST] SetUpForOperation [Host.setUpForOperation:4003]: Mode = 128

    [main] [2015-11-11 04:04:20.880 EST] [OsUtilsBase.copyFile:1505]  OsUtilsBase.copyFile:

    [main] [2015-11-11 04:04:20.882 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.882 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.882 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.882 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.882 EST] [Host.getAuditNextGen:9054] / U01/app/oracle/audit audit of NextGen

    [main] [2015-11-11 04:04:20.883 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.883 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.883 EST] [Host.getFolders:10740] add path to DB_RECOVERY_FILE_DETS/u01/app/oracle/fast_recovery_area

    [main] [2015-11-11 04:04:20.883 EST] [Host.getFolders:10750]  RedoLogDestName db_create_online_log_dest_1

    [main] [2015-11-11 04:04:20.883 EST] [Host.getFolders:10750]  RedoLogDestName db_create_online_log_dest_2

    [main] [2015-11-11 04:04:20.883 EST] [Host.getFolders:10750]  RedoLogDestName db_create_online_log_dest_3

    [main] [2015-11-11 04:04:20.884 EST] [Host.getFolders:10750]  RedoLogDestName db_create_online_log_dest_4

    [main] [2015-11-11 04:04:20.884 EST] [Host.getFolders:10750]  RedoLogDestName db_create_online_log_dest_5

    [main] [2015-11-11 04:04:20.884 EST] [CommonAttributes.replaceVariables:1402] /u01/app/oracle/product/12.1.0.2/db_1 var2

    [main] [2015-11-11 04:04:20.884 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.884 EST] [CommonAttributes.replaceVariables:1402] /u01/app/oracle/product/12.1.0.2/db_1 var2

    [main] [2015-11-11 04:04:20.884 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.884 EST] [Host.getFolders:10786] add path to /u01/app/oracle/product/12.1.0.2/db_1/dbs

    [main] [2015-11-11 04:04:20.885 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.885 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.885 EST] [Host.getFolders:10838] add path/u01/app/oracle/oradata/cdb1

    [main] [2015-11-11 04:04:20.885 EST] [Host.getFolders:10841] m_enableDBConsolidation: true

    [main] [2015-11-11 04:04:20.885 EST] [InitParamAttributes.needPdbSeedConvert:5220]  OMF Mode: false usePdbFileNameConvert: false

    [main] [2015-11-11 04:04:20.886 EST] [Host.getFolders:10849] add path/u01/app/oracle/oradata/cdb1/pdbseed

    [main] [2015-11-11 04:04:20.886 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.886 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.886 EST] [Host.getFolders:10841] m_enableDBConsolidation: true

    [main] [2015-11-11 04:04:20.886 EST] [InitParamAttributes.needPdbSeedConvert:5220]  OMF Mode: false usePdbFileNameConvert: false

    [main] [2015-11-11 04:04:20.886 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.886 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.887 EST] [Host.getFolders:10841] m_enableDBConsolidation: true

    [main] [2015-11-11 04:04:20.887 EST] [InitParamAttributes.needPdbSeedConvert:5220]  OMF Mode: false usePdbFileNameConvert: false

    [main] [2015-11-11 04:04:20.887 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.887 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.887 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.887 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.887 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.888 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.888 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.888 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.888 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.888 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.888 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.888 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.889 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [main] [2015-11-11 04:04:20.889 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [main] [2015-11-11 04:04:20.892 EST] [Host.setUpForOperation:4253]  File [0] = / u01/app/oracle

    [main] [2015-11-11 04:04:20.892 EST] [Host.setUpForOperation:4253]  [1] file = / u01/app/oracle/admin/cdb1/adump

    [main] [2015-11-11 04:04:20.892 EST] [Host.setUpForOperation:4253]  Folder [2] = / u01/app/oracle/admin/cdb1/dpdump

    [main] [2015-11-11 04:04:20.892 EST] [Host.setUpForOperation:4253]  [3] file = / u01/app/oracle/admin/cdb1/pfile

    [main] [2015-11-11 04:04:20.892 EST] [Host.setUpForOperation:4253]  [4] file = / u01/app/oracle/audit

    [main] [2015-11-11 04:04:20.893 EST] [Host.setUpForOperation:4253]  [5] file = / u01/app/oracle/cfgtoollogs/dbca/cdb1

    [main] [2015-11-11 04:04:20.893 EST] [Host.setUpForOperation:4253]  [6] file = / u01/app/oracle/fast_recovery_area

    [main] [2015-11-11 04:04:20.893 EST] [Host.setUpForOperation:4253]  [7] folder = / u01/app/oracle/fast_recovery_area/cdb1

    [main] [2015-11-11 04:04:20.893 EST] [Host.setUpForOperation:4253]  [8] file = / u01/app/oracle/oradata/cdb1

    [main] [2015-11-11 04:04:20.893 EST] [Host.setUpForOperation:4253]  [9] file = / u01/app/oracle/oradata/cdb1/pdbseed

    [main] [2015-11-11 04:04:20.893 EST] [Host.setUpForOperation:4253]  Folder[10]=/U01/app/Oracle/product/12.1.0.2/Db_1/DBS

    [main] [2015-11-11 04:04:20.893 EST] [Host.executeSteps:6091] setupForOperation returned: true

    [main] [2015-11-11 04:04:20.894 EST] [Host.createStepSQLInterface:8605] sid = cdb1

    [main] [2015-11-11 04:04:20.894 EST] Cdb1 sidOrConnectString [Host.createStepSQLInterface:8606]

    [main] [2015-11-11 04:04:20.894 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: null

    [main] [2015-11-11 04:04:20.895 EST] Setting [InventoryUtil.getOUIInvSession:349] YES READ at ACCESSLEVEL_READ_LOCKLESS

    [main] [2015-11-11 04:04:20.896 EST] [OracleHome.getVersion:1010]  HomeInfo /u01/app/oracle/product/12.1.0.2/db_1,1

    [main] [2015-11-11 04:04:21.043 EST] [OracleHome.getVersion:1038]  OracleHome.server.getVersion Version: 12.1.0.2.0

    [main] [2015-11-11 04:04:21.043 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:21.043 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [main] [2015-11-11 04:04:21.043 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:21.044 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [main] [2015-11-11 04:04:21.044 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [main] [2015-11-11 04:04:21.044 EST] [SQLPlusEngine.getCmmdParams:225] m_home 12.1.0.2.0

    [main] [2015-11-11 04:04:21.044 EST] True for 112 > version [SQLPlusEngine.getCmmdParams:226]

    [main] [2015-11-11 04:04:21.044 EST] [SQLEngine.getEnvParams:602]  By default the NLS_LANG: AMERICAN_AMERICA. AL32UTF8

    [main] [2015-11-11 04:04:21.044 EST] [SQLEngine.getEnvParams:612]  NLS_LANG: AMERICAN_AMERICA. AL32UTF8

    [main] [2015-11-11 04:04:21.045 EST] [SQLEngine.initialize:358]  SQLPLUS/OPEN process execing...

    [main] [2015-11-11 04:04:21.056 EST] M_bReaderStarted [SQLEngine.initialize:395]: false

    [main] [2015-11-11 04:04:21.056 EST] [SQLEngine.initialize:399]  From the wire drive...

    [Thread-18] [2015-11-11 04:04:21.060 EST] Setting [InventoryUtil.getOUIInvSession:349] YES READ at ACCESSLEVEL_READ_LOCKLESS

    [Thread-18] [2015-11-11 04:04:21.060 EST] [InventoryUtil.getHomeName:113] homeName = OraDB12Home1

    [Thread-18] [2015-11-11 04:04:21.061 EST] [StepManager.getSteps:275] record defined folder: / u01/app/oracle/cfgtoollogs/dbca/cdb1

    [Thread-18] [2015-11-11 04:04:21.062 EST] [StepManager.getSteps:295] ckFileName /u01/app/oracle/cfgtoollogs/dbca/cdb1/OraDB12Home1_cdb1_creation_checkpoint.xml ckContext oracle.sysman.assistants.util.CheckpointContext@54c9f997

    [Thread-18] [2015-11-11 04:04:21.081 EST] FailedChkFiles [CheckpointContext.isCleanupNeeded:140] {/ u01/app/oracle/cfgtoollogs/dbca/cdb1/OraDB12Home1_cdb1_creation_checkpoint.xml=null}

    [Thread-18] [2015-11-11 04:04:21.081 EST] [CheckpointContext.isCleanupNeeded:149]  Could not verify the files java.util.HashMap$KeyIterator@612e4cd iterator

    [Thread-18] [2015-11-11 04:04:21.081 EST] [CheckpointContext.isCleanupNeeded:155] failed chjeckpoint file /u01/app/oracle/cfgtoollogs/dbca/cdb1/OraDB12Home1_cdb1_creation_checkpoint.xml

    [Thread-18] [2015-11-11 04:04:21.081 EST] [CheckpointContext.isCleanupNeeded:160] get all the list of control point

    [Thread-18] [2015-11-11 04:04:21.082 EST] [CheckpointContext.getAllCheckPoints:224] get all the list of control point

    [Thread-18] [2015-11-11 04:04:21.082 EST] [CheckpointContext.getAllCheckPoints:226] return all list of control point

    [Thread-18] [2015-11-11 04:04:21.082 EST] [CheckpointContext.isCleanupNeeded:163] all the checkpoint size 1 list

    [Thread-18] [2015-11-11 04:04:21.082 EST] [CheckpointContext.isCleanupNeeded:189] adding cleanup step because this is a retry operation.

    [Thread-18] [2015-11-11 04:04:21.082 EST] Old file deleted [CheckpointContext.isCleanupNeeded:196] control point: true

    [Thread-18] [2015-11-11 04:04:21.083 EST] [CheckpointContext.retrieveCheckPoint:338] check point db_cdb1 is from the oracle.sysman.oic.oics.OicsCheckPoint@59a02097 file

    [Thread-18] [2015-11-11 04:04:21.083 EST] [CommandLineArguments.getCmdLineWithoutPasswords:7686] Remove password for exploitation forest-SYSPASSWORD

    [Thread-18] [2015-11-11 04:04:21.083 EST] [CommandLineArguments.getCmdLineWithoutPasswords:7686] Remove password for exploitation forest-SYSTEMPASSWORD

    [Thread-18] [2015-11-11 04:04:21.084 EST] [CommandLineArguments.getCmdLineWithoutPasswords:7686] Remove password for exploitation forest-PDBADMINPASSWORD

    [Thread-18] [2015-11-11 04:04:21.084 EST] Checkpoint [StepManager.getSteps:326] oracle.sysman.oic.oics.OicsCheckPoint@59a02097 file

    [Thread-18] [2015-11-11 04:04:21.084 EST] [StepManager.getSteps:332] adding point of session control

    [Thread-18] [2015-11-11 04:04:21.084 EST] [StepManager.getSteps:334] recorded the new session of control point for the creation of the DB

    [Thread-18] [2015-11-11 04:04:21.084 EST] [StepManager.getSteps:430]  StepManager isHARegistrationRequired: false

    [Thread-18] [2015-11-11 04:04:21.101 EST] [StepContext$ ModeRunner.run:2873]-progress necessary: = true

    [Thread-18] [2015-11-11 04:04:21.101 EST] [BasicStep.execute:250]  Execution stage: CLEANING

    [Thread-18] [2015-11-11 04:04:21.102 EST] [BasicStep.configureSettings:353] updated messageHandler = null

    [Thread-18] [2015-11-11 04:04:21.103 EST] Setting [InventoryUtil.getOUIInvSession:349] YES READ at ACCESSLEVEL_READ_LOCKLESS

    [Thread-18] [2015-11-11 04:04:21.103 EST] [InventoryUtil.getHomeName:113] homeName = OraDB12Home1

    [Thread-18] [2015-11-11 04:04:21.103 EST] [BasicStep.configureSettings:353] messageHandler being set=oracle.sysman.assistants.util.SilentMessageHandler@7080ed90

    [Thread-18] [2015-11-11 04:04:21.104 EST] [StepContext$ ModeRunner.run:2873]-progress necessary: = true

    [Thread-18] [2015-11-11 04:04:21.104 EST] [BasicStep.execute:250]  Execution stage: CLONE_DB_CREATION_RMAN_RESTORE

    [Thread-18] [2015-11-11 04:04:21.126 EST] Parameter [StepErrorHandler.setFatalErrors:323] Fatal Error: ORA-01092

    [Thread-18] [2015-11-11 04:04:21.126 EST] Parameter [StepErrorHandler.setFatalErrors:323] Fatal Error: ORA-01034

    [Thread-18] [2015-11-11 04:04:21.126 EST] Parameter [StepErrorHandler.setFatalErrors:323] Fatal Error: ORA-03114

    [Thread-18] [2015-11-11 04:04:21.127 EST] Parameter [StepErrorHandler.setFatalErrors:323] Fatal Error: ORA-12560

    [Thread-18] [2015-11-11 04:04:21.127 EST] Parameter [StepErrorHandler.setIgnorableErrors:251] error can be ignored: ORA-01109

    [Thread-18] [2015-11-11 04:04:21.127 EST] [BasicStep.configureSettings:353] updated messageHandler = null

    [Thread-18] [2015-11-11 04:04:21.127 EST] [Host.getRMANConnectionInfo:1171]  To connect to the cdb1 Instance

    [Thread-18] [2015-11-11 04:04:21.129 EST] [BasicStep.execute:250]  Execution stage: INSTANCE_CREATION

    [Thread-18] [2015-11-11 04:04:21.129 EST] [BasicStep.configureSettings:353] updated messageHandler = null

    [Thread-18] [2015-11-11 04:04:21.129 EST] [InitParamAttributes.setPluggableDatabase:5115] setPluggableDatabase: bInclude = true

    [Thread-18] [2015-11-11 04:04:21.131 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.131 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.132 EST] [InitParamAttributes.sortParams:3916] m_sortOn: sortOn:4 - 1

    [Thread-18] [2015-11-11 04:04:21.154 EST] [InitParamAttributes.createInitFile:1811]  Init param db_block_size treatment

    [Thread-18] [2015-11-11 04:04:21.154 EST] [InitParamAttributes.createInitFile:1816]  The value is 8192

    [Thread-18] [2015-11-11 04:04:21.154 EST] [InitParamAttributes.createInitFile:1811]  Treatment open_cursors init param

    [Thread-18] [2015-11-11 04:04:21.155 EST] [InitParamAttributes.createInitFile:1816]  The value is 300

    [Thread-18] [2015-11-11 04:04:21.155 EST] [InitParamAttributes.createInitFile:1811]  Db_domain init param treatment

    [Thread-18] [2015-11-11 04:04:21.155 EST] [InitParamAttributes.createInitFile:1816]  The value is «»

    [Thread-18] [2015-11-11 04:04:21.155 EST] [InitParamAttributes.createInitFile:1811]  Treatment init param db_name

    [Thread-18] [2015-11-11 04:04:21.155 EST] [InitParamAttributes.createInitFile:1816]  The value is "cdb1".

    [Thread-18] [2015-11-11 04:04:21.155 EST] [InitParamAttributes.createInitFile:1811]  Control_files treatment init param

    [Thread-18] [2015-11-11 04:04:21.155 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.156 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.156 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.156 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.156 EST] [InitParamAttributes.createInitFile:1816]  The value is ("" / u01/app/oracle/oradata/cdb1/control01.ctl "," / u01/app/oracle/fast_recovery_area/cdb1/control02.ctl "")

    [Thread-18] [2015-11-11 04:04:21.156 EST] [InitParamAttributes.createInitFile:1811]  Treatment db_recovery_file_dest init param

    [Thread-18] [2015-11-11 04:04:21.156 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.157 EST] [InitParamAttributes.createInitFile:1816]  The value is ' / u01/app/oracle/fast_recovery_area.

    [Thread-18] [2015-11-11 04:04:21.157 EST] [InitParamAttributes.createInitFile:1811]  Treatment db_recovery_file_dest_size init param

    [Thread-18] [2015-11-11 04:04:21.157 EST] [InitParamAttributes.createInitFile:1816]  The value is 4560 m

    [Thread-18] [2015-11-11 04:04:21.157 EST] [InitParamAttributes.createInitFile:1811]  Compatible init param treatment

    [Thread-18] [2015-11-11 04:04:21.157 EST] [InitParamAttributes.createInitFile:1816]  The value is 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.157 EST] [InitParamAttributes.createInitFile:1811]  Treatment diagnostic_dest init param

    [Thread-18] [2015-11-11 04:04:21.157 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.158 EST] [InitParamAttributes.createInitFile:1816]  The value is/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.158 EST] [InitParamAttributes.createInitFile:1811]  Treatment enable_pluggable_database init param

    [Thread-18] [2015-11-11 04:04:21.158 EST] [InitParamAttributes.createInitFile:1816]  The value is true

    [Thread-18] [2015-11-11 04:04:21.158 EST] [InitParamAttributes.createInitFile:1811]  Treatment memory_target init param

    [Thread-18] [2015-11-11 04:04:21.158 EST] [InitParamAttributes.createInitFile:1816]  The value is 396 m

    [Thread-18] [2015-11-11 04:04:21.158 EST] [InitParamAttributes.createInitFile:1811]  Treatment of the process init param

    [Thread-18] [2015-11-11 04:04:21.158 EST] [InitParamAttributes.createInitFile:1816]  The value is 300

    [Thread-18] [2015-11-11 04:04:21.159 EST] [InitParamAttributes.createInitFile:1811]  Treatment audit_file_dest init param

    [Thread-18] [2015-11-11 04:04:21.159 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.159 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.159 EST] [InitParamAttributes.createInitFile:1816]  The value is ' / u01/app/oracle/admin/cdb1/adump.

    [Thread-18] [2015-11-11 04:04:21.159 EST] [InitParamAttributes.createInitFile:1811]  Audit_trail init param treatment

    [Thread-18] [2015-11-11 04:04:21.159 EST] [InitParamAttributes.createInitFile:1816]  The value is db

    [Thread-18] [2015-11-11 04:04:21.159 EST] [InitParamAttributes.createInitFile:1811]  Treatment remote_login_passwordfile init param

    [Thread-18] [2015-11-11 04:04:21.160 EST] [InitParamAttributes.createInitFile:1816]  The value is EXCLUSIVE

    [Thread-18] [2015-11-11 04:04:21.160 EST] [InitParamAttributes.createInitFile:1811]  Treatment of init param dispatchers

    [Thread-18] [2015-11-11 04:04:21.160 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.160 EST] [InitParamAttributes.createInitFile:1816]  The value is "(PROTOCOL=TCP) (SERVICE = cdb1XDB)" "

    [Thread-18] [2015-11-11 04:04:21.160 EST] [InitParamAttributes.createInitFile:1811]  Treatment undo_tablespace init param

    [Thread-18] [2015-11-11 04:04:21.160 EST] [InitParamAttributes.createInitFile:1816]  The value is UNDOTBS1

    [Thread-18] [2015-11-11 04:04:21.162 EST] [HADatabaseUtils.isGridMgmtDB:2842]  Mgmt DBName srvm _mgmtdb

    [Thread-18] [2015-11-11 04:04:21.162 EST] [InstanceStep.executeImpl:280]  Check the registry with HA listener

    [Thread-18] [2015-11-11 04:04:21.162 EST] [Host.noEntryinOratab:7194]  Check for oratab arg passed...

    [Thread-18] [2015-11-11 04:04:21.163 EST] [Oratab.getTempFile:805]  Oratab Temp: / tmp/oratab

    [Thread-18] [2015-11-11 04:04:21.180 EST] [InstanceStep.executeImpl:331]  Location of the password before parsing /u01/app/oracle/product/12.1.0.2/db_1/dbs/orapwcdb1 file

    [Thread-18] [2015-11-11 04:04:21.180 EST] [InstanceStep.executeImpl:333]  Location of the password before parsing /u01/app/oracle/product/12.1.0.2/db_1/dbs/orapwcdb1 file

    [Thread-18] [2015-11-11 04:04:21.181 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.181 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.181 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.181 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.181 EST] [CommonUtils.createPasswordFile:1243] orapwd new appeal for 11.1 or above

    [Thread-18] [2015-11-11 04:04:21.181 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.182 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.182 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.182 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.182 EST] [CommonUtils.getPasswordFileCreateCmd:1182] for new orapwd to 11.1 or above

    [Thread-18] [2015-11-11 04:04:21.184 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.184 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.184 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.184 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.184 EST] /U01/app/oracle/product/12.1.0.2/db_1/bin/orapwd [CommonUtils.getPasswordFileCreateCmd:1213]

    [Thread-18] [2015-11-11 04:04:21.185 EST] File=/U01/app/Oracle/product/12.1.0.2/Db_1/DBS/orapwcdb1 [CommonUtils.getPasswordFileCreateCmd:1213]

    [Thread-18] [2015-11-11 04:04:21.185 EST] Force [CommonUtils.getPasswordFileCreateCmd:1213] = y

    [Thread-18] [2015-11-11 04:04:21.185 EST] [CommonUtils.getPasswordFileCreateCmd:1213] format = 12

    [Thread-18] [2015-11-11 04:04:21.185 EST] [OsUtilsBase.execProg:2123] start execProg with the input array.

    [Thread-18] [2015-11-11 04:04:21.229 EST] [OsUtilsBase.execProg:2160] done execProg with the input array. Status: 0

    [Thread-18] [2015-11-11 04:04:21.229 EST] [InstanceStep.setASMAdminGID:373] is: wrong Type of storage: 0

    [Thread-18] [2015-11-11 04:04:21.229 EST] [BasicStep.configureSettings:353] messageHandler being set=oracle.sysman.assistants.util.SilentMessageHandler@7080ed90

    [Thread-18] [2015-11-11 04:04:21.229 EST] [CloneRmanRestoreStep.executeImpl:270]  The Forum went well...

    [Thread-18] [2015-11-11 04:04:21.230 EST] [CloneRmanRestoreStep.executeImpl:277] db_recovery_file_dest = ' / u01/app/oracle/fast_recovery_area.

    [Thread-18] [2015-11-11 04:04:21.230 EST] [CloneRmanRestoreStep.executeImpl:280] db_recovery_file_dest_size = 4560 m

    [Thread-18] [2015-11-11 04:04:21.230 EST] [InitParameterFile.getLongValue:687]  Perhaps the unit. Stripping device and try with 4560

    [Thread-18] [2015-11-11 04:04:21.230 EST] [CloneRmanRestoreStep.executeImpl:297]  Setting NLS_LANG to AMERICA. AL32UTF8

    [Thread-18] [2015-11-11 04:04:21.230 EST] [SQLEngine.done:2278]  Called

    [Thread-18] [2015-11-11 04:04:21.232 EST] [SQLEngine.reInitialize:785]  The SQLEngine reset...

    [Thread-18] [2015-11-11 04:04:21.232 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.232 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.232 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.232 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.233 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.233 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.233 EST] [SQLPlusEngine.getCmmdParams:225] m_home 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.233 EST] True for 112 > version [SQLPlusEngine.getCmmdParams:226]

    [Thread-18] [2015-11-11 04:04:21.233 EST] [SQLEngine.getEnvParams:612]  NLS_LANG: AMERICAN_AMERICA. AL32UTF8

    [Thread-18] [2015-11-11 04:04:21.234 EST] [SQLEngine.initialize:358]  SQLPLUS/OPEN process execing...

    [Thread-18] [2015-11-11 04:04:21.243 EST] M_bReaderStarted [SQLEngine.initialize:395]: false

    [Thread-18] [2015-11-11 04:04:21.243 EST] [SQLEngine.initialize:399]  From the wire drive...

    [Thread-18] [2015-11-11 04:04:21.244 EST] [SQLEngine.initialize:448]  Waiting for m_bReaderStarted to be true

    [Thread-21] [2015-11-11 04:04:21.263 EST] Oracle.sysman.assistants.util.SilentMessageHandler@7080ed90:messageHandler [BasicStep.handleNonIgnorableError:479]

    [Thread-21] [2015-11-11 04:04:21.263 EST] [BasicStep.handleNonIgnorableError:480]  ORA-12547: TNS: lost contact

    : msg

    [Thread-18] [2015-11-11 04:04:21.263 EST] [SQLEngine.setSpool:2056] old coil = null

    [Thread-18] [2015-11-11 04:04:21.264 EST] [SQLEngine.setSpool:2057]  Layout = /u01/app/oracle/cfgtoollogs/dbca/cdb1/CloneRmanRestore.log coil

    [Thread-18] [2015-11-11 04:04:21.264 EST] [SQLEngine.setSpool:2058]  Coil is editable? -> true

    [Thread-18] [2015-11-11 04:04:21.264 EST] [CloneRmanRestoreStep.executeImpl:323] _diag_hm_rc_enabled false

    [Thread-18] [2015-11-11 04:04:21.264 EST] [CommonAttributes.replaceVariables:1402] /u01/app/oracle/product/12.1.0.2/db_1 var2

    [Thread-18] [2015-11-11 04:04:21.264 EST] [CloneRmanRestoreStep.executeImpl:358]  The control file using: /u01/app/oracle/product/12.1.0.2/db_1/assistants/dbca/templates/Seed_Database.ctl. sourceDBName: seeddata

    [Thread-18] [2015-11-11 04:04:21.265 EST] [OsUtilsBase.copyFile:1505]  OsUtilsBase.copyFile:

    [Thread-18] [2015-11-11 04:04:21.286 EST] [OsUtilsBase.copyFile:1553] * write files to complete destination...

    [Thread-18] [2015-11-11 04:04:21.289 EST] [OsUtilsBase.copyFile:1588] * copy of the file status: = true

    [Thread-18] [2015-11-11 04:04:21.291 EST] Journal of db [CloneRmanRestoreStep.executeImpl:399] update file alerts

    [Thread-18] [2015-11-11 04:04:21.291 EST] [CloneRmanRestoreStep.executeImpl:402]  Deletion of entries from v$ datafile_copy

    [Thread-18] [2015-11-11 04:04:21.292 EST] [CloneRmanRestoreStep.executeImpl:404]  Delete all entries from backup

    [Thread-18] [2015-11-11 04:04:21.292 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.294 EST] [CloneRmanRestoreStep.executeImpl:457]  Get the data file ID card and the names for the restoration

    [Thread-18] [2015-11-11 04:04:21.294 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.294 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.294 EST] [CloneRmanRestoreStep.getDatafileIdNameMapping:591] newname for datafile /u01/app/oracle/oradata/cdb1/sysaux01.dbf

    [Thread-18] [2015-11-11 04:04:21.294 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.294 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.295 EST] [CloneRmanRestoreStep.getDatafileIdNameMapping:591] newname for datafile /u01/app/oracle/oradata/cdb1/system01.dbf

    [Thread-18] [2015-11-11 04:04:21.295 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.295 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.295 EST] [CloneRmanRestoreStep.getDatafileIdNameMapping:591] newname for datafile /u01/app/oracle/oradata/cdb1/undotbs01.dbf

    [Thread-18] [2015-11-11 04:04:21.295 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.295 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.295 EST] [CloneRmanRestoreStep.getDatafileIdNameMapping:591] newname for datafile /u01/app/oracle/oradata/cdb1/users01.dbf

    [Thread-18] [2015-11-11 04:04:21.298 EST] [RMANUtil.getRMANUtil:147] creating new instance util

    [Thread-18] [2015-11-11 04:04:21.298 EST] [RMANUtil.getRMANUtil:148] target sid cdb1

    [Thread-18] [2015-11-11 04:04:21.298 EST] [CommonAttributes.replaceVariables:1402] /u01/app/oracle/product/12.1.0.2/db_1 var2

    [Thread-18] [2015-11-11 04:04:21.301 EST] [RMANEngine.getCmmdParams:343] with /u01/app/oracle/product/12.1.0.2/db_1/bin/rman rman

    [Thread-18] [2015-11-11 04:04:21.301 EST] [RMANEngine.getEnvParams:436]  NLS_LANG: AMERICAN_AMERICA. AL32UTF8

    [Thread-18] [2015-11-11 04:04:21.302 EST] [RMANEngine.initialize:195]  RMAN execing to initialize process...

    [Thread-18] [2015-11-11 04:04:21.313 EST] [RMANEngine.initialize:221]  RMAN created initialization process...

    [Thread-18] [2015-11-11 04:04:21.313 EST] [RMANEngine.initialize:235]  From the wire drive...

    [Thread-18] [2015-11-11 04:04:21.324 EST] [RMANEngine.initialize:239]  Player started thread for RMAN initialization process...

    [Thread-18] [2015-11-11 04:04:21.348 EST] [RMANEngine.initialize:247]  Error starting thread for RMAN initialization process...

    [Thread-18] [2015-11-11 04:04:21.348 EST] [RMANEngine.initialize:252]  Output writer created for the RMAN of initialization process...

    [Thread-18] [2015-11-11 04:04:21.348 EST] [RMANEngine.initialize:290]  Created Log writer for RMAN to initialize process...

    [Thread-18] [2015-11-11 04:04:21.349 EST] [RMANEngine.initialize:295]  M_bReaderStarted to initialize value = false

    [Thread-18] [2015-11-11 04:04:21.349 EST] [RMANEngine.initialize:299]  Waiting for m_bReaderStarted to be true

    [Thread-24] [2015-11-11 04:04:21.349 EST] [RMANEngine.run:803]  Player started thread for RMAN initialization process...

    [Thread-24] [2015-11-11 04:04:21.349 EST] [RMANEngine.run:807]  M_bReaderStarted set to true to initialize...

    [Thread-18] [2015-11-11 04:04:21.360 EST] [RMANEngine.initialize:310]  Fact certain player started for the process of RMAN to initialize...

    [Thread-18] [2015-11-11 04:04:21.360 EST] [RMANEngine.connect:775]  Don't use DO NOT OS auth to connect

    [Thread-18] [2015-11-11 04:04:21.360 EST] [RMANEngine.executeImpl:1186] m_bExecQuery = false

    [Thread-18] [2015-11-11 04:04:21.360 EST] [RMANEngine.executeImpl:1194]  Command rman process writing = connection target SYS / *.

    [Thread-18] [2015-11-11 04:04:21.361 EST] [RMANEngine.executeImpl:1222]  Advise the reader to start reading

    [Thread-24] [2015-11-11 04:04:21.361 EST] [RMANEngine.readSqlOutput:889]  Log RMAN output =

    [Thread-24] [2015-11-11 04:04:21.361 EST] [RMANEngine.readSqlOutput:889]  Connect the output RMAN = Recovery Manager: release 12.1.0.2.0 - Production Wed Nov 11 04:04:21 2015

    [Thread-24] [2015-11-11 04:04:21.361 EST] [RMANEngine.readSqlOutput:889]  Log RMAN output =

    [Thread-24] [2015-11-11 04:04:21.362 EST] [RMANEngine.readSqlOutput:889]  Connect the output RMAN = Copyright (c) 1982, 2014, Oracle and/or its affiliates.  All rights reserved.

    [Thread-24] [2015-11-11 04:04:21.402 EST] [RMANEngine.readSqlOutput:889]  Log RMAN output =

    [Thread-24] [2015-11-11 04:04:21.406 EST] [RMANEngine.readSqlOutput:889]  Connect the output = RMAN RMAN >

    [Thread-24] [2015-11-11 04:04:21.413 EST] [RMANEngine.readSqlOutput:889]  Connect the RMAN RMAN-00571 = out: =.

    [Thread-24] [2015-11-11 04:04:21.413 EST] [RMANEngine.readSqlOutput:889]  Connect the RMAN RMAN-00569 = out: = ERROR MESSAGE STACK FOLLOWS =.

    [Thread-24] [2015-11-11 04:04:21.413 EST] [RMANEngine.readSqlOutput:889]  Connect the RMAN RMAN-00571 = out: =.

    [Thread-24] [2015-11-11 04:04:21.414 EST] [RMANEngine.readSqlOutput:889]  Connect the output RMAN = ORA-12547: TNS: lost contact

    [Thread-24] [2015-11-11 04:04:21.414 EST] [RMANEngine.readSqlOutput:889]  Log RMAN output =

    [Thread-24] [2015-11-11 04:04:21.414 EST] [RMANEngine.readSqlOutput:889]  Connect the output = RMAN RMAN >

    [Thread-24] [2015-11-11 04:04:21.414 EST] [RMANEngine.readSqlOutput:889]  Connect the RMAN = game of echo output on

    [Thread-24] [2015-11-11 04:04:21.414 EST] [RMANEngine.readSqlOutput:889]  Connect the RMAN set echo off = output;

    [Thread-24] [2015-11-11 04:04:21.414 EST] [RMANEngine.readSqlOutput:932] hasError is true

    [Thread-24] [2015-11-11 04:04:21.414 EST] [RMANEngine.readSqlOutput:938]  TRACK OF THE DETECTED ERROR

    [Thread-24] [2015-11-11 04:04:21.415 EST] [RMANEngine.readSqlOutput:945] m_errHdlr = null

    [Thread-24] [2015-11-11 04:04:21.415 EST] [RMANEngine.readSqlOutput:969]  DETECTED FATAL ERROR

    [Thread-24] [2015-11-11 04:04:21.415 EST] [RMANEngine.readSqlOutput:1033]  Writer notifying to proceed because m_bInterrupted = falsebNotify = truem_bReaderDone = truem_bFatalErrorOccured = true

    [Thread-24] [2015-11-11 04:04:21.415 EST] [RMANEngine.run:817]  Return value of readSqlOutput = null

    [Thread-18] [2015-11-11 04:04:21.415 EST] [RMANEngine.executeImpl:1234]  Filled with expectation of the reader

    [Thread-18] [2015-11-11 04:04:21.415 EST] [RMANEngine.executeImpl:1249]  Appeal is as had exception

    [Thread-18] [2015-11-11 04:04:21.415 EST] [RMANEngine.done:1554]  Called

    [Thread-18] [2015-11-11 04:04:21.416 EST] [RMANEngine.executeImpl:1276]  Received the FATAL error = Recovery Manager: release 12.1.0.2.0 - Production Wed Nov 11 04:04:21 2015

    Copyright (c) 1982, 2014, Oracle and/or its affiliates.  All rights reserved.

    RMAN >

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    ORA-12547: TNS: lost contact

    RMAN >

    echo on

    [Thread-18] [2015-11-11 04:04:21.416 EST] [RMANUtil.catalogBackup:487]  The cataloguing of backups RMAN error: could not get RMANUtil

    [Thread-18] [2015-11-11 04:04:21.416 EST] Exception [CloneRmanRestoreStep.executeImpl:491] rename files of data oracle.sysman.assistants.util.rmanEngine.RMANFatalErrorException: cataloguing of backups RMAN error

    [Thread-18] [2015-11-11 04:04:21.416 EST] [BasicStep.configureSettings:353] messageHandler being set=oracle.sysman.assistants.util.SilentMessageHandler@7080ed90

    [Thread-18] [2015-11-11 04:04:21.416 EST] [StepContext$ ModeRunner.run:2899]  The cataloguing of backups RMAN error

    oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:492)

    oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:259)

    oracle.sysman.assistants.util.step.Step.execute(Step.java:135)

    oracle.sysman.assistants.util.step.StepContext$ ModeRunner.run (StepContext.java:2883)

    java.lang.Thread.run(Thread.java:682)

    [Thread-18] [2015-11-11 04:04:21.417 EST] [SQLEngine.done:2278]  Called

    [Thread-18] [2015-11-11 04:04:21.417 EST] [SQLEngine.spoolOff:2124]  Setting off coil = /u01/app/oracle/cfgtoollogs/dbca/cdb1/CloneRmanRestore.log

    [Thread-18] [2015-11-11 04:04:21.418 EST] [Host.createStepSQLInterface:8605] sid = cdb1

    [Thread-18] [2015-11-11 04:04:21.418 EST] Cdb1 sidOrConnectString [Host.createStepSQLInterface:8606]

    [Thread-18] [2015-11-11 04:04:21.418 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: null

    [Thread-18] [2015-11-11 04:04:21.420 EST] Setting [InventoryUtil.getOUIInvSession:349] YES READ at ACCESSLEVEL_READ_LOCKLESS

    [Thread-18] [2015-11-11 04:04:21.420 EST] [OracleHome.getVersion:1010]  HomeInfo /u01/app/oracle/product/12.1.0.2/db_1,1

    [Thread-18] [2015-11-11 04:04:21.525 EST] [OracleHome.getVersion:1038]  OracleHome.server.getVersion Version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.525 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.525 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.525 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.526 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.526 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.526 EST] [SQLPlusEngine.getCmmdParams:225] m_home 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.526 EST] True for 112 > version [SQLPlusEngine.getCmmdParams:226]

    [Thread-18] [2015-11-11 04:04:21.526 EST] [SQLEngine.getEnvParams:612]  NLS_LANG: AMERICAN_AMERICA. AL32UTF8

    [Thread-18] [2015-11-11 04:04:21.527 EST] [SQLEngine.initialize:358]  SQLPLUS/OPEN process execing...

    [Thread-18] [2015-11-11 04:04:21.539 EST] M_bReaderStarted [SQLEngine.initialize:395]: false

    [Thread-18] [2015-11-11 04:04:21.539 EST] [SQLEngine.initialize:399]  From the wire drive...

    [Thread-18] [2015-11-11 04:04:21.541 EST] [CloneRmanRestoreStep.cancel:722]  Partially failed cleanup of the extracted files

    [Thread-18] [2015-11-11 04:04:21.549 EST] [SQLEngine.done:2278]  Called

    [Thread-18] [2015-11-11 04:04:21.549 EST] [CloneRmanRestoreStep.cancel:737]  RMAN Cleanup failed

    [Thread-18] [2015-11-11 04:04:21.549 EST] [CloneRmanRestoreStep.cancel:738]  ORA-12547: TNS: lost contact

    oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1739)

    oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:987)

    oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.cancel(CloneRmanRestoreStep.java:725)

    oracle.sysman.assistants.util.step.StepContext$ ModeRunner.cancel (StepContext.java:2979)

    oracle.sysman.assistants.util.step.StepContext$ ModeRunner.run (StepContext.java:2940)

    java.lang.Thread.run(Thread.java:682)

    [Thread-18] [2015-11-11 04:04:21.550 EST] [CloneDBCreationStep.cancel:1178]  CloneDBCreationStep.cancel (): nodeList = null

    [Thread-18] [2015-11-11 04:04:21.550 EST] [SQLEngine.reInitialize:785]  The SQLEngine reset...

    [Thread-18] [2015-11-11 04:04:21.550 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.550 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.550 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.550 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.550 EST] [OracleHome.getVersion:991]  Called OracleHome.getVersion.  Current version: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.551 EST] [OracleHome.getVersion:1059]  The current Version of the inventory: 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.551 EST] [SQLPlusEngine.getCmmdParams:225] m_home 12.1.0.2.0

    [Thread-18] [2015-11-11 04:04:21.551 EST] True for 112 > version [SQLPlusEngine.getCmmdParams:226]

    [Thread-18] [2015-11-11 04:04:21.551 EST] [SQLEngine.getEnvParams:612]  NLS_LANG: AMERICAN_AMERICA. AL32UTF8

    [Thread-18] [2015-11-11 04:04:21.551 EST] [SQLEngine.initialize:358]  SQLPLUS/OPEN process execing...

    [Thread-18] [2015-11-11 04:04:21.565 EST] M_bReaderStarted [SQLEngine.initialize:395]: false

    [Thread-18] [2015-11-11 04:04:21.565 EST] [SQLEngine.initialize:399]  From the wire drive...

    [Thread-18] [2015-11-11 04:04:21.566 EST] [SQLEngine.initialize:448]  Waiting for m_bReaderStarted to be true

    [Thread-18] [2015-11-11 04:04:21.585 EST] [SQLEngine.done:2278]  Called

    [Thread-18] [2015-11-11 04:04:21.585 EST] [Oratab.getTempFile:805]  Oratab Temp: / tmp/oratab

    [Thread-18] [2015-11-11 04:04:21.586 EST] [OsUtilsBase.deleteFile:1803]  OsUtilsBase.deleteFile: /u01/app/oracle/product/12.1.0.2/db_1/dbs/orapwcdb1

    [Thread-18] [2015-11-11 04:04:21.586 EST] [OsUtilsBase.deleteFile:1803]  OsUtilsBase.deleteFile: /u01/app/oracle/product/12.1.0.2/db_1/dbs/initcdb1.ora

    [Thread-18] [2015-11-11 04:04:21.586 EST] [OsUtilsBase.deleteFile:1803]  OsUtilsBase.deleteFile: /u01/app/oracle/admin/cdb1/pfile/init.ora

    [Thread-18] [2015-11-11 04:04:21.588 EST] [CloneDBCreationStep.cancel:1225]  CloneDBCreationStep.cancel (): Jaqueline = false

    [Thread-18] [2015-11-11 04:04:21.588 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.588 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.588 EST] [OsUtilsBase.deleteFile:1803]  OsUtilsBase.deleteFile: /u01/app/oracle/oradata/cdb1/sysaux01.dbf

    [Thread-18] [2015-11-11 04:04:21.588 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.589 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.589 EST] [OsUtilsBase.deleteFile:1803]  OsUtilsBase.deleteFile: /u01/app/oracle/oradata/cdb1/system01.dbf

    [Thread-18] [2015-11-11 04:04:21.589 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.589 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.589 EST] [OsUtilsBase.deleteFile:1803]  OsUtilsBase.deleteFile: /u01/app/oracle/oradata/cdb1/undotbs01.dbf

    [Thread-18] [2015-11-11 04:04:21.589 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.589 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.589 EST] [OsUtilsBase.deleteFile:1803]  OsUtilsBase.deleteFile: /u01/app/oracle/oradata/cdb1/users01.dbf

    [Thread-18] [2015-11-11 04:04:21.590 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.590 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.590 EST] [OsUtilsBase.deleteFile:1803]  OsUtilsBase.deleteFile: /u01/app/oracle/oradata/cdb1/redo01.log

    [Thread-18] [2015-11-11 04:04:21.590 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.590 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.590 EST] [OsUtilsBase.deleteFile:1803]  OsUtilsBase.deleteFile: /u01/app/oracle/oradata/cdb1/redo02.log

    [Thread-18] [2015-11-11 04:04:21.590 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.591 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.591 EST] [OsUtilsBase.deleteFile:1803]  OsUtilsBase.deleteFile: /u01/app/oracle/oradata/cdb1/redo03.log

    [Thread-18] [2015-11-11 04:04:21.591 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.591 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.591 EST] [OsUtilsBase.deleteFile:1803]  OsUtilsBase.deleteFile: /u01/app/oracle/oradata/cdb1/control01.ctl

    [Thread-18] [2015-11-11 04:04:21.591 EST] [CommonAttributes.replaceVariables:1402] var2/u01/app/oracle

    [Thread-18] [2015-11-11 04:04:21.591 EST] [CommonAttributes.replaceVariables:1402] cdb1 var2

    [Thread-18] [2015-11-11 04:04:21.592 EST] [OsUtilsBase.deleteFile:1803]  OsUtilsBase.deleteFile: /u01/app/oracle/fast_recovery_area/cdb1/control02.ctl

    [Thread-18] [2015-11-11 04:04:21.612 EST] [SQLEngine.done:2278]  Called

    [main] [2015-11-11 04:04:21.613 EST] [SQLEngine.done:2278]  Called

    [main] [2015-11-11 04:04:21.613 EST] [Host.cleanup:3928]  Exit DBCA status is: 1

    [main] [2015-11-11 04:04:21.613 EST] [Host.cleanup:3931] checkpoint context oracle.sysman.assistants.util.CheckpointContext@54c9f997

    [main] [2015-11-11 04:04:21.614 EST] Setting [InventoryUtil.getOUIInvSession:349] YES READ at ACCESSLEVEL_READ_LOCKLESS

    [main] [2015-11-11 04:04:21.615 EST] [InventoryUtil.getHomeName:113] homeName = OraDB12Home1

    [main] [2015-11-11 04:04:21.615 EST] [Host.cleanup:3957] check point oracle.sysman.oic.oics.OicsCheckPoint@59a02097

    [main] [2015-11-11 04:04:21.639 EST] [OsUtilsBase.copyFile:1505]  OsUtilsBase.copyFile:

    [main] [2015-11-11 04:04:21.640 EST] [OsUtilsBase.copyFile:1553] * write files to complete destination...

    [main] [2015-11-11 04:04:21.640 EST] [OsUtilsBase.copyFile:1588] * copy of the file status: = true

    [main] [2015-11-11 04:04:21.640 EST] [OsUtilsBase.deleteFile:1803]  OsUtilsBase.deleteFile: /u01/app/oracle/cfgtoollogs/dbca/silent.log_2015-11-11_04-04-19-AM

    [Thread-3] [2015-11-11 04:04:21.644 EST] [DbcaCleanupHook.run:44]  Cleanup began

    [Thread-3] [2015-11-11 04:04:21.645 EST] [OracleHome.cleanupDBOptionsIntance:1671]  Dummy sid = null instance DB options

    [Thread-3] [2015-11-11 04:04:21.645 EST] [DbcaCleanupHook.run:49]  Cleanup

    Thanks for your tip, but in the meantime, I managed to create a database

    What I can say is that I have not touched the "/ etc/oracle/olr.loc" file. I completely uninstalled the software Oracle of this machine and started from the beginning again. It's the addidtional steps I did:

    1. I downloaded Xming to use the GUI Installation process (it helped me a lot, but I'm sure that this step is not necessary)

    Preliminary tests have shown something.  I did then:

    2. lack of space Swap--> so I created a swap file

    3 compat-libcap1 was absent. I tried to install it, but that has not worked.

    4. that's why I had to download the RPG - GPG - KEY Oracle, install it and remane RPM-GPG-KEY-oracle-ol7 to TR/MIN-GPG-KEY-oracle. Then I could install compat-libcap1

    5. the latest (and in my opinion the most important) step is to configure the file/etc/hosts. Firstly I had no entry for Oracle there (does not), then I used the private DNS provided by Amazon (also did not work) and then I used the private IP address, as shown in the AWS management console (which worked).

    After these steps, I was able to create a database.

Maybe you are looking for

  • Track export levels will have to use the "ORIGINAL".

    Hello I run a recording studio.  We do not use logical, but do a lot of our customers. Without fail, when we get exported data from logic, each file is tiny, like a maximum 5% gain.  This reduces the resolution of the sounds seriously and we're stuck

  • Re: Satellite P100 - 10 p support 500 GB HDD?

    Helloone of my friends has this laptop and wants to know if this laptop take the hard drives of 500 GB Thanks in advance

  • HP p6510y: upgrade of the motherboard

    I have a motherboard with AMD Athlon ii x 4 630 processor and 250 w PSU:-ES880-ΜATX.  I intend to upgrade the motherboard so that I can install an AMD fx CPU 6300 and and new Gpu.  What are my options? Will be the listed below work? http://www.Newegg

  • Satellite U500-00 x small piece is broken from plastic LCD frame

    Hey I U500 and there is a strip of plastic silver around the LCD screen and the left down corner, a small piece is broken...Can someone tell me how to solve this problem and it does not in the warranty?

  • Multicast flooding all the VLAN Ports

    I have three streaming servers.  We have an affair rising gigabit and the other two 100Mbps devices.  Gigabit streaming chassis produced ~ 230Mbps video stream. The other two 100 Mbps devices generate on 50Mbps each.  All water courses are intended t