How to disable Oracle DB internal Apex Servlet?

I have installed tracking software:

  1. Microsoft Windows XP
  2. Oracle Database 11 g r2 Express edition 32-bit
  3. 3.2 SQL Developer
  4. Apex 4.2.3 update ok
  5. GlassFish Server Open Source Edition 4.0
  6. Apex listener 2.0.5

My CRM app just runs correctly on Apex.

I already set up the independent auditor Apex and already create [top] and [i] of the applications in the Glassfish Console, as well as users and passwords for APEX_PUBLIC_USER, APEX_REST_PUBLIC_USER and APEX_LISTENER. I already connected with Apex listener in SQL Developer 3.2.3.

The Glassfish console is correctly on runnning [http://localhost:4848], but on [http://localhost: 8080/apex] internal the Servlet and XML DB Oracle Database [C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\jlib\servlet.jar] executes the Apex and I can't use the Glassfish. How the Oracle XE database is not delivered with Enterprise Manager Web Admin Console, I don't need this internal Servlet Java container.

I tried to change the port of Glassfish to 8090 but not work and I do not need 2 web servers in RAM.

How to disable Oracle DB internal Apex Servlet to use Glassfish on port 8080?

Thanks in advance.

Kind regards

Fernando Santucci

Well,.

/ * I change the port of 8080-8090 for

XDB - Oracle XML database or

EPG - Embedded PL/SQL gateway, or

HTTP service or

Apex Java Servlet container * /.

Run DBMS_XDB. SetHttpPort (8090);

Now, I did disable the XML (XDB) Oracle database with these system settings:

See 'Setting up Oracle Database for shared server' in the DBA Guide

http://docs.Oracle.com/CD/B28359_01/server.111/b28310/manproc003.htm

-Monitor SHARED_SERVERS and DISPATCHERS

Select * from v$ shared_server;

Select * from v$ shared_server_monitor;

Select service, earphone, network of v$ dispatcher_config;

Select name, distributor of v network $;

-Disable SHARED_SERVERS and DISPATCHERS

ALTER system set SHARED_SERVERS = 0;

ALTER system set MAX_SHARED_SERVERS = 0;

alter system set DISPATCHERS = ";

change "D000" immediate shutdown system -Research the name of SHIPPING before.

-I stop and start the Oracle database service, and there is no XDB on port 8080, only of Glassfish.

net stop OracleXETNSListener

net stop OracleServiceXE

net start OracleServiceXE

net start OracleXETNSListener

I keep very well access to the Console of administration of Glassfish in [http://localhost:4848] and the static homepage by default Glassfish 'index.html' in [http://localhost: 8080].

However, in [http://localhost: 8080/apex] I get the following error:

[2013 11-30 T 01: 56:27.899 - 0200] [glassfish 4.0] [WARNING] [] [javax.enterprise.web] [tid: _ThreadID = 18 _ThreadName = http-listener-1 (1)] [timeMillis: 1385783787899] [levelValue: 900] []

StandardWrapperValve [HttpEndPoint]: Servlet.service () for servlet HttpEndPoint threw the exception

java.lang.ExceptionInInitializerError

at oracle.dbtools.rt.jdbc.DatabaseConnectionFilter.poolInfo(DatabaseConnectionFilter.java:90)

at oracle.dbtools.rt.jdbc.DatabaseConnectionFilter.applyDatabaseConnectionInfo(DatabaseConnectionFilter.java:135)

at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:122)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)

at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1682)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:318)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160)

at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:734)

at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:673)

at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:174)

at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:357)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:260)

at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:188)

at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:191)

at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:168)

at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:189)

to org.glassfish.grizzly.filterchain.ExecutorResolver$ 9.execute(ExecutorResolver.java:119)

at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:288)

at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:206)

at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:136)

at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:114)

at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)

at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:838)

at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:113)

at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)

in org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$ 100 (WorkerThreadIOStrategy.java:55)

to org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$ WorkerThreadRunnable.run (WorkerThreadIOStrategy.java:135)

to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:564)

to org.glassfish.grizzly.threadpool.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:544)

at java.lang.Thread.run(Thread.java:724)

Caused by: java.lang.RuntimeException: java.text.ParseException: date of: ' 2013-11 - 29 T 04: 55:05, 672-0000.

at oracle.dbtools.common.util.Timestamps.valueOf(Timestamps.java:87)

to oracle.dbtools.common.config.db.UrlMappings$ Builder$ 1PoolFilter.startElement(UrlMappings.java:233)

at oracle.dbtools.common.x3p.MatchFilter.startElement (MatchFilter.java:54)

at oracle.dbtools.common.x3p.impl.Event.invoke(Event.java:52)

to oracle.dbtools.common.x3p.impl.Chain$ EventIterator.advance (Chain.java:125)

to oracle.dbtools.common.x3p.impl.Chain$ EventIterator.advance (Chain.java:79)

at oracle.dbtools.common.util.AbstractIterator._advance(AbstractIterator.java:89)

at oracle.dbtools.common.util.AbstractIterator.next(AbstractIterator.java:47)

at oracle.dbtools.common.x3p.impl.X3PReaderAdaptor.next(X3PReaderAdaptor.java:34)

to oracle.dbtools.common.config.db.UrlMappings$ Builder.read (UrlMappings.java:203)

at oracle.dbtools.common.config.db.UrlMappings.existing(UrlMappings.java:127)

at oracle.dbtools.common.config.db.UrlMappings.urlMappings(UrlMappings.java:155)

to oracle.dbtools.common.config.db.DatabasePoolConfig. (DatabasePoolConfig.java:327)

... 31 more

Caused by: java.text.ParseException: date of: ' 2013-11 - 29 T 04: 55:05, 672-0000.

at java.text.DateFormat.parse(DateFormat.java:357)

at oracle.dbtools.common.util.Timestamps.valueOf(Timestamps.java:85)

... more than 43

]]

I find this kerchief date timestamp is in the [C:\Documents and Settings\fernandosantucci\Local Settings\Temp\apex\url-mapping.xml] configuration file with following content:

http://xmlns.Oracle.com/Apex/pool-config">

  = Update "" 2013-11 - 29 T 04: 55:05, 672Z '/ > "

I can't believe it! A simple date plant a web application J2EE server?

What happen that I can't see?

Thanks in advance for any help.

Kind regards

Fernando Santucci

Tags: Database

Similar Questions

  • Satellite A350-how to disable the speaker internal while external speaker jack

    Hi all

    Anyone knows how I can cut the House speaker while connecting to the external speaker?
    I want to use my laptop in libuary, but when I plug in the headphones, the speaker still his, when I put in muted, the speaker and the headphones the two silent.
    How can I configure the silent speaker, while external speakers can only keep silent?

    > Knowledge how can I mute the speaker internal while connecting to the external speaker?

    I guess you have a Realtek sound card and Realtek HD audio Manager should appear in Control Panel.

    Please check this Realtek HD audio Manager.
    The speakers on the right tab, you will see the options analog & digital.
    Right click one of the option and check if you could see a few options that provide a framework in order to mute the speakers.

    You will also see the option called: the advantage of the device settings.
    Check this box too.

    PS; my laptop automatically the internal speakers if the headphones have been connected.
    I read in other threads that update the audio driver might help too, but first test the settings as mentioned above.

  • How to disable oracle built in Popup screen aftermaking change in shape

    Hi all seniors

    I just want to know is possible to disable the oracle built in functionality to display the pop up when make us changes in the form of oracle

    I elaborate exactly the thing as shown below

    Say for example:

    I have a form where the user can change or you say update the reservation that he did
    In my $ORACLE_HOME\forms\fmrweb.res file I have mapped the f12 button to exit the form

    Thus, when the user tries to change no matter what field on this screen and then if it press f12
    The built-in pop-up oracles appears on the screen asking "Do you want to save the changes that you have made" with the buttons "Yes No. Cancel" on this subject

    No doubt:
    ---------
    So here, my doubt is that,
    Is it possible to disable this feature in any way?
    If not then, can I replace this pop-up by defined by the user, I mean my own pop-up message and buttons


    Any help will be appreciated.

    Please notify :)

    Yes, the "save changes" message if you insert / update of the components of a database block and press the exit button
    If you want to change this behavior, add a KEY-RELEASE trigger at the form level.
    You can choose to simply leave the form using EXIT_FORM (NO_VALIDATE),
    or you can ask the user if he wants to commit his changes and leave the form.

  • How to disable Edit/Clone/case when transaction obtained ceratin in apex 4.2

    Hi all

    In our application, we have designed a screen using interactive report as shown below, in this report when they click on the checkbox and click the middle button we are what makes this transaction as being inactive and red color display. Requirement is now this line had to be disabled once the record was ceratin.

    1. below is screenshot of reference

    2 when they select the checkbox and click the ceratin that she will change in different as on the first row, now that the rank we now need to disable this, since this product has been produced de-activated.

    3 below used concept to achieve color, using dynamic action, we put in place this

    $('td[headers="Active_Flag"]').each(function() {  
      if ( $(this).text() === 'N' ) {  
        $(this).closest('tr').find('td').css({"background-color":"#EEA196"});
      } 
    });
    

    4. the logic of inactive code

    update t_test
                 set active_flag='N',
                      inactive_date=sysdate
                WHERE prod_map_id = to_number(apex_application.g_f01 (i));    
    

    Could you please let me know how to disable it.

    Kind regards

    Sruthitamiri

    Sruthi Tamiri wrote:

    I created an application in apex.oracle.com, please find necessary details, when you click on the checkbox and click Delete active, I call process of having ename like "N", then entire line should be disabled, because these have become now in use. Also, I gave the icon change, but total feature I didn't explain, that won't hurt i., e will redirect us to another page, where they changed the required fields, in this case I'm showing only a blank page. Once the entire line is turn off, it will not be able to click the icon change as well.

    Using CASE expressions in the report query to conditionally exclude links and lines disabled checkboxes and add a hidden (EMPNO) key column that can be referenced as a parameter in the conditional link:

    select
        case ename
          when 'N'
          then
            null
          else
            ''
        end "Edit"
      , ename
      , job
      , case ename
          when 'N'
          then
            null
          else
            apex_item.checkbox2(
                p_idx => 1
              , p_value => empno)
        end checkbox
      , empno
    from
       emp
    

    The column change Display Type value Standard report columnand the column Link Text link #Edit #.

  • How to disable all user accouts in oracle EBS R12

    Hi DBAs,

    How to disable all user accounts in EBS R12 except sysadmin, comments & some other users using any piece of competitor or rear standard. Because tomorrow we will change all the sequence number in our applications. If we want to restrict all users. Once this sequence changing activity was made the activation of all users? Please help us in this activity.

    We already know the end of Putting front end date.

    Thank you
    S/N

    Use the code of the FND_USER_PKG API. This issue has been discussed several times in these forums - pl using the search function

    Re: Disable Oracle apps user accounts

    https://forums.Oracle.com/forums/search.jspa?threadID=&q=FND_USER_PKG&objid=C3&DateRange=all&userid=&NumResults=15

    When you use FND_USER_PKG for users to toggle should be value for X_OWNER? [948191.1 ID]
    How end-Date/remove a user of Applications [ID 1064798.1]

    HTH
    Srini

  • How to disable the trace files in the oracle 11g version

    Senario: trace file grow
    How to disable the trace files in the oracle 11g version
    pls guide with best practices

    NATHALIE wrote:
    Senario: trace file grow
    How to disable the trace files in the oracle 11g version
    pls guide with best practices

    11 g, there is an extended tracing which happens for reasons best known only to Oracle. But if you want to disable, Coskan had published a small ticket mentioning a parameter not documented (which means you should think twice before using it) to disable it - disablehealth_check *. Here you can read the full message,
    http://Coskan.WordPress.com/2009/06/03/too-many-trace_file-on-11g/

    Aman...

  • How to disable SSLv2 in Oracle IAS 10.1.3

    How to disable SSLV2 in Oracle IAS 10.1.3... I added below in the .conf file... But it does not work...

    SSLProtocol-ALL SSLv3 TLSv1
    All SSLCipherSuite!: aNULL:! ADH:! eNULL:! BASS:! EXP:RC4 + RSA: + HIGH: + MEDIUM

    Thank you
    Lalitha

    How can you have WebCache if you using 10.1.3 version?

    The cause of this problem has been identified and verified in a new Bug 4761833 : "IE FAILS to WEBCACHE VIA SSL CONNECTION IF SSLV2.0 IS NOT SELECTED".

    By default, Webcache sets its SSL_ENABLED parameter in webcache.xml to: SSLV3_V2H
    This supports only SSL V2.0 and SSLV3.0 and not TLSV1.0

    When IE connects with: SSL 2.0, SSLV3.0, TLSV1.0 all checked, Ethereal smell shows:
    SSLv2 Hello customer
    SSLv3 Server Hello

    When IE connects with: SSLV3.0, TLSV1.0 checked, SSL v2.0 unchecked, shows an ethereal odor:
    TLSV1 Hello customer
    SSLv3 Alerter (level: Fatal, Description: unexpected Message)

    When is Firefox a link with SSLV3.0, TLSV1.0 checked, SSL v2.0 unchecked an Ethereal
    sniff the shows:
    SSLv2 Hello customer
    SSLv3 Server Hello

    So even if SSLV2.0 is not checked it always makes the initial Client Hello via SSLV2.0 so why Mozilla works

    The reason why IE fails when SSLV2.0 is not checked is Always uses what he considers the best protocol and takes TLSV1.0, and default parameter SSL_ENABLED in Webcache does not support TLS V1.0, then it fails.

    Solution
    To implement the solution, perform the following steps:

    1. change the $ORACLE_HOME/webcache/webcache.xml
    For the SSL listen entry, for example:

    Change:
    'SSLV3_V2H '.
    TO
    "SSL".

    2. save the file and restart webcache and then test, you can access Webcache via SSL with uncontrolled SSLV2.0

    Hope this helps

    Kind regards.

  • How to disable the touchpad in windows 8 - Pavilion g6

    How to disable the touchpad in windows 8 - Pavilion g6

    Welcome to the forum, Sally.

    There are several ways to do this - method you choose may depend on what you need to accomplish.

    Follow a few ideas.

    • A double tap farm in the upper left corner of the touch pad if it off for a single session.

    Enable / disable

    Control Panel > display icon > mouse > Settings of TouchPad > click on "enable TouchPad.

    They continue parameters to install and configure the TouchPad as you like it...

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

    A method that works with the pilots 'old', it is a failure of session by session...

    Make sure this setting is ON / CHECKED:

    Control Panel > display icon > mice > TouchPad [ClickPad] settings >

    () repeat) TouchPad settings (button) > click tapping >

    Click the shimmering blue wheel

    In "box to Disable TouchPad settings".

    CHECK "Double Tap to activate / disable the TouchPad.

    In the 'Action in the upper left'

    CHECK "Disable the TouchPad during a session.

    Close

    Ok


    NOTE that, if it is available on your version, you can select to "turn off the TouchPad" - that's fine, unless something goes wrong.  You could get stuck without your USB mouse AND no way to return to the setting to activate the touchpad.  I don't know if I would use this setting.

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

    Next...
    Latest drivers (V16.x) have the ability to disable the TouchPad / click on the keypad with a setting on the main page 'Settings' when a USB mouse is used.  This is a very nice feature.

    Control Panel > display icon > mice > TouchPad [ClickPad] settings >

    CHECK "disable the pointing device internal when the external USB pointing device is attached.

    If you want to be alerted and see a visual cue of disability >

    TICK "Animated icon in the taskbar" >

    and make sure you have your updated task bar notifications so you can see the view of the mouse.

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

    I hope this helps!

  • How to disable the database 64 MB of memory on Satellite Pro 4270?

    Hello!

    On my own SP4270 Win2000Pro install case that I came to the conclusion that the problem reside on the base 64 MB of memory on the motherboard, which had deserted somehow 1.1 MB, and so more big programs will not load and the installation procedure for Windows, as well as the entire machine will be completely stuck in about 5 to 10 seconds or at a very early stage in the process.

    But, I would like to have this made installation and in order somehow. Maybe the way is to disable the base memory and then just go with the sticks of memory on the upgrade of two memory locations.

    But, how to disable? Is the only way to throw the motherboard in the trash, or is there another way more decent to handle this, the BIOS v2.70 give any options at all for this...

    Best regards

    Pete v.

    Hello

    I'm scared of m it s not possible to remove the internal memory.
    It s part of the motherboard and if this memory malfunctioned the entire Board must be replaced or repaired.
    Unfortunately, you will contact a technician for repair, or you search for second hand motherboard.
    I prefer the second way, many people offers notebooks of second hand with grand jury

  • X 250 how to disable the microphone SSD (builtin)?

    My company just bought 2 X 250 20CLA007ID.

    We know that inside, we will have small SSD 16 GB. However in this type somehow I could not find where the SSD connected. And when we bought it, doesn't mention not so its builtin (if this is the case).

    Our problem is that our operating system installation process Image requires only 1 HDD be connected. And it has been detected 2 hard drives.

    So how to disable or uninstall the Micro SSD.

    * Sorry for my English

    concerning

    Frida

    Hello

    Your model includes the small SSD cache:
    FRU 04 X 4456 - 16G, M.2 2242, SATA6G SDISK, STD - SOLID STATE DRIVES

    It is placed under the internal battery, close to the right, near the smart card reader

  • Want to m6-n113dx: how to disable the touchpad

    I installed a Logitech wireless mouse that works very well, but how, in instructions simple fool proof, I disable the touchpad?  Thank you.

    Hello @Heartwings, greetings!

    Thank you access the Forums from HP Support for extra support! I see that you want to disable the touchpad on your laptop. I will do my best to help you with this problem.

    • Click on the menu 'Start' - Type Control Panel, and then select "Control Panel" - change the "view by" to "Small icons" - select "mouse" in the list.
    • Mouse Properties window will open. Go into "device settings / Touchpad ' tab and select 'Disable' to disable the touchpad.

    PS: You can check the box that says "Disable pointing device internal when the external USB pointing device is attached" to disable the touchpad only when you connect the external mouse.

    Hope that helps. Let me know the results.

    See you soon

    Please click on 'acceptable' on the post that solves your problem to help others to find the solution. To show gratitude for my help, please click the 'Thumbs Up icon' below!

  • How can I keep my internal on my work laptop mousepad while I have an external mouse connected?

    I had to have a new hard drive, put on my laptop. Since then, I had problems with my external mouse I use. The guys at PC shop told me how to turn off my internal mouse pad so that I would not inadvertently touching the mouse pad while typing and get unwanted words in places that I didn't want them to appear. But now I'm having this problem again. Can you tell me where to go to turn off my internal mousepad while I use my external mouse I have installed? I prefer to use external mouse only. Thank you

    I had to have a new hard drive, put on my laptop. Since then, I had problems with my external mouse I use. The guys at PC shop told me how to turn off my internal mouse pad so that I would not inadvertently touching the mouse pad while typing and get unwanted words in places that I didn't want them to appear. But now I'm having this problem again. Can you tell me where to go to turn off my internal mousepad while I use my external mouse I have installed? I prefer to use external mouse only. Thank you

    That's how I did it on my HP laptop.  Hold down the Windows key and press 'R '.  You get the run dialogue box. Type in 'Control' (without the quotes). Click on 'OK' Control Panel opens.  Find "Mouse" and click it. You should see a tab that reads "device settings". Click this tab and just below where it is the device listed, you should see a check box for "Disable pointing device internal when the external USB pointing device is attached." Click the box to check and see if it will work.

  • How to solve an error internal

    Apex 5.0.

    Page 301 is an interactive report based on a join of multiple tables stored as a point of view.

    The link attribute called Page 302, from 3 ID values for the elements of page P302.

    Page 302 is a form of single-row using one of the 3 ID values as a primary key in the source table.

    This is accomplished by a generated, pre-rendered, after the header, Line of SSN_LINKprocess.

    Display only the values of the form are obtained by a second process after the header of pre-rendering,.

    This is a SQL query made by hand using two other ID values as a key compound in a table

    another database using a database link. (The 2nd data base is local, but on another device of DB).

    The call to the Page 302 works gently until we begin to use the filter on the interactive report.

    After filtering the report to a more specific list of people, the first call to the Page 302 will fail with an internal error.

    Back in the browser (Chrome) and retry the link works perfectly.

    Other links in the filtered list even work perfectly.

    But when the filter is removed, the first attempt to make a link to the Page 302 fails with the same internal error.

    Then, back in the browser and retry the link works perfectly.

    What toggles interactive report filter?

    Here's the technical info internal error, which I do not know how to interpret it:

    Internal error

    Contact your administrator for the application.

    http://cobra1:8081/i/htmldb/builder/rollup_minus_dgray.gifTechnical information (only visible to developers)
    • is_internal_error: true
    • apex_error_code: APEX. ERROR. INTERNAL
    • Component.type: APEX_APPLICATION_PAGE_REGIONS
    • Component.ID: 2554504249580925
    • error_backtrace: - stack of PL/SQL calls.
    • the line object
    • serial number of handle
    • package body 641 0xd3b3b4e0 APEX_050000.WWV_FLOW_ERROR
    • package body 709 0xd3b3b4e0 APEX_050000.WWV_FLOW_ERROR
    • body of 0xd3b3b4e0 1013 package APEX_050000.WWV_FLOW_ERROR
    • body of 0xd3b3b4e0 1106 package APEX_050000.WWV_FLOW_ERROR
    • 0xc0488c18 body 1749 package APEX_050000.WWV_FLOW_PLUGIN
    • package body 2622 0xc0488c18 APEX_050000.WWV_FLOW_PLUGIN
    • 0xd3a800f0 body 4535 package APEX_050000.WWV_FLOW
    • 0xc093e170 173 APEX_050000.F procedure
    • 0xcc2b4fc0 30 anonymous block

    Continuing to probe without a lot of guidance, the culprit was discovered. To simplify the generic question how to go about debugging and maybe understand package WWV_FLOW obscured, calls I left a piece of the change in the URL. When the checksum (& cs) change, there is also a PLUGIN B2C8 =... argument (64 alphanumeric characters) in the f? parameter p! It is in the position that is delimited by colons for the value of the REQUEST in the call to the page. This is the interactive report acts differently and tries to provide a useless APPLICATION to me. So my pages may not rely on the default substitution parameter and I need to redevelop a method by which the sequence of page 301-302 knows where it comes from. (Sometimes the breadcrumb will be pages 1-301-302 and other times 501-301-302, and there are 2 components of bread crumbs different pages 301 and 302).

    So in this case, the internal error was not disclosed as a bad value of the APPLICATION, but the problem has been identified by searches on parameters and arguments to the/f? p URL. As Microsoft said, "an error occurred."

  • How to disable unwanted mobile virtual keyboard?

    Hello

    in our Apex 5.0 application, we use Datepicker and Clockpicker plugins for the entry of date and time. Tapping these fields on a mobile device the virtual keyboard displays and allows comfortable entering the wrong data. How to disable the unwanted mobile virtual keyboard in this context?

    I found a simple solution – add onfocus = "blur (); "in the custom element attributes.

  • How can overcome the problem with ' Apex 4.2

    Hi team,

    I created as a result of things in our application, as mentioned below

    1 created a "Key Source" text element

    2 concept own popup LOV created for this item as

    Under the Post element

    List

    3 defined as java script code

    function callMySrckey () {
      var url;
      url = 'f?p=&APP_ID.:3:&APP_SESSION.::::';
      w = open(url,"winLov","Scrollbars=1,resizable=1,width=800,height=600");
      if (w.opener == null)
      w.opener = self;
      w.focus();
      }
    

    4. he wants to say when they click on the img icon it will redirect to the #3 page.

    5. now on the page #3, I had created an interactive report by the query in the form

    select distinct sourcekey SrcKey from t_src_key order by 1;
    

    6. in the report to column link attributes

    Under the text link I had selected

    #SRCKEY #.

    Selected as a URL target

    javascript:passBackSkey('#SRCKEY#'); 
    

    7. under Java script defined as

    <script language="JavaScript1.1" type="text/javascript">
    function passBackSkey(passKey)  {
       opener.document.getElementById("P34_SRC_KEY").value = passKey;   
       close();  }
    </script>
    

    8. now, on page 3, we see data as shown below

    Consumer-city gate of energy | Gate of the city of energy to consumers

    WALC Mead

    CÔTE D'IVOIRE

    9. when I click on these data, it will be passback and store in key source point i., text element e p34_src_key.

    10. given above if we look at we see "appearing in"Ivory COAST", in this case passback does not work do not display this value in text."

    Could someone help me how to solve this problem when we have a ' data.

    Kind regards

    Sruthitamiri

    Sruthi Tamiri wrote:

    fac586,

    Please find the #2 approach, could you please let me know if I'm missing something here.

    URl #https://apex.oracle.com/pls/apex/f?p=51537:1:121524763711746:

    #cts_demo workspace

    user name # [email protected]

    password # tamiriseshu

    For example if we have data in the emp table

    In the main screen see us data that is to show that \u002FA and other.

    When I click on page #2 values are not pass on screen #1.

    Use two columns in the report:

    select ename, apex_escape.js_literal(ename) js from (select distinct ename ename from emp) order by ename
    

    View ENAME, then assign the column hidden JS. Use #JS # in the target URL.

Maybe you are looking for

  • With the help of linux deepin and Thunderbird does not pick up time correct system.

    The system time is set correctly for my time zone, but it turns out that no matter what I put the time system; Thunderbird ignores and default time is GMT. I am fully updated both deepin and Thunderbird.

  • Decimal display problem number ASCII

    Having a weird problem with a pilot Plug-and-Play for the Keysight/Agilent/HP 8510 C.    There is a driver of VI (joint) called «Output Active Marker.vi» The problem I have with this VI is that it works great my marker value between 9.9999 and - 9.99

  • error 1050 using sendemail

    Hello I have a VI that records graphics on my computer and also have a matlab script to send these graphics by e-mail. I get an error 1050 as shown in the attached photo. Here's the script: setpref ("'Internet', 'Email', ' [email protected] sender"); e

  • iPAD bluetooth connect to windows 7

    I recently bought an iPAD. I can't associate my iPAD with my vaio from sony with windows 7. The error is not installed readers. However, my drivers are up to date. Is is possible to associate a product apple IPad or iPhone with windows 7? This is dri

  • TCP.invited_nodes settings for the entire network

    I have a test 11.2.0.4 DB which will eventually become a production DB. I am applying the MARINE DISA to. One of the parameters is to use either the Oracle connection manager or apply tcp.invited_nodes. I have about 100 computers that will access the