Feature not supported in mass cases Tester

Hello

I get an error of not taken function supported in mass cases Tester when I try to use the data in reference to boot my modules.

Please let me know what could be the possible cause of this error. Is the use of reference data not supported in the current version of MCT?

The details of the error are:

This is a feature not supported
Exception: Exception
Message: This is a feature not supported
Source: Oracle.Policy.Modeling.MassCaseTester
HelpLink:
TargetSite: Boolean Check()
Stack trace:
at Oracle.Modeling.MassCaseTester.RulebaseChecker.Check)



Thank you
Aakarsh

Unfortunately you are right - given reference are not supported in the current version of the MCT.

It is expected that it be fixed for the 10.2 release.

Tags: Oracle Applications

Similar Questions

  • Feature not supported in 16 - bit

    Please I need help for Microsoft application "If a 64-bit windows is available. If yes where & how download/install

    Feature not supported in 16-bit.
    My system Type x 64-based PC System Center c:\windows\system32::"\ //My? \c:users\user\AppData\local\Temp\setup\11931027B-Ac26-47OB-995F-9B34-4659269.exe '(Incompatitible with 64-bit Windows). Have tried but failed to find any info.

    16-bit applications may not work on a 64-bit version of Windows. There is no 16-bit subsystem to execute.

    If a 16-bit application is critical, the only way is to use 32-bit Windows.

  • ORA-22816: feature not supported with RETURNING clause

    <!-StartFragment--> java.sql.SQLException: ORA-02014: cannot select the UPDATES view DISTINCT, GROUP BY, etc.

    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)

    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)

    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)

    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:503)

    at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:1029)

    at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:535)

    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1126)

    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3001)

    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3043)

    at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelect(OracleSQLBuilderImpl.java:730)

    at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:5594)

    at oracle.apps.fnd.framework.server.OAEntityImpl.doSelect (unknown Source)

    Hello

    I had the resolution of the following link

    EODefImpl.java to implement so that EO
    and override the createDef() method.

    Public Sub createDef()
    {
    super.createDef ();
    setUseReturningClause (false);
    }

    Thank you

    AP

    ORA-22816 - feature not supported with clause of returning OFFICER (EO)

  • Form trigger error ORA-22816: feature not supported with RETURNING clause

    Hi Apex developers.

    I created the form to the poster with the INSTEAD of trigger. Everything works very well for the UPDATE and DELETE. But to INSERT the "automatic line (DML) treatment" trigger ORA-22816: feature not supported with RETURNING clause. When I disable the INSTEAD OF trigger it start work very well too. But I have to use INSTEAD OF trigger for safety reasons.

    Meet someone too the question?

    What is workaroud for the question?

    Thank you very much.

    Michaud

    Hi Martin,

    MMH, it beats me. You could try with tracing active sql (add & ptrace = YES to your URL), see what actually running.

    Cordially Jens

  • T450s: Hosted network feature not supported?

    I have a ThinkPad T450s bought in Dec 2015 with Windows 10 Pro. It has the Intel AC 7265 wireless card. I am trying to use the hosted network feature Windows to use the laptop as a hotspot for other devices, but I can't make it work.

    When I open an administrator command prompt and run "netsh wlan show drivers", the parameter ' hosted network supported:' has the value 'no '.

    I tried updating the wireless network card driver via the tool companion of Lenovo, via the Intel driver update utility and Windows via the Device Manager. The wireless driver has been updated to version 18.330.1 dated dated 05-01-2016. Then, I rebooted the machine but still no improvement. The characteristic hosted network shows as not supported. I also tried showing the devices hidden in Device Manager but under network adapters, there is no virtual card listed Microsoft hosted network.

    Is this a driver problem? Anyone with a broadcast network animated T450s as being taken in charge?

    Thank you

    Well, I found a solution on the Intel community forum: https://communities.intel.com/message/327193. A couple of users in this thread (the one with a Lenovo X 1 carbon) suggested to use an older version of 18.11 18.12 driver. So that's what I did and it worked! Here are my actual steps:

  • Mass case Tester: reference to aid data

    Hi all

    I tried to use the tester of mass case my based on rules.

    During the priming of the basis of rules, there is an option to 'Use reference data' initialization attr with values specified.

    I was wondering how I can create/write/modify this reference file in (.) XDS format) to use for the data REF. Is there a writer or a schema format / needs adhire to.


    Thank you

    This is the format used by the debugger within the OPM - so if you just build and debug without screens, you can enter your data and then use "Export to XML" to generate a file, which you can use to reference data.

    The format is also quite simple if you have an obligation to generate programmatically.

    Concerning

    Andrew

  • oracle.sql.ARRAY.getFloatArray ()-&gt; SQLException: feature not supported

    Hello
    I created a table with some columns of nested tables, given that something like

    create or replace type tenFloats in the table of the types binary_float;
    /
    create table (book)
    s varchar2 (12) not null,
    d date not null,
    BN tenFloats,
    tenFloats BQ)
    Bn NESTED TABLE as bn_tab store
    Bq of NESTED TABLE as bq_tab store
    /

    In PL/SQL, it works, I can insert and extract.

    Now I'm trying in Java
    ResultSet testrs is db_conn.createStatement () .executeQuery ("select s, book bq");.
    ARRAY arr = null;
    While (testrs.next ()) {}
    ARR = (Array) testrs. GetArray (2);
    float [] bids = arr.getFloatArray (); / / <-fails here
    }

    This operation fails with:
    Exception in thread "main" java.sql.SQLException: function not supported
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:229)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:403)
    at oracle.jdbc.driver.DatabaseError.throwUnsupportedFeatureSqlException(DatabaseError.java:702)
    at oracle.sql.ArrayDescriptor.toNumericArray(ArrayDescriptor.java:1517)
    at oracle.sql.ARRAY.getFloatArray(ARRAY.java:980)
    at app.slawek.myClass.main(myClass.java:109)

    OK, so in desperation I tried another way, with zero CARDS.
    ARRAY arr = null;
    While (testrs.next ()) {}
    ARR = (Array) testrs. GetArray (2);
    Reference d [] = arr.getOracleArray ();
    System.out.println (d.Length);
    float [] offers = new float [d.length];
    for (int i = 0; i < bids.length; i ++) {}
    offers= d [i] .floatValue (); / / <-fails here
    System.out.Print (submissions [i] + "");
    }
    }

    This time, I get:
    Exception in thread "main" java.sql.SQLException: float Conversion failed
    at oracle.sql.Datum.floatValue(Datum.java:225)
    at app.slawek.myClass.main(myClass.java:114)

    While in the debugger, I see that d is an array of objects of type BINARY_FLOAT 10.

    I use 11 Oracle client and server on Windows 7 64 bit.

    Can someone please?

    Thank you
    Slawek

    What happens if you treat your tables nested as result sets?

    while (testrs.next()) {
    
      arr = (ARRAY)testrs.getArray(2);
      ResultSet rs = arr.getResultSet();
    
      while(rs.next()) {
        Float f = (Float)rs.getObject(2);
      }
    
      rs.close();
    }
    
  • Error is mass case tester for a modules having relationships

    Hello

    I was testing a simple modules having a self referring to relationships and company.
    When I use the MCT on this one then I get the following error when I put the value of "The number of instances of the entity that will be created" more than 1:
    (The same error is also to come if relations are not free, that is by invoking between two entities)

    Object reference is not set to an instance of an object.
    Exceptions: NullReferenceException
    Message: The object Reference not set to an instance of an object.
    Source: Oracle.Policy.Modeling.MassCaseTester
    HelpLink:
    TargetSite: Oracle.Modeling.MassCaseTester.RulebasePath BuildSolution(Double, Boolean, Oracle.Determinations.Engine.EntityInstance)
    Stack trace:
    to Oracle.Modeling.MassCaseTester.RulebaseChecker.BuildSolution (Double dSlice, Boolean bTop, EntityInstance owningInstance)
    to Oracle.Modeling.MassCaseTester.RulebaseChecker.BuildSolution (Double dSlice, Boolean bTop, EntityInstance owningInstance)
    to Oracle.Modeling.MassCaseTester.RulebaseChecker.BuildSolution (Double dSlice, Boolean bTop, EntityInstance owningInstance)
    to Oracle.Modeling.MassCaseTester.RulebaseChecker.BuildSolution (Double dSlice, Boolean bTop, EntityInstance owningInstance)
    to Oracle.Modeling.MassCaseTester.RulebaseChecker.BuildSolution (Double dSlice, Boolean bTop, EntityInstance owningInstance)
    to Oracle.Modeling.MassCaseTester.RulebaseChecker.BuildSolution (Double dSlice, Boolean bTop, EntityInstance owningInstance)
    to Oracle.Modeling.MassCaseTester.RulebaseChecker.BuildSolution (Double dSlice, Boolean bTop, EntityInstance owningInstance)
    to Oracle.Modeling.MassCaseTester.RulebaseChecker.BuildSolution (Double dSlice, Boolean bTop, EntityInstance owningInstance)
    to Oracle.Modeling.MassCaseTester.RulebaseChecker.BuildSolution (Double dSlice, Boolean bTop, EntityInstance owningInstance)
    at Oracle.Modeling.MassCaseTester.RulebaseChecker.Check)


    Thank you
    Aakarsh

    The case of mass tester cannot process relationships that are not the containment relationships.

    This limitation will be better reported in point 10.2

  • Exception mass case Tester

    When you use the tester in case of mass for reporting, I'm getting the following exception:

    * "Think cycle is not stabilized after 20 iterations. This is probably due to a flaw in the earpiece of the inference. » *

    It's coming when I'm generating the following:
    comprehensive sample
    Random sample
    The decision chart
    what could be the possible causes for this?


    Here is the full error message, and the stack trace:

    Exception: IllegalStateException
    Message: Think cycle is not stabilized after 20 iterations. This is probably due to a flaw in the earpiece of the inference.
    Source: Oracle.Determinations.Engine
    HelpLink:
    TargetSite: Sub Think()
    Stack trace:
    at Oracle.Determinations.Engine.Local.LocalSession.Think)
    at Oracle.Determinations.Engine.Local.LocalSessionSync.Think)
    at Oracle.Determinations.Engine.Local.LocalSession.RequireThink)
    Oracle.Determinations.Engine.Local.LocalRelationship.SetInternal (source, list target entity, instance list notTargets, Boolean uncertain)
    at Oracle.Determinations.Engine.Local.RelationshipRule.Think (LocalSession session, list instances)
    at Oracle.Determinations.Engine.Local.LocalSession.ThinkStep)
    at Oracle.Determinations.Engine.Local.LocalSession.Think)
    at Oracle.Determinations.Engine.Local.LocalSessionSync.Think)
    at Oracle.Determinations.Engine.Local.LocalSession.RequireThink)
    to Oracle.Determinations.Engine.Local.LocalSessionSync.CreateEntityInstance (entity)
    to Oracle.Modeling.MassCaseTester.RulebaseChecker.CreateInstances (ArrayList contextChildren, entity, Int32 instanceCount EntityInstance owningInstance)
    to Oracle.Modeling.MassCaseTester.RulebaseChecker.BuildSolution (Double dSlice, Boolean bTop, EntityInstance owningInstance)
    at Oracle.Modeling.MassCaseTester.RulebaseChecker.Check)

    The bug I mentioned in the stack trace turned out in fact to be the source of the problem. This is a bug in 10.1 when alleged relationships are used when the engine is using what is called "Immediate" mode of thinking, rather than the mode of thinking 'Deferred' usual that virtually all uses. In this case the MCT is one of the few tools we have that immediate uses think that mode.

    I have found a workaround, which ironically uses a listener of inference to solve the problem. I'll email to you that I can not set anything in the public discussion forum.

    The problem is already solved for our next release, so should not be a problem in the future.

    Published by: Stephen French on 2 Sep 2010 19:20

  • Hands-free features not supported in the current context of material

    Hello

    I have a generic Bluetooth headset and a bluetooth PCMCIA card with the latest drivers Toshiba.

    The adapter finds the headset and other bluetooth devices, but it will not allow me to pair the headset with my computer.
    I am running XP with Service Pack 2 installed.

    Can someone help me? I would really like to get the headset working on my laptop?

    Many thanks for any help,

    Jake

    Hello

    did you check if the Bluetooth headset has a security key? Usually, if you pair two devices BT you type a key.
    When the key has been accepted devices will connect.

    Give me some feedback if you find something out.

    Welcome them

  • Error when inserting a record - a feature not taken in charge with clause RETURNING ORA-06512: at line 1

    Hello

    I have a created an EO based on a synonym (synonym is created for a Table by using binding remote Db)

    I created a from VO of the EO above and added to an AM. When I run the AM and try to insert a record I get following error

    [164] BEGIN INSERT INTO TRACK_TRANSACTION_STATUS_BIZ (TRANS_NO, TRANS_ID, START_DATE, LOGIN_USER_ID, SESSION_ID, REFUND_APPLICABLE_IND) VALUES (: 1,: 2,: 3,: 4:5:6) TRANS_STATUS, ISHOP_LOGIN_IND, EMAIL_ADDR_AT_SIGN, TEL_NO_INT_PREFIX, REFUND_APPLICABLE_IND, REFUNDED_IND, CSP_IND RETURNING: 7: 8: 9,: 10,: 11,: 12,: 13; END;

    [165] insert link param 1: test

    [166] insert link param 2: you

    [167] insert link param 3: 2014-10-16 21:37:09.0

    [168] insert link param 4: your

    [169] insert link param 5: you

    [170] insert link param 6: N

    OracleSQLBuilderImpl.doEntityDML [171] failed...

    [172] X / Open SQL State is: 99999

    [173] java.sql.SQLException: ORA-22816: feature not supported with RETURNING clause

    ORA-06512: at line 1

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)

    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)

    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)

    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)

    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)

    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:213)

    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1111)

    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)

    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)

    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3904)

    at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:9417)

    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1512)

    at oracle.jbo.server.OracleSQLBuilderImpl.doEntityDML(OracleSQLBuilderImpl.java:429)

    at oracle.jbo.server.EntityImpl.doDML(EntityImpl.java:8575)

    at oracle.jbo.server.EntityImpl.postChanges(EntityImpl.java:6816)

    at oracle.jbo.server.DBTransactionImpl.doPostTransactionListeners(DBTransactionImpl.java:3290)

    at oracle.jbo.server.DBTransactionImpl.postChanges(DBTransactionImpl.java:3093)

    at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:2097)

    at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:2378)

    at oracle.adf.model.bc4j.DCJboDataControl.commitTransaction(DCJboDataControl.java:1615)

    at oracle.adf.model.binding.DCDataControl.callCommitTransaction(DCDataControl.java:1417)

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

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

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

    at oracle.jbo.uicli.jui.JUActionBinding.actionPerformed(JUActionBinding.java:193)

    at oracle.jbo.uicli.controls.JUNavigationBar.doAction(JUNavigationBar.java:412)

    at oracle.jbo.jbotester.NavigationBar.doAction(NavigationBar.java:111)

    to oracle.jbo.uicli.controls.JUNavigationBar$ NavButton.actionPerformed (JUNavigationBar.java:118)

    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)

    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)

    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)

    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)

    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)

    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)

    at java.awt.Component.processMouseEvent(Component.java:6289)

    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)

    at java.awt.Component.processEvent(Component.java:6054)

    at java.awt.Container.processEvent(Container.java:2041)

    at java.awt.Component.dispatchEventImpl(Component.java:4652)

    at java.awt.Container.dispatchEventImpl(Container.java:2099)

    at java.awt.Component.dispatchEvent(Component.java:4482)

    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)

    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)

    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)

    at java.awt.Container.dispatchEventImpl(Container.java:2085)

    at java.awt.Window.dispatchEventImpl(Window.java:2478)

    at java.awt.Component.dispatchEvent(Component.java:4482)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)

    to java.awt.EventQueue.access$ 000 (EventQueue.java:85)

    in java.awt.EventQueue$ 1.run(EventQueue.java:603)

    in java.awt.EventQueue$ 1.run(EventQueue.java:601)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)

    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:98)

    in java.awt.EventQueue$ 2.run(EventQueue.java:617)

    in java.awt.EventQueue$ 2.run(EventQueue.java:615)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    [174] OracleSQLBuilder: ROLLBACK WORK point registration "BO_SP".

    [175] DCBindingContainer.reportException: oracle.jbo.DMLException

    oracle.jbo.DMLException [176]: Houston-26041: could not publish data from database in "Insert": SQL statement ' BEGIN INSERT INTO TRACK_TRANSACTION_STATUS_BIZ (TRANS_NO, TRANS_ID, START_DATE, LOGIN_USER_ID, SESSION_ID, REFUND_APPLICABLE_IND) VALUES (: 1,: 2,: 3,: 4: 5:6) TRANS_STATUS, ISHOP_LOGIN_IND, EMAIL_ADDR_AT_SIGN, TEL_NO_INT_PREFIX, REFUND_APPLICABLE_IND. , REFUNDED_IND, CSP_IND INTO TURNING: 7: 8: 9: 10: 11:12:13; END; ».

    at oracle.jbo.server.OracleSQLBuilderImpl.doEntityDML(OracleSQLBuilderImpl.java:583)

    at oracle.jbo.server.EntityImpl.doDML(EntityImpl.java:8575)

    at oracle.jbo.server.EntityImpl.postChanges(EntityImpl.java:6816)

    at oracle.jbo.server.DBTransactionImpl.doPostTransactionListeners(DBTransactionImpl.java:3290)

    at oracle.jbo.server.DBTransactionImpl.postChanges(DBTransactionImpl.java:3093)

    at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:2097)

    at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:2378)

    at oracle.adf.model.bc4j.DCJboDataControl.commitTransaction(DCJboDataControl.java:1615)

    at oracle.adf.model.binding.DCDataControl.callCommitTransaction(DCDataControl.java:1417)

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

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

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

    at oracle.jbo.uicli.jui.JUActionBinding.actionPerformed(JUActionBinding.java:193)

    at oracle.jbo.uicli.controls.JUNavigationBar.doAction(JUNavigationBar.java:412)

    at oracle.jbo.jbotester.NavigationBar.doAction(NavigationBar.java:111)

    to oracle.jbo.uicli.controls.JUNavigationBar$ NavButton.actionPerformed (JUNavigationBar.java:118)

    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)

    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)

    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)

    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)

    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)

    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)

    at java.awt.Component.processMouseEvent(Component.java:6289)

    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)

    at java.awt.Component.processEvent(Component.java:6054)

    at java.awt.Container.processEvent(Container.java:2041)

    at java.awt.Component.dispatchEventImpl(Component.java:4652)

    at java.awt.Container.dispatchEventImpl(Container.java:2099)

    at java.awt.Component.dispatchEvent(Component.java:4482)

    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)

    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)

    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)

    at java.awt.Container.dispatchEventImpl(Container.java:2085)

    at java.awt.Window.dispatchEventImpl(Window.java:2478)

    at java.awt.Component.dispatchEvent(Component.java:4482)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)

    to java.awt.EventQueue.access$ 000 (EventQueue.java:85)

    in java.awt.EventQueue$ 1.run(EventQueue.java:603)

    in java.awt.EventQueue$ 1.run(EventQueue.java:601)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)

    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:98)

    in java.awt.EventQueue$ 2.run(EventQueue.java:617)

    in java.awt.EventQueue$ 2.run(EventQueue.java:615)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    Caused by: java.sql.SQLException: ORA-22816: feature not supported with RETURNING clause

    ORA-06512: at line 1

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)

    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)

    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)

    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)

    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)

    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:213)

    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1111)

    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)

    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)

    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3904)

    at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:9417)

    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1512)

    at oracle.jbo.server.OracleSQLBuilderImpl.doEntityDML(OracleSQLBuilderImpl.java:429)

    ... 52 more

    # # 0 in detail

    java.sql.SQLException: ORA-22816: feature not supported with RETURNING clause

    ORA-06512: at line 1

    Ask for help in this regard

    ADF will generate default DML statement with RETURNING clause, and it is not applicable to your use case: ORA-22816: feature not supported with RETURNING clause

    Instead, you can try with setUseReturningClause (false): http://docs.oracle.com/middleware/1213/adf/develop/adf-bc-entity-objects.htm#BABJAJCA

    Dario

  • Passwords in case TEST/DEV.

    Another quick (and fortunately we easy dradles)

    I work in an environment where there are about 50 cases (of flavours - 8.0.4 to 11.2.0.2).

    My question relates to the password that are specific application - custom schema passwords and passwords apps...

    Do you provide the passwords above your team of developers/EBS Production support in your case TEST/development? (does not reference to PROD here)

    If in all these cases, each has its own user account with all the privileges of the user APPS (select any etc...), what is the justification for a developer who need the APPS password?

    It is advisable to give the APPS password in TEST/development cases?

    Thank you

    Do you provide the passwords above your team of developers/EBS Production support in your case TEST/development? (does not reference to PROD here)

    We do this in all environments except TEST (which is used for QA and check the deployment scripts), UAT and PROD.

    If in all these cases, each has its own user account with all the privileges of the user APPS (select any etc...), what is the justification for a developer who need the APPS password?

    If you already have users of database created for the users with all the privileges and password apps should not be shared.

    It is advisable to give the APPS password in TEST/development cases?

    Please see my response above. In addition, please see:

    Re: How many lower levels of the Oracle Applications?
    Re: Developers access to the database of apps user (best practices)?

    Thank you
    Hussein

  • List of function not supported in Android

    Hello

    Is there a complete list and Update of features not supported on Android devices?

    Just did a rendition of 'test' for Android 10' of the iPad articles and, as expected, not all of the features and tricks work. I knew that would happen... I was wondering if there is a guide "do not do" for Android.

    Thank you!

    See the following article:

    http://help.Adobe.com/en_US/digitalpubsuite/using/WS4cb2576c7954973c53368a8813825e34aba-80 00.primeras html

    Let us know if a feature that is supposed to be supported does not work.

  • Merge not supported on table space

    Hi all

    I'm working on an existing table that has a unique id. It should be expanded with additional id, which we will call a group id.

    Assume there is a table
    create table t
    (
      object_id number not null,
      f1        varchar2(100) not null,
      f2        varchar2(100) not null,
      f3        varchar2(100) not null,
      f4        mdsys.sdo_geometry,
      group_id  number
    );
    The object_id is the PK and obviously unique. The group_id must be unique for each distinct f1, f2, f3 combination.

    I like the merge statement, also for the updates, because of its flexible syntax. I wanted to do:
    merge into t
    using ( select distinct 
                   f1
           ,       f2
           ,       f3
           ,       rownum group_id
           from    t ) g
    on    (        t.f1 = g.f1
            and    t.f2 = g.f2
            and    t.f3 = g.f3 )
    when matched then update
            set    t.group_id = g.group_id;
    but I get an ORA-29886: feature not supported for the field index. (I'm on Oracle Database 10 g Enterprise Edition Release 10.2.0.4.0)

    Of course, it is easy to write a pl/sql loop (and I did), but is there a way to do this in pure sql in a single update statement in an elegant way?

    Thank you!

    Boneist wrote:
    Assuming that object_id is a primary key, then I would do something like:

    update t
    set    t.group_id = (select t2.dr
    from   (select t1.*, dense_rank() over (partition by t1.f1, t1.f2 order by t1.f1, t1.f2) dr
    from   t t1) t2
    where  t2.object_id = t.object_id)
    

    Works better without the PARTITION BY clause ;)

    UPDATE t
    SET group_id = (
      SELECT dr
      FROM (
        SELECT object_id,
               dense_rank() over(order by f1, f2, f3) dr
        FROM t
      ) v
      WHERE v.object_id = t.object_id
    )
    ;
    

    Of course, it is easy to write a pl/sql loop (and I did), but is there a way to do this in pure sql in a single update statement in an elegant way?

    Boneist suggested (without partition), or somewhere in between with a FORALL statement.

    For example:

    DECLARE
    
     gid_tab sys.odcinumberlist;
     oid_tab sys.odcinumberlist;
    
    BEGIN
    
      select object_id,
             dense_rank() over(order by f1, f2, f3)
      bulk collect into oid_tab, gid_tab
      from t
      ;
    
      forall i in 1..oid_tab.count
       update t
       set group_id = gid_tab(i)
       where object_id = oid_tab(i)
      ;
    
    END;
    /
    

    According to the volume of data to process, you may need to test with a LIMIT of COLLECT clause in BULK as well.

    Edited by: odie_63 Feb 4. 2011 15:26

  • Cannot migrate VM between 5.5 ESXi versions: the version of the product to the destination host does not support one or several CPU features

    We receive an error message that I am trying to make sense. I understand very well the notion of compatibility, CPU, CPUID, masking and so on, after working on a competitor hypervisor. However, this error seems wrong (or needs better wording) based on my understanding:

    Here is the message:

    ----

    A general error occurred: the version of the product to the destination host does not support one or several features of the CPU currently use by the virtual machine.

    Characteristics of CPUID level 0 x 1 'ecx' register are indicated with a '1' bit: x00x:xxx0:xx0x:x 000: x 0 11xx:00: 00xx:11xx

    ----


    This happened during the migration between two hosts ESXi with the same physical processors - in this case, a Westmere X 5650.


    The source host is on ESXi build 2068190 (5.5). The destination host is on ESXi build 1474528.


    The bits it seems to complain are:


    DTES64

    Monitor/MWait

    Cx16

    PDCM

    The punch line seems to be: "the product version of the destination host. However, I have trouble believing that support for these features have been added to ESXi between the two versions. If it were, VMware has been certainly silent about.

    For what it's worth, explicitly set us the CPUID masks in our virtual machines (no, CVS is not an option for us at this time.) This is the mask:

    CPUID.1.EAX = "00000000000000100000011001010001".

    CPUID.1.ECX = "00000010100110001110001000111111".

    CPUID.1.EDX = "10001111111010111111101111111111".

    CPUID.80000001.ECX = "00000000000000000000000000000001.

    CPUID.80000001.EDX = "00101000000100000000100000000000".

    cpuid.d.EAX = "00000000000000000000000000000000".

    cpuid.d.ECX = "00000000000000000000000000000000".

    cpuid.d.EDX = "00000000000000000000000000000000".

    Note that the bits of the message complains (2, 3, 14, 15) * are * in fact forced to '1' in our mask of cpuid.1.ecx. That means (if I understand correctly), ESXi does not have the virtual machine unless the host processor supports the feature. And in our case, the virtual machine will start with happiness on nodes, with both versions. It will be not simply migrate between them.

    So, long story short, is this a bug of ESXi? The error message is misleading? I understand something?

    Thank you


    Matt

    To use the masks feature VM in this way, you must replace all the 1 to your masks with-'s:

    CPUID.1.EAX = "00000000000000-000000 - 00-0 - 000-

    CPUID.1.ECX = "000000-0-00--000---000-000---".

    CPUID.1.EDX = '-000 - 0-0 - 0-

    CPUID.80000001.ECX = "0000000000000000000000000000000 -"

    CPUID.80000001.EDX = "00-0-000000-00000000-00000000000.

    cpuid.d.EAX = "00000000000000000000000000000000".

    cpuid.d.ECX = "00000000000000000000000000000000".

    cpuid.d.EDX = "00000000000000000000000000000000".

    Zeros erases the features that are not available on your hosts Westmere, and dashes will leave the other one features.  The problem with those masks was forced to you certain features on who would have normally been off.

Maybe you are looking for