Oracle 12 c client fail with one or several names of nodes contain invalid characters

I tried to install 32-bit Client Oracle 12 c version 3 on my Windows 7 Enterprise 64-bit. I use 32-bit is because Visual Studio is a 32-bit application. The application of the compilation will be deployed on the server with 64-bit drivers. Sort failed to install the diligence carried out with:

GLWB-11322: one or more node names "xxxx" contains one or more invalid characters.

The name of the node contains alphanumeric characters and hyphens, so I don't know why it is not valid.

Does anyone know of a workaround?

Paul


OK, the problem is resolved. The issue was due to the host name. At some point, we transition to windows 7 from XP, so they created the new virtual machine that were the old names with the suffix "-7". So if you have an XP VM to "vm-Dev-1234567", it would become "vm-Dev-1234567-7". "." Unfortunately, Active Directory has truncated the name of 15 characters, so we end up with "vm - Dev - 1234567 -", but the truncated character somehow confused the customer Oracle 12 c. The installer would have failed the prerequisite and say that this node is not valid. He said not invalid character '_', just ' "without the quotes.

I rename my VM to the name without the '-7' at the end. After that, the customer Oracle 12 c Setup no longer stuck at the stage of system requirements and the installation was successful.

Paul

Tags: Database

Similar Questions

  • VSphere Web client and client heavy cannot connect to Vcenter server 5.5, web client fails with 2032 error before the connection, then the work after one minutes ferw.

    Hi all

    I really need help here.  I have a new installation of Esxi5.5 and installed the server vcenter build 5.5.0.5201 device 1476389.

    I have host files properly configured for DNS and Server 2008 R2 running that I use to connect with the client or web client heavy.

    Initially, I get an error with the web client to connect, he began to paint Vmware and when it comes to 'r' in the name it fails with #2032, so I can no longer

    access the page at all, he says: connection refused for the page. If I wait a while I can connect again.

    heavy client vSphere fails at this time as well.  However, I cannot communicate directly with Vsphere client to server esxi host and it works all the time.

    There seems to be a problem with the device of vcenter server because the thick client fails, and does not open a backup program using vcenter server

    inventory when this happened.

    Please help, it drives me crazy...

    Dan

    Hello

    Since I found the solution to the problem of connecting to the device of vcenter.  It is a conflict of IP address on the network.  There was a machine with the same IP address virtuall

    as the vcenter server.  This caused intermittent problems etc.. Why web client would still work if I have the vmware client open I do not know

    so thank you for your help.

    Dan

  • LabVIEW application crashes when you exit a VI with one or several clients on remote control

    Hi all

    This is the question that I met with LabVIEW 8.2 and LabVIEW 8.6. I publish one of the screws dynamically launch my application as a Web page. Then I load the application and launch this dynamic VI and connect to this VI by using a web browser from a PC intranet. Then if I try to exit from VI when the client is still connected to it, the application crashes. Please see the attached picture.
    This behavior occurs randomly. Sometimes, everything works as expected when you exit the VI - the main screen of the application appears and in the client side, there is a "remote connection Panel is closed.
    What could be the reason for this?

    Thank you
    Luxama

    Oops... The method of 'Close links' to work correctly. I apologize for the error.

    Regarding the issue of application crash, I did this close relationship, then wait a few milliseconds and then quit the VI. Today, the application seems to work very well.

    In the meantime, I had another doubt. Is there a way to link to the application instead of a VI?

    Thank you
    Luxama

  • Update of CRMI against COE Oracle 10 G server fails with the error message Invalid Date of creation

    I have an application that performs an update of a piece of content via CRMI. The element is specified viaA content ID. Since UPDATE_DOCINFO is the service DOC_INFO needs service is executed first to get it.

    DOC_INFO returns information very well. However, when UPDATE_DOCINFO is executed, it always seems to return an error message stating that creation Date is not valid. The element content updates without this error via the Native Web INTERFACE. My code works when pointed at an Oracle 11 G Server COE.

    I tried:

    1. Adding did so to a new DataBinder, without dCreateDate
    2. Adding did so to a new DataBinder, with dCreateDate
      • Add dCreateDate as a date object (from DOC_INFO response I've tried)
        • through thegetDate()
        • manual conversion with DataObjectEncodingUtils.decodeDate() (w / get() )
      • Add a string
        • convert with SimpleDateFormatter similar to how RIDC encodes (w / getDate() )
        • manual conversion with DataObjectEncodingUtils.encodeDate() (w / getDate() )
        • as «»
        • as null
        • get()Instead ofgetDate()
    3. Directly using DOC_INFOresponse Binder
    4. With the help of the library of CRMI 11 G (3 above) 5 using the RIDC 10 G (1-3 above) library

    All listed approaches have returned the same error message.

    Here's the method I use for the update. The commented code is the thing I've tried that does not resolve the issue.

    public ServiceResponse executeByContentId (String szContentId, map < String, String > updateHMap)

    throws RemoteException

    {

    If (log.isDebugEnabled ())

    {log.debug ("the execution of an update:" + szContentId) ;}}

    get the RIDC context - guess the context RIDC has already been created.

    IdcContext = RIDCApp.IDC_CONTEXT_LIST.get context (getUsername ());

    Download the client

    Customer IdcClient = RIDCApp.IDC_CLIENT;

    create the command object to run

    DataBinder dataBinder = client.createBinder ();

    film for convenience

    Binding EDAMDataBinderWrapper = new EDAMDataBinderWrapper (dataBinder);

    Binder. DOC_INFO_BY_NAME();

    binder.putDDocName (szContentId);

    binder.putRevisionSelectionMethod (RevisionSelectionMethod.Latest);

    ServiceResponse rawResponse = null;

    Try

    {

    log.info ("About to RUN: (previous update) \n" + binder.toString () ");

    rawResponse = client.sendRequest (context, binding);

    DataBinder responseBinder = rawResponse.getResponseAsBinder ();

    log.info ("Found: (previous update) \n" + responseBinder.toString () ");

    used to get the result

    EDAMDataBinderWrapper docInfoResult =

    EDAMDataBinderWrapper (responseBinder) new;

    //used for the update

    EDAMDataBinderWrapper updatebinder =

    EDAMDataBinderWrapper (client.createBinder ()) new;

    //new EDAMDataBinderWrapper (responseBinder);

    //required fields!

    DocInfoSet of the DataObject = docInfoResult.getResultSet ("DOC_INFO")

                                                                            .getRows () .get (0);

    updatebinder.putLocal ("dDocName", szContentId);

    updatebinder.putLocal ("a", docInfoSet.get ("dID"));

    updatebinder.putLocal ("dRevLabel", docInfoSet.get ("dRevLabel"));

    updatebinder.putLocal ("dSecurityGroup", docInfoSet.get ("dSecurityGroup"));

    updatebinder.putLocal ("dDocAccount", docInfoSet.get ("dDocAccount"));

    //updatebinder.putLocal ("dCreateDate", docInfoSet.get ("dCreateDate"));

    //updatebinder.addDate ("dCreateDate", docInfoSet.getDate ("dCreateDate"));

    //updatebinder.putLocal ("dCreateDate", "");

    //updatebinder.putLocal ("dCreateDate", null);

    //updatebinder.putLocal ("dCreateDate", docInfoSet.getDate("dCreateDate").toString ());

    DCreateDate //Date = docInfoSet.getDate("dCreateDate");

    / * BEGIN - Encoder Date average Java * /.

    //example format: 2012-05-16 15:35

    SimpleDateFormat sdf = new SimpleDateFormat ("yyyy-MM-DD kk:mm:ss");

    updatebinder.putLocal ("dCreateDate", sdf.format (dCreateDate));

    //END - encoder Date average Java * /.

    / * BEGIN - Encoder Date Oracle COE medium * /.

    updatebinder.putLocal ("dCreateDate",

    DataObjectEncodingUtils.encodeDate (dCreateDate));

    //END - code way Date Oracle COE * /.

                    /*

    String dCreateDateString = docInfoSet.get("dCreateDate");

                    try

                    {

    updatebinder.addDate ("dCreateDate",

    DataObjectEncodingUtils.decodeDate (dCreateDateString)

                                                    (. getTime());

                    }

    catch (ParseException exception ignored) End Sub

                    */

    String xAssetSubType = docInfoSet.get("xAssetSubType");

    //log.debug ("setting in"xAssetSubType":" + xAssetSubType);

    updatebinder.putLocal ("xAssetSubType", xAssetSubType);

    / / Set the values of metadata

    for (String szFieldName: updateHMap.keySet ())

    {updatebinder.putLocal (szFieldName, updateHMap.get (szFieldName)) ;}}

    updatebinder. UPDATE_DOCINFO(); to say the next request to perform the update

    //now that we have result - try the update

    Return the response of update of the document

    log.info ("About to RUN: (updated) \n" + updatebinder.toString () ");

    If (log.isDebugEnabled ())

            {

    log.debug ("update fields");

    for (entry entry < String, String >: updatebinder.getLocalData () .entrySet ())

                    {

    log.debug ("Update: '" + entry.getKey () + "' to '" + entry.getValue () + "'" "");

                    }

            }

    ServiceResponse response = client.sendRequest (context, updatebinder);

    log.info ("Found: (updated) \n" ")

    + response.getResponseAsBinder () m:System.NET.SocketAddress.ToString ());

    return response;

            }

    catch (Cie IdcClientException)

            {

    log.error ("Error updating the Document", sea ice);

    //throw new RuntimeException ("Error updating the Document", sea ice);

    //throw new RuntimeException ("error updating the Document-" + ice.getMessage (), ice);

    throw RuntimeException (ice.getMessage () new, ice);

            }

    //something gone wrong

    //return null;

    }

    I could solve the problem.

    The answer is proven be setting the parameter UserDateFormat on the RIDC Binder that I used to make the update request.

    Then I got just to make sure that all of my dates been serialized using this same format.

  • With one of several rows with the same value for the same ID

    Hello

    I have this request:

    SELECT

    Count (case when EXISTS ())

    SELECT *.

    FROM business_log bl, su topic

    WHERE su.ID_SUBJECT = s.ID_SUBJECT

    and bl.id_subject = su.id_subject

    AND bl.value = 'resolved '.

    )

    then 1 end another null) num_solved

    OF THE subject

    It is possible that a subject is more than once 'resolved' in the table BUSINESS_LOG

    I want to count only one line solved for a topic.

    I need to use only under RESERVE the table in the main query due to other counts.

    Thank you very much.

    Concerning

    Milos

    Post edited by: 2796614

    in the examples before we talked abount 'Resolved' instead of 'resolved' as in your last example... to let you know, how it is stored.

    I had advice is not to use SEPARATE.

    So what... the evidence that any other question is faster than anything goes business_log, filter lines and can count distinct keys...

    separate within a group function is not the same thing as do select distinct...

    HTH

  • In the browser, the title of my page is added with the word "Test" and my URL contains additional characters.

    Hello!

    When I publish my site on my server, the pages appear fine but my page titles all have the word "Test" added to them even if I did not use this word in the titration or by mentioning my Muse pages.

    Also, the URLS of the pages equipped with additional characters after the .html. I don't know what is the cause.

    Anyone know what is happening here and how I can fix?

    Thank you!

    http://content.screencast.com/users/amsk/folders/Jing/media/06c32833-0e3c-4a3f-b2d5-000156c6f654/00000078.png

    See the clearer screenshot: http://screencast.com/t/6kEZHuQGOU0V

    Hello

    Go to the "Presentation" of your 'Page Properties' section of the master page and check if it says 'Test' in the section "prefix to the Page title. Check this short video to find out how to check it: http://jingsite.businesscatalyst.com/jing/2013-10-03_0258.swf

    On the suffix in the URL of the pages, I noticed that some pages have the suffix and some of them did not. In addition, the suffix charge only once the pages are loaded (therefore is not part of the URL). It may be related to a code that you have added to pages or the "HTML for the head" section of these pages. You can check this aspect once and try to remove the codes to check if these suffix disappear.

    I hope this helps.

    See you soon

    Parikshit

  • Can't do dmg file in the folder - "operation failed with status 1"

    I have a 1 TB hard that often went around. There are some personal files here although I am trying lock creating a DMG using disk utility and turning on encryption. However, whenever I try to do that, I always get an error code - status 1 to be exact. Note that it only does on some records. I had about 15 cases work this way with success, but I get this error a LOT... probably about 40% of the time. "Whenever I try too search ' operation failed with status 1," nothing appears! So frustrating! Any help at all is greatly appreciated! Please see the photos to see more. Thank you! Information... Files in JPEG areinformation1st picture2nd photophoto 3

    Please launch the Console application in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    The title of the Console window should be all Messages. If it isn't, select

    SYSTEM LOG QUERIES ▹ all Messages

    in the list of logs on the left. If you don't see this list, select

    List of newspapers seen ▹ display

    in the menu at the top of the screen bar.

    Click on the clear view icon in the toolbar. Then take an action that does not work the way you expect. Select all of the lines that appear in the Console window. Copy to the Clipboard by pressing Control-C key combination. Paste into a reply to this message by pressing command + V.

    The journal contains a large amount of information, almost everything that is not relevant to solve a particular problem. When you post a journal excerpt, be selective. A few dozen lines are almost always more than enough.

    Please don't dump blindly thousands of lines in the journal in this discussion.

    Please do not post screenshots of log messages - text poster.

    Some private information, such as your name or e-mail address, can appear in the log. Anonymize before posting.

    When you post the journal excerpt, an error message may appear on the web page: "you include content in your post that is not allowed", or "the message contains invalid characters." It's a bug in the forum software. Thanks for posting the text on Pastebin, then post here a link to the page you created.

    If you have an account on Pastebin, please do not select private in exposure menu to paste on the page, because no one else that you will be able to see it.

  • Cluster verification utility Oracle failed with the INS-20802 then install 12.1.0.2 on Oracle Linux 7.1 x 64

    Hello!

    You want to install Oracle Clusterware 12.1.0.2 on Oracle linux 7.1 x 64. When installing, everything was fine, except the last step - utility of Cluster Oracle verification failed with the INS 20802.

    In the log file, I found:

    INFO: From audits to clock using Network Time Protocol (NTP) synchronization...

    INFO: NTP configuration file "/ etc/ntp.conf ' verification of the past existence

    INFO: PRVF-7590: 'ntpd' is not running on the node "pdc-sap-ascs1.

    INFO: PRVF-7590: 'ntpd' is not running on the node "pdc-sap-ascs0.

    INFO: GLWB-1024: the demon NTP or Service didn't work on one of the nodes in the cluster.

    INFO: PRVF-5415: check to see if the NTP daemon or service runs failed

    NEWS: Control of synchronization using network time Protocol (NTP) failed

    INFO: PRVF-9652: Cluster Time Synchronization Services check failed

    also in xml file like:

    < ELEMENT > Network Time Protocol (NTP) < / ITEM >

    < DESC > this task checks the synchronization schedule cluster on clusters that use the Protocol NTP (Network Time). < / DESC >

    < MORE_DETAILS > < / MORE_DETAILS >

    < SUCC_NODES > < / SUCC_NODES >

    < FAILED_NODES >

    < NODE ID = 'pdc-sap-ascs1' > < / NŒUD >

    < NODE ID = 'pdc-sap-ascs0' > < / NŒUD >

    < / FAILED_NODES >

    < GLOBAL_ERROR_DESC_LIST >

    < ERROR_DESC >

    < MSG_TXT > PRVF-5507: NTP daemon or service is not running on any node, but the NTP configuration file exists on the following nodes:

    PDC-sap-ascs1, pdc-sap-ascs0< / MSG_TXT >

    < CASE > the configuration file has been found at a node if no NTP daemon or service was running. < / CAUSE >

    < ACTION > if you plan to use CTSS for time synchronization, then NTP configuration must be uninstalled on all nodes of the cluster. < / ACTION >

    < / ERROR_DESC >

    But of all the nodes ntpd is running:

    [root @pdc-sap-ascs0 ~] # ps ax | grep ntpd

    2214 s + 0 pts/0:00 grep - color = auto ntpd

    19438?        SS 0:05 / usr/sbin/ntpd u ntp:ntp g - x

    [root @pdc-sap-ascs1 ~] # ps ax | grep ntpd

    11492 pts/0 s + 0:00 grep - color = auto ntpd

    19090?        SS 0:05 / usr/sbin/ntpd u ntp:ntp g - x

    So, why postinstall auditor has not found of ntpd running?

    This situation was prior to installation, I started, but this time I ignored the warning.

    Thank you very much for your answers!

    The problem is that in both servers, I want to use ntp, and I wrote in the configuration on both servers,

    Server ntp.myorg.local iburst

    but we use two IPs for ntp, both resolved through dns servers, so in my case the first server got a single for the ntp server ip address and then got another ip. It was a problem and check postinstall determine that the servers use different time sources and do not like this situation.

    Once I changed ntpd config to use ips, check postinstall succeeded.

  • When I use the Client for NFS provided by Windows 7, I'm unable to connect. The "mount \\ip address\share Z:" command fails with the error code "the path not found network".

    Identification of customer's Windows 7 NFS UID GID information

    I am trying to connect to the Windows 7 Client NFS on a server running on a computer (VxWorks) NFS.  I am able to properly connect Client NFS software by a 3rd party on the NFS server.  However, when I use the Client for NFS provided by Windows 7, I am unable to connect.  The \\ip address\share Z: mount"command fails with the error code"the path not found network ".  I can't do a ping of the computer running the NFS server.

    The NFS Client operating system: Windows 7 Ultimate, 64-bit

    Data captured by Wireshark

    MOUNT V1 EXPORT call 3rd party client
    Identification information Flavor: AUTH_UNIX (1)
    Length: 32
    Stamp: 0xc7065970

    Machine name: PC
    UID: 1000
    GID: 1000

    MOUNT V1 EXPORT appeal of the NFS client
    Identification information Flavor: AUTH_NULL (0)
    Length: 0

    It seems that the credentials of NFS Client are not correct.  How can I change the flavor of AUTH_UNIX and the UID and GID to 1000?

    Hello VDAEMP,

    As Eddie and Sudarshan has said, the Microsoft Answers community focuses on issues and problems related to the consumer environment. Please join the public IT pro TechNet forums below:
    TechNet - Windows Server
     
    Thank you

  • IMP-00017: statement failed with error ORACLE 1658:

    # imp system/pass fromuser = touser = file=/disk1/Downloads/dmp/MI61015.dmp databaseName databaseName

    Import: Release 11.2.0.2.0 - Production on Sat Oct 10 09:29:32 2015

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

    Connected to: Oracle Database 11 g Express Edition Release 11.2.0.2.0 - 64 bit Production

    Export file created by EXPORT: V11.02.00 by conventional means

    import performed AL32UTF8 and AL16UTF16 NCHAR character set

    Customer export uses the (possible character set conversion) US7ASCII character set

    . imported objects from databaseName databaseName

    . . import of table 'ACCOUNTS' 12 rows imported

    . . table import 'AGREEMENTS' 6 imported lines

    . . importing table "ASSIGNEDDEPT" 0 rows imported

    . . import of 2713 lines imported from the table 'BULKSAVEDCVS '.

    . . import of table "CERTIFICATION" 7 lines imported

    . . importing table "COMMONDOCS" 0 rows imported

    . . table import 'COUNTRY' 256 imported lines

    . . importing table "CVCATEGORIES" 6 imported lines

    . . table 'CVCERTIFICATION' import 92 lines imported

    . . importing table "CVCHECKAGAIN" 56 imported lines

    . . importing table "CVDETAILS".

    IMP-00058: ORACLE error 1653

    ORA-01653: unable to extend table databaseName.CVDETAILS 8192 in the SYSTEM tablespace

    IMP-00028: partial import of the restored previous table: 20960 restored lines

    . . table 'CVLICENSE' import 756 lines imported

    . . importing table "CVPROPERTIES" 69752 imported lines

    . . rows in table 'CVSPECIALTY' import imported 6159

    . . import of 1701 lines imported from the table 'CVVIEWS '.

    . . "DEPT" table import 2 lines imported

    IMP-00017: statement failed with error ORACLE 1658:

    ' CREATE TABLE 'DETAILRESUME' ("D_ID" (14: 0), THE NUMBER OF 'CV_ID' (14: 0), "").

    "NUMBER OF 'CAT_ID' (14: 0), 'DETAILRESUME' CLOB) INITRANS PCTUSED 40 PCTFREE 10.

    1 MAXTRANS 255' STORAGE ' (INITIALS 67108864 THEN 1048576 MINEXTENTS 1 FREELIST).

    "S 1 FREELIST GROUPS 1 DEFAULT USER_TABLES) TABLESPACE 'SYSTEM' LOGGING NOCO.

    "COMPRESS LOB ("DETAILRESUME") AS STORE BASICFILE (TABLESPACE 'SYSTEM' ENABLE '.

    "CHUNK 8192 PCTVERSION 10 NOCACHE LOGGING STORAGE (INITIAL 6" ONLINE STORAGE ".

    "THE NEXT 5536 1048576 MINEXTENTS 1 FREELISTS 1 FREELIST GROUPS 1 USER_TABLES OF."

    "FAULT)).

    IMP-00003: ORACLE error 1658

    ORA-01658: unable to create the INITIAL extent for segment in tablespace SYSTEM

    . . importing table "DOCCATEGORIES" 0 rows imported

    . . table 'EMPLOYERORAGENT' import 62 lines imported

    . . table 'FAQ' import 4 lines imported

    . . importing table "FOLDERCVS" 6 imported lines

    . . table import 'FOLDERS' 3 imported lines

    . . "JOBDETAILS" table import 84 lines imported

    . . table 'JOBKEYWORDS' import 190 lines imported

    . . table 'JOBPOSTINGS' import 84 lines imported

    . . import of table 'JOBPROPERTIES' 89 imported lines

    . . table 'JOBRESPONSES' import 64019 lines imported

    . . table import "LICENSE" 20 imported lines

    . . import of table 'MESSAGES' 0 rows imported

    . . table import 'NEWS' 0 rows imported

    . . table import "SPECIALTY" 301 lines imported

    . . table import "STAFF" 12 rows imported

    . . table import 'TICKET' 0 rows imported

    . . importing table "TICKETCATEGORY" 0 rows imported

    . . importing table "TICKETTEMPLATES" 0 rows imported

    . . import of rows in table 'USERS' 4410 imported

    About to activate the constraints...

    Import completed successfully with warnings.

    #

    Please advise.

    Thank you in anticipation

    Christy H. wrote:

    How can I increase its space?

    That drive you some people to knowledge, but you can't make them think.

    http://www.lmgtfy.com/?q=Oracle+increase+tablespace+size

  • Failure of the load of the inventory... OPatch failed to load the inventory for the Home.OPatch Oracle data failed with the error code = 73

    Hello

    I will apply patch bundle and my oracle database 11.2.0.2 and Microsoft Windows x 86 platform. As read the file Readme Oracle recommends to use OPatch utility version 11.2.0.1.3 or later. To check the inventory availability I use the command lsinventory % ORACLE_HOME%/OPatch/opatch.

    It ended to give details below.

    Citing O 11.2 patch .0.1.1

    OPatch could not create/open history for writing file: * my home oracle path***\cfgtoollogs\opatch\opatch_history.txt

    **ORACLE_HOME***\cfgtoollogs\opatch\opatch_history.txt (access is denied)

    Setup Oracle interim Patch version 11.2.0.1.1

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

    OPatch could open the log file, the recording is not possible

    Home Oracle: *.

    Inventory Center: C:\Program Files\Oracle\Inventory

    from: n/a

    OPatch version: 11.2.0.1.1

    YES version: 11.2.0.2.0

    YES location: * ORACLE_HOME * \oui

    Location of the log file: **ORACLE_HOME**\cfgtoollogs\opatch\opatch2015-04-09_16-27-49PM.log

    History of patch file: **ORACLE_HOME**\cfgtoollogs\opatch\opatch_history.txt

    Failure of the load of the inventory... OPatch failed to load the inventory for the given Oracle Home.

    LsInventorySession failed: LsInventory failed to create the log directory * ORACLE_HOME * \cfgtoollogs\opatch\lsinv\lsinventory2015-04 -.

    09_16-27 - 49 PM .txt

    OPatch failed with error code = 73

    Can someone please help me solve this problem?

    Do I need to install the last opatch utility?

    Hello

    This error message " LsInventorySession failed: LsInventory failed to create the log directory * ORACLE_HOME * \cfgtoollogs\opatch\lsinv\lsinventory2015-04 - .

    09_16-27 - 49 PM .txt "

    indicates that you have a permission problem with your file systems: cfgtoollogs/ORACLE_HOME/opatch

    Check the owner of this file system.

    Kind regards

  • Oracle RAC 12.1.0.2 (GI battery) deployment on OEL 7 (3.8.13 - 35.3.4.el7uek) fails with ORA-27102

    Hi guys,.

    I am currently trying to deploy a complete installation (GI battery) of Oracle RAC 12.1.0.2 cool on OEL 7 (3.8.13 - 35.3.4.el7uek) with 2 nodes for validation purposes. However the installation itself went well, but 'Creation repository for Oracle Grid Infrastructure Management container' step fails with "ORA-01034: ORACLE not available / ORA-27102: out of memory / Linux-x86_64 error: 12: cannot allocate memory". The steps of runInstaller validation completed successfully, but I never take this step of configuration without jumping.

    Here is my configuration which should normally avoid such errors ORA.

    Host

    -bash - $4.2 uname - a

    Linux OELRAC1 3.8.13 - 35.3.4.el7uek.x86_64 #2 SMP Tue Jul 29 23:24:14 CDT 2014 x86_64 x86_64 x86_64 GNU/Linux

    "Creation of repository database for Oracle Grid Infrastructure Management container" error in /oracle/base/cfgtoollogs/dbca/_mgmtdb/trace.log

    From restoration to August 9, 14

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: SID = 12 type of device = DISK

    channel ORA_DISK_1: from the restore backup set data file

    channel ORA_DISK_1: specifying datafile (s) to restore from backup set

    channel ORA_DISK_1: restore datafile 00003 to + GRID

    channel ORA_DISK_1: backup /oracle/grid/12102/assistants/dbca/templates/MGMTSeed_Database.dfb piece reading

    channel ORA_DISK_1: ORA-19870: error when restoring the backup /oracle/grid/12102/assistants/dbca/templates/MGMTSeed_Database.dfb piece

    ORA-19504: could not create the file "+ GRID.

    ORA-17502: ksfdcre:4 cannot create the file + GRID

    ORA-15001: diskgroup 'GRID' does not exist or is not mounted

    ORA-01034: ORACLE not available

    ORA-27102: out of memory

    Linux-x86_64 error: 12: cannot allocate memory

    Additional information: 2663

    Additional information: 1565392897

    Additional information: 161480704

    switch to the previous backup

    Number of folder of the data file = 3 name = + GRID

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

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

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

    RMAN-03002: failure of the restore command at 09/08/2014 19:41:47

    ORA-01119: error in creating file of database "+ GRID.

    ORA-17502: ksfdcre:4 cannot create the file + GRID

    ORA-15001: diskgroup 'GRID' does not exist or is not mounted

    ORA-01034: ORACLE not available

    ORA-27102: out of memory

    Linux-x86_64 error: 12: cannot allocate memory

    Additional information: 2663

    Additional information: 1565392897

    Additional information: 1614807040

    RMAN-06956: create the data file failed; try again after removing + OS GRID

    SHM / CPI (check the id of shm with previous information)

    -bash - $4.2 ipcs - a

    -Shared memory segments-

    key shmid owner perms bytes nattch status

    1565360128 0 x 00000000 grid 640 4096 0

    1565392897 0 x 00000000 grid 640 4096 0

    0xfba47600 1565425666 640 24576 29 grid

    Memory of the ASM instance setting

    SQL > see the memory settings

    VALUE OF TYPE NAME

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

    whole big memory_max_target 1076M

    whole large memory_target 1076M

    ASM disk groups

    SQL > select NAME, STATE, TOTAL_MB, USABLE_FILE_MB from v$ asm_diskgroup;

    NAME STATE TOTAL_MB USABLE_FILE_MB

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

    RACK MOUNTED 6144 4868

    / dev/shm to memory_target (more than enough free space)

    -bash - $4.2 df-h

    Size of filesystem used Avail use % mounted on

    tmpfs, 630M 2.4 G 3.0 G 21% / dev/shm

    Kernel for SHM limits set to unlimited parameter

    -bash - $4.2 sysctl - a | grep shm

    kernel.shmall = 1152921504606846720

    kernel.shmmax = 922337203685477580

    User limits on unlimited for memory

    -bash-4, $ 2 cat /etc/security/limits.conf

    # Oracle settings

    grid soft nproc 2047

    grid hard nproc 16384

    grid soft nofile 1024

    grid hard nofile 65536

    Oracle nproc 2047 soft

    Oracle nproc 16384 hard

    Oracle soft nofile 1024

    Oracle hard nofile 65536

    * hard memlock unlimited

    * soft memlock unlimited

    -bash - 4, $ 2 known - grid

    -bash - $4.2 ulimit - a

    the file size (blocks, - c) of base 0

    (kbytes, - d) data seg size unlimited

    scheduling priority (-e) 0

    size of the file (blocks, f) - unlimited

    pending signals (-i) 23953

    Max locked memory (kbytes, - l) unlimited

    size of the memory (k, m) max - unlimited

    open files (-n) 1024

    a size (512 bytes, - p) 8 hose

    (Bytes, - q) POSIX message queues 819200

    real-time priority (-r) 0

    size (Ko, - s) 8192 battery

    time processor (seconds,-t) unlimited

    Max user process (-u) 2047

    virtual memory (KB), - v) unlimited

    the locks on files (-x) unlimited

    So what the hell is wrong here? Why the instance ASM (+ ASM1) returns the error below, even if there is no memory limit / problem. The error with the disk group is also absolutely no sense.

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

    ORA-01119: error in creating file of database "+ GRID.

    ORA-17502: ksfdcre:4 cannot create the file + GRID

    ORA-15001: diskgroup 'GRID' does not exist or is not mounted

    ORA-01034: ORACLE not available

    ORA-27102: out of memory

    Linux-x86_64 error: 12: cannot allocate memory

    Additional information: 2663

    Additional information: 1565392897

    Additional information: 1614807040

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

    Someone at - he encounter the same problem with 12.1.0.2 by deploying the CDB for Grid Infrastructure Management repository? Is there something special with UEK3 (3.8.13 - 35.3.4.el7uek) on 7 OEL? Any necessary special kernel parameter (although the runInstaller controls do not mention)? I'm totally tapped by GI 12.1.0.2.

    Thank you.

    Best regards

    Stefan

    Hi guys,.

    I was finally able to solve this problem.

    She was related to a memory on the provisioning of problem in the virtual environment as both nodes are VMs. Unfortunately none of these errors of memory were populated / pushed somehow in the virtual machine.

    Best regards

    Stefan

  • Backup Oracle DB fails with errors.

    Hi all

    My backup oracled via Netbackup fail with error 6 (Netbackup) and I have checked that the logs please find the log RMAN so file.

    Please help me to solve this error.


    Script /opt/rman_script/st72_oracle_full.sh
    = began may 28 Mar 15:27:46 SGT 2013 =.


    RMAN: / OraBase/V10203/bin/rman
    ORACLE_SID: ST72
    ORACLE_USER: oracle
    ORACLE_HOME: / OraBase/V10203

    NB_ORA_FULL: 1
    NB_ORA_INCR: 0
    NB_ORA_CINC: 0
    NB_ORA_SERV: zsswmasb
    NB_ORA_POLICY: bsswst72_oracle_daily

    Full backup asked
    Sun Microsystems Inc.     SunOS 5.10 generic January 2005
    You have new messages.
    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > 13 > 14 > 15 > 16 > 17 > 18 > 19 > 20 > 21 > 22 > 23 > 24 > 25 > 26 > 27 > 28 > 29 > 30 > 31 > 32 > 33 > RMAN > ED.

    connected to target database: ST72 (DBID = 990954548)
    connected to the recovery catalog database

    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > 13 > 14 > 15 > 16 > 17 > 18 > 19 > 20 > 21 > 22 > 23 > 24 > 25 > 26 > 27 > 28 > 29 > 30 > 31 > 32 > 33 >
    allocated channel: ch00
    channel ch00: sid = 149 devtype = SBT_TAPE
    channel ch00: VERITAS NetBackup for Oracle - version 6.0 (2007070504)

    command sent on the channel: ch00

    From backup may 28, 13
    output channel: ch00
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup to 28/05/2013 15:27:51 command
    RMAN-03014: implicit recovery catalog Resync failed
    RMAN-06004: error ORACLE recovery catalog database: RMAN-20035: invalid high recid

    RMAN >

    Complete recovery manager.

    Script /opt/rman_script/st72_oracle_full.sh
    = ended by mistake may Mar 28 15:27:51 SGT 2013 =.

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





    Script /opt/rman_script/st72_oracle_full.sh
    = began may 28 Mar 15:24:28 SGT 2013 =.


    RMAN: / OraBase/V10203/bin/rman
    ORACLE_SID: ST72
    ORACLE_USER: oracle
    ORACLE_HOME: / OraBase/V10203

    NB_ORA_FULL: 1
    NB_ORA_INCR: 0
    NB_ORA_CINC: 0
    NB_ORA_SERV: zsswmasb
    NB_ORA_POLICY: bsswst72_oracle_daily

    Full backup asked
    Sun Microsystems Inc.     SunOS 5.10 generic January 2005
    You have new messages.
    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > 13 > 14 > 15 > 16 > 17 > 18 > 19 > 20 > 21 > 22 > 23 > 24 > 25 > 26 > 27 > 28 > 29 > 30 > 31 > 32 > 33 > RMAN > ED.

    connected to target database: ST72 (DBID = 990954548)
    connected to the recovery catalog database

    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > 13 > 14 > 15 > 16 > 17 > 18 > 19 > 20 > 21 > 22 > 23 > 24 > 25 > 26 > 27 > 28 > 29 > 30 > 31 > 32 > 33 >
    allocated channel: ch00
    channel ch00: sid = 143 devtype = SBT_TAPE
    channel ch00: VERITAS NetBackup for Oracle - version 6.0 (2007070504)

    command sent on the channel: ch00

    From backup may 28, 13
    output channel: ch00
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup to 28/05/2013 15:24:34 command
    RMAN-03014: implicit recovery catalog Resync failed
    RMAN-06004: error ORACLE recovery catalog database: RMAN-20035: invalid high recid

    RMAN >

    Complete recovery manager.

    Script /opt/rman_script/st72_oracle_full.sh
    = ended by mistake may Mar 28 15:24:34 SGT 2013 =.


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






    Script /opt/rman_script/st72_oracle_full.sh
    = began may 28 Mar 14:59:30 SGT 2013 =.


    RMAN: / OraBase/V10203/bin/rman
    ORACLE_SID: ST72
    ORACLE_USER: oracle
    ORACLE_HOME: / OraBase/V10203

    NB_ORA_FULL: 1
    NB_ORA_INCR: 0
    NB_ORA_CINC: 0
    NB_ORA_SERV: zsswmasb
    NB_ORA_POLICY: bsswst72_oracle_daily

    Full backup asked
    Sun Microsystems Inc.     SunOS 5.10 generic January 2005
    You have new messages.
    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > 13 > 14 > 15 > 16 > 17 > 18 > 19 > 20 > 21 > 22 > 23 > 24 > 25 > 26 > 27 > 28 > 29 > 30 > 31 > 32 > 33 > RMAN > ED.

    connected to target database: ST72 (DBID = 990954548)
    connected to the recovery catalog database

    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > 13 > 14 > 15 > 16 > 17 > 18 > 19 > 20 > 21 > 22 > 23 > 24 > 25 > 26 > 27 > 28 > 29 > 30 > 31 > 32 > 33 >
    allocated channel: ch00
    channel ch00: sid = 136 devtype = SBT_TAPE
    channel ch00: VERITAS NetBackup for Oracle - version 6.0 (2007070504)

    command sent on the channel: ch00

    From backup may 28, 13
    output channel: ch00
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup to 28/05/2013-14:59:36 command
    RMAN-03014: implicit recovery catalog Resync failed
    RMAN-06004: error ORACLE recovery catalog database: RMAN-20035: invalid high recid

    RMAN >

    Complete recovery manager.

    Script /opt/rman_script/st72_oracle_full.sh
    = ended by mistake may Mar 28 14:59:36 SGT 2013 =.



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



    Thank you
    Noelie

    Hello;

    Note on this here:

    http://pythianpang.WordPress.com/2007/11/20/RMAN-20035-invalid-high-RecId/

    Best regards

    mseberg

  • EMCA fails with the error "ORA-01034: ORACLE is not available.

    Hello
    10g R2 on AIX I have the following error:
    emca -config dbcontrol db -repos create
    ......................................................
    .....................................................
    Password for DBSNMP user:
    Invalid username/password. [ORA-01034: ORACLE not available]
    And that's because all oracle processes are runing with:
    ORACLE_HOME=/U00/Oracle/product/10.2.0/Db_1/

    EMCA fails with the error "ORA-01034: ORACLE is not available" and "Name of user and password invalid." For DBSNMP user [ID 550484.1]
    It is said:
    +<moderator edit - removed MOS content>+
    Can I do the reverse and in the script of the emca, add "/" at the end of ORACLE_HOME=/u00/oracle/product/10.2.0/db_1
    ??
    Thank you.

    Edited by moderator - content removed from MOS

    Hi user;

    First of all please do not post details here, its against to oracle interoperability metalink, ID is sufficient for us. Secondly, yes you can, first to save $ORACLE_HOME/bin/emca script like

    CP $ORACLE_HOME/bin/emca $ORACLE_HOME/bin/emca_org

    to change the file number and test

    Respect of
    HELIOS

  • IAM-2050243: process Orchestration with the id 498509, failed with the IAM-3051103 error message: failed to create operation on the entity user at the point of action

    Hello

    While creating a use to the IOM, I get the error below. I have to configure?

    oracle.iam.ui.platform.exception.OIMRuntimeException: IAM-2050243: process of Orchestration with the id 498509, failed with the IAM-3051103 error message: failed to create operation on the entity user at the point of action

    Error log file:

    ]]

    [2015 07-28 T 12: 53:51.674 - 07:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.identity.usermgmt.impl.handlers.base] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] compensate the method called in a process of running User Manager CREATE with process Id 498 509 and Event Id 3 306 663

    [2015 07-28 T 12: 53:51.703 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20043] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = basic 207 SRCH = scope = base filter = objectclass = * requestedAttributes = [] sizelimit = 0 timelimit = 0 typesOnly = false

    [2015 07-28 T 12: 53:51.703 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20044] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = 207 RESULT err = 0 tag = 0 nentries = 1 etime = 0 = 0 mem = 2, 058, 395 728 dbtime / 4294967296

    [2015 07-28 T 12: 53:51.703 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20043] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = basic 208 SRCH = scope = base filter = objectclass = * = sizelimit timelimit [] = 0 requestedAttributes = 0 typesOnly = false

    [2015 07-28 T 12: 53:51.703 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20044] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = 208 RESULT err = 0 tag = 0 nentries = 1 etime = 0 = 0 mem = 2, 058, 395 728 dbtime / 4294967296

    [2015 07-28 T 12: 53:51.703 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20043] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = base 209 SRCH = xxxxxxxxxx, dc = net scope = filter sub = orclguid = 56ca2d28625f47819064b8241ab44539 requestedAttributes = [orclguid] = 0 = 0 = false typesOnly timelimit sizelimit

    [2015 07-28 T 12: 53:51.705 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20044] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = 209 RESULT err = 0 tag = 0 = 1 = 2 = 0 = 2 mem dbtime etime nentries, 058, 395 728 / 4294967296

    [2015 07-28 T 12: 53:51.705 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20040] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = 210 DEL dn = cn = afdada, cn = users, xxxxxxxxxx, dc is net

    [2015 07-28 T 12: 53:51.709 - 07:00] [oimext_server1] [NOTIFICATION] [LIBOVD-20039] [oracle.ods.virtualization.accesslog] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] conn = op 78 = 210 RESULT tag = 0 = 0 = 4 etime nentries err = 0

    [2015 07-28 T 12: 53:51.723 - 07:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.identity.usermgmt.impl.handlers.custom] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] compensate the method called in a process of running User Manager CREATE with process Id 498 509 and Event Id 3 658 306

    [2015 07-28 T 12: 53:51.763 - 07:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.platform.kernel.impl] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] completed the orchestration with the result of the action - oracle.iam.platform.kernel.EventFailedException: IAM-3051103: failure of the create operation on the entity user at the point of action. :

    [2015 07-28 T 12: 53:51.775 - 07:00] [oimext_server1] [ERROR] [] [oracle.iam.request.impl] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] Orchestration process with id 498509, failed with the IAM-3051103 error message: failed to create operation on the entity user at the point of action. :.

    [2015 07-28 T 12: 53:51.784 - 07:00] [oimext_server1] [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [tid: [ASSETS].] [' ExecuteThread: ' 74 ' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:77dc1a7d:14ec20555f9:-8000-000000000099b7c8, 0] [APP: oracle.iam.console.identity.self-service.ear #V2.0] [IDDM: 0000KvMCNcVEoIs6wjyWMG1Lgf5y00000k] ADF: adding the following JSF error message: IAM-2050243: Orchestration process with id 498509, failed with the IAM-3051103 error message: failed to create operation on the entity user at the stage of the action... [[

    oracle.iam.ui.platform.exception.OIMRuntimeException: IAM-2050243: process of Orchestration with the id 498509, failed with the IAM-3051103 error message: failed to create operation on the entity user at the stage of the action...

    at oracle.iam.ui.platform.exception.OIMErrorHandler.reportServiceException(OIMErrorHandler.java:171)

    at oracle.iam.ui.platform.exception.OIMErrorHandler.reportException(OIMErrorHandler.java:65)

    at oracle.adf.model.binding.DCDataControl.reportException(DCDataControl.java:411)

    at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:424)

    at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:479)

    at oracle.adf.model.binding.DCControlBinding.reportException(DCControlBinding.java:201)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.reportException(JUCtrlActionBinding.java:2036)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1680)

    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2150)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:760)

    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:407)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)

    at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBinding(FacesUtils.java:169)

    at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBindingFromActionListener(FacesUtils.java:116)

    at oracle.iam.ui.catalog.view.backing.CartReqBean.submit(CartReqBean.java:980)

    at oracle.iam.ui.catalog.view.backing.CartReqBean.submitActionListener(CartReqBean.java:919)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.sun.el.parser.AstValue.invoke(AstValue.java:187)

    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)

    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1490)

    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)

    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:181)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:104)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:93)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:371)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:97)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:98)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1086)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:434)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.help.web.rich.OHWFilter.doFilter (unknown Source)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:117)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.iam.ui.platform.servletfilter.IdentityContextFilter.doFilter(IdentityContextFilter.java:50)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.iam.platform.servletfilter.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:164)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:175)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:418)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.security.am.agent.wls.filters.OAMServletAuthenticationFilter.doFilter(OAMServletAuthenticationFilter.java:265)

    at oracle.security.am.agent.wls.filters.OAMValidationSystemFilter.doFilter(OAMValidationSystemFilter.java:133)

    at oracle.security.wls.oamagent.OAMAgentWrapperFilter.doFilter(OAMAgentWrapperFilter.java:120)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1485)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Thank you

    As IOM tablespace maxed out, we were receving a lot of mistakes. It was one of them.

    Thank you Anne for your contributions.

Maybe you are looking for