Configure application express listener

I am following the instrctions in the users guide 'installing oracle application express listner'
while configuring the listener
i get following errors, my input for host is localhost
port:8080 (i tried 1521 also because it was already filled in by default
and sid orcl (my local database installed on same machine)
Request could not be processed due to error:
Wed Jul 04 08:02:54 EDT 2012
IO Error: Got minus one from a read call
Request could not be processed due to error:
Wed Jul 04 08:04:03 EDT 2012
IO Error: The Network Adapter could not establish the connection
Please advise me what should be my parameters while configuring basic connection tab on the Application Express Listener screen.
thank you
j

Hello j,
i get following errors, my input for host is localhost
port:8080 (i tried 1521 also because it was already filled in by default
and sid orcl (my local database installed on same machine)- localhost would be correct if your database listener is on the same machine
- port 8080 is probably wrong, as this is usually the port for your application server (e.g. APEX Listener in Standalone Mode)
- port 1521 should be right, but is possibly blocked by your firewall
- sid orcl is possibly wrong, because it sounds to much like the default sid which is usually changed during the installation
Please check which port your database listener is actually using for database connections by running
lsnrctl statusIf the ports you find there are not on the firewalls whitelist yet, you'll have to add them there.
For further questions please provide some more information about your environment, e.g. what OS are you on and how did you deploy your APEX Listener (Standalone Mode or which JEE Container?), etc.
-Udo

Similar Messages

  • Application Express Listener login

    Re: Standlone Listener on Linux
    I have my standalone listener running on Linux, and access it through TNS. A tnsping on the server returns successfully.
    My configuration screen came up through the host:8080/apex/listenerConfigure, where I used the connection type of TNS and entered the tnsalias and the correct tns directory path. After I clicked on apply, the screen went blank with a web page that said "done, but with errors on page."
    When I try to issue the same url, I get "The APEX Listener is already configured. Please login as Administrator to access APEX Listener Administration."
    Where do I go from here? At the install instructions I was given urls that point to using Oracle HTTP Server with mod_plsql and Oracle XML DB HTTP listener with embedded PL/SQL gateway, but I am using the standalone listener.
    Can you point me in the right direction, perhaps to the correct documentation of what to do next?

    Hello,
    just to be sure:
    java -Dapex.home=/tmp/apex -Dapex.images=/oracle/OracleHomes/product/11.1/db/acc/warehouse/apex/images -jar /oracle/software/apex/apex_listener/apex.warDo you really want to be */tmp/apex* to be the home directory? I'd recommend a persistent location...
    The rest of the startup indicates no problems...
    When I go to port 8080, with the listenerconfig, I get the 'already configured' as we already disucssed. However, I don't think it is configured correctly because when I look in /tmp/apex/apex-config.xml, I don't see my updated tns information, I see the default 1521 ORCL info, with the tnsalias as 'sandbox' and the correct tnsdirectory.Well, probably something went wrong during the initial configuration after the very first start. You can't run listenerConfigure again unless you remove the apex-config.xml (or start using the apex.erase parameter)
    >
    If I go to /tmp and remove the apex directory, I can repeat this action.That's odd.. If you're able to delete the file you should be able to re-run the configuration of the APEX Listener and any change to the default SID or TNS settings should be written into the apex-config.xml.
    Did you stop the APEX Listener before you deleted the file?
    Note that if you really want to use a TNS connection, you have to change the Connection Type from Basic to TNS .
    Re your comment "Additionally, there is an error log accessible via /apex/listenerAdmin or /apex/listenerStatus". I don't see these directories anywhere, under the location where the listener is started, or from the /tmp/apex folder that >holds run time information.
    Where should I look for them. There is not a top-leve directory of /apex, what is the previous path to it?I'm sorry if my reference wasn't clear enough. This isn't a directory, but the URL path. You can access listenerAdmin and listenerStatus only when your APEX Listener is up via browser.
    When I got to a desktop browser and enter the url for the server:8080, I would expect at this point to get a "listener already configured" message.Why would you expect that? I'd only expect that if you call server:8080/apex/listenerConfigure again. Otherwhise, you'll usually be redirected to +/apex+ .
    But it seems to be true that you get to the listenerStatus page again if you've logged into there once, even if you call listenerConfigure or listenerAdmin . I guess this is because it is the same application with the same authentication, just with different roles, and the browser caches your authentication, so you always come back to the same view within the application. This should be handled differently by the APEX Listener. I'll put this into a new post, so the development team will be able to spot this problem.
    As a workaround, you could force your browser to clear its authentication cache (or just restart it, which has the same effect).
    What I see is a screen flash by real quick, with what might be the config connection
    questions (too fast to see) and then it goes to a screen with a statistics, error tracking and logging drop downs. The title on the tab is APEX Listener Administration. If I got to host:8080/apex/listenerstatus the same screen appears. If i >go to listeneradmin I get prompted for the APEX listener manager username and password, but whatever I enter the login comes back to me. I am sure I am entering the same information that I did when first configuring the listener at >the console.Note that there are two users: The APEX Listener Administrator (default adminlistener ) and the APEX Listener Manager (default managerlistener ). The latter one my only access +/apex/listenerStatus+ whereas the administrator has access to both +/apex/listenerStatus+ and +/apex/listenerAdmin+ . The page title is the same for both views, it's just that listenerStatus only shows the Status tab.
    If you can't login to +/apex/listenerAdmin+ you probably don't use the right credentials.
    I added this entry to my tnsnames.ora, although I'm still looking for this reference in the documentation. I saw this on another thread:
    jdbc:oracle:thin:@(DESCRIPTION=
    (ADDRESS = (PROTOCOL = TCP)(HOST = bkvlrac01-vip)(PORT = nnnn))
    (ADDRESS = (PROTOCOL = TCP)(HOST = bkvlrac02-vip)(PORT = nnnn))
    (ADDRESS = (PROTOCOL = TCP)(HOST = bkvlrac03-vip)(PORT = nnnn))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = mydbname.ad.swfwmd.net)
    )This is a JDBC-URL. It doesn't belong into your tnsnames.ora, though you can put a similar configuration there.
    The block you posted could be pasted into the box when you choose Advanced as Connection Type in listenerConfigure . (Note that you'll have to erase the apex-config.xml before you can do that...
    -Udo

  • Minimum resources for Oracle Application Express

    Hi,
    I'm new to the forum, and a bit confuse here trying to find an answer to what supposedly is a simple question:
    What kind of resources do I have to have to develop and deploy screens with Oracle Application Express?
    The scenario:
    I have this Oracle application all created in forms that we are planning to give to our customers in a web based.
    I'm looking for options to convert it and many forums are talking about how easy and inexpensive (free) the Oracle Applications Express is.
    Then, talking with my main developer, he told me that in order to use it, the client need to spend quite a while in IAS (Oracle's Internet Application Server) and/or have to have the Enterprise version.
    I'm looking for white papers on that and could not find any corroboration, but just texts telling that it's free and easy to use.
    Any one can point me to the right directions on this issue?
    Just want to know what exaclty do I need in order to use (creating and deploying) the Applications Express.
    Right now I have Standar Edition 10q as well as my client
    THank you

    If you want to develop an intranet web application, the HTTP server that comes with Standard Edition 10q would do. However, if you are thinking of it as an internet application then you better separate DB and web server. In that case you need to have either Oracle HTTP Server or Oracle Application Express Listener. Oracle HTTP server requires a license and usually bundled with DB or an Application Server. I believe Oracle Application Server is no longer being offered/available instead web logic server is made available. The basic edition of web logic would do as all you require is Oracle HTTP Server to broker the requestes between the web and the database. As far as I know, Oracle HTTP server is not being offered standalone. As mentioned above the other alternative is Oracle Application Express Listener but requires one of the J2EE complaint web servers like web logic, Glassfish, OC4J or TOMCAT.
    Hope this helps!
    Chandra Movva

  • Please help.. Application Express + Oracle E-Business Suite: Integrated application licensing question

    Hi
    We are in the process of developing a business application using application express that works more like an extension of Oracle E-Business Suite. Finding an aswer for following question is critical for our small business to move forward with this product development. Request your help please.
    Background:
    - Our application stored metadata and pl/sql programs in a custom scehema in Oracle E-Busiess Suite.
    - We are using Glassfish to host the application express listener to publish/run our application at the moment (development/testing phase)
    Our understanding and clarifications needed:
    - Our potential client must have an Enterprise level licese on Oracle E-Business Suite in order to allow them to deploy/run our application (3rd party).
    - If our potential clients host our application on Oracle HTTP server (from the same box as the Oracle EBS database) then they dont need additional license. Otherwise, they'll have to buy HTTP Server licenses as well?
    - What is the best tool (economical and production level performances point of view) to host a 3rd party apex application? Glassfish, Http server, Java standalone?
    Please help,
    Kind regards
    Ebby

    Our understanding and clarifications needed:
    - Our potential client must have an Enterprise level licese on Oracle E-Business Suite in order to allow them to deploy/run our application (3rd party).
    - If our potential clients host our application on Oracle HTTP server (from the same box as the Oracle EBS database) then they dont need additional license. Otherwise, they'll have to buy HTTP Server licenses as well?
    - What is the best tool (economical and production level performances point of view) to host a 3rd party apex application? Glassfish, Http server, Java standalone?
    You have to contact your local Oracle Sales Representative for Oracle Licensing as no one else can give you right info and also would suggest you to visit
    http://www.oracle.com/us/corporate/pricing/price-lists/index.html
    thanks

  • Problem with apex listener install on Oracle Application Express 4.2.3

    I have installed Oracle Application Express 4.2.3
    Then i tried to install apex listener  Oracle APEX Listener 2.0.5
    but it dos not work.
    I ask
    It is possibile to install  WebLogic Server 12c or 11c
    and connect it to apex ??

    Hi;
    Please check Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 [ID 393931.1] and compare it wiht your steps
    Regard
    Helios

  • A wallet needs to be configured for this instance of Application Express

    hi
    I m very new to APEX. I could create web service client with wsdl. But when service is on https i get message
    "a wallet needs to be configured for this instance of Application Express".
    I have created wallet using OWM (10.2.0.1.0) at location c:\del_sometime
    Using admin i configured APEX instance settings wallet as
    Wallet Path = file:c:\del_sometime
    And checked in database too
    SQL> ALTER SESSION SET CURRENT_SCHEMA = APEX_030200;
    Session altered.
    SQL> SELECT
    2 APEX_INSTANCE_ADMIN.GET_PARAMETER('WALLET_PATH')
    3 from dual;
    APEX_INSTANCE_ADMIN.GET_PARAMETER('WALLET_PATH')
    file:c:\del_sometime
    Any idea whats wrong? I am following steps from http://download.oracle.com/docs/cd/E14373_01/admin.32/e13371/adm_wrkspc.htm#BABFBJEA

    also whe I try following i keep getting error failure to open file. I am on XP and file is present with proper permissions.
    SQL> SELECT utl_http.request('https://support.oracle.com/',null,'file:c:\del_sometime\') from dual;
    SELECT utl_http.request('https://support.oracle.com/',null,'file:c:\del_sometime\') from dual
    ERROR at line 1:
    ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1577
    ORA-28759: failure to open file
    ORA-06512: at line 1

  • Configuring Problem in Oracle Application Express  3.0  Print Server

    hi all,
    Configuring for my Oracle Application Express Print Server in apex 3.0 I have used apache foa and made all steps in the documentation
    http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html
    the print attribute works but I have a problem in the pdf print with characters.
    My reports columns characters are turkish and when I linked to print pdf the print the turkish characters are seeming #
    and I try to change in the script apex_fop_render.jsp I changed the encode but the problem was not solved.Can you help please urgently!
    I am waiting your helps!

    Apache FOP does not support some character sets out of the box, i.e. Asian languages require additional configuration steps. Not sure about those non-standard ISO characters in the Turkish alphabet though. But since you’re writing that those are returned as #, looks like the same problem. There should be information available on the Internet on how to configure those fonts and character sets with Apache FOP. Once BI Publisher is out, using that as the rendering engine with APEX might be another alternative to consider, as that product will support this out of the box.
    Regards,
    Marc

  • Struts 2 - SEVERE: Error configuring application listener of class mailread

    Struts 2 - SEVERE: Error configuring application listener of class mailreader2.ApplicationListener
    Ol�
    Hi
    All
    I'm getting this erro: when I run my app in struts 2, but I don't know what is going on ?
    Someone can help me
    What is going on?
    Thanks
    SEVERE: Error configuring application listener of class mailreader2.ApplicationListener
    java.lang.ClassNotFoundException: mailreader2.ApplicationListener
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3773)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
         at org.apache.catalina.core.StandardService.start(StandardService.java:516)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Feb 1, 2008 10:46:31 AM org.apache.catalina.core.StandardContext listenerStart
    SEVERE: Skipped installing application listeners due to previous error(s)
    Feb 1, 2008 10:46:31 AM org.apache.catalina.core.StandardContext start
    SEVERE: Error listenerStart
    Edited by: NetoJose on Feb 1, 2008 5:33 AM

    I think it's not a jar it's a java class on my package take a look, now i don�t know why the problem?
    Look the erro :
    Struts 2 - SEVERE: Error configuring application listener of class mailreader2.ApplicationListener
    this is my package and a java class:
    mailreader2.ApplicationListener
    package mailreader2;
    import org.apache.commons.logging.Log;
    import org.apache.commons.logging.LogFactory;
    import org.apache.struts.apps.mailreader.dao.impl.memory.MemoryUserDatabase;
    import javax.servlet.ServletContext;
    import javax.servlet.ServletContextEvent;
    import javax.servlet.ServletContextListener;
    import java.io.*;
    public final class ApplicationListener implements ServletContextListener {
    * <p>Appication scope attribute key under which the in-memory version of
    * our database is stored.</p>
    public static final String DATABASE_KEY = "database";
    * <p>Application scope attribute key under which the valid selection
    * items for the protocol property is stored.</p>
    public static final String PROTOCOLS_KEY = "protocols";
    // ------------------------------------------------------ Instance Variables
    * <p>The <code>ServletContext</code> for this web application.</p>
    private ServletContext context = null;
    * The {@link MemoryUserDatabase} object we construct and make available.
    private MemoryUserDatabase database = null;
    * <p>Logging output for this plug in instance.</p>
    private Log log = LogFactory.getLog(this.getClass());
    // ------------------------------------------------------------- Properties
    * <p>The web application resource path of our persistent database storage
    * file.</p>
    private String pathname = "/WEB-INF/database.xml";
    * <p>Return the application resource path to the database.</p>
    * @return application resource path path to the database
    public String getPathname() {
    return (this.pathname);
    * <p>Set the application resource path to the database.</p>
    * @param pathname to the database
    public void setPathname(String pathname) {
    this.pathname = pathname;
    // ------------------------------------------ ServletContextListener Methods
    * <p>Gracefully shut down this database, releasing any resources that
    * were allocated at initialization.</p>
    * @param event ServletContextEvent to process
    public void contextDestroyed(ServletContextEvent event) {
    log.info("Finalizing memory database plug in");
    if (database != null) {
    try {
    database.close();
    } catch (Exception e) {
    log.error("Closing memory database", e);
    context.removeAttribute(DATABASE_KEY);
    context.removeAttribute(PROTOCOLS_KEY);
    database = null;
    context = null;
    * <p>Initialize and load our initial database from persistent
    * storage.</p>
    * @param event The context initialization event
    public void contextInitialized(ServletContextEvent event) {
    log.info("Initializing memory database plug in from '" +
    pathname + "'");
    // Remember our associated ServletContext
    this.context = event.getServletContext();
    // Construct a new database and make it available
    database = new MemoryUserDatabase();
    try {
    String path = calculatePath();
    if (log.isDebugEnabled()) {
    log.debug(" Loading database from '" + path + "'");
    database.setPathname(path);
    database.open();
    } catch (Exception e) {
    log.error("Opening memory database", e);
    throw new IllegalStateException("Cannot load database from '" +
    pathname + "': " + e);
    context.setAttribute(DATABASE_KEY, database);
    // -------------------------------------------------------- Private Methods
    * <p>Calculate and return an absolute pathname to the XML file to contain
    * our persistent storage information.</p>
    * @throws Exception if an input/output error occurs
    private String calculatePath() throws Exception {
    // Can we access the database via file I/O?
    String path = context.getRealPath(pathname);
    if (path != null) {
    return (path);
    // Does a copy of this file already exist in our temporary directory
    File dir = (File)
    context.getAttribute("javax.servlet.context.tempdir");
    File file = new File(dir, "struts-example-database.xml");
    if (file.exists()) {
    return (file.getAbsolutePath());
    // Copy the static resource to a temporary file and return its path
    InputStream is =
    context.getResourceAsStream(pathname);
    BufferedInputStream bis = new BufferedInputStream(is, 1024);
    FileOutputStream os =
    new FileOutputStream(file);
    BufferedOutputStream bos = new BufferedOutputStream(os, 1024);
    byte buffer[] = new byte[1024];
    while (true) {
    int n = bis.read(buffer);
    if (n <= 0) {
    break;
    bos.write(buffer, 0, n);
    bos.close();
    bis.close();
    return (file.getAbsolutePath());
    Edited by: NetoJose on Feb 1, 2008 7:25 AM

  • Need help on installing Oracle Application express 3.2

    Hi,
    I had downloaded Oracle 11g database and installed the personal edition.I got the Enterprise manager login page working and also the DBConsole
    I had Downloaded APEX 3.2 and wanted to install apex 3.2.I wanted to do the following scenario
    Scenario 3: Install from the Database and Configure the Embedded PL/SQL
    Gateway
    Planning to do these steps: ( I have few questions on these steps and are below each step)
    ■ Running the apxconf.sql Configuration Script
    Do I have to install Oracle Application express or is it already installed in 11g personal edition?
    Do I have to create a seperate database or schema for this step( I have only one instance orcl1) ?■ Verifying the Oracle XML DB HTTP Server Port
    Can I do this step in my current orcl1 instance,if so which user■ Enabling Oracle XML DB HTTP Server
    Once I carry out these steps, Can I access the admin page for apex with https://localhost:port/apex_admin ?
    Am I missing any other steps ?
    Thanks

    I have one idea..
    Try to install again:
    1) download and unzip apex_3.2 in $ORACLE_HOME
    You will have:
    $ORACLE_HOME/apex - old directory
    $ORACLE_HOME/apex_3.2 - new directory
    2) in command line go to $ORACLE_HOME/apex_3.2/apex
    run sqlplus "/as sysdba"
    in sqlplus run @apexins tablespace_apex tablespace_files tablespace_temp images
    Where:
    tablespace_apex is the name of the tablespace for the Oracle Application Express application user.
    tablespace_files is the name of the tablespace for the Oracle Application Express files user.
    tablespace_temp is the name of the temporary tablespace.
    images is the virtual directory for Oracle Application Express images. To support future Oracle Application Express upgrades, define the virtual image directory as /i/.
    Example:
    @apexins SYSAUX SYSAUX TEMP /i/
    3) check installation log for errors
    4) in command line go to $ORACLE_HOME/apex_3.2/apex
    run sqlplus "/as sysdba"
    in sqlplus run @apxconf
    set admin password
    set port
    5) run @apxldimg.sql $ORACLE_HOME/apex_3.2
    6) check for running listener and try to login apex: http:\\host:port\apex\apex_admin
    Good luck!

  • Configuring Airport Express to enable ether port while connected to Extreme

    I have an AE (Express) & APE (Extreme). Right now I have them joined, and I can listen to music through my home receiver via optical from the AE. Tonight I thought I would try to use the Ethernet port on the AE and I'm not having any luck. My PS3 will not obtain a IP Address. But when I connect it directly to the Extreme using the same cable it works just fine.
    Is it possible to configure the Express to work with the Extreme so that I can still use the optical port & have my PS3 connected to the Ethernet port?
    Any guides or help would greatly be appreciated.
    Message was edited by: thestaton

    You need to configure the AirPort Express (AX) and AirPort Extreme base station (AEBS) to join together using WDS.
    To set up the main base station to share its Internet connection with
    other base stations:
    Click the AirPort status menu in the menu bar and choose the wireless network created by the base station you want to set up as the main base station.
    Open AirPort Utility (located in the Utilities folder in the Applications folder on a Mac, or in Start > All Programs > AirPort on a Windows computer). Select the main base station, and choose Manual Setup from the Base Station menu, or double-click the base station to open the configuration in a separate window. Enter the base station password if necessary. If the base station is using the default password of public, you will not be prompted for a password.
    Click the Wireless button, and then choose “Participate in a WDS network” from the Wireless Mode pop-up menu.
    Click WDS and then choose “WDS main” from the WDS Mode pop-up menu.
    Select the “Allow wireless clients” checkbox if you want client computers to connect to this base station.
    Click the Add button and enter the MAC address of the base stations you want to connect to this base station.
    If there is a base station listed that you’d like to remove from the list, select the base station and click the Delete (–) button.
    Click Update to send the new settings to the base stations in the WDS. By default, the “Allow wireless clients” checkbox is selected. If you deselect the checkbox, and later want to change the settings on the base station, you must connect to the base station’s LAN port with an Ethernet cable. You will not be able to connect to the base station wirelessly.
    To set up the AX to connect to the main base station:
    Open AirPort Utility. Select the AX, and choose Manual Setup from the Base Station menu. Enter the base station password, if necessary. If the base station is using the default password of public, you will not be prompted for a password.
    Enter the same network password as the main base station, if necessary.
    Click the AirPort button, and then click Wireless. Choose “Participate in a WDS network” from the Wireless Mode pop-up menu, and choose the same channel as the main base station from the Channel pop-up menu.
    Click WDS and choose “WDS remote” from the pop-up menu.
    Enter the MAC address of the main base station in the WDS Main field. The MAC address is also referred to as the AirPort ID and is printed on the label on the bottom of the base station.
    Click Update to transfer the settings to the base station.
    Page 42 of "Designing AirPort Networks Using AirPort Utility" (direct PDF download).

  • Upgrading Application Express on Oracle XE (installed on Ubuntu 8.04)

    I'd installed on my laptop (OP is Ubuntu 8.04) Oracle XE and is wotking quite fine.
    But I really like to upgrade apex to last version (3.1.2). I read documentation but are not many information about how to upgrade.
    Daniel

    Thanks Arie,
    On whatever version of Windows I've updated without problems Application Express.
    I'm talking here about Ubuntu (a debian distribution of Linux).
    My problem is where to unzip apex, where to use sqlplus command prompt etc., because is different than Windows.
    If you don't have DBA rights on the account (user account other than root) you have errors in installation process and more.
    For example they say in doc...:0
    "To run the apxconf.sql configuration script:
    1. Change your working directory to ORACLE_BASE\ORACLE_HOME\apex or whatever convention used to indicate the Oracle home.
    2. Start SQL*Plus and connect to the database where Oracle Application Express is installed as SYS. For example:
    * On Windows:
    SYSTEM_DRIVE:\ sqlplus /nolog
    SQL&gt; CONNECT SYS as SYSDBA
    Enter password: SYS_password
    * On UNIX and Linux:
    $ sqlplus /nolog
    SQL&gt; CONNECT SYS as SYSDBA
    Enter password: SYS_password".....
    When you install Oracle what version you need, OP (Linux) create a different user account for Oracle. Usually if you want to use your account like dba for oracle, you need to give to that account the proper rights.
    So, I need a installation rutine (for upgrading) for apex on Linux.

  • Problem with Application Express

    Good Morning,
    I installed Oracle Application Express, but I have a problem with the first login and the creation of my workspace.
    During login using the username 'admin' and pwd as the sys's user because until now the only pwd I configure when I installed Oracle Express 10g and Oracle Application Express.
    When I go to login, the page seems not to take any command.
    I look a your help. Thanks

    Check out the {forum:id=137} forum you'll probably get better help there.
    By the way, welcome to the forum! :)

  • Application Express Install - Login and images don't work

    I followed the instructions (as best I understood them) to install Apex on my database, and then setup an Oracle HTTP server to work with it.
    The problems I have are:
    When i goto the "first" page, which for me is: http://tomcatvs01.traxusers.com:7777/pls/apex/apex_admin
    1. The "Application Express" image at the top doesn't come out, which indicates to me the images weren't setup correctly, despite my best efforts.
    2. I'm not sure what my "username" should be. I remember specifying a desired password when I ran the sql to install the Apex on the database, but I don't remember specifying a username. I assume it is: APEX_PUBLIC_USER
    3. The big problem... whatever Username/password I use, "nothing" happens when I click the "Login" button. With MSIE, it shows the exclamation "error on page." icon on lower left side when I click "Login", which details show this error message:
    Line: 1
    Char: 1
    Error: Object expected
    Code: 0
    URL: My URL given above, but mixed with what appears to be the session ID, which is the same URL that i'm taken to when I goto the page in the first place.
    It doesn't work with FireFox either, and I've tried the client/browser from multiple machines.
    Advice appreciated.
    My setup is to use an Oracle 10g release 02 database.
    I installed Oracle HTTP server from the Companion CD on another machine, which already had an Oracle home/client of it's own.
    I then installed APEX sql on the database (i first ran the webtoolkit sql) .
    On the machine I put the HTTP server on, I copied the apex images to: E:\oracleHTTP\product\10.2.0\db\Apache\Apache\images
    And I configured my dads.conf file (in E:\oracleHTTP\product\10.2.0\db\Apache\modplsql\conf) as such:
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    Alias /i/ "E:\oracleHTTP\product\10.2.0\db\Apache\Apache\images\"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString proddb01.traxusers.com:1521:trax ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword apex
    Allow from all
    </Location>

    OKay, I kept reading other people's posts and I found the main culprit of my problems. I needed to add a forward-slash to my images directory specification in my dads.conf file. Now my images come out, and my login button "works".
    However, I still can't login because i don't know the username (at least now it tells me the credentials are not correct!)
    What is the username? I remember when running the @apexins SQL, i specified the password. But I don't remember every specifying a username, I even reviewed the instructions and couldn't find where I might have defined that. Please help! Can i extract it from one of the tables that was created? If so, I'd appreciate pointers as to which one exactly.

  • How can you SELECT via Database Link CLOB data using Application Express?

    Customer Issue:
    Developer using Oracle's Application Express 3.1. The Developer is trying to SELECT a CLOB datatype column from a remote (10.2.0.3) database, via a database link on her 10.2.0.4 based client Application. The Developer wants to be able to select CLOB data from the remote database which has limitation that she can't make any changes to the remote database.
    Developer's Comments:
    I do a select and get the error. Getting error ORA-22992: cannot use LOB locators selected from remote tables. So she feels she can't use dbms_lob.substr in this configuration I can do a "select into" but that is for one value. I am trying to run a select statement for a report that brings back more than one row. I do not have permission to change anything on the remote database. I want to access the remote database and multiple tables.
    This is not something I work with, would greatly appreciate help or ideas. Is this a limitation of the 3.1; or does she just not have this set up correctly; or should she be using a Collection (if yes, please share example)
    Thanks very much,
    Pam
    Edited by: pmoutrie on Jun 4, 2009 12:01 PM
    Hello???
    Would really appreciate an answer.
    Thanks,
    Pam

    This may not be a perfect solution for you but it worked for my situation.
    I wanted to grab some data from Grid Control's MGMT$JOB_STEP_HISTORY table but I couldnt' create an Interactive Report due to the existance of a CLOB column. I cheated this by creating a view on the GC DB, grabbing the first 4000 characters and turning it into a varchar2 column:
    create view test_job_step_history as
    select job_Name, target_name, status, start_time, end_time, to_char(substr(output,1,4000)) output
    from MGMT$JOB_STEP_HISTORY where trunc(end_time) > trunc(sysdate)-90
    In an APEX Interactive Report:
    select * from test_job_step_history@GCDB
    Granted, the output looks aweful right now but I am only looking for a very particular output (failed, denied, ORA-, RMAN-, etc) so the formatting isn't the most important thing to me right now.
    If anyone can improve -- and I'm sure you can -- on this I'd love to hear about it.
    Thanks,
    Rich

  • How to stop and start only the process of Oracle Application Express?

    I'd like to know how to stop the process of Oracle Application Express on my server installed oracle express package.
    After installed Oracle Express edition, not only oracle database server processes but also Oracle Application Express, such as http server, is started automatically...
    I hope to stop and start Application Express on demand but is this feature enabled?

    Oracle Apex is an API, if that helps you understand / visualize. You do not start Apex process nor stop it.
    When an Apex session starts it starts calling the API.
    You can however start / stop the listener. It may be OHS, ApexListener and the J2EE container running it, OC4J or any other "server" that you are using.
    The built-in EPG is something like an API again, you cannot start / stop it but you can disable/enable it with DBMS_XDB.SETHTTPPORT API.
    Regards,

Maybe you are looking for

  • Upgraded my iPod touch to iOS5. How do I get my music back?

    Using my MacBook Pro, I just upgraded my iPod Touch to iOS5 and it erased all the content on my iPod. Now how do I get the content back onto the iPod?

  • Thai character problem - iPlanet Web Server 4.1. Please help!

    Hi all, I am experiencing a very annoying problem with iPlanet Web Server 4.1 running on Solaris 5.8. I have a web application with Thai character set encoding support. I have a JSP which is a data entry screen page (using FORM tag) and the data subm

  • Batch convert "web page complete" to pdf?

    I have a folder that contains hundreds of saved web pages (receipts) that are saved as "web page complete", i.e. each page has a folder containing the images for that page.  I can convert one web page at a time, but was hoping there's a way to run a

  • Regular eMac freezing issue.

    My issue is similar to the previous post of Glenn2, yet slightly different. Whenever the computer starts up, normally after login and opening of a couple of applications, namely iTunes, mail, and safari; it is caused to freeze randomly, often it will

  • What size is the Phtoshop CC download?

    I have limited bandwidth. very limited. If we are going to argue on the definition of bandwidth, I have only access to a total of 16 gb/month, this is easily used up with youtube.