APEX Listener with APEX 3.0 on 11gR2

Yes, I am crazy.
We have many many APEX applications in APEX 3.0 running on a 10.2.0.4 database that needs desperately to be upgraded. As a test, I've set up a clean 11gR2 database and copied the production APEX database into it via datapump. I set up APEX Listener, as I don't have any OAS sitting around and the EPG doesn't seem to be supported for APEX 3.0... the Listener doesn't say one way or the other.
When trying to log in, I get the login page, but it tries to reference files such as apex_get_3_1.js while I only have files such as htmldb_get.js in my images directory in production. I noticed it is looking for what appears to be 3.1 files instead of 3.0 files... which concerns me.
The APEX listener appears to be more than just a Java PL/SQL gateway.
Is there a minimum version of APEX the APEX Listener supports?
Interested in pointers!
Rob

Hi Rob,
Yes, I am crazy.Why would that be? ;)
We have many many APEX applications in APEX 3.0 running on a 10.2.0.4 database that needs desperately to be upgraded. As a test, I've set up a clean 11gR2 database and copied the production APEX database into it via datapump. I set up APEX Listener, as I don't have any OAS sitting around and the EPG doesn't seem to be supported for APEX 3.0... the Listener doesn't say one way or the other.APEX 3.0 is supprted by EPG. See the [url http://docs.oracle.com/cd/B32472_01/doc/install.300/b32468/post_inst.htm#CHDBEJDA]APEX 3.0 Installation Guide for details.
APEX Listener is capable of hosting APEX 3.0 as well, though APEX 3.0 wasn't supported anymore when APEX Listener was initially released. The current APEX release at that time was 4.0, so this would be the first version to be known as really stable, whereas you won't get any support for older releases anymore. From personal experience I know that there are now issues with APEX 3.1 and APEX Listener, so it'll probably also work with 3.0.
Concerning your database release, the minimum for APEX Listener is 10.2.0.3, so you're definetly safe on that part, though I'd recommend to upgrade as regular support for 10.2 databases ended.
When trying to log in, I get the login page, but it tries to reference files such as apex_get_3_1.js while I only have files such as htmldb_get.js in my images directory in production. I noticed it is looking for what appears to be 3.1 files instead of 3.0 files... which concerns me.This indicates that your APEX would actually be a 3.1 and you should update you images directory.
The APEX listener appears to be more than just a Java PL/SQL gateway.It is, but this has nothing to do with your 3.1 JS files, if this is why you stated this.
Is there a minimum version of APEX the APEX Listener supports?As mentioned above, 4.0 would be a safe approach, but 3.1 will definetly work, 3.0 probably will as well. I'd recommend you find out which APEX version is actually installed on your database before you consider any upgrade operations. Run the following query as privileged user:
SELECT comp_name, version, status
  FROM dba_registry
WHERE comp_id = 'APEX';-Udo

Similar Messages

  • Problem in integration of listener with EBS

    When i run this *"java -Dapex.home=/apex -Dapex.images=<LOCATION_OF_Image>/image -Dapex.port=<port_no> -Dapex.erase -jar apex.war"*
    Its working fine and I get a apex login page .
    But the problem is that when I close the terminal all connection are lost and given error "The requested URL could not be retrieved"
    How can i integrate listener with EBS .
    I am using
    APEX 4.1
    Database 11.1.0.7
    Application 12.1.3
    I want to configure listener with EBS .When I start instance automatic start apex listener
    Edited by: king on Apr 17, 2012 2:59 AM

    Hello,
    But the problem is that when I close the terminal all connection are lost and given error "The requested URL could not be retrieved" That's not very surprising, as APEX Listener is running in Standalone Mode in your current scenario. If you close the terminal session that the JVM is running in you kill the JVM and hence APEX Listener.
    You could use a tool like "nohup" to detach the process you start from your terminal session. But using the Standalone Mode for a (long running) production scenario is not recommended anyway, and...
    I want to configure listener with EBS .When I start instance automatic start apex listener... obviously not your actual aim.
    So, EBS shall be your target. Shoudn't be a huge problem, as EBS comes with an OC4J Container and OC4J is one of the Containers officially supported by APEX Listener. I'm not sure if your EBS already ships with the JDK version needed, but as soon as it runs at least 1.6.0_20 it should work.
    As I've already replied to your question in {thread:id=1118604} there is a working approach described in {message:id=10069317}.
    Did you try that one? If so and it didn't work out, could you please describe the problems you've encountered?
    Thanks,
    Udo

  • Configuring Listener with other name

    Hello Friends,
    I am trying to configure a listener which will run at any port ( could be 1521 also) but with a name other than default ( LISTENER). The database is in 11gR2. I have created listener.ora file and modified the init.ora file with LOCAL_LISTENER=MYLISTENER. Whenever I am trying to connect to the database by TCP It is giving me error ORA-12514:..
    Also when I am trying to boot my database with pfile It is giving me following error :
    ORA-00119: invalid specification for system parameter LOCAL_LISTENER
    ORA-00132: syntax error or unresolved network name 'MYLISTENER'
    Then Listener.ora file is like below:
    MYLISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hostname1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = TESTDB)
    (ORACLE_HOME = /u01/oracle/oraapp)
    ADR_BASE_LISTENER = /u01/oracle
    TNSNAMES.ora file is like below:
    $ cat /u01/oracle/oraapp/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/oracle/oraapp/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    TESTDB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hostname1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = TESTDB)
    Please help me with proper solution.
    -Regards,
    Saha
    Edited by: j_DBA_saha on Nov 16, 2012 7:58 AM

    j_DBA_saha wrote:
    Hello Friends,
    I am trying to configure a listener which will run at any port ( could be 1521 also) but with a name other than default ( LISTENER). WHY?
    What problem does this solve?
    I fear you have a fundamental mis-understanding of what a listener is and how it works, and you are starting down the road to DBA Hell.
    If you describe your real, business problem instead of problems encountered trying to implement an ill-advised solution, you will get better information. Ask the wrong question, get bad information.
    The database is in 11gR2. I have created listener.ora file and modified the init.ora file with LOCAL_LISTENER=MYLISTENER. Whenever I am trying to connect to the database by TCP It is giving me error ORA-12514:..
    Also when I am trying to boot my database with pfile It is giving me following error :
    ORA-00119: invalid specification for system parameter LOCAL_LISTENER
    ORA-00132: syntax error or unresolved network name 'MYLISTENER'
    Then Listener.ora file is like below:
    MYLISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hostname1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = TESTDB)
    (ORACLE_HOME = /u01/oracle/oraapp)
    ADR_BASE_LISTENER = /u01/oracle
    TNSNAMES.ora file is like below:
    $ cat /u01/oracle/oraapp/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/oracle/oraapp/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    TESTDB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = hostname1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = TESTDB)
    Please help me with proper solution.
    -Regards,
    Saha
    Edited by: j_DBA_saha on Nov 16, 2012 7:58 AM

  • I am using earphones, but the external audio of my mini ipad is still on. How can I turn off the external audio while listening with my headset?

    I am using earphones, but the external audio of my mini ipad is still on. How can I turn off the external audio while listening with my headset/earphones?

    Other than iMovie, GB always incorporates the audio files into the GB package. So just save or move the GB project to the external drive, and you're done - anything you import, edit or record will be saved to the external drive.

  • Please help me creating a new listener with different port#.

    I have two instances in a server. both have different homes. I want to create a seperate listener for the second one i created.
    But that is not happening.
    here i tried to give name from LISTENER TO LISTENER1 & Port# from 1521 to 1524.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /apps2/oracle)
    (PROGRAM = extproc)
    LISTENER1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = aixth53)(PORT = 1524))
    When I check lsnrctl status with LISTENER1 , it still shows the other instance home with port#: 1521
    Please help me creating a new listener with different port#.
    Thanks,

    marist89 wrote:
    sb92075 wrote:
    marist89 wrote:
    sybrand_b wrote:
    The listener is a broker only and doesn't play any role in normal communications.
    It just forks a process or a thread, and that's it.And the listener is a single point of failure. Listener goes down, you can't connect to the db. That's why you need two listeners.If listener one goes down, then listener two goes down for exact same reason since it is a single executable file.I'm not playing tit-for-tat with you. Fact is, there are situations where people who are not you might want to use more than one listener.Some folks might want to jab a sharp pencil into their eye, too.
    Just because you can do something, it does not necessarily mean it should be done.

  • How can I make my projects in GarageBand sound the same when listening with speakers as it sounds when listening with headphones on?

    Hi, I'm trying to export a song that I made in Garageband using mutliple tracks and a backing track. It sounds great in the headphones and all the levels are good. But, once I export and listen with my speakers, the levels are different, but sound good once I plug my headphones back in. I'm hoping to use the song in a video that will play through speakers, so I really hope someone can help. I'm new to Garageband, so I could use all the help. Thank you for your time!

    What you describe has nothing to do with GarageBand.
    Every speaker system or headphones have their own characteristics which can be measured and documented with a frequency response diagram. That describes that some speakers/headphones sound more boomy or less "bright" than others, instead of neutral.
    There are a ton of other parameters that influence the sound:
    Playing too loud (for the amp or speakers) can introduce distortion that alters the sound even before you recognize it as (nasty) distortion.
    The same song sounds different when played back with different levels. This is a trick your ear is playing on you. It is documented in the Fletcher Munson curves.
    The acoustic plays a major role. With headphones, you eliminate the acoustic environment compared to your speaker that reacts to your room and any room resonance.
    The placement of your speakers. Putting them against the wall gives you a 3dB boost in the lower frequency range (depending on the room dimensions). Putting them in the corner adds another 3dB. Placing one speaker in a corner and the other one not is even worth.
    The list goes on ...
    People spend their money on all kinds of plugins and often forget that the convertes like microphone (sound comes in) and speakers (sound comes out) are the most important components (besides your ears). Investing in good speakers is a good start. When buying headphones, make sure they are real headphones and not fashion accessories like Beats.
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Could not start the listener with a domain user

    Hi all,
    I am working on Windows 2003 with Oracle 10.2.0.2 !
    With user "local system account", I can start the listener and I have no problems!
    after chaning the user that runs the listener from local system account to a domain user, I cannot start the listener again!
    (for the oracle service itself for the database, is it possible to change the user from local system to that domain user without problems)
    attached the error message when starting the listener with cmd.
    by starting the listener with the restart of the windows service, the listener crashed down after a few minutes
    do I have to set additional permissions for that domain user?
    thanks in advance
    Stefan
    C:\Documents and Settings\Administrator>lsnrctl start listener
    LSNRCTL for 32-bit Windows: Version 10.2.0.2.0 - Production on 17-JAN-2008 11:51:29
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    tnslsnr wird gestartet: Bitte warten...
    TNS-12537: TNS: Verbindung beendet
    TNS-12560: TNS: Fehler bei Protokolladapter
    TNS-00507: Verbindung beendet
    32-bit Windows Error: 109: Unknown error

    In this case I see three error messages:
    TNS-12537:     TNS:connection closed
    Cause:     "End of file" condition has been reached; partner has disconnected.
    Action:     None needed; this is an information message.
    TNS-12560:     TNS:protocol adapter error
    Cause:     A generic protocol adapter error occurred.
    Action:     Check addresses used for proper protocol specification. Before reporting this error, look at the error stack and check for lower level transport errors. For further details, turn on tracing and reexecute the operation. Turn off tracing when the operation is complete.
    TNS-00507:     Connection closed
    Cause:     Normal "end of file" condition has been reached; partner has disconnected.
    Action:     None needed; this is an information message.
    The most important is the tns-12560 error message, this means that an unsupported protocol exception was raised. Assuming you are using the same environment configuration when starting the listener with the local account and starting it with the domain authenticated user, then it has to do with permissions. Both the local administrator account and the domain authenticated user must belong to the ORA_DBA group, otherwise the user won't have enough privileges to start the listener.
    On the other hand, make sure the sqlnet.ora file includes this line:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    If you use a domain user name, log on under a domain with username and password which has administrative privileges on each node
    ~ Madrid

  • Oracle Options licensed 1:1 with Oracle Ent. Edition 11gR2 or by Instance?

    Are Oracle Options licensed 1:1 with Oracle Ent. Edition 11gR2 (e.g. by CPU core multiplier) or by number of database instances on a host? In other words, if I need to purchase two Oracle Enterprise Edition licenses for a single host, do I need to purchase the same number of Oracle Option licenses (again, based on a CPU core multiplier). Or by the number of Oracle database instances installed on that host?
    Anyone have a link to an official Oracle options licensing document that spells this out? Found one for 11g but it didn't get down into the weeds, saying if there was any difference between # of licenses required for an Option vs. a license for Oracle Enterprise Edition itself.
    Requested Oracle option licensing reference

    They are licensed 1:1 with EE, so 4 EE licenses means 4 Partitioning Option licenses, etc.
    It is in the Oracle Store.
    Sybrand Bakker
    Senior Oracle DBA

  • SQL Always On - Group Listener with a Private IP ?

    Hi,
    I read the tutorial on how to configure SQL Always On in Azure.
    I saw that we need to configure the group listener with an Public IP. 
    I also saw that SQL servers must reside in a different Cloud Service.
    A reason why is because Azure does not support direct server return.
    What is DSR ?
    To help me understanding, is someone able to explain me this situation :
    What would happen if I configure group listener with a private IP and I put all my servers in the same cloud service.

    Actually, I know what is DSR. 
    During the initial connexion, the client talks with the group listener and then redirect you to the active server. Afterward, you have a direct connection with the Active Server.
    Why is it not supported ? 
    Why having a public IP instead of a private IP resolve the issue ?
    This quote from Microsoft : 
    The client application must reside on a different cloud service than the one that contains your availability group VMs. Azure does not support direct server return with client and server in
    the same cloud service.
    Does it apply only with a public IP address ?

  • Re-registering a listener with an instance

    What are the options for registering a listener with an instance? Obviously you can restart the instance, but what options do you have if you want to reregister w/o restarting the instance?

    as SYSDBA, execute
    ALTER SYSTEM REGISTER;
    Minor correction in your terminilogy ... the instance is registered with the listener, not the other way around. By registering the instance's availability to the listener, the listener then knows it should be listening on behalf of the instance (or service).

  • Can 2 people listen with bluetooth earphones to ipod nano 7th generation?

    Can 2 people listen with bluetooth earphones to ipod nano 7th generation at the same time?  How?

    No. Sorry. It can pair to other devices but there will be only one audio output.

  • APEX Listener with Free environment

    Hi,
    I was going through APEX Listener Installation guide and found that the supported installations are
    *1) with WebLogic*
    *2) Glassfish &*
    *3) OC4J*
    All of the above are associated with licensing cost. Is there any free installation scenario? As 11gXE is free to store upto 11GB of user data, I was thinking to install it with Glassfish for my small application which is not expected to have 11GB of user data over the next 4-5 years. Today I had a chat with one of the local Oracle Sales guy and I found that licensing cost is huge for Glassfish.
    I don't know whether standalone APEX Listener will serve the purpose of having my application available over the internet. Please forgive me; I am a novice in the field of networking.
    Could you please provide me the details of the free or low cost alternatives of the above scenarios? One option I know is to go for hosting services for low cost. But to me that is also huge.
    Any kind of help is appreciated.
    Thanks,
    Mehabub

    Hi,
    I was going through APEX Listener Installation guide and found that the supported installations are1) with WebLogic
    2) Glassfish &
    3) OC4J
    All of the above are associated with licensing cost. Is there any free installation scenario? As 11gXE is free to store upto 11GB of user data, I was thinking to install it with Glassfish for my small application which is not expected to have 11GB of user data over the next 4-5 years. Today I had a chat with one of the local Oracle Sales guy and I found that licensing cost is huge for Glassfish.
    I don't know whether standalone APEX Listener will serve the purpose of having my application available over the internet. Please forgive me; I am a novice in the field of networking.
    Could you please provide me the details of the free or low cost alternatives of the above scenarios? One option I know is to go for hosting services for low cost. But to me that is also huge.
    Any kind of help is appreciated.>
    Supported in this context is supported by Oracle in that you can open an SR with support.oracle.com or not.
    ApexListener runs on most J2EE Containers. Free ones include GlassFish Community Server and Tomcat. ApexListener runs on GF as well as Tomcat, but you cannot run to Oracle Support if you have an issue. You have to seek help here, on this forum, if you cannot resolve things yourself :(
    Cheers,

  • Is there any problem with installing the Listener with APEX 4.1

    Hi Udo,
    With your help, I have already installed the listener on apex 4.0.2.
    Now I tried doing the same steps, but as I click apply, in the "listenerConfigure" page, I get an empty page...
    I visited :
    http://localhost:5555/apex/apex_admin
    http://localhost:5555/apex/
    Yet, I still get an empty page....
    What could be the problem ????
    Regards,
    Fateh

    Thanks Udo,
    As I mentioned in the beginning of the thread. After I configure the listener on http://localhost:3333/apex/listenerConfigure , I get an empty page.
    Now, if I visit this page http://localhost:3333/apex/listenerConfigure:
    I get this message:
    The APEX Listener is already configured. Please login as Administrator to access APEX Listener Administration.If I visit : http://localhost:3333/apex/listenerAdmin, I get the configuration page. When I click apply, I get an empty page...
    if I visit http://localhost:3333/apex/ or http://localhost:3333/apex/apex_admin, I get an empty page....
    Best Regards,
    Fateh.
    In the CMD, I am getting this message: Connection Pool destroyed
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Users\Mohammad Fateh\Desktop>cd C:\Program Files (x86)\Java\jre6\bin
    C:\Program Files (x86)\Java\jre6\bin>java -Dapex.port=3333 -Dapex.home=F:\listen
    er -Dapex.images=C:\images -jar F:\listener\apex.war
    INFO: Starting: F:\Listener\apex.war
    See: 'java -jar apex.war --help' for full range of configuration options
    INFO: Extracting to: F:\listener
    INFO: Using classpath: file:/F:/listener/apex/____embedded/start.jar:file:/F:/li
    stener/apex/WEB-INF/lib/apex.jar:file:/F:/listener/apex/WEB-INF/lib/commons-file
    upload-1.2.1.jar:file:/F:/listener/apex/WEB-INF/lib/je-4.0.103.jar:file:/F:/list
    ener/apex/WEB-INF/lib/ojdbc6.jar:file:/F:/listener/apex/WEB-INF/lib/ojmisc.jar:f
    ile:/F:/listener/apex/WEB-INF/lib/poi-3.6-20091214.jar:file:/F:/listener/apex/WE
    B-INF/lib/ucp.jar:file:/F:/listener/apex/WEB-INF/lib/xdb-11.2.0.jar:file:/F:/lis
    tener/apex/WEB-INF/lib/xmlparserv2-11.2.0.jar:
    INFO: Starting Embedded Web Container in: F:\listener
    21-Sep-2011 7:58:54 AM ____bootstrap.Deployer deploy
    INFO: Will deploy application path=F:\listener\apex\WEB-INF\web.xml
    21-Sep-2011 7:58:54 AM ____bootstrap.Deployer deploy
    INFO: deployed application path=F:\listener\apex\WEB-INF\web.xml
    Using config file: F:\listener\apex-config.xml
    -- listing properties --
    PropertyCheckInterval=60
    ValidateConnection=true
    MinLimit=1
    MaxLimit=10
    InitialLimit=3
    AbandonedConnectionTimeout=900
    MaxStatementsLimit=10
    InactivityTimeout=1800
    MaxConnectionReuseCount=1000
    APEX Listener version : 1.1.3.243.11.40
    APEX Listener server info: Grizzly/1.9.18-o
    21-Sep-2011 7:58:56 AM com.sun.grizzly.Controller logVersion
    INFO: Starting Grizzly Framework 1.9.18-o - Wed Sep 21 07:58:56 GST 2011
    INFO: http://localhost:3333/apex started.
    Using JDBC driver: Oracle JDBC driver version: 11.2.0.2.0
    Connection Pool destroyed
    -- listing properties --
    PropertyCheckInterval=60
    ValidateConnection=true
    MinLimit=1
    MaxLimit=10
    InitialLimit=3
    AbandonedConnectionTimeout=900
    MaxStatementsLimit=10
    InactivityTimeout=1800
    MaxConnectionReuseCount=1000this is apex-config.xml file
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
    <properties>
    <comment> Created: Tue Sep 20 08:23:20 GST 2011  Version: 1.1.3.243.11.40 </comment>
    <entry key="apex.db.username">APEX_PUBLIC_USER</entry>
    <entry key="apex.db.password">@0553026F9472B479B40252036B93F9DE7F</entry>
    <entry key="apex.db.connectionType">basic</entry>
    <entry key="apex.db.hostname">192.168.1.19</entry>
    <entry key="apex.db.port">1521</entry>
    <entry key="apex.db.sid">xe</entry>
    <entry key="apex.db.servicename"></entry>
    <entry key="apex.db.tnsAliasName"></entry>
    <entry key="apex.db.tnsDirectory"></entry>
    <entry key="apex.db.customURL"></entry>
    <entry key="apex.jdbc.DriverType">thin</entry>
    <entry key="apex.jdbc.InitialLimit">3</entry>
    <entry key="apex.jdbc.MinLimit">1</entry>
    <entry key="apex.jdbc.MaxLimit">10</entry>
    <entry key="apex.jdbc.MaxStatementsLimit">10</entry>
    <entry key="apex.jdbc.InactivityTimeout">1800</entry>
    <entry key="apex.jdbc.AbandonedConnectionTimeout">900</entry>
    <entry key="apex.jdbc.MaxConnectionReuseCount">1000</entry>
    <entry key="apex.jdbc.DriverType">thin</entry>
    <entry key="apex.jdbc.InitialLimit">3</entry>
    <entry key="apex.jdbc.MinLimit">1</entry>
    <entry key="apex.jdbc.MaxLimit">10</entry>
    <entry key="apex.jdbc.MaxStatementsLimit">10</entry>
    <entry key="apex.jdbc.InactivityTimeout">1800</entry>
    <entry key="apex.jdbc.AbandonedConnectionTimeout">900</entry>
    <entry key="apex.security.inclusionList"></entry>
    <entry key="apex.security.exclusionList"></entry>
    <entry key="apex.security.disableDefaultExclusionList">false</entry>
    <entry key="apex.security.requestValidationFunction"></entry>
    <entry key="apex.security.maxEntries">2000</entry>
    <entry key="apex.security.trustedProxies"></entry>
    <entry key="apex.cache.caching">false</entry>
    <entry key="apex.cache.procedureNameList"></entry>
    <entry key="apex.cache.type">lru</entry>
    <entry key="apex.cache.maxEntries">500</entry>
    <entry key="apex.cache.expiration">7</entry>
    <entry key="apex.cache.duration">days</entry>
    <entry key="apex.cache.monitorInterval">60</entry>
    <entry key="apex.cache.directory">C:\Users\MOHAMM~1\AppData\Local\Temp\apex\cache</entry>
    <entry key="apex.procedure.preProcess"></entry>
    <entry key="apex.procedure.postProcess"></entry>
    <entry key="apex.misc.defaultPage">apex</entry>
    <entry key="apex.misc.compress"></entry>
    <entry key="apex.debug.debugger">false</entry>
    <entry key="apex.debug.printDebugToScreen">false</entry>
    <entry key="apex.error.keepErrorMessages">true</entry>
    <entry key="apex.error.maxEntries">50</entry>
    <entry key="apex.log.logging">false</entry>
    <entry key="apex.log.maxEntries">50</entry>
    </properties>Edited by: Fateh on Sep 20, 2011 9:11 PM

  • How to Install & Migrate APEX 4.2x on 11gR2 database.

    Hi All,
    What is the best way to migrate APEX software and Applications FROM APEX 4.1.1.00.23 on 10g TO APEX 4.2.1.00.08 on 11gR2.
    I have enabled APEX 3x with Embedded PL/SQL Gateway on 11gR2 database. The older version APEX4.1 is uses HTTP server.
    Anyone’s help is much appreciated.
    Regards

    The best way (I had problems with this last week), is to go Oracle Support (do not use the upgrade patch from OTN), and download patch #14732511 from Oracle Support. This will automatically upgrade and migrate your Apex applications to the current 4.2.1.00.8. It should take around 15-30 minutes, depending on your hardware. The one I tried using from OTN wouldn't run, and the supposed upgrade would finish in about 15 seconds.

  • Restart Admin Login Credentials in Apex 4.0 & Oracle 11gr2

    Hi all,
    We face a major issue. We are unable to connect our admin account for some unknown reason. We keep receiving the following message "Invalid Login Credentials". We tried to change the admin credentials with sqlplus.
    We tried the usual procedure "apxchpwd" successfully, but we still cannot log in.
    We then tried to create a new admin2 account with the following pl/sql block.
    SQL> connect APEX_030200 as sysdba
    Enter password:
    Connected.
    SQL> begin
    2 wwv_flow_api.set_security_group_id(p_security_group_id=>10);
    3 wwv_flow_fnd_user_api.create_fnd_user(
    4 p_user_name => 'admin2',
    5 p_email_address => '[email protected]',
    6 p_web_password => 'admin2') ;
    7 end;
    8 .
    SQL> /
    PL/SQL procedure successfully completed.
    SQL> commit
    2
    SQL> commit;
    Commit complete.
    SQL> alter user APEX_030200 account lock;
    User altered.
    SQL> quit
    We cannot connect with either admin & admin2.
    Any good idea?
    Roger

    Hi,
    I'm not expert on this area, sorry.
    I would check what like FLOW% and APEX% users there is in database.
    Also query DBA_REGISTRY what is current/valid APEX version.
    Then try again with correct APEX versions scripts reset ADMIN password.
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

Maybe you are looking for

  • Shared photo stream wrong / strange date

    When adding photo's to a shared photo stream sometimes strange dates appear. The problem happens with scanned negatives. In my libarary I sort all photo's on date, so I have changed the date of all these scanned negatives and applied them to the orig

  • 24"imac duo core

    I bought an imac almost a year ago. well it was nice worked well.. one thing the basee kinda rocked. so i thought nothing of it.one day i get home and my imac is laying on the floor screen shattered lcd shattered,glass everywhere, I am disabled and c

  • Pointers for ideal OC settings for a H55M-ED55?

    H55M bios is at 01.03. Using an i3 540 @ 3.07GHz with OCZ DDR3 10666 Memory. I've had the CPU running at 4.01GHz with memory set to auto, but I'd like to try and get it right. Thanks in advance for any pointers/help.

  • Between mac and windows....

    I have an imac with built in isight but several of my family members are windows users. Is there a way to communicate bewteen us? I use ichat with my mac family and they all use windows msn messanger with video chat (which I don't think is for macs?)

  • Flash Player and Terminal Security

    I tried installing Adobe Flash Player 9.0 the other day, logged in under my account (which I am administrator and have full access, as I am the only person who uses my computer) but (I have another account called testuser, which I use for "testing" p