Error ORA-01400 creation policy in AV 12 c

Hello

I have configured the host, the agent, collectors everything is ok and works, but when I try to create a strategy of the VA gives me this error:

ORA-01400: cannot insert NULL into ('AVSYS". "" "" AUDIT_SETTING_ARCHIVE_MAP '. "" ARCHIVE_ID')

ANY IDEA? NO MATTER WHAT SETTING I NEED TO CHECK FIRST?

THNKS FOR MORE INFORMATION!

Hello.!!

thnks... !!

Yes, I opened a SR and the response was the question in the note, so then oracle created the note:

Creating a strategy for auditing in 12 c AVDVF fails with error ORA-01400 (Doc ID 1680878.1)

Tags: Database

Similar Questions

  • Autconfig error: ORA-01400: cannot insert NULL into ('APPLSYS". "" "" FND_NODES '. "" NODE_NAME')

    Nice day

    I'm under EBS 11.5.10 with DB 10.2.0.4. I applied patch 7429271 following the steps described in the Doc id 233044.1.

    After restarting the application, I had one "node id does not exist for the current application" when forms started.

    After serving nodes (exec fnd_conc_clone.setup_clean) DNF, I ran successfully on the dbtier autoconfig but got the error below in the layer of apps.

    I also noticed that the content of my BCD file has been deleted and replaced by the model data (all values are by default). I tried to restore but it just had class written once again with default data.

    Hope my explanation was clear enough.

    Any suggestions?

    -adconfig.log error-

    Unique constraint error (00001) is OK if the key already exists

    java.sql.SQLException: ORA-01400: cannot insert NULL into ('APPLSYS". "" "" FND_NODES '. "" NODE_NAME')

    ORA-06512: at the 'APPS '. FND_CONCURRENT', line 1504

    ORA-06512: at the 'APPS '. FND_APP_SERVER_PKG', line 163

    ORA-06512: at line 1

    -Database error change the server

    You have the latest applied AutoConfig patch (Patch 9535311 - T2K AUTOCONFIG AND TEMPLATES CUMULATIVE HOTFIX U)? If this isn't the case, please apply the patch and then try.

    Additionally, make sure that you have entered in the file/etc/hosts.

    Thank you

    Hussein

  • Import error: ORA-01400: cannot insert NULL in

    I'm performing a level schema import and I get this error. Half an hour, this error comes without any stop. could you please tell me how to ignore this error when executing import?

    IMP-00019: rejected due to the ORACLE 1400 error line
    IMP-00003: ORACLE error 1400
    ORA-01400: cannot insert NULL into ("LWARE_ADMIN". "" "" SAMPLE_AUDIT_LOG '. "" COUNTER")

    Db version is 10.2.0.4 and platform HP - UX B.11.31 U ia64

    Thank you!

    Hello

    Please read this article

    ORA-1400 when you import the Export Dump written in Mode Direct Path [ID 826746.1]

    Kind regards
    Rakesh jayappa

  • Implementation of Ldap errors - ORA-01400, ERR-10480

    Scott,

    I get this error when you try to implement Ldap in active directory.

    I use apex 3.2.0.00.27 and oracle database 10g Enterprise Edition Release 10.2.0.3.0


    ORA-01400: cannot insert NULL into ("APEX_030200". «WWV_FLOW_USER_ACCESS_LOG2$ '.» ("' SECURITY_GROUP_ID")
    ERR-10480 error cannot perform the function of verification of the authentication credentials.
    Ok


    Request 103 101 home edition page create Session activity Debug Hide Edit links see change it links
    Location: f? p = 103:101:189300501816980¬ification_msg =
    Invalid%20Login%20Credentials/4AA19826E86C3D0EE59CA6ED37F419D4/


    My plsql function tests fine in sql developer.


    I have read all the threads that I can find and I'm still not able to solve the problem

    Here's my function less sensitive data.

    create or replace
    FUNCTION ldap_auth (p_username in varchar2, p_password in varchar2) return a Boolean value
    is
    -Set Variables-
    l_ldap_host VARCHAR2 (512): = 'server ';
    l_ldap_port PLS_INTEGER: = 389;
    l_ldap_user VARCHAR2 (512): = "Cn = test_system, or = test accounts, dc is corp, dc = test, dc = com';"
    l_ldap_passwd VARCHAR2 (512): = "password";
    l_ldap_base VARCHAR2 (256): = 'dc = corp, dc = test, dc = com';
    l_filter VARCHAR2 (100): = 'cn =' | p_username;
    l_session DBMS_LDAP. SESSION;
    l_res DBMS_LDAP. MESSAGE;
    l_msg DBMS_LDAP. MESSAGE;
    instantaneous VARCHAR2 (1000);
    l_retval PLS_INTEGER;
    l_retval2 PLS_INTEGER;
    l_retval3 PLS_INTEGER;
    l_attr DBMS_LDAP.string_collection;
    BEGIN
    l_retval: = - 1;
    DBMS_LDAP.use_exception: = true;

    BEGIN
    -Connect to session-
    l_session: = DBMS_LDAP.init (l_ldap_host, l_ldap_port);
    -DBMS_OUTPUT.put_line (RPAD ('l_filter', 25, ' ') |) ': ' || l_filter);
    -DBMS_OUTPUT.put_line (RPAD ('ldap session', 25, ' ') |) ': '||
    -SUBSTR (l_session, 1, 16). -(renvoyées_par_init) ');
    -DBMS_OUTPUT.put_line (RPAD ('user', 25, ' ') |) ': ' || p_username);
    -Simple bind with service account
    l_retval2: = DBMS_LDAP.simple_bind_s (l_session, l_ldap_user, l_ldap_passwd);
    -DBMS_OUTPUT.put_line (RPAD ("S Binnd Simple", 25, ' ') |) ': ' || l_retval2);
    -Search
    l_retval: =.
    DBMS_LDAP.search_s (ld = > l_session,)
    Base = > l_ldap_base,
    SCOPE = > DBMS_LDAP.scope_subtree,
    filter = > l_filter,
    uploading = > l_attr,
    attronly = > 0,
    RES = > l_res
    );
    -DBMS_OUTPUT.put_line (RPAD ('return search_s', 25, ' ') |) ': '|| To_char (l_retval));
    -The county entered
    l_retval: = DBMS_LDAP.count_entries (l_session, l_res);
    -DBMS_OUTPUT.put_line (RPAD ("number of entries", 25,"'") | ': ' |) l_retval);
    -Made the first entry
    l_msg: = DBMS_LDAP.first_entry (l_session, l_res);
    -DBMS_OUTPUT.put_line (RPAD ('l_msg,' 25, ' ') |) ': ' || l_msg);
    -DBMS_OUTPUT.put_line (RPAD ('user', 25, ' ') |) ': ' || p_username);
    -Do Dn
    instantaneous: = DBMS_LDAP.get_dn (l_session, l_msg);
    -DBMS_OUTPUT.put_line (RPAD ('instantaneous', 25, ' ') |) ': ' || instantaneous);
    -Fact - unbind
    l_retval3: = DBMS_LDAP.unbind_s (l_session);
    RETURNS true;
    EXCEPTION
    WHILE OTHERS
    THEN
    l_retval3: = DBMS_LDAP.unbind_s (l_session);
    RETURNS false;
    END;
    EXCEPTION
    WHILE OTHERS
    THEN
    RETURNS false;
    END ldap_auth;



    On the login processing screen I have following information

    LDAP host: Server
    LDAP port: 389

    LDAP dn string: % LDAP_USER %
    LDAP username change function: return ldap_auth;


    I also try to use access control, which worked correctly with the authentication request.


    Any help would be appreciated.

    It seems that your authentication below is the full agreement. Why not take the ldap information as it is and only have the function with the parameter authentication scheme:

    Authentication:
    return ldap_auth

  • Error ORA-01400 in application

    Hello:

    I get the following error when I try to create a new customer.
    ORA-01400: cannot insert null into ('client.id")

    It comes to my table structure:
    ID number not Null PK
    ClientID varchar2
    client_code varchar2
    client_name varchar2

    I created a report that displays all the customers table. I also have a button CREATE on the report so my users can create new customers. The branches of button CREATE to the next page which is a form.

    I click on CREATE and the form appears. Screen displays all fields except id which is the primary key and the area of items in Page rendering, it will appear as hidden.

    I try to add a customer, click on create and I get the above message.

    I changed the element id of hidden in the text field and attempted to create a new one and this time it worked.

    Also, the id field should be autoincremented which I'm unable to understand how to configure. I have a sequence is created, ID2_SEQ. NEXTVAL, which, once I do a real insert via SQL statement * most ID field increments of one.

    When I created the report, I couldn't find a way to make reference to this sequence for the button. I think that may have something to do with the fact that I'm not my error message insert a value for the primary key. Yet, in the APEX, I read that the primary key is not supposed to be editable. Here, I'm totally confused.

    Basically when the user clicks CREATE, I want the following INSERT statement to work:
    INSERT INTO customer (id, clienid, client_code, client_name) VALUES (id2.seq.nextval,: P1_clientid,: P1_client_code,: P1_client_name);

    The APEX documentation is not very clear on how to do it.

    Can someoene help out me? This should not be complicated.

    Thanks for all the help.

    Hello

    I hope I'm reading your code correctly... I think that your trigger must be:

    CREATE OR REPLACE TRIGGER ENCRYPT_PW_T1
    BEFORE INSERT OR UPDATE ON ENCRYPT_PW
    FOR EACH ROW
    BEGIN
      IF :NEW.PW_ID IS NULL
        THEN SELECT PW_ID2_SEQ.NEXTVAL INTO :NEW.PW_ID FROM DUAL;
      END IF;
      IF INSERTING THEN
        :NEW.PASSWORD := ENC_CLIENT.ENC_PASSWORD(:NEW.PASSWORD, :NEW.CLIENTID, 'OpenSesame');
      ELSE
        IF :NEW.PASSWORD <> :OLD.PASSWORD THEN
          :NEW.PASSWORD := ENC_CLIENT.ENC_PASSWORD(:NEW.PASSWORD, :NEW.CLIENTID, 'OpenSesame');
        END IF;
      END IF;
    END;
    

    It will handle inserts and updates. The code should first check if a new PK PW_ID is necessary and set if it is. Then, for insertions only, it will encrypt the entered password - I assume here that the password will be "plain text" and requires encryption. For updates only, check if the current password matches the old password (comparing a new version decrypted with decrypted version) - if it does not (that is to say, the password has been changed), then update the password with the new encrypted password value.

    Unfortunately, the package of dbms_crypto doesn't seem to be available on my workspace OTN (don't know why), so I have not been able to test this.

    Andy

  • ORA-01400 ccannot insert NULL into ("SYS". «SUMINLINE$ '.» ("' TEXT ')

    Hello

    First I'll apologize I can't give too much information as my client is offline and remotely. The SQL I will discuss work on his test and my solution Oracle XE. But on live, we get the error shows:

    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-01400: cannot insert NULL into ("SYS". «SUMINLINE$ '.» ("' TEXT ').

    I have never posted on this forum but I do not understand what makes the table SUMINLINE$ and it has relevance. Please also excuse if there is a better way to write the SQL code), in any case any guideance would be useful.

    I thought it may be down to how I use rownum (he is a complete proposal) but he materializes in the previous view, I don't see how it could be)

    In any case if someone is good enough to spend a little time there, watching the SQL below I would be eternally grateful.

    -----------------------------------------------------
    STEP 1: I have a materialized view of base:
    (he uses the 'rownum' as primary key as a primary key is needed more late and from this point of view does not
    a primary key, as it is a view complex)
    -------------------------------------------------------

    Bo_socrates.baseCSIIdentPerPerson CREATE MATERIALIZED VIEW
    TABLESPACE bo_socrates
    PCTUSED 0
    PCTFREE 10
    INITRANS 2
    MAXTRANS 255
    STORAGE)
    1040K INITIALS
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    DEFAULT USER_TABLES
    )
    NOCACHE
    NOLOGGING
    NOPARALLEL
    IMMEDIATE CONSTRUCTION
    COMPLETE REFRESH
    WITH THE PRIMARY KEY
    AS
    SELECT rownum iid,
    csi.attendId,
    csi.sceneId,
    csi.caseId,
    csi.identDate,
    csi.identType,
    csi.subIdenttype,
    csi.suspectId,
    CSI. Surname,
    CSI. Data,
    CSI. CRO,
    CSI. ConfirmedIdent
    OF bus_objects.v_factCSIIdentPerPerson csi
    ;

    CREATE INDEX bo_socrates.ind_baseCSIIdentPerson_Id on bo_socrates.baseCSIIdentPerPerson (id)
    TABLESPACE bo_socrates
    STORAGE (INITIAL 64K MINEXTENTS 1 MAXEXTENTS UNLIMITED) NOLOGGING;


    -----------------------------------------------------
    STEP 2: This materialized view (my fact table) uses the previous view of the materilalized
    as a point to calculate the date of fact. It is for example the background 'unit' people
    but I also need to know what people came first, that people came first with blue hats, etc..
    So I use one with instructions to discover these facts.
    * PLEASE NOTE THAT IT IS THIS VIEW WHICH TRIGGERS THE ERROR WHEN THE SCRIPT IS RUN *.
    If there is a simpler way to write so please let me know
    This point of view basically uses the primary key (id) generated in the above view by using rownum
    -------------------------------------------------------
    Bo_socrates.factCSIIdent CREATE MATERIALIZED VIEW
    TABLESPACE bo_socrates
    PCTUSED 0
    PCTFREE 10
    INITRANS 2
    MAXTRANS 255
    STORAGE)
    1040K INITIALS
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    DEFAULT USER_TABLES
    )
    NOCACHE
    NOLOGGING
    NOPARALLEL
    IMMEDIATE CONSTRUCTION
    COMPLETE REFRESH
    WITH THE PRIMARY KEY
    AS
    With
    firstAttend like)
    Select Attendid, Min (IdentDate) Identdate,
    Min (ID) Id,
    Min (case when identtype = 0 Then ID else null end) IPF,
    Dnaid, min (case when identtype = 1 Then ID else null end),
    Fwid, min (case when identtype = 2 Then ID else null end),
    Min (Case When Confirmedident = 1 then end Id or Null) Idconfirm,
    Fpidconfirm, min (case when identtype = 0 and Confirmedident = 1 Then ID else null end),
    Dnaidconfirm, min (case when identtype = 1 and Confirmedident = 1 Then ID else null end),
    Min (case when identtype = 2 and confirmedident = 1 Then ID else null end) FwidConfirm
    Of Bo_Socrates.Basecsiidentperperson
    Attendid GROUP),
    firstInd AS)
    Select Attendid, SuspectId, Identdate, Min (Id) Id, Min (IdentDate),
    Min (case when identtype = 0 Then ID else null end) IPF,
    Dnaid, min (case when identtype = 1 Then ID else null end),
    Fwid min (case when identtype = 2 Then ID else null end)
    Of bo_socrates. BaseCSIIdentPerPerson
    Attendid group, Suspectid)
    Select csi.id,
    csi.attendId,
    csi.sceneId,
    csi.caseId,
    csi.identDate,
    CSI.identtype,
    csi.subIdenttype,
    csi.suspectId,
    CSI. Surname,
    CSI. Data,
    CSI. CRO,
    Csi.Confirmedident,
    Case when Ind.Id is Null then 0 otherwise 1 end Firstindident.
    Case when Ind.Fpid is Null then 0 otherwise 1 end Firstindidentfp.
    Case when Ind.DNAid is Null then 0 otherwise 1 end FirstindidentDNA.
    Case when Ind.FWid is Null then 0 otherwise 1 end FirstIndIdentFW.
    Case when Att.Id is Null then 0 otherwise 1 end Firstattident.
    Case when Attfp.Fpid is Null then 0 otherwise 1 end Firstattidentfp.
    Case when AttDNA.DNAid is Null then 0 otherwise 1 end FirstattidentDNA.
    Case when Attfw.Fwid is Null then 0 otherwise 1 end Firstattidentfw.
    Case when Att.IdConfirm is Null then 0 otherwise 1 end FirstattidentConfirm.
    Case when Attfpc.Fpidconfirm is Null then 0 otherwise 1 end Firstattidentfpconfirm.
    Case when AttDNAc.DNAidconfirm is Null then 0 otherwise 1 end FirstattidentDNAconfirm.
    Cases where AttFWc.FWidconfirm is Null then 0 otherwise 1 end FirstattidentFWconfirm
    Of Bo_Socrates.Basecsiidentperperson Csi
    Left outer join Firstind Ind Csi.Id = Ind.Id
    Left outer join Firstind Indfp Csi.Id = Indfp.Fpid
    Left outer join Firstind Inddna Csi.Id = Inddna.Dnaid
    Left outer join Firstind IndFW Csi.Id = IndFW.FWid
    Left outer join Firstattend Att Csi.Id = Att.Id
    Left outer join Firstattend Attfp Csi.Id = Attfp.Fpid
    Left outer join Firstattend Attdna Csi.Id = Attdna.Dnaid
    Left outer join Firstattend Attfw Csi.Id = Attfw.Fwid
    Left outer join Firstattend Attfpc Csi.Id = AttFPc.Fpidconfirm
    Left outer join Firstattend Attdnac Csi.Id = AttDNAc.DNAidconfirm
    Left outer join Firstattend Attfwc Csi.Id = AttFWc.Fwidconfirm
    ;


    CREATE INDEX bo_socrates.ind_factCSIIdent_Id on bo_socrates.factCSIIdent (attendId)
    TABLESPACE bo_socrates
    STORAGE (INITIAL 64K MINEXTENTS 1 MAXEXTENTS UNLIMITED) NOLOGGING;

    CREATE INDEX bo_socrates.ind_factCSIIdent_date on bo_socrates.factCSIIdent (identDate)
    TABLESPACE bo_socrates
    STORAGE (INITIAL 64K MINEXTENTS 1 MAXEXTENTS UNLIMITED) NOLOGGING;

    CREATE INDEX bo_socrates.ind_factCSISubIdent_type on bo_socrates.factCSIIdent (subidentType)
    TABLESPACE bo_socrates
    STORAGE (INITIAL 64K MINEXTENTS 1 MAXEXTENTS UNLIMITED) NOLOGGING;


    COMMIT;

    Details of the message of pl of the OS and database versions. It is probably a bug - pl see these Docs MOS

    Error ORA-01400 creating MView ANSI join [ID 1495499.1]
    While Alter Materialized View compilation then error ORA-01400 product [1377447.1 ID]

    As the State of docs, a fix is available in the next version of Oracle (12g) - I'd say you open an SR with Support

    HTH
    Srini

  • ORA-19504: failed to create the file, ORA-00270: creation of the archiving log error

    Hello

    Oracle 11 g 2 on windows 7, I of primary and standby on the same system (learning).

    When I check on status of primary and secondary use under request it gives applied log is 'NO '.

    SQL > select sequence #, used from v$ archived_log;

    SEQUENCE # APPLIED
    ---------- ---------
    516 NO.
    517 NO.
    NO. 523
    NO. 524
    525 NO.
    531 NO.
    NO. 532
    533 NO.
    NO. 541
    544 NO.

    When I checked error on DB primary .he give me more erro.
    SQL > SELECT 'ID', 'DB_status' STATUS DEST_ID, EXCURSION place "Archive_dest', 'ERROR' OF V$ ARCHIVE_DEST WHERE DEST_ID < = 5;
    ---------- ---------
    Error Archive_dest
    ------------------------------------------------------------------------------------------------------------------------------------------------------
    1 D:\app\kamdarvg\flash_recovery_area\test\ARCHIVELOG ORA-19504: cannot create the file «»

    2 STAND ORA-00270: creation of the archiving log error

    I checked the space on the system... is there enough free space on the disk.

    On primary DB (destination of the journal archive)

    SQL > list of archive logs
    Database log mode Archive Mode
    Active AutoArchive
    Destination of archive D:\app\kamdarvg\flash_recovery_area\test\ARCHIVELOG
    More old sequence of journal online 564
    Log sequence archive 566
    Current log sequence 566

    On standby DB (list of newspapers of record)

    SQL > list of archive logs
    Database log mode Archive Mode
    Active AutoArchive
    Destination of archive D:\app\kamdarvg\flash_recovery_area\test\ARCHIVELOG
    More old sequence of journal online 564
    Log sequence archive 566
    Current log sequence 566

    Please guide it's because of the destination of the journal archive even shared by the standby and primary?

    If yes how do I change the destination of the newspaper archive on standby DB?

    Thank you.

    Edited by: 977220 April 18, 2013 20:49

    change initialization parameter

  • Error ORA - 00604 DB creation with DBCA

    Hello

    I want to create an instance of database with MS Windows 8.1 64bits.

    So I installed the Standard Edition 12.1.0.1.16 database (12.1.0.1.0 and Patch16). Now, when I create an instance I get the error ORA-00604 in the script cloneDBCreation.sql to the command ' modify AL32UTF8 database character set INTERNAL_CONVERT '.»

    Has anyone an idea what is the problem?

    Thanks in advance.

    Kind regards

    Martin

    12.1.0.2 is only available under EA right now - see MOS Doc 1905806.1

  • Error ORA-03206 tablespace creation

    Hi experts,

    I am creating a tablespace in 10 g,

    create tablespace testdata datafile 'd:\ts_sth.dbf '.
    size 2g
    autoextend on maxsize 35g
    extent management local uniform size 1 g;

    came across the following error

    ORA-03206: maximum file size of blocks (4587520) in the AUTOEXTEND clause is out of range


    Help, please

    Thank you very much
    Charles

    Published by: user570138 on August 20, 2009 22:28

    Published by: user570138 on August 20, 2009 22:29
    SQL> create tablespace testdata datafile 'd:\ts_sth.dbf'
      2  size 2g
      3  autoextend on maxsize 32768m;
    create tablespace testdata datafile 'd:\ts_sth.dbf'
    *
    ERROR at line 1:
    ORA-03206: maximum file size of (4194304) blocks in AUTOEXTEND clause is out of
    range
    
    SQL> ed
    Wrote file afiedt.buf
    
      1  create tablespace testdata datafile 'd:\ts_sth.dbf'
      2  size 2g
      3* autoextend on maxsize 32767m
    SQL> /
    
    Tablespace created.
    

    32768 m = 32 GB

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

  • DB Link error: ORA-12154: TNS: could not resolve the connect identifier specified

    Hi all

    We need to make an entry in the tnsname.ora file in a local database to connect to the remote database using db link?

    Here is my code: -.

    create the database link * _DBLINK

    connect to the USER IDENTIFIED BY 'user '.

    using '(DESCRIPTION =)

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = *. *. *. *)(PORT = 1521))

    )

    (CONNECT_DATA = (SERVICE_NAME = REM)

    )';

    After the creation of the DB connection when I'm trying to run select 1 of dual@***_DBLINK

    He throws me an error ORA-12154: TNS: could not resolve the connect identifier specified

    Am I expected to do an entry in the file tnsname.ora for "REM". I don't remember making any changes in the file tnsname.ora for the creation and access of the remote database via dblink.

    Help, please.

    Thanks in advance.

    2925917 wrote:

    Hi all

    We need to make an entry in the tnsname.ora file in a local database to connect to the remote database using db link?

    Here is my code: -.

    create the database link * _DBLINK

    connect to the USER IDENTIFIED BY 'user '.

    using '(DESCRIPTION =)

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = *. *. *. *)(PORT = 1521))

    )

    (CONNECT_DATA = (SERVICE_NAME = REM)

    )';

    After the creation of the DB connection when I'm trying to run select 1 of dual@***_DBLINK

    He throws me an error ORA-12154: TNS: could not resolve the connect identifier specified

    Am I expected to do an entry in the file tnsname.ora for "REM". I don't remember making any changes in the file tnsname.ora for the creation and access of the remote database via dblink.

    Help, please.

    Thanks in advance.

    I've learned to trust in your obfuscation you covered something important, or you are showing some apples and oranges.  Error to declare you come from not being able to find referenced in tnsnames.ora entry, but the way you say you created your link db, you hardcoded the entire connection, so he never users tnsnames.ora.

    I would change the definition of db_link

    create the database link * _DBLINK

    connect to the USER IDENTIFIED BY 'user '.

    using "REM."

    Then create an entry in your tnsnames.ora

    REM =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = *. *. *. *)(PORT = 1521))

    )

    (CONNECT_DATA = (SERVICE_NAME = REM)

    )

    )

    Also, use server name instead of the HOST = IP address

    The closer looks that you can miss brackets final closing on your original definition.

  • InPlace schema evolution error: ORA-31166: error code internal etc...

    Hello

    I have a table in which I will be storing an XMLTYPE column based on an XML schema. I use the following version of the database:
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Aug 23 18:20:12 2012
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Now, when I run my test InPlace Schema Evolution, I get the following error message:

    < font color = "red" >
    ORA-31166: internal error code to handle ignorable attributes
    < / make >

    I built a re-producable case of test for the purpose of this post on the forum. For starters, I have a database scheme grants the following privileges:
    DIRECTLY GRANTED SYSTEM PRIVS
    =============================
    CREATE TRIGGER
    ALTER SESSION
    CREATE TABLE
    
    EXECUTE PRIVS (SYS-OWNED PACKAGES)
    =============
    EXECUTE ON DBMS_XMLSCHEMA
    
    ROLES GRANTED
    =============
    CONNECT
    DATA_ROLE
    
    DATA_ROLE DDL
    =============
    create role DATA_ROLE not identified;
    grant create database link to DATA_ROLE;
    GRANT CREATE MATERIALIZED VIEW TO DATA_ROLE;
    grant create procedure to DATA_ROLE;
    grant create sequence to DATA_ROLE;
    GRANT CREATE SYNONYM TO DATA_ROLE;
    grant create table to DATA_ROLE with admin option;
    grant create trigger to DATA_ROLE;
    grant create view to DATA_ROLE;
    grant select any dictionary to DATA_ROLE;
    All other scripts are run as the database schema. For the purposes of clarity, let's call the {*} TEST_DB_SCHEMA {*}. I follow the steps below in this scheme:

    H3. 1. run this PL/SQL script to record the Version 1 of my XML schema:
    PROMPT -------------------------------;
    PROMPT INITIAL XML SCHEMA REGISTRATION;
    PROMPT -------------------------------;
    
    SET SERVEROUTPUT ON
    SET FEEDBACK OFF
    
    DECLARE
       l_xsd_url_con CONSTANT VARCHAR2(60) := 'http://home/xsd/test_binXML_v1.xsd';
       
       l_xml_schema VARCHAR2(32767);
       
       E_XSD_ALREADY_REGISTERED EXCEPTION;
       PRAGMA EXCEPTION_INIT(E_XSD_ALREADY_REGISTERED, -31085);
    BEGIN
       l_xml_schema :=
          '<xs:schema'||CHR(10)||
          'xmlns:xs="http://www.w3.org/2001/XMLSchema"'||CHR(10)||
          'xmlns:xdb="http://xmlns.oracle.com/xdb"'||CHR(10)||
          'version="1.0"'||CHR(10)||
          'xdb:storeVarrayAsTable = "true">'||CHR(10)||
          ' <xs:element name="TransactionBatch" type="TransactionBatchType" xdb:defaultTable="XSD_TEST_BATCH_BINXML1"/>'||CHR(10)||
          ' <xs:complexType name="TransactionBatchType">'||CHR(10)||
          '  <xs:sequence>'||CHR(10)||
          '   <xs:element name="Transaction" type="TransactionType" minOccurs="1" maxOccurs="unbounded" xdb:defaultTable="XSD_TEST_TRANSACTION_BINXML1"/>'||CHR(10)||
          '  </xs:sequence>'||CHR(10)||
          ' </xs:complexType>'||CHR(10)||
          ' <xs:complexType name="TransactionType">'||CHR(10)||
          '  <xs:sequence>'||CHR(10)||
          '   <xs:element name="Portal" type="PortalType" minOccurs="1" maxOccurs="1" />'||CHR(10)||
          '   <xs:element name="CustomerId" type="CustomerIdType" minOccurs="1" maxOccurs="1"/>'||CHR(10)||
          '   <xs:element name="TransactionQuantity" type="TransactionQuantityType" minOccurs="1" maxOccurs="1"/>'||CHR(10)||
          '   <xs:element name="AppTransactionId" type="AppTransactionIdType" minOccurs="1" maxOccurs="1"/>'||CHR(10)||
          '   <xs:element name="TransactionDetails" type="TransactionDetailType" minOccurs="1" maxOccurs="1"/>'||CHR(10)||
          '   <xs:element name="Username" type="UsernameType" minOccurs="1" maxOccurs="1" />'||CHR(10)||
          '  </xs:sequence>'||CHR(10)||
          ' </xs:complexType>'||CHR(10)||
          ' <xs:simpleType name="PortalType">'||CHR(10)||
          '  <xs:restriction base="xs:string">'||CHR(10)||
          '   <xs:minLength value="1"/>'||CHR(10)||
          '   <xs:maxLength value="30"/>'||CHR(10)||
          '   <xs:enumeration value="TEST1"/>'||CHR(10)||
          '   <xs:enumeration value="TEST2"/>'||CHR(10)||
          '  </xs:restriction>'||CHR(10)||
          ' </xs:simpleType>'||CHR(10)||
          ' <xs:simpleType name="CustomerIdType">'||CHR(10)||
          '  <xs:restriction base="xs:string"/>'||CHR(10)||
          ' </xs:simpleType>'||CHR(10)||
          ' <xs:simpleType name="TransactionQuantityType">'||CHR(10)||
          '  <xs:restriction base="xs:integer">'||CHR(10)||
          '   <xs:minExclusive value="0"/>'||CHR(10)||
          '  </xs:restriction>'||CHR(10)||
          ' </xs:simpleType>'||CHR(10)||
          ' <xs:simpleType name="AppTransactionIdType">'||CHR(10)||
          '  <xs:restriction base="xs:string">'||CHR(10)||
          '   <xs:minLength value="1"/>'||CHR(10)||
          '   <xs:maxLength value="20"/>'||CHR(10)||
          '  </xs:restriction>'||CHR(10)||
          ' </xs:simpleType>'||CHR(10)||
          ' <xs:simpleType name="TransactionDetailType">'||CHR(10)||
          '  <xs:restriction base="xs:string">'||CHR(10)||
          '   <xs:minLength value="1"/>'||CHR(10)||
          '  </xs:restriction>'||CHR(10)||
          ' </xs:simpleType>'||CHR(10)||
          ' <xs:simpleType name="UsernameType">'||CHR(10)||
          '  <xs:restriction base="xs:string">'||CHR(10)||
          '   <xs:minLength value="1"/>'||CHR(10)||
          '   <xs:maxLength value="30"/>'||CHR(10)||
          '  </xs:restriction>'||CHR(10)||
          ' </xs:simpleType>'||CHR(10)||
          '</xs:schema>';
       
       DBMS_XMLSCHEMA.REGISTERSCHEMA(
          schemaurl       => l_xsd_url_con,
          schemadoc       => l_xml_schema,
          local           => TRUE,                             -- XSD must only be visible to the Owner DB Schema in which this script is run.
          genTypes        => FALSE,                            -- Don't want to generate object types, as we're using Binary XML.
          force           => FALSE,                            -- Raise all errors on creation
          owner           => USER,                             -- XML Schema will belong to the currently executing user.
          options         => DBMS_XMLSCHEMA.REGISTER_BINARYXML -- We wish to register the XSD as Binary XML.
       );
       
    EXCEPTION
       WHEN E_XSD_ALREADY_REGISTERED
       THEN
          DBMS_OUTPUT.PUT_LINE('XML Schema '||l_xsd_url_con||' is already registered.');
          
    END;
    /
    
    SET FEEDBACK ON
    H3. 2. create a bunch of Table with an XMLTYPE column based on version 1 of my XML schema:
    PROMPT ----------------------;
    PROMPT ONE-OFF DDL STATEMENTS;
    PROMPT ----------------------;
    
    DROP TABLE test_batch;
    DROP SEQUENCE seq_test_batch_id;
    
    CREATE TABLE test_batch
    (
       batch_id        NUMBER(20),
       batch_timestamp TIMESTAMP   DEFAULT SYSTIMESTAMP,
       batch_xml       XMLTYPE,
       CONSTRAINT tbh_batch_id_nn        CHECK(batch_id IS NOT NULL),
       CONSTRAINT tbh_batch_timestamp_nn CHECK(batch_timestamp IS NOT NULL),
       CONSTRAINT tbh_batch_xml_nn       CHECK(batch_xml IS NOT NULL)
    )
    XMLTYPE COLUMN batch_xml STORE AS SECUREFILE BINARY XML
    XMLSCHEMA "http://home/xsd/test_binXML_v1.xsd"
    ELEMENT "TransactionBatch"
    PARTITION BY RANGE(batch_timestamp)
    INTERVAL (NUMTOYMINTERVAL(1, 'MONTH'))
    (
       PARTITION P_TEST_BATCH_201208 VALUES LESS THAN (TO_DATE('01-SEP-2012', 'DD-MON-YYYY')) TABLESPACE &&TABLSPACE_OF_YOUR_CHOICE
    );
    
    CREATE UNIQUE INDEX idx_tbh_batch_id ON test_batch(batch_id)
    TABLESPACE TXTREME_IDX_XLG;
    
    ALTER TABLE test_batch
       ADD CONSTRAINT tbh_batch_id_pk PRIMARY KEY (batch_id) USING INDEX idx_tbh_batch_id;
    
    CREATE SEQUENCE seq_test_batch_id
    START WITH 1
    INCREMENT BY 1
    MAXVALUE 99999999999999999999
    CYCLE
    NOCACHE
    NOORDER;
    H3. 3. fill this table with the test data.
    PROMPT --------------------------;
    PROMPT CREATING INITIAL TEST DATA;
    PROMPT --------------------------;
    
    TRUNCATE TABLE TEST_BATCH;
    
    SET TIMING ON
    DECLARE
       l_batch_count_con CONSTANT NUMBER(4) := 200;
       
       l_transaction_count   PLS_INTEGER;
       l_total_transactions  PLS_INTEGER DEFAULT 0;
       l_transaction_xmlclob CLOB;
       l_transaction_xmldoc  XMLTYPE;
    BEGIN
       FOR idx IN 1..l_batch_count_con
       LOOP
          l_transaction_count := TRUNC(DBMS_RANDOM.VALUE(1,100));
          
          -- Initialise XML CLOB String. 
          l_transaction_xmlclob := '<?xml version="1.0"?>'||CHR(10)||'<TransactionBatch>';
          
          -- Insert the contents of the XML CLOB String.
          FOR idx IN 1 .. l_transaction_count
          LOOP
             l_transaction_xmlclob := l_transaction_xmlclob||CHR(10)||
                                      '  <Transaction>'||CHR(10)||
                                      '    <Portal>TEST1</Portal>'||CHR(10)||
                                      '    <CustomerId>1234567891</CustomerId>'||CHR(10)||
                                      '    <TransactionQuantity>4</TransactionQuantity>'||CHR(10)||
                                      '    <AppTransactionId>1232K89C</AppTransactionId>'||CHR(10)||
                                      '    <TransactionDetails>This is another long free text field</TransactionDetails>'||
                                      '    <Username>Jimbo2</Username>'||CHR(10)||
                                      '  </Transaction>';
          END LOOP;
          
          --Terminate XML CLOB String.
          l_transaction_xmlclob := l_transaction_xmlclob||CHR(10)||'</TransactionBatch>';
          
          -- Create XMLTYPE XML Document.
          l_transaction_xmldoc := XMLTYPE.createXML(l_transaction_xmlclob);
          
          -- Populate the TEST_BATCH Table.
          INSERT INTO test_batch
            ( batch_id,
              batch_timestamp,
              batch_xml
            )
          VALUES
            ( SEQ_TEST_BATCH_ID.NEXTVAL,
              SYSTIMESTAMP,
              l_transaction_xmldoc
            );
            
          l_total_transactions := l_total_transactions + l_transaction_count;
       END LOOP;
       
       DBMS_OUTPUT.PUT_LINE('Inserted a total of '||l_total_transactions||' transaction XML pieces across '||l_batch_count_con||' Test Batches.');
       COMMIT;
       DBMS_OUTPUT.PUT_LINE('Commit complete.');
    END;
    /
    
    SET TIMING OFF
    H3. 4. save the Version 2 of my XML schema
    PROMPT -----------------------------------------------------------------------------------;
    PROMPT NEW XML SCHEMA REGISTRATION - IDENTICAL TO OLD SCHEMA EXCEPT FOR NEW <Test> ELEMENT;
    PROMPT -----------------------------------------------------------------------------------;
    
    SET FEEDBACK OFF
    
    DECLARE
       l_xsd_url_con CONSTANT VARCHAR2(60) := 'http://home/xsd/test_binXML_v2.xsd';
       
       l_xml_schema VARCHAR2(32767);
       
       E_XSD_ALREADY_REGISTERED EXCEPTION;
       PRAGMA EXCEPTION_INIT(E_XSD_ALREADY_REGISTERED, -31085);
    BEGIN
       l_xml_schema :=
          '<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb" version="1.0" xdb:storeVarrayAsTable="true">'||CHR(10)||
          '<xs:element name="TransactionBatch" type="TransactionBatchType" xdb:defaultTable="XSD_TEST_BATCH_BINXML2"/>'||CHR(10)||
          '<xs:complexType name="TransactionBatchType">'||CHR(10)||
          ' <xs:sequence>'||CHR(10)||
          '  <xs:element name="Transaction" type="TransactionType" minOccurs="1" maxOccurs="unbounded" xdb:defaultTable="XSD_TEST_TRANSACTION_BINXML2"/>'||CHR(10)||
          ' </xs:sequence>'||CHR(10)||
          '</xs:complexType>'||CHR(10)||
          '<xs:complexType name="TransactionType">'||CHR(10)||
          ' <xs:sequence>'||CHR(10)||
          '  <xs:element name="Portal" type="PortalType" minOccurs="1" maxOccurs="1"/>'||CHR(10)||
          '  <xs:element name="CustomerId" type="CustomerIdType" minOccurs="1" maxOccurs="1"/>'||CHR(10)||
          '  <xs:element name="TransactionQuantity" type="TransactionQuantityType" minOccurs="1" maxOccurs="1"/>'||CHR(10)||
          '  <xs:element name="AppTransactionId" type="AppTransactionIdType" minOccurs="1" maxOccurs="1"/>'||CHR(10)||
          '  <xs:element name="TransactionDetails" type="TransactionDetailType" minOccurs="1" maxOccurs="1"/>'||CHR(10)||
          '  <xs:element name="Username" type="UsernameType" minOccurs="1" maxOccurs="1"/>'||CHR(10)||
          '  <xs:element name="Test" type="TestType" minOccurs="0" maxOccurs="1"/>'||CHR(10)||
          ' </xs:sequence>'||CHR(10)||
          '</xs:complexType>'||CHR(10)||
          '<xs:simpleType name="PortalType">'||CHR(10)||
          ' <xs:restriction base="xs:string">'||CHR(10)||
          '  <xs:minLength value="1"/>'||CHR(10)||
          '  <xs:maxLength value="30"/>'||CHR(10)||
          '  <xs:enumeration value="TEST1"/>'||CHR(10)||
          '  <xs:enumeration value="TEST2"/>'||CHR(10)||
          ' </xs:restriction>'||CHR(10)||
          '</xs:simpleType>'||CHR(10)||
          '<xs:simpleType name="CustomerIdType">'||CHR(10)||
          ' <xs:restriction base="xs:string"/>'||CHR(10)||
          '</xs:simpleType>'||CHR(10)||
          '<xs:simpleType name="TransactionQuantityType">'||CHR(10)||
          ' <xs:restriction base="xs:integer">'||CHR(10)||
          '  <xs:minExclusive value="0"/>'||CHR(10)||
          ' </xs:restriction>'||CHR(10)||
          '</xs:simpleType>'||CHR(10)||
          '<xs:simpleType name="AppTransactionIdType">'||CHR(10)||
          ' <xs:restriction base="xs:string">'||CHR(10)||
          '  <xs:minLength value="1"/>'||CHR(10)||
          '  <xs:maxLength value="20"/>'||CHR(10)||
          ' </xs:restriction>'||CHR(10)||
          '</xs:simpleType>'||CHR(10)||
          '<xs:simpleType name="TransactionDetailType">'||CHR(10)||
          ' <xs:restriction base="xs:string">'||CHR(10)||
          '  <xs:minLength value="1"/>'||CHR(10)||
          ' </xs:restriction>'||CHR(10)||
          '</xs:simpleType>'||CHR(10)||
          '<xs:simpleType name="UsernameType">'||CHR(10)||
          ' <xs:restriction base="xs:string">'||CHR(10)||
          '  <xs:minLength value="1"/>'||CHR(10)||
          '  <xs:maxLength value="30"/>'||CHR(10)||
          ' </xs:restriction>'||CHR(10)||
          '</xs:simpleType>'||CHR(10)||
          '<xs:simpleType name="TestType">'||CHR(10)||
          ' <xs:restriction base="xs:string">'||CHR(10)||
          '  <xs:minLength value="1"/>'||CHR(10)||
          '  <xs:maxLength value="30"/>'||CHR(10)||
          ' </xs:restriction>'||CHR(10)||
          '</xs:simpleType>'||CHR(10)||
          '</xs:schema>';
       
       DBMS_XMLSCHEMA.REGISTERSCHEMA(
          schemaurl       => l_xsd_url_con,
          schemadoc       => l_xml_schema,
          local           => TRUE,                             -- XSD must only be visible to the Owner DB Schema in which this script is run.
          genTypes        => FALSE,                            -- Don't want to generate object types, as we're using Binary XML.
          force           => FALSE,                            -- Raise all errors on creation
          owner           => USER,                             -- XML Schema will belong to the currently executing user.
          options         => DBMS_XMLSCHEMA.REGISTER_BINARYXML -- We wish to register the XSD as Binary XML.
       );
       
    EXCEPTION
       WHEN E_XSD_ALREADY_REGISTERED
       THEN
          DBMS_OUTPUT.PUT_LINE('XML Schema '||l_xsd_url_con||' is already registered.');
          
    END;
    /
    
    SET FEEDBACK ON
    H3. 5 test to insert a new XML document in line with the second XML schema. This test fails as expected.
    PROMPT ---------------------------------------------------------------;
    PROMPT ATTEMPT TO INSERT V2 XSD-COMPLIANT XMLDOC INTO TEST_BATCH TABLE;
    PROMPT ---------------------------------------------------------------;
    
    DECLARE
       l_transaction_xmldoc XMLTYPE;
       
       E_XSD_VALIDATION_FAILURE EXCEPTION;
       PRAGMA EXCEPTION_INIT(E_XSD_VALIDATION_FAILURE, -31061);
    BEGIN
       l_transaction_xmldoc := XMLTYPE.createXML(
                                  '<?xml version="1.0" encoding="UTF-8"?>'||CHR(10)||
                                  '<TransactionBatch>'||CHR(10)||
                                  '  <Transaction>'||CHR(10)||
                                  '    <Portal>CARMAN</Portal>'||CHR(10)||
                                  '    <CustomerId>1234567891</CustomerId>'||CHR(10)||
                                  '    <TransactionQuantity>4</TransactionQuantity>'||CHR(10)||
                                  '    <AppTransactionId>1232K89C</AppTransactionId>'||CHR(10)||
                                  '    <TransactionDetails>This is a long free text field</TransactionDetails>'||CHR(10)||
                                  '    <Username>Jimbo2</Username>'||CHR(10)||
                                  '    <Test>This is an In-Place Schema Evolution Test</Test>'||CHR(10)||
                                  '  </Transaction>'||CHR(10)||
                                  '</TransactionBatch>'
                               );
       
       -- Attempt to populate the SUBMISSION_BATCH Table.
       INSERT INTO submission_batch
         ( batch_id,
           batch_timestamp,
           batch_xml
         )
       VALUES
         ( SEQ_SUB_BATCH_ID.NEXTVAL,
           SYSTIMESTAMP,
           l_transaction_xmldoc
         );
       
       DBMS_OUTPUT.PUT_LINE(SQL%ROWCOUNT||' row inserted.');
       COMMIT;
       DBMS_OUTPUT.PUT_LINE('Commit complete.');
    
    EXCEPTION
       WHEN E_XSD_VALIDATION_FAILURE
       THEN
          DBMS_OUTPUT.PUT_LINE('Insert failed as expected.'||CHR(10));
          DBMS_OUTPUT.PUT_LINE(SQLERRM);
    END;
    /
    H3. 6. try Inplace development of Version 1 of the XML schema in Version 2.
    PROMPT --------------------------------------------------------------------------------------;
    PROMPT PERFORM IN-PLACE EVOLUTION AND DE-REGISTER/PURGE OLD SCHEMA IF EVOLUTION IS SUCCESSFUL;
    PROMPT --------------------------------------------------------------------------------------;
    
    SET TIMING ON
    
    DECLARE
       l_current_schema   XMLTYPE;
       l_new_schema       XMLTYPE;
       l_xsd_differences  XMLTYPE;
       
       l_resource         BOOLEAN;
    BEGIN
       SELECT schema
         INTO l_current_schema
         FROM user_xml_schemas
        WHERE schema_url = 'http://home/xsd/test_binXML_v1.xsd';
       
       SELECT schema
         INTO l_new_schema
         FROM user_xml_schemas
        WHERE schema_url = 'http://home/xsd/test_binXML_v2.xsd';
       
       SELECT XMLDIFF(l_current_schema, l_new_schema)
         INTO l_xsd_differences
         FROM dual;
       
       DBMS_OUTPUT.PUT_LINE('Successfully extrapolated XDIFF XML Document.');
       
       DBMS_XMLSCHEMA.inPlaceEvolve( 'http://home/xsd/test_binXML_v1.xsd',
                                     l_xsd_differences,
                                     DBMS_XMLSCHEMA.INPLACE_TRACE
                                   );
       
       DBMS_OUTPUT.PUT_LINE('Successfully evolved original XML Schema.');
       
    EXCEPTION
       WHEN OTHERS
       THEN
          ROLLBACK;
          DBMS_OUTPUT.PUT_LINE('Error issued during InPlace XML Schema Evolution:');
          DBMS_OUTPUT.PUT_LINE(SQLERRM);
    END;
    /
    H3. The scripts above provide the following Test output:
    Connected to Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 
    Connected as TEST_DB_SCHEMA@dbs02local
     
    SQL> 
    -------------------------------
    INITIAL XML SCHEMA REGISTRATION
    -------------------------------
     
    XML Schema http://home/xsd/test_binXML_v1.xsd is already registered.
     
    Executed in 0 seconds
    
    ----------------------
    ONE-OFF DDL STATEMENTS
    ----------------------
      
    Table created
     
    Executed in 0.016 seconds
     
    Index created
     
    Executed in 0.016 seconds
     
    Table altered
     
    Executed in 0 seconds
     
    Sequence created
     
    Executed in 0 seconds
    
    --------------------------
    CREATING INITIAL TEST DATA
    --------------------------
     
    Table truncated
     
    Executed in 0.032 seconds
    
    Inserted a total of 10259 transaction XML pieces across 200 Test Batches.
    Commit complete.
     
    PL/SQL procedure successfully completed
     
    Executed in 8.487 seconds
    
    -----------------------------------------------------------------------------------
    NEW XML SCHEMA REGISTRATION - IDENTICAL TO OLD SCHEMA EXCEPT FOR NEW <Test> ELEMENT
    -----------------------------------------------------------------------------------
     
    XML Schema http://home/xsd/test_binXML_v2.xsd is already registered.
    
    ---------------------------------------------------------------
    ATTEMPT TO INSERT V2 XSD-COMPLIANT XMLDOC INTO TEST_BATCH TABLE
    ---------------------------------------------------------------
     
    Insert failed as expected.
    
    ORA-31061: XDB error: XML event error
    ORA-19202: Error occurred in XML processing
    LSX-00213: only 0 occurrences of particle "Transaction", minimum is 1
     
    PL/SQL procedure successfully completed
     
    --------------------------------------------------------------------------------------
    PERFORM IN-PLACE EVOLUTION AND DE-REGISTER/PURGE OLD SCHEMA IF EVOLUTION IS SUCCESSFUL
    --------------------------------------------------------------------------------------
     
    Successfully extrapolated XDIFF XML Document.
    Error issued during InPlace XML Schema Evolution:
    ORA-31166: internal error code to handle ignorable attributes
     
    PL/SQL procedure successfully completed
     
    Executed in 0.046 seconds
    SQL> 
    NOTE: When I ran the above tests, I had already created the test of XML schemas. That's why the output messages, say...

    H4. Now, as it is the first time I've ever tried evolution of XML schema in Oracle XMLDB, is there someone who could potentially open the door please, re. solve the < font color = "red" >ORA-31166< / police > error?

    Hello

    First of all, thank you for your efforts on the provision of a decent test case.

    However, there are a few inconsistencies:

    -Step 5 attempts to insert into SUBMISSION_BATCH, but the table created above is TEST_BATCH
    -Same for the sequence name

    Now back to the real question...

    I think the problem comes because you run XMLDiff against two versions saved of your drawings.
    When Oracle stores a schema, it adds a large number of attributes for internal use (you can see them by querying USER_XML_SCHEMAS. DIAGRAM) but we as end users don't have to worry about them.
    However, by building the Xdiff document based on these two 'internal' versions, we explicitly say Oracle whose internal attributes must be changed during the evolution of the scheme, leading to potential conflicts.

    A few other comments:
    -Given that you're using the binary XML schema, you must also set "genTables-online false" and more "genTypes-online false."
    -Also delete all annotations from xdb:defaultTable and xdb:storeVarrayAsTable on the diagrams, they are of no use in this situation.
    -Do not save the schema of the v2, it is not necessary. Just use a transient instance when calling XMLDiff

    So, to summarize:

    -XMLDiff run against both original patterns (do not save a new in any case, the process of evolution will take care of replacing the old).
    -of course, don't forget to change the INPLACE_TRACE to INPLACE_EVOLVE when ready :)

    Hope that helps.

    Published by: odie_63 on August 23, 2012 16:31 - fixed some typos

  • ORA-01400 in mapping

    Hello world

    I created a mapping that loads an external table data into the destination table.
    The external table contains fewer fields than the destination table, so I leave these fields unconnected.
    Check and delpoying mapping works very well. So I did a test of the mapping.

    Now a warning occurs "ORA-01400: cannot insert null into tablename.fieldname". But the field who complains is a field unconnected in my correspondence.
    But in the destination table, this field is defined as NOT NULL.

    Is it possible to get rid of this warning?

    I hope my problem clearly.

    Greetings.

    What you're trying is like

    Target table has column 3. source has 2 columns and these 2 must be connected to your target. Off-line column is defined as not null.

    Now when your code runs, it inserts the value for column 2, and a null value is passed to your 3rd column target.
    Oracle doesn't like it and it gives an error.

    If you do not remove null column then this problem will not come another wise set a default value for this column so that when your code runs, it inserts the value of 2 columns and oracle privieds default value in column 3.

    Thank you
    Fati

  • Error: ORA-02429 after using expdp/impdp

    Hi all
    I have a problem: when I save my 11g database and restore the database to another name I can't drop specific index.
    I get this error: ORA-02429: cannot delete the index used for the application of unique primary key.

    Note: I can easily delete this index before I run backup/restore procedures.
    Here are the steps.

    (1) creation of database D1
    (2) Save:
    expdp * schemas = D1 dumpfile = D1.dmp logfile = D1.log *.
    (3) create a new db user
    CREATE A USER IDENTIFIED BY D2 D2...
    (4) restoration of D1 to D2:
    Impdp D1/D1* remap_schema = D1: D2 dumpfile = D1.dmp *.
    (5) at this point, I'm getting another identical database D2. but for some reason, I can't drop some clues as described above.

    Any ideas what Miss me in the process. No impdp/expdp modifing my databes somehow?

    Thank you very much.

    Ok
    You can do the following

    1. disable all constraints.
    2 create a script to drop and re-create the index
    3 delete the index
    4 turn off the constraints of
    5 impdp CONTENT = DATA_ONLY
    6. run the script to create indexes
    7. activate the constraints
    8 activate triggers

    See this post
    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14215/dp_import.htm#sthref273

  • Error ORA-01440

    Hi all;
    I got error

    ORA-01440: column to change must be empty to reduce the precision or scale


    While alter table

    ALTER TABLE ORION. VCL_ANAL_DETL
    CHANGE (VCL_NET_TOT NUMBER (10.3));


    The table is


    Name ID Pk Null column?     By default histogram data type

    Yes INVH_TXN_CODE 1 Y VARCHAR2 (3 bytes)
    Y INVH_NO 2 NUMBER (6) Yes
    Yes VCL_BATCH_NO 3 Y VARCHAR2 (20 bytes)
    Yes VCL_LOT_NO 4 Y VARCHAR2 (20 bytes)
    VCL_NO_BAGS 5 Y NUMBER Yes (5)
    Y VCL_GR_PER_BAG 6 Yes NUMBER (10.2)
    VCL_GR_TOT 7 Y NUMBER Yes (10.2)
    Y VCL_NET_PER_BAG 8 NUMBER Yes (10.2)
    VCL_NET_TOT 9 Y NUMBER Yes (10.2)
    Yes VCL_BAG_NUM 10 Y VARCHAR2 (20 bytes)
    VCL_PURITY 11 Y NUMBER Yes (10.2)
    VCL_PURITY_CALL 12 Y NUMBER Yes (10.2)



    Please help me its urgent

    You can use a temporary table to it:

    SQL > create table t1 (x NUMBER (10,2));

    Table created.

    SQL > insert into t1 (x) values (1.22);

    1 line of creation.

    SQL > commit;

    Validation complete.

    SQL > alter table t1 change (NUMBER x (10.3));
    ALTER table t1 change (NUMBER x (10.3))
    *
    ERROR on line 1:
    ORA-01440: column to change must be empty to reduce the precision or scale

    SQL > create table t1_temp in select * from t1;

    Table created.

    SQL > desc t1
    Name Null? Type
    ----------------------------------------- -------- ----------------------------
    NUMBER X (10.2)

    SQL > truncate table t1;

    Table truncated.

    SQL > alter table t1 change (NUMBER x (10.3));

    Modified table.

    SQL > insert into t1 (select * from t1_temp);

    1 line of creation.

    SQL > commit;

    Validation complete.

    SQL > desc t1
    Name Null? Type
    ----------------------------------------- -------- ----------------------------
    NUMBER X (10.3)

    SQL > drop table t1_temp;

    Moved table

Maybe you are looking for

  • Looking for the best upgrade of processor for a hp pavilion g7

    http://support.HP.com/us-en/product/HP-Pavilion-G7-2300-notebook-PC-series/5330581/model/5387825Please, thank you. Or a list somewhere. The best research on Google I came with was an answer on this site, which has been a manual recommending an amd ph

  • the problem with the wi - fi does not work on windows 8.1

    Hello dear forum users (sorry for the English, use a translator) I have a laptop HP Pavilion dv6-7055er, 8.1 Windows 64-bit Card Broadcom WiFi 802.11b/g/n 1 x 1 4313GN worked on windows 7, but fails on windows 8.1. Tried to find the driver on the bro

  • Stripes of green color across the screen on Windows Vista

    Original title: HELP! Hello! There is something wrong with my graphic driver, there are green tracer on my screen and I can't play a game at all! What am I supposed to do?

  • HP deskjet 3050 J610 series don't cut or copy.

    I can not turn off the printer. In addition, it prints ok but does not copy. Any suggestions?

  • Marking Points in/out?

    I'm new to Prelude and so far it seems to be a good interface for elimination through a projects images have quickly.The only thing I don't see is the ability to set the In and out of a clip Points?Is it possible to do?I'd really like the ability to