Display of XML in the APEX problems

Hello.

Help pls, have an Oracle XE and APEX 4.2.1 when trying to display 1 data sell shema form DB (xmltype) (xml document example - 1116 symbols to sell table DB-) in the report of the APEX (SQL query type), in application Apex data report displayed not fully, as 500 symbols off 1116.

What is and how to fix it?

Police says:

I'll try to explain my problem in detail.

I create a report > report APEX Classic with 1 column and 1 row to display a 1 query xml data document form sql. These data should be displayed in a cell in report APEX > classic report, but as I mentioned earlier, the data in my cell completely visible, as 500 symbols off 1116.

Is this clear?

Not really. I don't know what is meant by "symbols" in an XML context. It would be more useful to see an explanation using standard SQL and XML terms such as rows/columns and documents, elements, tags, attributes. Illustrating the problem with an example on apex.oracle.com, it is usually the most effective way to get help. The report query view can also be useful.

Note that the maximum size of an APEX report line (including all HTML) is also 32 K. This means that the size of these "symbols" (whatever they are) must be less than 29 bytes each for each of them to fit in a cell in a row, which can call this 'design' in question.

Tags: Database

Similar Questions

  • I'm trying to display an image in the Apex 5.0

    Hello

    I'm on version 5.0 of the APEX. I'm trying to display an image in the header area. The image is associated with the application. This is the code that I put in the header area.

    & lt; img src = "#APP_IMAGES #Distributor_Portal.jpg" & gt; It doesn't seem to work. I will attach what it looks like when I run the page. I'd appreciate any help you can give me.

    Thank you

    PAM

    Hi Pam,.

    PAM wrote:

    I'm on version 5.0 of the APEX. I'm trying to display an image in the header area. The image is associated with the application. This is the code that I put in the header area.

    < img src = "#APP_IMAGES #Distributor_Portal.jpg" > it doesn't seem to work. I will attach what it looks like when I run the page. I'd appreciate any help you can give me.

    You use:

    <img src="#APP_IMAGES#Distributor_Portal.jpg">
    

    in the header of the region? Use instead:

    
    

    Is your "Distributor_Portal.jpg" file that is responsible for-> the static space of work/Application files, the shared components? Check if the file will load in your APEX 5.0 page.

    This problem happens so that a single file or all files in space of static work/applications?

    Go to the tab network browser development tools and inspect what happens if you load a page with files of static applications/work space.

    Do you use the ADR as an option of listening port Web for Oracle APEX 5?

    If you get 404 for work/application space static files then this is the issue of the wrong Configuration of RESTful Services.

    Reference: Re: APEX 5.0 - static files not found even though I configured ADR.

    Kind regards

    Kiran

  • Double authentication with Oracle EBS at the APEX problem

    Hello

    I am currently working on a project to integrate with Oracle EBS 12.1.3 4.2.4 APEX. We have completed the recommended white paper Oracle configuration.  I joined at the request of the APEX of a responsibility of BSE, when I click on the page of the APEX of the EBS, it navigates me to the login page of the APEX, and after I entered my credentials is to show the "No data found" error on the page. Then when I click the OK button again once he navigates me to the login page of the APEX and is validate my login information, allowing me to enter the APEX successfullly.

    It's really us boring for double login controls. Appreciate your help with this problem as soon as possible.

    Deployment environment

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

    Database: Oracle 11g (11.2.0.2)

    Version APEX: APEX 4.2.4

    Oracle EBS Version: R12.1.3

    Application servers: Apache TomCat 7.0.56 (for APEX), Oracle HTTP Server (EBS)

    Web listening port: Oracle REST Data Services (2.0.6)

    Authentication: Custom authentication (login page validates users EBS)

    Thank you

    Sudhakar

    It seems that the constructed URL is not allowed. We EBS do not build a valid string. You can see where he puts "CallFromForm" and then adds "& p =...". "URL.

    The white paper mentions a required patch, you need else to resolve this problem.

    Use the gateway FND. If you do not need to pass parameters through your form to Apex, Oracle now provides a GWY.jsp which allows you to launch the Apex. Install the patches of R12 12316083 and 12726556. Then use the GWY.jsp based on your shape as described in the white paper "Extending Oracle E-Business Suite Release 12 using Oracle Application Express".

    Patch 12316083 is mentioned in the white paper, you are missing the 12726556.

    Description

    This bug solves the problem of pitcher APEX, at the launch of a whole page of APEX

    Oracle E - Business Suite forms according to the user interface. An additional url

    parameter 'CallFromForm' used to be added to the URL of the APEX, which was originally

    APEX page to fail.

  • XML to the combobox problem

    I am fill combobox from xml file, right

    My case: I'm reading the xml file that look like this

    < Download >
    < pallets >
    < pal30 name = "First map" >
    map1.XML < color > < / color >
    < / pal30 >
    < pal20 name = 'Second map' >
    map2.XML < color > < / color >
    < / pal20 >
    < / pallets >
    < / upload >

    by
    < mx:XML format = "e4x" id = "mapp" source="Database/Map.xml"/ >
    < mx:ComboBox = "263" x = "10" width = "194".
    ID = "myCb" enabled = "true".
    dataProvider = "{mapp.". Upload.palettes.*.@name} ">"
    < / mx:ComboBox >

    So, what I try to do is when I click on "Foreground" my ComboBox, I want to have 'map1.xml' 'printed' in a mx:Text control

    I can get the attribute name in the box by < mx:Text text = "{myCb.selectedItem}" / > that might be in this case 'Foreground' and I want to have 'map1.xml' when I click on 'First map' in the combobox.

    Do I have to create a kind of out of my xml file where values are tied together as
    {name: 'Foreground', file:"map1.xml'}



    The problem is that your nodes are not always named. If you had and then you could set the dataProvider = "{mapp.pal}" and labelField="@name" then the selectedItem.colors would be what you want. "

    When you used the expression you have created an array of values name only - there is no context longer. Try this instead:

    In a Script block:

    private void paletteName (point: Object): String
    {
    .@name XML (element) return;
    }

    private function test (event: Event): void
    {
    output. Text = XML (event.target.selectedItem). * Colors;
    }

    Now the selectedItem will be the XML for a node pal so XML (selectedItem). * Colors will be map1.xml or map2.xml.

  • parameter as in the apex problem

    Hi all

    Can someone help me how to get the pop up message when we use shipment_date_to less shipment_date_from then as in the below example we use Shipment_date_from = 1 January 2015 and shipment_date_to must be higher Shipment_date_from = 1 January 2015 but I used shipment_date_to = January 31, 2005, that does not in this case We get an error message. How to achieve this in the APEX.

    parameter_issue.jpg

    Pls try it

  • TextBox displaying text xml in the file work but now when loaded into another SWF

    Hi all

    I have uploaded a gallery of xml (as2) that we needed one for an old as2 file. Now I use especially as3, but thought that I only needed to tweak would no probs. Of course, it rarely works that way. The problem, it is loaded from the XML text is displayed with the corresponding picture. It works fine in the file. When I load the SWF in another SWF however, everything works EXCEPT the text does not at all appear? Whoever made the Gallery used "device fonts" in the text box, I don't know if this has anything to do with it. I tried to change the dynamics and embed text box, but still nothing.

    It seems the essential line-

    _root.descmc.DESC.htmlText = XMLdaten [number];

    I also tried

    _root.descmc.DESC.htmlText = XMLdaten [number] .firstChild;

    It locates the correct when tested XML so it's to find correct.

    Any help would be appreciated.

    Thank you

    The problem is perhaps in the use of the "_root", you probably need to set _lockroot = true; in the swf file loaded, otherwise the _root is the loading swf, not the loaded file.

  • Data display of XMl in the horizontal list

    OK, so here's the skinny:

    I have this flex app that works very well
    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml ' layout = "absolute" width = "100%" viewSourceURL = "srcview/index.html" >
    < mx:Style source = "source.css" / >
    < mx:Image = "15" x = "4" source = "images/title.jpg" width = "210" height = "65" / > "
    < mx:Image source = "images/title1.jpg" id = "image1" horizontalAlign = "right" verticalAlign = "top" top = "3" width = '784' height = "58" x = "241" / > "
    "" < mx:XML id = "tempXML" source = " http://development.company.net/interface.php?username=user & amp; password pass & amp; customer = customer & amp; action = showopen & amp; operation = defects & amp; format = xml and amp; critcal = both ' / >

    < mx:XMLListCollection id = source = "{tempXML.defect"defectXMLList"}" / > "
    < mx:DataGrid id = "dataGrid" dataProvider = "{defectXMLList}" width = "1024" rowCount = "{defectXMLList.length + 1}" x = "0" y = borderThickness '62' = '2' borderColor = "#fda600" themeColor = "#fda600' alternatingItemColors cornerRadius =" [#fda600, #ffffff] "="0"color ="#000000"borderStyle ="none"alpha ="0.73">"
    < mx:columns >

    < mx:DataGridColumn id = "assetCol" dataField = "active" headerText = "" asset: "/ >"
    < mx:DataGridColumn id = "componentCol" dataField = "component" headerText = "" component: "/ >"
    < mx:DataGridColumn id = "conditionCol" dataField = "condition" headerText = "" State: "/ >"
    < mx:DataGridColumn id = "ffdCol" dataField = "ffd" headerText = "" FFD: "/ >"
    < mx:DataGridColumn id = "inspidCol" dataField = "inspid" headerText = "" IDS Inspection: "/ >"
    < mx:DataGridColumn id = "mileageCol" dataField = "mileage" headerText = "" mileage: "/ >"

    < / mx:columns >
    < / mx:DataGrid >
    < / mx:Application >

    However, they can now simply display assets and not in a data grid, but as a horizontal list and I tried and tried to look for a good example of this and how to operate.
    I tried horizontal list, list portrait, HBox and VBox, but everything I want the thing to do for now is to simply display data
    Horizontally.

    any help would be great

    I found this solution that has worked very well for this problem

    <>
    dataProvider = "{defectXMLList}".
    labelField = 'active '.
    />

  • Loading data into the APEX problem

    Hello world...

    I am new to Oracle APEX and I am facing problems loading the data into the table. My problem is the text data are load with double quotes.

    Please suggest.

    Thank you
    Suresh

    Hello

    assuming that you load the data via the UI APEX via home > SQL Workshop > utilities > data workshop > Load Data
    By also provide more information like the version used, APEX how/where you download data, etc.

    If you put your data in a file and select ' 'Download the file (separated by commas or tabs' then on the next screen, you can field 'Optionally Enclosed By' in double quotes ("").
    This should remove the double quotes of the data during the import.

    Concerning
    Bottom

  • Application of pivot using XML in the APEX option

    Hi all..

    I am using the following query to pivot

    with pivot_data like)
    SELECT bdate, cat_code, no_of_ppl, agent_Code FROM test_table
    )
    Select * from pivot_data
    (XML) PIVOT
    Sum (no_of_ppl) to (agent_code), IN (select agent_code from tbl_agents)
    )
    order by bdate;

    When I run it using apex SQL Workshop we give the following result

    BDATE CAT_CODE AGT_CODE_XML
    01/01/2011 4 [data type not supported]
    01/01/2011 5 [data type not supported]
    01/01/2011 6 [data type not supported]
    01/01/2011 7 [data type not supported]

    What can b the reason to give the "unsupported data type' instead of the actual values.

    Kind regards

    AD_PSA

    To get APEX to render the XML output must be serialized (default) CLOB or VARCHAR2:

    select
              deptno
            , xmlserialize(content job_xml) xml
    from
              (select
                        job
                      , deptno
                      , sal
              from
                        emp)
    pivot
              xml(sum(sal) for job in (select distinct job from emp))
    order by
              deptno;
    
    DEPTNO XML
    ------ ---
    10     ANALYSTCLERK1300ENGINEERMANAGER2450PRESIDENT5000SALESMAN
    20     ANALYST6000CLERK1100ENGINEERMANAGER2975PRESIDENTSALESMAN
    30     ANALYSTCLERK950ENGINEERMANAGER2850PRESIDENTSALESMAN4100
    40     ANALYSTCLERK800ENGINEER1500MANAGERPRESIDENTSALESMAN 
    

    To use it in a report the result of pivot XMLType must be shredded using XMLTABLE to produce additional columns, or transformed into HTML using XSLT then serialized.

  • Display screen when changing the programs problem

    I have a C670 - 17L and just recently I started having problems when switching between programs on the taskbar. Already when I used to click to change the programs screen of the selected program would open quickly. Now, it's much slower - it shows behavior similar to discoloration in transition on a Powerpoint presentation. Instead of a good quick change, it takes a few seconds.

    The only changes I did install Mozilla Thunderbird and Norton Internet Security, but I don't see why that should make a difference.

    Any help would be greatly appreciated - it's starting to drive me crazy!

    >.. .and Norton Internet Security...
    Remove Norton from the system and check if there is a difference. As far as I know that Norton is well known for slow performance s notebook due to his activity in the background.

    If you want to have the right antivirus software install Avira antivir.

  • Beehive netui - config.xml and the ampersand problem

    <>url-config
    < url-encodes-URL > false < / url-encodes-URL >
    < html-amp-entity > false < / html-amp-entity >
    < / url-config >

    I added the following lines in the Beehive netui - config.xml, but getting these errors saying entered invalid, we use WLP 10.2, any help at this very appreciated


    java.lang.IllegalStateException: has not been initialized in /WEB-INF/beehive-netui-config.xml
    at org.apache.beehive.netui.pageflow.internal.PageFlowInitialization.performInitializations(PageFlowInitialization.java:95)
    at org.apache.beehive.netui.pageflow.PageFlowContextListener.contextInitialized(PageFlowContextListener.java:47)
    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:458)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs (unknown Source)
    Truncated. check the log file full stacktrace
    org.apache.beehive.netui.util.config.ConfigInitializationException: Validation errors occurred parsing the configuration file "/WEB-INF/beehive-netui-config.xml". Cause: org.xml.sax.SAXParseException: cvc-complex - type. 2.4.d: invalid content were found starting with the element "url-config". No child element is planned at this stage.
    to org.apache.beehive.netui.util.config.parser.NetUIConfigParser$ 3.error(NetUIConfigParser.java:171)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:175)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
    to com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ XSIErrorReporter.reportError (XMLSchemaValidator.java:429)
    Truncated. check the log file full stacktrace
    org.xml.sax.SAXParseException: cvc-complex - type. 2.4.d: invalid content were found starting with the element "url-config". No child element is planned at this stage.
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
    to com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ XSIErrorReporter.reportError (XMLSchemaValidator.java:429)
    Truncated. check the log file full stacktrace


    e < 28 October 2008 9:40:50 PM PDT > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1225255174548 'for task ' 0'. Error: ' weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:975)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:361)
    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    Truncated. check the log file full stacktrace
    org.xml.sax.SAXParseException: cvc-complex - type. 2.4.d: invalid content were found starting with the element "url-config". No child element is planned at this stage.
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
    to com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ XSIErrorReporter.reportError (XMLSchemaValidator.java:429)
    Truncated. check the log file full stacktrace


    < 28 October 2008 9:40:50 PM PDT > < error > < hats > < BEA-149202 > < encountered an exception while trying to commit the task 9 for the application "PortalEar". >
    < 28 October 2008 9:40:50 PM PDT > < WARNING > < hats > < BEA-149004 > < failures have been detected all by initiating the task to redeploy to app "PortalEar" >.
    < 28 October 2008 9:40:50 PM PDT > < WARNING > < hats > < BEA-149078 > < message 149004 track battery
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:975)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:361)
    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:204)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
    Truncated. check the log file full stacktrace
    org.xml.sax.SAXParseException: cvc-complex - type. 2.4.d: invalid content were found starting with the element "url-config". No child element is planned at this stage.
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
    to com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ XSIErrorReporter.reportError (XMLSchemaValidator.java:429)
    Truncated. check the log file full stacktrace


    < 28 October 2008 9:40:51 PM PDT > < WARNING > < hats > < BEA-149252 > < no deployment "PortalEar" found to stop operation. >

    Looks like you added the config url entry in the wrong place in the config file, so it fails to analyze. Looking at the diagram of the Beehive netui config, the elements in the netui-config element must be in the following sequence:













    So "url-config" should come before "iterator-factories" and after 'jsp-tag-config' in the config file.

    Jeff

  • Problem area in the apex oracle 5 switch display

    Hi all

    I am using Oracle Apex 5 and the database Version is 12 c. I have 2 problem

    1.), I used REGION DISPLAY SELECTOR in my reports, I don't set any

    Note: Remember last selection: report Yes means last selection only loaded or NO means the first report of the tab to be loaded.


    2.) I want to change the format mask in the graphics as 250,000 (default) to 2,50,000

    Oracle Apex: https://apex.oracle.com/

    Workspace: MBRO

    User name: [email protected]

    Password: RND2015

    Application ID: 33940 - chart

    Greetings.

    Insert this code in your block "Run when loading the Page" page.

    $(".apex-rds").data ("onRegionChange", function (method, activeTab) {}

    $(window) .trigger ("apexwindowresized");

    });

    What is happening here is that some plugins must be 'proved' at startup so that they are rendered correctly. It is a problem that is independent of RegionDisplaySelector - it would likely occur if you had a dynamic action to hide/display areas on the beginning of the page as well.

    Please note that this logic may not be necessary, or it must be changed by 5.0.1.

    I have tested using the credentials you patiently provided and confirmed it works in 33940.

    Thanks to alert me

    Tim

  • Cannot display the page XML cannot display the input XML using the stylesheet XSL, how to fix?

    How can I fix this error code:

    The XML page cannot be displayed

    Cannot view XML input using XSL style sheet. Fix the error and then click the Refresh button, or try again later.

    System error:-2146697211. Error during processing of resources "file:///C:/Documents and Settings/a/desktop/SMART.xslt.

    The operating system is Windows XP Home Edition.  I use browsers IE 8, Safari and Mozilla Firefox.
    I'd never see this error until I installed HDDScan (http://hddscan.com/), a diagnostic utility, to check my hard drive.   The test is a S.M.A.R.T. analysis and produces this error message when you use this software.
    A web site indicates that installing Microsoft. NET Framework can solve this problem.  I already have this class in Add Remove Programs: Microsoft .NET Framework 1.1, Microsoft .NET Framework 2.0 Service Pack 2, Microsoft. NET Framework 3.0 Service Pack 2, Microsoft .NET Framework 3.5 SP1, Microsoft. NET Framework 4 Client Profile.
    Is the problem, a missing software program or a corrupted file?  What is Microsoft. NET Framework?  I use selective with most of the disabled items in the services (except hide all Microsoft) and start more disabled under Startup.  Is there something that needs to be checked to activate a service or start to correct this error message?
    How to solve system 2146697211 errors: cannot display page XML cannot display the XML input using the XSL stylesheet?

    Hello

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. Please post your question in the MSDN forum. You can follow the link for your question.

    http://social.msdn.Microsoft.com/forums/en-us/iewebdevelopment/threads

    Hope the helps of information.

  • SPACE is not displayed in the data in the apex 5.0.1

    Hi all

    I use version apex 5.0.1 on internet explore Oracle database 11g R2.

    I have data with the Urdu language and I could see my SQL Developer data correctly,

    but when I opened the apex to display the data, I have problem with a SPACE between each word that is separated from the SPACE.

    The screenshot is below. the EXCLAIMATION sign is displayed instead of the SPACE.

    Untitled.png

    How to solve this problem?

    Thank you.

    Hi Maahjoor,

    It would be useful for us that you can reproduce this problem on apex.oracle.com and provide us with the application id so that we can have a look. Have you also tested with another browser if the browser specific?

    Concerning

    Patrick

    ---

    Member of the APEX development team

  • Index of the string to the apex XML output range error

    Hi I am a newbie to the apex and my current versions are

    Request Express 4.2.0.00.27
    apex listener 2.0.5

    I read this article http://marcsewtz.blogspot.com/2013/04/pdf-printing-with-oracle-application.html

    I'm trying to get the PDF reports in my application with option listner apex apex. I kept getting "String index out of range:-1" error reports when I export my classic to XML. " Of other forumns, it seems that 'Patch Set 4.2.4.00.08' is the solution to this problem. (Not sure since I've not yet tried). https://community.Oracle.com/message/11224147


    My classic report request is very simple with just 4 columns. No spaces or special characters in the names of columns in the report. Still, it does not with this error.

    Also the question above of "String index out of range-1", it was a bug fixed in the patches update 4.2.4.00.08 group. I don't see anything in the list of the bugs fixed for it.

    http://www.Oracle.com/technetwork/developer-tools/Apex/application-express/Apex-424-patch-set-notes-2081595.html#BABIFAEF

    I tried to import my request to 4.2.4.00.08 Apex (apex virtual - space http://apex.oracle.com ), and this error to export XML "String index out of range" doesn't happen here. The Group of hotfixes so seems to have the fix for this problem for me.

Maybe you are looking for