At the bottom of the script explain briefly the example.

Hello

Someone at - it explain the request briefly with the example below. I am new to oracle, so I can't understand what they implemented in the script.

Help me..!!!

CREATE TYPE T24_DATEKEYPAIR AS OBJECT)

DATE OF UPDATE,

RECID VARCHAR2 (255));

/

CREATE THE OBJECT OF TYPE T24_KEYLIST AS (RECID VARCHAR2 (255));

/

CREATE TYPE T24_INTEMEDIATAB T24_DATEKEYPAIR TABLE IS

/

CREATE TYPE T24_INTEMEDIATABKEY T24_KEYLIST TABLE IS;

/

CREATE or REPLACE TYPE pipelined_stats_ot () AS OBJECT

dummy_attribute NUMBER,

FUNCTION ODCIGetInterfaces (STATIC)

p_interfaces OUT SYS. ODCIObjectList

) RETURN NUMBER

FUNCTION ODCIStatsTableFunction (STATIC)

p_functionIN SYS. ODCIFuncInfo,

p_stats OUT SYS. ODCITabFuncStats,

p_args IN SYS. ODCIArgDescList,

p_num_rowsIN NUMBER.

) RETURN NUMBER

/

CREATE or REPLACE TYPE pipelined_stats_ot BODY
AS

FUNCTION ODCIGetInterfaces (STATIC)

p_interfaces OUT SYS. ODCIObjectList RETURN NUMBER) IS

BEGIN

p_interfaces: = SYS. () ODCIObjectList

SYS. ODCIObject ("SYS", "ODCISTATS2"));

RETURN ODCIConst.success;

END ODCIGetInterfaces;

Public STATIC FUNCTION ODCIStatsTableFunction (p_functionIN SYS. ODCIFuncInfo, p_stats OF THE SYS. ODCITabFuncStats, p_argsIN SYS. ODCIArgDescList,... p_num_rowsIN NUMBER...

) ETOURNER NUMBER IS

BEGIN

p_stats: = SYS. ODCITabFuncStats (p_num_rows);

RETURN ODCIConst.success;

END ODCIStatsTableFunction;

END;

/

FUNCTION to CREATE or REPLACE T24_GetPURGEBatchKeyAndDate_OS (RECKEY VARCHAR2, p_num_rows in NUMBERS)

RETURN T24_INTEMEDIATAB

PIPELINED IS

RTNVAL T24_DATEKEYPAIR;

DELPOS INTEGER.

LISTSTRING VARCHAR2 (4000);

BEGIN

SELECT XMLRECORD IN LISTSTRING OF V_F_RO_PURGE_KEYLIST WHERE RECID = RECKEY;

LISTSTRING: = TRIM (LISTSTRING);

WHILE LENGTH (LISTSTRING) <>0

LOOP

DELPOS: = INSTR (LISTSTRING, ' ');

IF DELPOS = 0 THEN

DELPOS: = LENGTH (LISTSTRING) + 1;

END IF;

SELECT T24_DATEKEYPAIR (TO_DATE (SUBSTR (LISTSTRING, 1, 8), 'YYYYMMDD'),
SUBSTR (LISTSTRING, 9, DELPOS - 9)) IN THE DOUBLE RTNVAL;

COURSE OF ACTION (RTNVAL);

LISTSTRING: =.
SUBSTR (LISTSTRING, DELPOS + 1, LENGTH (LISTSTRING) - DELPOS);

END LOOP;

RETURN;

END T24_GetPURGEBatchKeyAndDate_OS;

/

CREATE or REPLACE FUNCTIONT24_GetPURGEBatchKey_OS (RECKEY VARCHAR2, p_num_rows in NUMBERS)

RETURN T24_INTEMEDIATABKEY

PIPELINED IS

RTNVAL T24_KEYLIST;

DELPOS INTEGER.

LISTSTRING VARCHAR2 (4000);

BEGIN

SELECT XMLRECORD IN LISTSTRING FROMV_F_RO_PURGE_KEYLIST WHERE RECID = RECKEY;

LISTSTRING: = TRIM (LISTSTRING);

WHILE LENGTH (LISTSTRING) <>0

LOOP

DELPOS: = INSTR (LISTSTRING, ' ');

IF DELPOS = 0 THEN

DELPOS: = LENGTH (LISTSTRING) + 1;

END IF;

SELECT T24_KEYLIST (SUBSTR (LISTSTRING, 1, DELPOS-1)) IN THE DOUBLE RTNVAL;

COURSE OF ACTION (RTNVAL);

LISTSTRING: = SUBSTR (LISTSTRING, DELPOS + 1, LENGTH (LISTSTRING) - DELPOS);

END LOOP;

RETURN;

END T24_GetPURGEBatchKey_OS;

/

ASSOCIATE the STATISTICS WITH FUNCTIONST24_GetPURGEBatchKeyAndDate_OS USING pipelined_stats_ot

/

ASSOCIATESTATISTICS WITH FUNCTIONS with the HELP of T24_GetPURGEBatchKey_OS pipelined_stats_ot

/

Purpose:

This code is used for setting a bad schema design.

That is to say a fool decided it was a good idea to store multiple values in a delimited string rather than store them properly in a child table.

90% of the code is so that the CBO Gets the correct cardinality for Pipeline function instead of using the default value of 8196

The other 10% converts the string into a "table" through the Pipeline feature.

See:

http://www.Oracle-Developer.NET/display.php?id=429

Yes.  This example uses technical advance of coding.

As you can see, it will be difficult for a new person to know what lack of comments in your code.

MK

Tags: Database

Similar Questions

  • How to connect to an Adobe Javascript(Folder Level Script) SAP Web Service and retrieve the response in a table of the Adobe Javascript/AcroJS. Could you please it explain with an example. I have two required input parameters that must be filled.

    How to connect to an Adobe Javascript(Folder Level Script) SAP Web Service and retrieve the response in a table of the Adobe Javascript/AcroJS. Could you please it explain with an example. I have two required input parameters that must be filled.

    I s generic SOAP example/tutorial on my blog: get a serial number in a form using SOAP - KHKonsulting LLC

    The web service uses only a single parameter, but you should be able to adapt the code to two arguments without problems.

  • Modification of the example Script to harvest in the ID

    I need help changing the way brand script sample harvesting works in InDesign.

    It works very well for the addition of benchmarks of crop to the objects in the document, but my company needs to be placed slightly different crop marks.  The best way I can describe it is to refer to the example below. The script gives item A crop marks.   I need them to resemble the B element. Both sets show crop marks that are long quarter of an inch and a quarter inch away from the image. I need them to be linked as b. and have the long side of the crop mark be the edge and not the short side, as if it has.

    sample2.png

    Ideally, we would have also the script create a text box created for text in Bell Gothic Std, "BOLD", 9 pt, centered between the marks of low crop, but it's just in a perfect world.

    Any help is appreciated as I have no knowledge script to do this on my own and do not have the opportunity to learn.

    Thank you!!

    Ann

    * Ceci post earlier in the regular indesign forum by mistake. My apologies for the double post.

    Write a completely new scenario is easier than figgering what to change, then:

    prevHMU = app.activeDocument.viewPreferences.horizontalMeasurementUnits;
    prevVMU = app.activeDocument.viewPreferences.verticalMeasurementUnits;
    app.activeDocument.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.POINTS;
    app.activeDocument.viewPreferences.verticalMeasurementUnits = MeasurementUnits.POINTS;
    for (s=0; s
    

    Copy, paste into a text editor (or in the ExtendScript editor that comes with InDesign). Save it as "MyCustomCropmarks.jsx" (or any other useful name) in your scripts folder.

    The script creates the four points and the text box as a bonus. The police should be put right - if it errors on this line, the name maybe isn't correct.

    Use: select one or more of your images and double-click the script. (It's true: it also works on more than one image!)

  • How to generate a working executable from the example of writer DataSocket VI file

    I am trying to build an executable file of the example "DS Writer.vi".  The first problem was that the "Control.vi of DataSocket Server" was not distributed with my script compile/install.  I fixed it (thanks Dennis) but now I get the following error message.

    LabVIEW: (Hex 0 x 626) cannot open a VI with compiled code separate in a Run Time Engine that does not have access to the VIObjCache.

    There is a solution to this (http://forums.ni.com/t5/LabVIEW/Getting-LabVIEW-load-error-code-59-using-LabVIEW-2010-with-a-Run/td-...), but it involves change a property of a VI library of DataSocket (if I understand though).  I'm reluctant to make a change to a library OR standard, because it could cause maintenance problems in the future (other developers not having the same change, or updated versions of LabVIEW).

    Has anyone successfully built an executable using DataSocket?  If so, can you offer any advice?  I'm using LabVIEW 2011.

    Thank you, Mark

    Thanks Nathan.  I was able to create and deploy an executable with DataSocket.  The last obstacle was to "uncheck the option"Code is compiled separately from the source file"in the properties of the VI" for the "DataSocket Server Control.vi.  The only problem with this solution is that I now have a custom DataSocket library.  I think that a solution would be to copy as VI or library in my project folder so that the solution is transferable to others in the future.  I would like to hear how other developers LabVIEW with custom libraries, either by strictly avoid that, keeping their own copies, or another solution.  But this is probably a topic for a new thread.

  • Is it possible to do a parallax as in the example?

    Is it possible to do a parallax as in the example?

    https://github.com/rogerwang/node-WebKit/Mooo

    Hello

    You can do this by using and OAM in Muse and the OAM file can be created along the animate.

    Link below explains how to create this animated along.

    Creating an effect of Parallax at the edge of animate - YouTube

    Link below explains how to publish a file the edge animate OAM.

    https://helpx.Adobe.com/edge-animate/using/publish-your-content.html

    Concerning

    Vivek

  • Application of the example of credentials of dynamic JDBC from Steve Muench

    My apologies for this newbie... question but I will try to understand the example of dynamic credentials of Steve Muench JDBC application:

    http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html#14

    I think I understand most of it, but a little, I do not understand is why she customizes the ADF Page Lifecycle (DynamicJDBCADFPhaseListener, DynamicJDBCPageLifecycle, DynamicJDBCPageLifecycleContext).

    Can someone explain to a developer of ex-formes why is this code?

    I also try to rework a way for the session to be invalidated when the user connections

    for example a user names, it does not use the logout function, but uses the back button back to the login page. When newspapers he in there with a different set of credentials, would be a start of a new session, or as I suspect, it would use the initial credentials?

    Thank you

    You can ignore these three classes in the example. They are not related to the solution of dynamic identification and must have been left by some other examples I've evolved into what you see. Sorry to have cluttered the implementation with stuff that is not really contribute to the actual solution. DOH!

  • How to use the time of 80 MHz with the example of the soul base angular Position-buffer-Cont-Ext Clk.vi

    Hello:

    I use the card PCI-6602 and am a bit new to the use of timer/counters.  I use the Commission to measure the position of a quadrature encoder.

    I would use the time base internal 80 Mhz the map of 6602, but examples of LabVIEW will not allow that.  In the example, he States:

    2. call the DAQmx Schedule VI (sample clock) to configure settings of clock synchronization external sample Mode Sample and sample clock Source.  The sample clock Source will determine when a sample will be inserted into the buffer.  The 100 kHz, 20 MHz and 80 MHz time bases can serve as the sample clock Source.  The Edge parameter can be used to determine when a sample is taken.

    Is it possible to use the database internal time for my application?

    I have attached the example vi that I use.

    Thank you.

    Pat

    Hi, Pat.

    The rate determines how fast the samples are acquired and put on the material buffer.  This value depends on the basis of time, which is specified by the source of the VI DAQmx calendar entry.  The default source on the PCI-6602 map is the on-board clock (80 MHz).  The rate must be a divisor of the source.  For example, 80 MHz, 40 MHz, 20 MHz, 10 MHz,..., would be acceptable values for the entry rate.

    So the answer to your question would be to remove the entry from the source and ensure that the rate is a factor of the source.  Leaving this entry unwired will use the clock shipped by default of the unit, as shown in the screenshot below:

    I hope this helps.

  • Module NI 9214 and cRIO, where is the example for the scan Mode

    Hello

    I'm new to programming of cRIO. I'll use a cRIO 9022 with different modules, such as 9214, Labview 2010.

    However, when I go to the examples, I can't load the get started scan for 9214 module Mode, it says that I have to reinstall. I don't know what examples are not installed, as I reinstalled my software already once and I could not find any change. Anyong can tell me where I can find this example, so I'll try to find more easily the example and install it.

    Thank you very much

    See you soon,.

    Antonio

    Hi Antonio,.

    I recorded the example mentioned to be compatible with 10.0 using the function 'Save for the previous version' of LabVIEW and attached the new document below. Please let me know if it works.

    The course will be very useful if you want to use it much in the future. Real time quotes are most relevant to develop on CompactRIO and the FPGA course will be very useful if you plan to use the FPGA in your applications. Do you have a course of training before sitting?

    Thank you

  • DAQmx continually update the example output table

    Hello

    I use the example Synch_AI-AO in the DAQmx folder and it works very well for sine waves, pulse, triangle waves, or whatever it is periodic. However, I would like to output an array of noise which produced WhiteNoise, which is continually updated service every N seconds.

    I tried to call the StopCallback and the StartCallback, then after delaying for N seconds, but since I have to be running when I call these callbacks I find myself coming back to the place where I called them before going back to them (like recursion), who kills my program.

    Is there a way update output so that it does not have the question of the recurrence which blocks my program?

    Thank you.

    Hi EricJR,

    Instead of calling the functions StopCallback and StartCallback, have you tried to call the DAQmxWriteAnalogF64 function whenever new samples are generated?

  • Do the same function as the example of menus to cut short except with ring menu...

    Newbie here: I want to create a sliding menu much similar to that of the sample menu shortcut of Runtime (in the finder of the example) except with a ring of menu instead of the list box which is used in the example.  I have a ring with 8 values in menu and option 3, I would a secondary menu that slides on the side that displays another submenu.  Is it possible easily/efficiently?  I'm looking at other alternatives, but this option would be best for my application from one point of the user.  Any help and examples would be appreciated.

    Thank you

    Steve

    What is proposed in this example, it is how you can modify or create your own menus for runtime (aka the context menus or context menus) for a given control.  Basically, you customize the menu, then use event to manage what to do to the menu selections.

    Now a ring menu control is a different beast altogether, BUT it looks almost exactly the same thing, so I can't see why the two might be confused.  As far as I know, there is no support in a ring of menu for several levels of menus.

    Often I find that effective design labview GUI (and good design, in general) works best with a compromise of what you imagine to what you can do easily and simply.  Flow like water: find a native control behavior that is * sufficient *.

    But! Here is a hack that might get what you want.  Looks like you want the multi-aplomb to a context menu accessible but without going through right click?  Use a 'mousedown?"filtering events to replace a left click with the right button.  Now, when the user left clicks, labview will tell the OS that they clicked.

  • Spectrum of colors in the examples

    In the example of a recipe, http://zone.ni.com/devzone/cda/epd/p/id/5549, it states that the the "VI uses another example to learn color spectra.  I guess this other example is the ColorLearn example, http://zone.ni.com/devzone/cda/epd/p/id/5550.

    However, the example of ColorLearn returns an array 16 x 16, 30 x 30 or 58 x 58 according to color sensitity whereas the formulation uses a table of 4 x 30 for the spectrum.

    How can I connect the two together?

    Figured it out... the release of IMAQ ColorLearn is a 1 d table that describes the color spectrum.  The reason for the 2D array is to display the histogram.

  • integrating the BBM: feel free to download the example

    Hi all, I have an app with a tabbedpane and I would like to integrate the BBM: feel free to download the example. Since I'm a n00b C++ I have absolutely no idea on how to do it. The example of application starts on the screen where one can click on the button to invite friends through BBM surveys. I want this feature in a new tab. Guidance on what I need to change so that it works?

    I managed to do work and did a writeup on how I managed to do so:

    https://forrst.com/posts/Adding_BBM_Invite_To_Download_to_your_BlackBerry-FmY

    Enjoy!

  • Change the example of the camera to activate Flash

    Is there a way to turn on the flash on the camera as an example?  I would like the flash or light from the video camera to be activated when the Application starts.  I read some posts that say it is not possible now, but those who were a year ago or more.

    Thank you

    Do you mean to incorporate the camera application in your application? If this is the case, then not to my knowledge. Then, you will need to do the way it is done in the example of the camera and build all the features you need in your user interface.

    However, you can launch the native camera for aid which is available for 4.2 +:

    Invoke.invokeApplication (Invoke.APP_TYPE_CAMERA, new CameraArguments());

    And if you are for example answering a picture taken so that you can ask the user to return to your application, you can use the FileSystemJournalListener to be notified of any changes (adding file to take a photo).

  • Can we make several Off features in a collection of panels and how the query-off based on the example?

    Mr President.

    Can we make several Off features in a collection of panels and how the query-off based on the example?

    Concerning

    Once again, no jdev version?

    It must be really hard to remember ehich version you are working.

    Would have given a quick glance in the docs

    featuresOff java.util.Set Yes a list separated by spaces of the features by default to disable to the panelCollection. Values supported are

    That is the answer to a message.

    The second answer is that qbe is filtering tables. If you fund the table without filter you have not the qbe.

    Timo

  • Problems with the example of consistency

    Hello

    I'm trying to generate the example of coherence coherence (JSP) 3.7.1. My environment is Oracle Enterprise Linux 6.6 (64 bit), JDK 1.6.0_43 (64-bit) and WebLogic Server 10.3.6 (64-bit).

    I downloaded the form consistency-java - 3.7.1.0 b 27797 Oracle and extract the coherence.jar file and place it in the WEB-INF/lib folder.

    When I try now this example (JSP) I get error "failed to apply the substitution of the element: / tangosol-coherence - override.xml» I know there's a similar thread in the (Problem of Test HelloWorld) forum about this problem but I tried all the suggestions with the chance no. (and find no way to add this question to the thread).

    I'm using eclipse and even in the eclipse editor complained that the < cluster-config tag is not known.

    I unpacked the coherence.jar and found that a lot of configuration in the coherence.jar, the files are stored without permissions and I can't read them. Is this normal? May be that the cause of the problem?

    I get the error message is:

    Error 500 - Internal server error

    Java.lang.reflect.InvocationTargetException (encapsulated)

    at com.tangosol.util.Base.ensureRuntimeException(Base.java:288)

    at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)

    at com.tangosol.net.CacheFactory.getCluster(CacheFactory.java:401)

    at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:421)

    at jsp_servlet.__testcache._jspService(__testcache.java:82)

    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)

    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.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)

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

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

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

    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:1490)

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

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

    Caused by: java.lang.reflect.InvocationTargetException

    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.tangosol.net.CacheFactory.getCluster(CacheFactory.java:397)

    ... 18 more

    Caused by: (Wrapped: failed to apply the substitution of the element: / tangosol-coherence-override - dev.xml) (Wrapped: failed to apply the substitution of the element: / tangosol-coherence - override.xml) (Wrapped) java.io.IOException: Exception occurred during schema validation:

    cvc-complex - type. 2.4.a: invalid content were found starting with the element "cluster-config". An of ' {'http://xmlns.oracle.com/coherence/coherence-operational-config': cluster-config, "http://xmlns.oracle.com/coherence/coherence-operational-config": forest-config operation, ""http://xmlns.oracle.com/coherence/coherence-operational-config": configurable-cache-factory-config,"http://xmlns.oracle.com/coherence/coherence-operational-config": cache-factory-generator-config," "http://xmlns.oracle.com/coherence/coherence-operational-config": management-config, "http://xmlns.oracle.com/coherence/coherence-operational-config": Security-config, ""http://xmlns.oracle.com/coherence/coherence-operational-config": license-config" "" "}' should.

    at com.tangosol.util.Base.ensureRuntimeException(Base.java:288)

    at com.tangosol.coherence.component.application.console.Coherence.loadOverrides(Coherence.CDB:83)

    at com.tangosol.coherence.component.application.console.Coherence.loadConfiguration(Coherence.CDB:37)

    at com.tangosol.coherence.component.application.console.Coherence.getServiceConfig(Coherence.CDB:13)

    at com.tangosol.coherence.component.application.console.Coherence.ensureRunningLogger(Coherence.CDB:15)

    at com.tangosol.coherence.component.application.console.Coherence.getSafeCluster(Coherence.CDB:18)

    ... 23 more

    Caused by: (Wrapped: failed to apply the substitution of the element: / tangosol-coherence - override.xml) (Wrapped) java.io.IOException: Exception occurred during schema validation:

    cvc-complex - type. 2.4.a: invalid content were found starting with the element "cluster-config". An of ' {'http://xmlns.oracle.com/coherence/coherence-operational-config': cluster-config, "http://xmlns.oracle.com/coherence/coherence-operational-config": forest-config operation, ""http://xmlns.oracle.com/coherence/coherence-operational-config": configurable-cache-factory-config,"http://xmlns.oracle.com/coherence/coherence-operational-config": cache-factory-generator-config," "http://xmlns.oracle.com/coherence/coherence-operational-config": management-config, "http://xmlns.oracle.com/coherence/coherence-operational-config": Security-config, ""http://xmlns.oracle.com/coherence/coherence-operational-config": license-config" "" "}' should.

    at com.tangosol.util.Base.ensureRuntimeException(Base.java:288)

    at com.tangosol.coherence.component.application.console.Coherence.loadOverrides(Coherence.CDB:83)

    at com.tangosol.coherence.component.application.console.Coherence.loadOverrides(Coherence.CDB:64)

    ... more than 27

    Caused by: java.io.IOException (Wrapped): Exception occurred during schema validation:

    cvc-complex - type. 2.4.a: invalid content were found starting with the element "cluster-config". An of ' {'http://xmlns.oracle.com/coherence/coherence-operational-config': cluster-config, "http://xmlns.oracle.com/coherence/coherence-operational-config": forest-config operation, ""http://xmlns.oracle.com/coherence/coherence-operational-config": configurable-cache-factory-config,"http://xmlns.oracle.com/coherence/coherence-operational-config": cache-factory-generator-config," "http://xmlns.oracle.com/coherence/coherence-operational-config": management-config, "http://xmlns.oracle.com/coherence/coherence-operational-config": Security-config, ""http://xmlns.oracle.com/coherence/coherence-operational-config": license-config" "" "}' should.

    at com.tangosol.run.xml.XmlHelper.loadXml(XmlHelper.java:122)

    at com.tangosol.run.xml.XmlHelper.loadXml(XmlHelper.java:157)

    at com.tangosol.coherence.component.application.console.Coherence.loadOverrides(Coherence.CDB:41)

    ... 28 more

    Caused by: java.io.IOException: Exception occurred during schema validation:

    cvc-complex - type. 2.4.a: invalid content were found starting with the element "cluster-config". An of ' {'http://xmlns.oracle.com/coherence/coherence-operational-config': cluster-config, "http://xmlns.oracle.com/coherence/coherence-operational-config": forest-config operation, ""http://xmlns.oracle.com/coherence/coherence-operational-config": configurable-cache-factory-config,"http://xmlns.oracle.com/coherence/coherence-operational-config": cache-factory-generator-config," "http://xmlns.oracle.com/coherence/coherence-operational-config": management-config, "http://xmlns.oracle.com/coherence/coherence-operational-config": Security-config, ""http://xmlns.oracle.com/coherence/coherence-operational-config": license-config" "" "}' should.

    at com.tangosol.run.xml.SimpleParser.parseXml(SimpleParser.java:212)

    at com.tangosol.run.xml.SimpleParser.parseXml(SimpleParser.java:93)

    at com.tangosol.run.xml.SimpleParser.parseXml(SimpleParser.java:162)

    at com.tangosol.run.xml.SimpleParser.parseXml(SimpleParser.java:115)

    at com.tangosol.run.xml.XmlHelper.loadXml(XmlHelper.java:118)

    ... more than 30

    Caused by: org.xml.sax.SAXParseException: cvc-complex - type. 2.4.a: invalid content were found starting with the element "cluster-config". An of ' {'http://xmlns.oracle.com/coherence/coherence-operational-config': cluster-config, "http://xmlns.oracle.com/coherence/coherence-operational-config": forest-config operation, ""http://xmlns.oracle.com/coherence/coherence-operational-config": configurable-cache-factory-config,"http://xmlns.oracle.com/coherence/coherence-operational-config": cache-factory-generator-config," "http://xmlns.oracle.com/coherence/coherence-operational-config": management-config, "http://xmlns.oracle.com/coherence/coherence-operational-config": Security-config, ""http://xmlns.oracle.com/coherence/coherence-operational-config": license-config" "" "}' should.

    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)

    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:131)

    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:384)

    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:318)

    to com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ XSIErrorReporter.reportError (XMLSchemaValidator.java:423)

    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3188)

    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:1812)

    at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:711)

    at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:400)

    to com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$ FragmentContentDriver.next (XMLDocumentFragmentScannerImpl.java:2756)

    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:647)

    at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)

    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)

    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)

    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)

    at com.sun.org.apache.xerces.internal.jaxp.validation.StreamValidatorHelper.validate(StreamValidatorHelper.java:147)

    at com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl.validate(ValidatorImpl.java:111)

    at javax.xml.validation.Validator.validate(Validator.java:127)

    at com.tangosol.run.xml.SaxParser.validateXsd(SaxParser.java:236)

    at com.tangosol.run.xml.SimpleParser.parseXml(SimpleParser.java:206)

    ... 34 more

    The tangosol-coherence - override.xml looks like this:

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < consistency xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "

    " xmlns =" http://xmlns.Oracle.com/coherence/coherence-operational-config "" "

    " xsi: schemaLocation =" http://xmlns.Oracle.com/coherence/coherence-operational-config consistency-operational - config.xsd "> "

    <! - coherence - version: 3.7.1->

    < cluster-config xmlns = "" >

    < member-identity >

    < name of the cluster > sso < / cluster-name >

    < / member-identity >

    < multicast listener >

    < address > 224.3.6.0 < / address >

    < port > 3333 < / port >

    < time-to-live > 0 < / time-to-live >

    < / multicast listener >

    < / cluster-config >

    < configurable cache factory config xmlns = "" >

    < init-params >

    < init-param >

    java.lang.String < param-type > < / param-type >

    < param-value of the property system = "tangosol.coherence.cacheconfig" >

    SSO - config.xml < / param-value >

    < / init-param >

    < / init-params >

    < / configurable cache factory config >

    < / coherence >

    No idea what I missed to set?

    Concerning

    Edmund

    Remove the xmlns = "" of the and "

Maybe you are looking for