error ORA-04030 in environment dataguard

Oracle Database 11 g Enterprise Edition Release 11.1.0.6.0 - 64 bit Production
Name of the system: Linux
News Release: 2.6.18 - 53.el5
Version: #1 SMP Wed Oct 10 16:34:19 EDT 2007
Machine: x86_64

DATAGUARD ACTIVE WITH THE OBSERVER. error ORA-04030
Alert log information:
Thu Sep 02 02:00:00 2010
Clearing Resource Manager plan via parameter
Thu Sep 02 10:16:31 2010
Errors in file /u01/app/oracle/diag/rdbms/agbcdb/agbc/trace/agbc_asmb_4312.trc  (incident=88030):
ORA-04030: out of process memory when trying to allocate 592 bytes (callheap,kfmditer)
Incident details in: /u01/app/oracle/diag/rdbms/agbcdb/agbc/incident/incdir_88030/agbc_asmb_4312_i88030.trc
Thu Sep 02 10:16:36 2010
Trace dumping is performing id=[cdmp_20100902101636]
Errors in file /u01/app/oracle/diag/rdbms/agbcdb/agbc/trace/agbc_asmb_4312.trc:
ORA-04030: out of process memory when trying to allocate 592 bytes (callheap,kfmditer)
ASMB (ospid: 4312): terminating the instance due to error 4030
Thu Sep 02 10:16:36 2010
ORA-1092 : opidrv aborting process unknown ospid (13456_46912513432672)
Instance terminated by ASMB, pid = 4312
Thu Sep 02 10:16:37 2010
Instance termination got error 27120 from SGA destruction.
  Error cleared. Process exiting.
                                                                                                                      49270,3       Bot
trace file information:
Trace file /u01/app/oracle/diag/rdbms/agbcdb/agbc/trace/agbc_asmb_4312.trc
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORACLE_HOME = /u01/app/oracle/product/11.1.0/db
System name:    Linux
Release:        2.6.18-53.el5
Version:        #1 SMP Wed Oct 10 16:34:19 EDT 2007
Machine:        x86_64
Instance name: agbc
Redo thread mounted by this instance: 1
Oracle process number: 15
Unix process pid: 4312


*** 2010-09-02 10:16:31.510
*** SESSION ID:(321.1) 2010-09-02 10:16:31.510
*** CLIENT ID:() 2010-09-02 10:16:31.510
*** SERVICE NAME:(SYS$BACKGROUND) 2010-09-02 10:16:31.510
*** MODULE NAME:() 2010-09-02 10:16:31.510
*** ACTION NAME:() 2010-09-02 10:16:31.510

Incident 88030 created, dump file: /u01/app/oracle/diag/rdbms/agbcdb/agbc/incident/incdir_88030/agbc_asmb_4312_i88030.trc
"/u01/app/oracle/diag/rdbms/agbcdb/agbc/trace/agbc_asmb_4312.trc" 31L, 1346C                                          13,1          Top

ORA-04030: out of process memory when trying to allocate 592 bytes (callheap,kfmditer)

error 4030 detected in background process
ORA-04030: out of process memory when trying to allocate 592 bytes (callheap,kfmditer)

*** 2010-09-02 10:16:36.501
ASMB (ospid: 4312): terminating the instance due to error 4030
skgm error 27120: errno = 12, info = 5, 163842, 0, 0, 46912513437872, 1, 46912513437872
the failover of the database on STANBY, today morning the database instance ensures also finished with the same error message.

We followed the metalink documents to solve problems.
SQL> ! ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
max nice                        (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 139264
max locked memory       (kbytes, -l) 32
max memory size         (kbytes, -m) unlimited
open files                      (-n) 65536
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
max rt priority                 (-r) 0
stack size              (kbytes, -s) 32768
cpu time               (seconds, -t) unlimited
max user processes              (-u) 2047
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited

SQL> show parameter pga

NAME                     TYPE     VALUE
------------------------------------ ----------- ------------------------------
pga_aggregate_target             big integer 0
SQL>

SQL> select * from v$pgastat;

NAME                           VALUE UNIT
--------------------------------------------- ---------- ------------
aggregate PGA target parameter              2684354560 bytes
aggregate PGA auto target               167772160 bytes
global memory bound                   268431360 bytes
total PGA inuse                   4780392448 bytes
total PGA allocated                  5534604288 bytes
maximum PGA allocated                  5551688704 bytes
total freeable PGA memory               269811712 bytes
process count                         180
max processes count                     181
PGA memory freed back to OS               681246720 bytes
total PGA used for auto workareas               0 bytes

NAME                           VALUE UNIT
--------------------------------------------- ---------- ------------
maximum PGA used for auto workareas         2717696 bytes
total PGA used for manual workareas               0 bytes
maximum PGA used for manual workareas               0 bytes
over allocation count                    2757
bytes processed                   4510057472 bytes
extra bytes read/written                   0 bytes
cache hit percentage                     100 percent
recompute count (total)                 2757

19 rows selected.

SQL>
set linesize 120
col program format a10
col used format 999999.99
col alloc format 999999,99
col max format 9999999.9
select spid,program,trunc(pga_used_mem/1024/1024) USED,
trunc(pga_alloc_mem/1024/1024) ALLOC, trunc(pga_max_mem/1024/1024) MAX
FROM V$PROCESS
ORDER BY PGA_ALLOC_MEM DESC;

SQL> COL PROGRAM FORMAT A40
SQL> RUN
  1  select spid,program,trunc(pga_used_mem/1024/1024) USED,
  2  trunc(pga_alloc_mem/1024/1024) ALLOC,
  3  trunc(pga_max_mem/1024/1024) MAX
  4  FROM V$PROCESS
  5* ORDER BY PGA_ALLOC_MEM DESC

SPID             PROGRAM                    USED      ALLOC        MAX
------------------------ ---------------------------------------- ---------- ---------- ----------
*4348             [email protected] (ASMB)         4068.00      40,70     4070.0*
4448             [email protected] (RSM0)        3.00       2,26      446.0
4336             [email protected] (DBW0)        5.00         33       41.0
4429             [email protected] (ARCt)           11.00         28       32.0

SQL>

SQL>  SELECT SUM(VALUE)/1024/1024 MB
  2   FROM V$SESSTAT S,V$STATNAME N
  3   WHERE N.STATISTIC#=S.STATISTIC#
  4  AND NAME='session pga memory';

    MB
----------
4578.77262

SQL>

SQL> run
  1  select sid,name,value
  2  from v$statname n,v$sesstat s
  3   WHERE N.STATISTIC#=S.STATISTIC#
  4  and name like'session%memory%'
  5* order by 3 asc


      SID NAME                    VALUE
---------- ------------------------------ ----------

       119 session pga memory max        22846056
       280 session pga memory max       235067848
       321 session pga memory max      4267874920

       SID NAME                    VALUE
---------- ------------------------------ ----------
       321 session pga memory          4267874920

716 rows selected.

SQL> show parameter sort_area_size

NAME                     TYPE     VALUE
------------------------------------ ----------- ------------------------------
sort_area_size                 integer     65536

SQL>  show parameter workarea_size_policy

NAME                     TYPE     VALUE
------------------------------------ ----------- ------------------------------
workarea_size_policy             string     AUTO
our Director increased SR, today in the morning watch is also down because of the same error ora-04030. We started the night before now and check the stats on the PGA Tour.
SQL> select spid,program,trunc(pga_used_mem/1024/1024) USED,
  2  trunc(pga_alloc_mem/1024/1024) ALLOC,
  3  trunc(pga_max_mem/1024/1024) MAX
  4  FROM V$PROCESS
  5  ORDER BY PGA_ALLOC_MEM DESC
  6  /

SPID             PROGRAM                       Used (in MB)     ALLOC           MAX
------------------------ --------------------------------------------- ------------ ---------- -----------
4372             [email protected] (LGWR)              11.00     24.00         24.00
4473             [email protected] (ARCd)              11.00     24.00         24.00
4503             [email protected] (ARCs)              11.00     24.00         24.00

SQL>  SELECT SUM(VALUE)/1024/1024 MB
  2  FROM V$SESSTAT S,V$STATNAME N
  3  WHERE N.STATISTIC#=S.STATISTIC#
  4  AND NAME='session pga memory';

    MB
----------
453.999092

SQL> run
  1   select sid,name,value
  2  from v$statname n,v$sesstat s
  3   WHERE N.STATISTIC#=S.STATISTIC#
  4  and name like'session%memory%'
  5* order by 3 asc
309 session pga memory            12753512
       326 session pga memory            12810392
       326 session pga memory max        12827448

336 rows selected.

SQL>
now the memory used by pga is very less,

My question: 1 why FILIPE takes too much memory?
2. After switching to the standby database also the memory used by the process of FILIPE is not released very high almost 99.99%?

Thank you and best regards,
Olivier Claude.

Hello
you're welcome :)

Salman

Tags: Database

Similar Questions

  • Error ORA-04030 in Oracle RAC11GR2

    Hello

    I work with oracle 11 g RAC 2.

    I have replace the slider by collecting and using bulk collect to optimize the pl/sql code of the application.

    But ultimately I got this error:

    ORA-06500: PL/SQL: Storage error

    ORA-04030: memory of process when trying to allocate 48 bytes 16328 bytes

    (call from koh-kghu, pmuccst: adt/registration).

    I check the memory

    memory_target = 1.2Go

    memory_max_target = 1.5Go

    SGA_TARGET = 625Mo (I'll put these values to control and use Advisory for sga and pga)

    pga_aggregate_target = 600 MB

    SGA_MAX_SIZE = 1.5Go

    When I check the Advisory sga and pga advice:

    SGA should be 1 GB

    PGA should be (at least) 3.5Go

    I would like to understand if sga_max_size fixed to 1.5Go (the memory_max_target), PGA cannot take this memory?

    Oracle error, do you think it is that I must add memory and fixed SGA and PGA of the values indicated in the notice?

    I thank in advance

    Hello

    the cause of the problem is the deficiency of the memory of the PGA, it takes more than 600 MB according to notice of oracle (we must 3.5Go)

    I keep the cursor for the application to wait to add memory RAM to our server.

    Good day

  • ORA-04030: memory of process when trying to allocate 28872 bytes (Alloc mountain environment, Failover SCH)

    Hi all

    I'm using Oracle 11 g R2 (11.2.0.3.0) on AIX 6.1

    A third-party application is faced with the ORA-error below:

    ORA-21503: program completed by fatal error

    ORA-04030: memory of process when trying to allocate 28872 bytes (Alloc mountain environment, Failover SCH)


    I use memory_target (AMM automatic memory management) on my database, I assigned 18 GB for my memory_target.

    I am facing this problem on a program that runs every day, but I am facing this problem only on the data for a specific day.

    Could you please help me solve this problem?

    Kind regards

    Keep in mind that we can only respond to data entry and our own experience.

    Since you say that doesn't happen at a given date, it might well be a programming error, the design did not account the amount of data.

    We have no idea about the third-party application or process running.

    But, Yes, however, you must contact application and check or have checked the usual trace file destinations oracle give you whenever something is not completely false in unexpected ways.

    You'll have to debug or buy more memory

  • ORA-04030: memory of process when trying to allocate 16328 bytes (sessi koh-kghu, pmuccst: adt/registration)

    Hi all

    We run personalized simultaneous program called 'BS Purge Shipping Exceptions' in ebs 11i. It takes a lot of time and finished with the following error.

    Error 6500 in FDPSTP ORACLE

    Cause: FDPSTP failed due to the ORA-06500: PL/SQL: Storage error

    ORA-04030: memory of process when trying to allocate 16328 bytes (sessi koh-kghu, pmuccst: adt/registration)

    ORA-06512: at the 'APPS '. FND_MSG_PUB", line 45

    ORA-06512: at "A".

    Please help on this issue.

    Thank you

    Jeremy

    Check this Doc ID 1325100.1

  • 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.

  • ORA-07217: sltln: environment variable cannot be evaluated.

    Hi all;


    DLOG = 'date + "a_ hour" ' export DLOG


    RMAN > backup backupset incremental compressed level 0 DATABASE FORMAT ' / u04/oradata/PDT003/weekly_bkp_$ (DLOG)'

    TAG WEEKLY_BACKUP INCLUDE CURRENT CONTROLFILE;


    Please watch this above command of rman backup that I run with a bash script. It gives me following error.


    channel ORA_DISK_1: starting piece 1 at 18 - SEP-15

    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 18/09/2015 03:21:19

    ORA-07217: sltln: environment variable cannot be evaluated.

    No idea how to overcome? He took my 3 days from now.

    Hello

    1. it is tag format that should be unique - http://docs.oracle.com/cd/B28359_01/backup.111/b28273/rcmsubcl010.htm

    Check out the demo below, the sound works perfectly for me

    #! / bin/sh

    DLOG = ' date + «a_ hour»»
    Export DLOG
    echo "setting of my variable: $DLOG"

    echo "launched backup."

    RMAN target /.<>
    backup incremental backupset compressed level 0 FORMAT of DATABASE ' / u03/backup/weekly_bkp_$ (DLOG)' TAG WEEKLY_BACKUP INCLUDE CURRENT CONTROLFILE;
    "exit";
    EXPRESSIONS OF FOLKLORE

    echo "Backup complete".

    Wrong Code always my backup script - test scenario
    =================================

    [backup oracle@primary] $ sh test.sh
    My variable definition: a_19
    Backup started
    test.sh: line 9: DLOG: command not found

    Recovery Manager: release 11.2.0.3.0 - Production Wed Sep 23 19:46 2015

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

    connected to target database: PROD (DBID = 300203881)

    RMAN >
    From backup to 23-SEP-15
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 37 type device = DISK
    channel ORA_DISK_1: starting from compressed backup set incremental level 0 datafile
    channel ORA_DISK_1: specifying datafile (s) in the backup set
    Enter a number of file datafile = 00001 name=/u03/prod/prod_pr/system01.dbf
    Enter a number of file datafile = name=/u03/prod/prod_pr/sysaux01.dbf 00002
    Enter a number of file datafile = 00005 name=/u03/prod/prod_pr/example01.dbf
    Enter a number of file datafile = name=/u03/prod/prod_pr/undotbs01.dbf 00003
    Enter a number of file datafile = name=/u03/prod/prod_pr/users01.dbf 00004
    channel ORA_DISK_1: starting piece 1 to 23 - SEP-15
    channel ORA_DISK_1: finished piece 1 to 23 - SEP-15
    total, handle = / backup/u03/weekly_bkp_ tag = comment WEEKLY_BACKUP = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:55
    channel ORA_DISK_1: starting from compressed backup set incremental level 0 datafile
    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: starting piece 1 to 23 - SEP-15
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 23/09/2015-19:46:59
    ORA-19504: cannot create the file ' / u03/backup/weekly_bkp_.
    ORA-27038: created file already exists
    Additional information: 1

    RMAN >

    Complete recovery manager.
    Backup is complete

    RMAN > list backup;

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

    List of backup sets
    ===================

    Time of accomplishment BS key Type LV size device Type elapsed time
    ------- ---- -- ---------- ----------- ------------ ---------------
    1 incr 0 M DISK 00:00:49 23-SEVEN 289,91.-15
    BP key: 1 location: AVAILABLE Tablet: YES Tag: WEEKLY_BACKUP

    [backup oracle@primary] $ ls-l
    Total 296888
    -rwxr-xr-x. 1 oracle oinstall 317 23 Sep 19:45 test.sh
    -rw - r-. 1 oracle oinstall 304005120 23 Sep 19:46 weekly_bkp_

    backup incremental backupset compressed level 0 DATABASE FORMAT ' / u03/backup/weekly_bkp_$ (DLOG)' TAG WEEKLY_BACKUP INCLUDE CURRENT CONTROLFILE;... WrongCode of $(DLOG)

    Fix the Code - test scenario 2
    ==============
    1 code .fixing now
    2. change of $(DLOG)... $DLOG

    RMAN target /.<>
    backup incremental backupset compressed level 0 DATABASE FORMAT ' / u03/backup/weekly_bkp_$ DLOG' TAG WEEKLY_BACKUP INCLUDE CURRENT CONTROLFILE;

    [backup oracle@primary] $ sh test.sh
    My variable definition: a_19
    Backup started

    Recovery Manager: release 11.2.0.3.0 - Production Wed Sep 23 19:48:58 2015

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

    connected to target database: PROD (DBID = 300203881)

    RMAN >
    From backup to 23-SEP-15
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 27 type device = DISK
    channel ORA_DISK_1: starting from compressed backup set incremental level 0 datafile
    channel ORA_DISK_1: specifying datafile (s) in the backup set
    Enter a number of file datafile = 00001 name=/u03/prod/prod_pr/system01.dbf
    Enter a number of file datafile = name=/u03/prod/prod_pr/sysaux01.dbf 00002
    Enter a number of file datafile = 00005 name=/u03/prod/prod_pr/example01.dbf
    Enter a number of file datafile = name=/u03/prod/prod_pr/undotbs01.dbf 00003
    Enter a number of file datafile = name=/u03/prod/prod_pr/users01.dbf 00004
    channel ORA_DISK_1: starting piece 1 to 23 - SEP-15
    channel ORA_DISK_1: finished piece 1 to 23 - SEP-15
    total, handle = / backup/u03/weekly_bkp_a_19 tag = comment WEEKLY_BACKUP = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:55
    channel ORA_DISK_1: starting from compressed backup set incremental level 0 datafile
    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: starting piece 1 to 23 - SEP-15
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03009: failure of the backup command on the ORA_DISK_1 channel to 23/09/2015-19:49:56
    ORA-19504: cannot create the file ' / u03/backup/weekly_bkp_a_19.
    ORA-27038: created file already exists
    Additional information: 1

    RMAN >

    Complete recovery manager.
    Backup is complete
    [backup oracle@primary] $ ls - tl
    296924 total
    -rw - r-. 1 oracle oinstall 304046080 Sep 23 19:49 weekly_bkp_a_19 - naming convention good code wise but not with the prospect of rman
    -rwxr-xr-x. 1 oracle oinstall 315 23 September 19:48 test.sh

    Now the format that we cannot solve the format fixed for rman, you need to change it if you see above error
    Change to generated %U...system

    Test case 3 - worked perfectly

    RMAN target /.< eof="">
    backup incremental backupset compressed level 0 FORMAT of DATABASE ' / u03/backup/weekly_bkp_${DLOG}_%U' WEEKLY_BACKUP TAG INCLUDE CURRENT CONTROLFILE;.. reason format

    [backup oracle@primary] $ sh test.sh
    My variable definition: a_19
    Backup started

    Recovery Manager: release 11.2.0.3.0 - Production Wed Sep 23 19:53:02 2015

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

    connected to target database: PROD (DBID = 300203881)

    RMAN >
    From backup to 23-SEP-15
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 36 type device = DISK
    channel ORA_DISK_1: starting from compressed backup set incremental level 0 datafile
    channel ORA_DISK_1: specifying datafile (s) in the backup set
    Enter a number of file datafile = 00001 name=/u03/prod/prod_pr/system01.dbf
    Enter a number of file datafile = name=/u03/prod/prod_pr/sysaux01.dbf 00002
    Enter a number of file datafile = 00005 name=/u03/prod/prod_pr/example01.dbf
    Enter a number of file datafile = name=/u03/prod/prod_pr/undotbs01.dbf 00003
    Enter a number of file datafile = name=/u03/prod/prod_pr/users01.dbf 00004
    channel ORA_DISK_1: starting piece 1 to 23 - SEP-15
    channel ORA_DISK_1: finished piece 1 to 23 - SEP-15
    total, handle = / backup/u03/weekly_bkp_05qht9kv_1_1 tag = comment WEEKLY_BACKUP = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:55
    channel ORA_DISK_1: starting from compressed backup set incremental level 0 datafile
    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: starting piece 1 to 23 - SEP-15
    channel ORA_DISK_1: finished piece 1 to 23 - SEP-15
    total, handle = / backup/u03/weekly_bkp_06qht9mm_1_1 tag = comment WEEKLY_BACKUP = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:01
    Backup finished 23-SEP-15

    RMAN >

    Complete recovery manager.
    Backup is complete
    [backup oracle@primary] $

    [backup oracle@primary] $ ls - tl

    Total 298188

    -rw - r-. 1 oracle oinstall 1097728 23 Sep 19:58 weekly_bkp_a_19_08qht9v5_1_1

    -rw - r-. 1 oracle oinstall 304242688 23 Sep 19:58 weekly_bkp_a_19_07qht9te_1_1

    -rwxr-xr-x. 1 oracle oinstall 320 23 September 19:57 test.sh

    It could be that useful now

    -Pavan Kumar N

  • Data Guard of database status is error ORA-01031: insufficient privileges.

    Hi DBAs,

    I spotted this error while doing daily morning DB health check-ups.

    "The status of Data Guard of ZEUSDB is error ORA-01031: not sufficient privileges."

    I tried Googling, but this error is related to a lot of things so impossible to find the exact solution.

    Kind regards

    Ritu

    No, we don't know the sleep state.  You can watch the alert.log from the night before to see if it is actively applying redo/archivelogs.  You can query V$ DATAGUARD_STATUS on the day before.

    If you have installed and configured broker DataGuard, it can monitor the day before.

    If you use a script, make sure that it is configured to connect properly the SYSDBA privilege and password (or a local connection on the standby server - that would be my preference).

    Hemant K Collette

  • OCI error ORA-01403: no data found in oracle goldengate replication after tts instaniation

    I recently migrated our central system of tg (11.1.0.7) solaris from Sun to linux (11.2.0.3) environment using goldengate (tablespace transportable method used for instantiation).

    Initial replication has worked with HANDLECOLLISIONS and after I took over LAG, I took off Handlecollisions and noticed updated report discarded with OIC error ORA-01403: no data available in two repetitions.


    I followed all the steps in the migration tts steps provided by oracle best practices.


    Can anyone provide any clue how to fix this?


    Thank you in advance.

    For that error, the common problem is missing data, GoldenGate cannot find it because there is no key (search KEYCOLS in the installation guide), or a null is present (trying to update a record and a constraint is not null).

  • ORA-04030: memory of large XML file loading process

    Experts: I am trying to load a 2.1 G XML into a table relational object. The xsd xml schema document is already saved successfully. It fails with the following error:
    ORA-04030: out of process memory when trying to allocate 4032 bytes
    (qmxtgCreateBuf,kghsseg: kolaslCreateCtx)
    ORA-06512: at "SYS.XMLTYPE", line 296
    ORA-06512: at line 1
    I am able to load the document in the NAVIGATION XML BINARY table successfully, but that would not work because I need to create a relational view on top of this table that does not work with storage SECUREFILE XML BINARY.

    Please suggest what can be the solution here?

    Thank you
    Kevin

    The error is correct. You are missing the last quot for the attribute @LOADED

    select  x1.*
       from HUGE_XML T,
          XMLTABLE('/EMPLOYEES'
                PASSING T.xml_col
                COLUMNS CREATED TIMESTAMP  PATH '@CREATED',
                 COLUMNS LOADED TIMESTAMP  PATH '@LOADED
    ) x1
    

    should be

    select  x1.*
       from HUGE_XML T,
          XMLTABLE('/EMPLOYEES'
                PASSING T.xml_col
                COLUMNS CREATED TIMESTAMP  PATH '@CREATED',
                 COLUMNS LOADED TIMESTAMP  PATH '@LOADED'
    ) x1
    

    I invite you to have a read on the white paper: "Oracle XML DB: * choose the best Option of XMLType storage for your use case * (PDF) Jan 2010" here: http://www.oracle.com/technetwork/database-features/xmldb/downloads/index.html
    Advantages and disadvantages of the various options are clearly explained in this white paper.

  • Error: ORA-16757: failed to get the value of this property

    Hi all
    I have an error:
    DGMGRL > see the database dbname_stb LogXptStatus;
    Error: ORA-16757: failed to get the value of this property
    I check:
    DGMGRL > see the configuration;

    Configuration - dbname_dg

    Protection mode: MaxPerformance
    Databases:
    dbname_pr - primary database
    dbname_stb - physical of the standby database

    Fast-Start Failover: DISABLED

    The configuration status:
    SUCCESS

    drcdbname_stb.log:
    RSM0: Received the request the property Get: rid = 0 x 01010000, pid = 54
    2012-10-17 15:21:14.702 of database Resource: get the LogXptStatus property
    RSM 15:21:14.702 2012-10-17 error: trying to interview a 'LogXptStatus' primary type property on a standby database resource.
    2012 10-17 error 15:21:14.702 database resource GetProperty (16501,16757)

    I don't understand this error?
    Thank you all.

    Take a look on this

    Re: ORA-00254 | Trouble with dataguard

  • ERROR ORA-12514: TNS: could not start the extraction process

    Hi Experts,

    I have installed Oracle Golden Gate in the slot environment. But failed to start the extraction process

    Main site (source): it is production DB up and running.

    RAC 2 nodes
    Oracle RAC 11.2.0.1.0
    ASM

    Oracle GoldenGate 11g Release 1 (11.1.1.0.0)

    Enterprise Linux Server version 5.5 (Carthage)
    X 64 processor type
    64-bit operating system

    target Site (destination):

    Single stand-alone server - no CARS
    Version 11.2.0.1.0 Oracle
    ASM

    Oracle GoldenGate 11g Release 1 (11.1.1.0.0)

    Enterprise Linux Server version 5.5 (Carthage)
    X 64 processor type
    64-bit operating system

    Getting error in newspapers below while starting the extraction process:
    RECOVERY: reset to initial or altered checkpoint.
    2012-08-05 10:34:10  ERROR   OGG-00868  Oracle GoldenGate Capture for Oracle, aaa.prm:  Attaching to 
    
    ASM server asm: (12514) ORA-12514: TNS:listener does not currently know of service requested in connect 
    
    descriptor.
    2012-08-05 10:34:10  ERROR   OGG-01668  Oracle GoldenGate Capture for Oracle, aaa.prm:  PROCESS 
    
    ABENDING.
    [oracle @ ggate] $

    Getting error below when connecting with the instance asm directly:
    [oracle@ admin]$ sqlplus sys@asm as sysasm
    
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Aug 5 11:16:11 2012
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Enter password:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    
    
    [oracle@ ~]$ tnsping asm
    AMT Ping utility for Linux: Version 11.2.0.1.0 - Production on August 5, 2012 11:55

    : 42

    Copyright (c) 1997, 2009, Oracle. All rights reserved.

    Use settings files:


    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = xxx-

    Scan) (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ASM) (I

    NSTANCE_NAME = + ASM1)))
    OK (0 msec)
    Any help Please ?
    
    Regards
    
    LazyDBA
    
    Edited by: LazyDBA11g on Aug 5, 2012 12:14 AM
    
    Edited by: LazyDBA11g on Aug 5, 2012 11:25 PM
    
    Edited by: LazyDBA11g on Aug 12, 2012 4:36 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

    It should help you to TRANLOGOPTIONS ASMUSER

    http://oracleabout.blogspot.com/2012/06/GoldenGate-on-ASM-GoldenGate-on-RAC.html

  • Error: ORA-06508: PL/SQL: called program unit is not found

    Hello

    I was surprise issue while testing my code from Oracle. Let me explain first of all the details of the environment. Our application built
    Java/J2EE (Weblogic) and backend is Oracle 11 g re2. Calling Java call through different users who have been providing
    synonymous with option and running for corresponding procedure.
    I created the EXTRACT_CUSTOMER_INFO_PK package which exract data from file text with UTL_FILE (direcory, UTL_FILE grant is provided to the user to DB).
    Now this package was called rp_execute_procedure_pr - I have here is the code
    CREATE OR REPLACE PROCEDURE RP_EXECUTE_PROCEDURE_PR
    (
    i_atlas_job_schedule_fk IN atlas_job_schedule.atlas_job_schedule_pk%TYPE,
    i_job_id IN atlas_job.job_id%TYPE,
    i_parm_value IN atlas_job_schedule.parm_value%TYPE,
    o_status_code ON the NUMBER,
    o_status_mesg OUT VARCHAR2
    )
    IS
    -Other older code that is not relevant to this problem-

    -Other older code that is not relevant to this problem-

    -The code below, I added-
    ELSIF l_job_id = "CUST_EXTRACT" THEN


    EXTRACT_CUSTOMER_INFO_PK.customer_report (i_parm_value,
    o_status_code,
    o_status_mesg);


    -o_status_code: =-99999999.
    -o_status_mesg: = "PARTHA PARTHA PARTHAcess arrested!";

    ON THE OTHER
    o_status_code: =-20300;
    o_status_mesg: = ' Job Id: ' | l_job_id | ' Not found. Process is completed!';
    END IF;

    update_log_auto
    (
    ajs_rec.atlas_job_schedule_pk,
    ' Treatment time (GMT) of the end: '
    );

    EXCEPTION
    WHEN eProcError THEN
    o_status_code: = SQLCODE;
    o_status_mesg: = SUBSTR(vMsg ||) e -'|| SQLERRM, 1, 200);

    WHILE OTHERS THEN
    o_status_code: =-20300;
    o_status_mesg: = SUBSTR (SQLERRM, 1, 200);

    update_log_auto
    (
    ajs_rec.atlas_job_schedule_pk,
    ' Error: '. SQLERRM | » '
    );

    update_log_auto
    (
    ajs_rec.atlas_job_schedule_pk,
    ' Treatment time (GMT) of the end: '
    );
    END RP_EXECUTE_PROCEDURE_PR;


    Now he compiled sucesfully. And while I SAT RP_EXECUTE_PROCEDURE_PR then run fine and extracted txt file. But while I called him procedural Java it gives us the error as
    Error: ORA-06508: PL/SQL: 13:16:51 August 2, 2012 called program unit could not be found.

    Like I said RP_EXECUTE_PROCEDURE_PR old proc and used by the other proc, so I first think question is newly added code or maybe a few grants or synonym (although it should not be)
    So I created public means amd gave run grant to my public pkg.
    But he repeated the same mistake.
    I have a lot of R & D on my package but nothing happen. Finally I have my new pkg RP_EXTRACT_CUSTOMER_INFO_PK remane and it works fine

    I need to know what is the RCA for her. I donot think any problem as renaming pkg dependecy works very well.

    NB my user DB iATLAS and Javauser is SUDEEP


    Thanks in advance

    Martin Paiva

    Name conflict usually occurs because there is another object with the same name: could be it is even a java package name and plsql package package or could be same name from a different scheme.

    First of all, try to use the fully qualified name: myschema.mypackage.myprocedure

  • ORA-04030: memory of process

    Hello

    In obiee 10g, sometimes some users get this msg of error for some reports.
    The problem is that it doesn't happen all the time. Sometimes for some reports.

    The error is
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error occurred. [nQSError: 17001] Oracle error code: 4030, message: ORA-04030: out of process memory when trying to allocate 57868 byte (hash-joi QERHJ, kllcqas:kllsltba) beaked call OCIStmtExecute: WITH SAWITH0 AS (SQL statement is here)

    Now, they want to know why this error occurs or why only sometimes.
    As now, if the error occurs and then they logg off after some time they log in the report can again started working.

    Any help?

    Thank you

    How to resolve ORA-04030: lack of process in the attempt to allocate memory
    http://www.DBA-Oracle.com/t_ora_04030_out_process_memory.htm
    How to resolve ORA-04030: lack of process in the attempt to allocate memory

  • RMAN-04006: auxiliary database error: ORA-12504: TNS:listener has not been

    HIII...

    I was doing my dataguard configuration, my primary side is a 2 node RAC and my stand by is a single node.
    IM using the database and 11 GR 2 grid infrastructure.

    When I try to connect to the rating system standy priamry using RMAN im getting the following error.

    [*[*Oracle@Rac2 ~] rman target $ / auxiliary sys / sys@to_std *.

    Recovery Manager: release 11.2.0.1.0 - Production on Thu Sep 29 20:39:04 2011

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

    connected to target database: RAC (DBID = 2346715690)
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of the package manager internal collection failed
    RMAN-04006: auxiliary database error: ORA-12504: TNS:listener did not have the SERVICE_NAME in CONNECT_DATA


    My tnsnames.ora file is as follows

    to_std =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp (PORT = 9999))(HOST=datagrd))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = STB.msftpnq.com)
    )
    )


    and my listsner.ora file is as follows

    list_std =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp (PORT = 9999))(HOST=datagrd))
    )
    )
    SID_LIST_list_std =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = STB.msftpnq.com)
    (SID_NAME = STB)
    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)
    )
    )


    Please can someone help me to solve the issue.


    Thanks in advance.

    change the string Service_name in the tnsnames.ora file in the following and try again

    (SERVICE_NAME = STB) will be replaced by (SERVICE_NAME = STB.msftpnq.com)

  • ORA - 04030

    When I compile my stored procedure, its give me error, below

    ORA-04030: memory of process when trying to allocate 320 bytes (kxs-bunch-c, temporary memory)

    How to solve it. ?

    can someone give me explanation step by step to solve this problem?

    I use Oracle 10 g on windows XP with 2 GB of RAM

    I could be wrong, but isn't

    create or replace procedure cap2_assmnt_fun_othsurvey
    (
     p_role_id in cap2_assmnt_status.role_id%type,
     p_report_month in cap2_assmnt_status.report_month%type,
     p_report_year in cap2_assmnt_status.report_year%type,
     p_pkid in cap2_assmnt_status.pkid%type
    )
    is
    insert into cap2_assmnt_fun_othsurvey
    values ( p_role_id,
             p_report_month,
             p_report_year,
             p_pkid,
             (select sum(prc_rtn_oby)
                from cap2_assmnt_fun_othsurvey
               where (role_id,pkid) in (select role_id,pkid
                                          from cap2_assmnt_status
                                         where role_id in (select pkroleid
                                                             from tblrole
                                                            where parentrole = p_role_id
                                                          )
                                           and report_month = p_report_month
                                           and report_year = p_report_year
                                           and status in ('PC','D')
                                        union
                                        select role_id,pkid
                                          from cap2_assmnt_status
                                         where role_id = p_role_id
                                           and pkid = 'E'
                                       )
            ),
            (select sum(prc_rtn_obm)
               from cap2_assmnt_fun_othsurvey
              where (role_id,pkid) in (select role_id,pkid
                                         from cap2_assmnt_status
                                        where role_id in (select pkroleid
                                                            from tblrole
                                                           where parentrole = p_role_id
                                                         )
                                          and report_month = p_report_month
                                          and report_year = p_report_year
                                          and status in ('PC','D')
                                       union
                                       select role_id,pkid
                                         from cap2_assmnt_status
                                        where role_id = p_role_id
                                          and pkid = 'E'
                                      )
            ),
            (select sum(prc_rtn_obm_bf_corr)
               from cap2_assmnt_fun_othsurvey
              where (role_id,pkid) in (select role_id,pkid
                                         from cap2_assmnt_status
                                        where role_id in (select pkroleid
                                                            from tblrole
                                                           where parentrole = p_role_id
                                                         )
                                          and report_month = p_report_month
                                          and report_year = p_report_year
                                          and status in ('PC','D')
                                       union
                                       select role_id,pkid
                                         from cap2_assmnt_status
                                        where role_id = p_role_id
                                          and pkid = 'E'
                                      )
            ),
            (select sum(prc_rtn_obm_total_corr)
               from cap2_assmnt_fun_othsurvey
              where (role_id,pkid) in (select role_id,pkid
                                         from cap2_assmnt_status
                                        where role_id in (select pkroleid
                                                            from tblrole
                                                           where parentrole = p_role_id
                                                         )
                                          and report_month = p_report_month
                                          and report_year = p_report_year
                                          and status in ('PC','D')
                                       union
                                       select role_id,pkid
                                         from cap2_assmnt_status
                                        where role_id = p_role_id
                                          and pkid = 'E'
                                      )
            ),
            (select sum(prc_rtn_xfinoutstroff)
               from cap2_assmnt_fun_othsurvey
              where (role_id,pkid) in (select role_id,pkid
                                         from cap2_assmnt_status
                                        where role_id in (select pkroleid
                                                            from tblrole
                                                           where parentrole = p_role_id
                                                         )
                                          and report_month = p_report_month
                                          and report_year = p_report_year
                                          and status in ('PC','D')
                                       union
                                       select role_id,pkid
                                         from cap2_assmnt_status
                                        where role_id = p_role_id
                                          and pkid = 'E'
                                      )
            ),
            (select sum(prc_rtn_add_dm)
               from cap2_assmnt_fun_othsurvey
              where (role_id,pkid) in (select role_id,pkid
                                         from cap2_assmnt_status
                                        where role_id in (select pkroleid
                                                            from tblrole
                                                          where parentrole = p_role_id
                                                         )
                                          and report_month = p_report_month
                                          and report_year = p_report_year
                                          and status in ('PC','D')
                                       union
                                       select role_id,pkid
                                         from cap2_assmnt_status
                                        where role_id = p_role_id
                                          and pkid = 'E'
                                      )
            ),
            (select sum(prc_rtn_disp_bm)
               from cap2_assmnt_fun_othsurvey
              where (role_id,pkid) in (select role_id,pkid
                                         from cap2_assmnt_status
                                        where role_id in (select pkroleid
                                                            from tblrole
                                                           where parentrole = p_role_id
                                                         )
                                          and report_month = p_report_month
                                          and report_year = p_report_year
                                          and status in ('PC','D')
                                       union
                                       select role_id,pkid
                                         from cap2_assmnt_status
                                        where role_id = p_role_id
                                          and pkid = 'E'
                                      )
            )
           )
    

    just

    insert into cap2_assmnt_fun_othsurvey
    select p_role_id,
           p_report_month,
           p_report_year,
           p_pkid,
           sum(prc_rtn_oby),
           sum(prc_rtn_obm),
           sum(prc_rtn_obm_bf_corr),
           sum(prc_rtn_obm_total_corr),
           sum(prc_rtn_xfinoutstroff),
           sum(prc_rtn_add_dm),
           sum(prc_rtn_disp_bm)
      from cap2_assmnt_fun_othsurvey
     where (role_id,pkid) in (select role_id,pkid
                                from cap2_assmnt_status
                               where role_id in (select pkroleid
                                                   from tblrole
                                                  where parentrole = p_role_id
                                                )
                                 and report_month = p_report_month
                                 and report_year = p_report_year
                                 and status in ('PC','D')
                              union
                              select role_id,pkid
                                from cap2_assmnt_status
                               where role_id = p_role_id
                                 and pkid = 'E'
                             )
    

    Concerning

    Etbin

Maybe you are looking for

  • Designjet t120: ERROR B333007C

    Amanecio con este error el designjet t120 B333007C PANTALLA AZUL Y No. HACE NADA No. SONIDOS NOMAS MESSAGES

  • packaging by ripple works ok, but no launch

    Hello Everything started playing with WebWorks today (OS of PB). Tried to start my own first HelloWorld app. Packaging by ripple works very well, I see the .bar file. But trying to launch my (physical) PlayBook, the package & launch batch stops. No e

  • Value of the variable of LMS

    My variable of user customized course users and it is important that its current value is stored in the LMS when the user leaves the course, but no matter, I make only the initial variable value is stored (when I check the LMS the value that appears

  • time of DB to autotrace

    Hi allThis is probably an easy question for some of you guys, but...What is the best way to get the "db" to a query time in sqlplus?Is the way to get to AUTOTRACE or something?I found blogger this extended post autotrace output as follows:Statistics-

  • UPGRADE MEMORY FOR WIN 7 ULTIMATE

    Hi all & greetings,. This my first post on my T61 Lenovo & I hope all you experts out there would give me some advice on the following: I have a T61 used with the following specifications; Processor: T7300 RAM           ; 2 x 1 GB (2 GB total) Operat