APEX 3.1 Installation

After installing APEX 3.1, on Oracle Express 10G (Windows XP), I cannot view/login to the Database Home page. A different page appears with a Workspace/username/password login, but this page is not loaded properly (there are errors on the page, the Errors Icon appears in the bottom right corner of Internet Explorer). I also tried using the http://127.0.0.1:8080/apex/apex_admin which is supposed to be used to configure the APEX installation, but the results are the same. No pictures appear in any of the 2 webpages, and the login buttons doesn't do anything when clicked. Any suggestions are well apprecianted. Thanks for your help.

FIxed the problem with the Images, but the Home page still does not work. Removed everything. Reinstalled Oracle 10 Express and Home page works fine. Application express 2.1 is already installed with Oracle 10 Express, could see the administration, users, etc., using the web page. Installed Aplication Express 3.1, using the correct parameter for the Images virtual directory. Installation completed OK, checked the log, and also used : SELECT STATUS FROM DBA_REGISTRY
WHERE COMP_ID = 'APEX'; results are VALID.
When opening the Database Home Page, page loads, but the errors continue, after entering username and password, when I click the login button, nothing happens. The errors window indicates that page has errors "line: 83, char: 5, error: object expected code: 0 ". When trying to open the APEX admin. page (http://127.0.0.1:8080/apex/apex_admin) the results are the same "line: 54, char: 5, error: object expected code: 0 ".

Similar Messages

  • Apex 3.2 installation in Oracle 11g

    I had installed oracle 11g on my PC. I replaced the apex directory with the apex3.2 directory. Followed all steps mentioned in Apex 3.2 installation guide, but got error while executing the apex_epg_config.sql sript, due to which i am not able to log in
    http://localhost:8080/apex/apex_admin
    The XDB connection could not be established. The username Admin and password "password" also does not work.
    Can anyone give me the step by step installation guide for apex3.2 installation.
    How can i attach a word document to show the error i am getting while installation ?
    Yogesh

    I sucessfully installed Apex 3.2 on Oracle 11g database using the following steps :
    1.     APEX 3.2 INSTALLATION STEPS
    2.     Download Apex3.2
    3.     Create folder as D:\apex32
    4.     Extract Apex3.2 into D:\apex32
    5.     The path of Apex folder will be D:\apex32\apex
    6.     Install Microsoft Loopback adapter (In case of Individual PC).
    7.     After installation, Right click the newly created Local Area connection. Go to TCP/IP properties.
    Give IP address as 127.0.0.1(any) and subnet mask as 255.255.255.0
    8.     Create Apex Tables space as follows:
    9.     CREATE SMALLFILE TABLESPACE "APEX_MAIN"
    10.     DATAFILE 'D:\ORCL11G\ORADATA\ORCL\APEX_MAIN.DBF'
    11.     SIZE 250M REUSE
    12.     AUTOEXTEND ON NEXT 100K
    13.     MAXSIZE 1024M
    14.     LOGGING
    15.     EXTENT MANAGEMENT LOCAL
    16.     SEGMENT SPACE MANAGEMENT AUTO
    17.     DEFAULT NOCOMPRESS;
    18.     CREATE SMALLFILE TABLESPACE "APEX_FILES"
    19.     DATAFILE 'D:\ORCL11G\ORADATA\ORCL\APEX_FILES.DBF'
    20.     SIZE 100M REUSE
    21.     AUTOEXTEND ON NEXT 100K
    22.     MAXSIZE 1024M
    23.     LOGGING
    24.     EXTENT MANAGEMENT LOCAL
    25.     SEGMENT SPACE MANAGEMENT AUTO
    26.     DEFAULT NOCOMPRESS;
    27.     CREATE SMALLFILE TEMPORARY TABLESPACE "APEX_TEMP"
    28.     TEMPFILE 'D:\ORCL11G\ORADATA\ORCL\APEX_TEMP.DBF'
    29.     SIZE 50M REUSE
    30.     AUTOEXTEND ON NEXT 25K
    31.     MAXSIZE 512M
    32.     EXTENT MANAGEMENT LOCAL
    33.     UNIFORM SIZE 1M;
    34.     DROP USER FLOWS_030000 CASCADE;
    35.     Right click SQL Plus - Go to Properties
    36.     Type D:\apex32\apex in “Start in “
    37.     In SQL PLUS login as SYSDBA
    38.     @apexins APEX_MAIN APEX_FILES APEX_TEMP /i/
    39.     @apex_epg_config D:\apex32 or @apxldimg D:\apex32 (for upgrade from previous version)
    40.     EXEC DBMS_XDB.SETHTTPPORT(8080);
    41.     @apxconf (Type password for Admin account)
    42.     @apxchpwd (To change the password for admin account)
    43.     ALTER USER ANONYMOUS ACCOUNT UNLOCK; Create Apex Tables space as follows:
    44.     ALTER USER FLOW_FILES ACCOUNT UNLOCK;
    45.     ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK;
    46.     http://localhost:8080 / apex / apex
    47.     WORKSPACE – INTERNAL
    48.     USERNAME - ADMIN
    49.     PASSWORD - password
    Yogesh

  • The Apex 3.2 Installation Documentation - How to Install under 10g?

    I finally have a project that looks like a great candidate for Apex. My target database is 10g (as most of our customers are running that version).
    My problem? [The Apex 3.2 installation guide|http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/toc.htm]. Even though Apex 3.2 is said to be compatible with 10g, the docs speak about nothing but 11g. Is there an embedded PL/SQL gateway in 10g? The docs don't say. What if I want the external Apache http server? Well, I'm running 10.2.0.4 (in Windows, on my dev machine; version lines up with what we support for our customers). The 10g Companion CD I can download only comes with 10.2.0.1. Installing from that broke other things. (sqlplus now uses the 10.2.0.1 version and can't find my running server) So, I uninstalled the new stuff, and at least what used to work works again.
    In short, I can't figure out what to do to get Apex installed properly, and the documentation isn't any help. I tried to post some feedback using the Contact us link ([http://download.oracle.com/docs/cd/E14373_01/dcommon/html/feedback.htm]), but that page provides no means of actually sending any feedback in.
    Does anyone know how to get this working under 10g? And, does anyone know how to get documentation feedback to Oracle?

    dads.conf style
    Changing *“<path that we copied images into>”*, host:port:service_name and apex_public_user_password
    Alias /i/ “<path that we copied images into>”
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString host:port:service_name ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword apex_public_user_password
    Allow from all
    </Location>
    Example -
    !http://www.tomklonowski.com/dads.PNG!
    After you configured your Database and HTTP Server, which you can pretty much do with default installations, you have to install APEX 3.2 into your database and then configure your dads.conf. You need to create the tablespaces you want to use and run the @apexins.sql <tablespace for apex files> <tablespace for user files> <temporary tablespace> and <virtual image directory>.. Usually it comes with a TEMP tablespace, and you should create the alias as /i/ for the virtual image directory. So an example would be *@apexins.sql SYSAUX SYSAUX TEMP /i/*. You have to do this in SQLPLUS connected to your database as the system administrator. You need to do a few things after the installation of APEX. I.e. run the *@apxchpwd* script to change the admin password. Then the ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK; command in SQLPLUS. Then ALTER USER APEX_PUBLIC_USER IDENTIFIED BY <your new password>;. Then you need to copy the APEX images folder into your Apache HTTP Server's folder.. in windows it would be something this xcopy /E /I <apex home location>\apex\images <Oracle HTTP Server Home>\Apache\images. ... And example would be xcopy /E /I C:\apex\apex\images C:\oracle\product\10.2.0\db\Apache\Apache\images... Finally edit your dads.conf file, and then restart your opmn (<HTTP_SERVERHOME>\bin\opmnctl stopall then startall). This should get APEX 3.2 running for you, if you got the HTTP Server and Database up.

  • Apex 3.0 Installation error

    I have recently ran the APEX 3.0 installation against a 10.2.0.2 database. Everything installs fine, except near the end of the install. I receive a message saying 'Oracle Application Express is installed in the FLOWS_030000 schema' and shortly thereafter I receive another message saying '-- Now beginning upgrade. This will take several minutes.-------' Unfortunately shortly after this I receive the messages '-- Ensuring template names are unique -------'
    '-- Migrating metadata to new schema -------' followed by a series of Oracle error messages such as 'ERROR: ORA-03114: not connected to ORACLE' and lastly followed by 'SP2-0359: memory exhausted'. I believe the latter message is a casualty of the Oracle errors previously displayed. Since I cannot review the package being called since it is encrypted, I have no idea why I would be receiving these messages. I am unsure who it is connecting as or what it might be trying to do. When I checked the alert file I received a messages 'ORA-07445: exception encountered: core dump [qcpiqbk:4342[qcpi4.c]] [SIGSEGV] [Address not mapped to object] [0x000000008] [] []'. So the question is whether it is an APEX installation issue or a database issue? If a database issue what might be the resolution?

    I had the same issue when trying to install APEX 3.0. After trying a lot of different things, I decided to download the software again from OTN. When checking the checksum of the zip-Files (the older and the newer one) , I saw a difference. And in indeed with the newly downloaded file everything was fine.
    So try to download again.

  • APEX 3.2 installation on oracle 11g

    Hi
    I am having trouble installing APEX 3.2 on the 11g enterprise edition, I installed the 11g and the EM was working fine then I tried to follow all the steps in the instalation guide of Apex 3.2 but it does not run after all the steps are completed.
    I would like to know if there is another way to install apex different from the provided in the guide orif anyone is having the same problem and found a solution to it.
    Thanks

    Dear friend,
    first of all what is your name???!!!
    The ORACLE 11g installaion packet includes *3.0 apex* and it installs automatically (Enterprice. version) APEX 3.0. All things you must do is, unluck apex user and set APEX port,
    Then you can access APEX,
    Then you can upgrade it to 3.1.2 please read unlucking user & port setting and upgrade steps from installation manual apex.oracle.com
    Good luck
    Recards
    siyavuş
    Edited by: Siyavus on Mar 3, 2009 10:30 AM
    Edited by: Siyavus on Mar 3, 2009 10:31 AM

  • Missing script in APEX 3.1 installation

    I have been trying for almost 2 weeks to get APEX 3.1.1 installed on two different Linux servers. In one case, it's a fresh install on 10g Release 2. The other is an upgrade from APEX 2.x on 10g EX.
    Yesterday, I began opening the scripts one at a time in SQL Developer and running them individually supplying variable values when necessary, in order to determine where the install was failing. (OK, I'm a masochist.)
    After several hours I discovered that the script WWV_FLOW.sql in the CORE directory was zero bytes. Later when the script attempts to compile packages that are dependent on this script, they fail.
    I've tried re-downloading the ZIP file several times to one of 3 different computers, all with the same zero byte file.
    Can someone suggest a resolution to this?

    Regarding the install failing - the script exited before it was complete, usually somewhere in step IV. The error message given was that an object didn't exist. I think it might have been a package.
    Anyway, after reading more I determined that the combination of Red Hat Enterprise Linux 5, Oracle 10g, and APEX 3.1 weren't going to work without a lot more time than I had to give. So since it was an empty database and I had nothing to lose but more time, I installed 11g. That installation was fine, and from what I can tell, installation of APEX 3.1 went well also...
    EXCEPT
    I'm unable to login to APEX or the APEX_ADMIN. My browser presents me with a login dialog - not the APEX login page - and every combination of user names and passwords I've tried do not work.
    My current theory is there should be an entry for the XDB in the Listener configuration, but there isn't and I haven't yet found a description of how to add it.

  • Apex 3.0 installation instructions – unclear

    Hello All,
    I am trying to follow installation instructions (http://download-east.oracle.com/docs/cd/B32472_01/doc/install.300/b32468/install.htm#CHDHIJGE) to install Apex 3.0. This is the part that confuses me:
    3.2 Installing the Oracle Application Express Software
    Change your working directory to apex.
    -- I assume, they want me to open command prompt, and then navigate where I had extracted the zip file into. OK
    Start SQL*Plus and connect the database where Oracle Application Express is installed as SYS. For example:
    SYSTEM_DRIVE:\apex\sqlplus sys/SYS_password as sysdba
    -- There is no Application Express installed anywhere YET. Shouldn't be it rather ...Express is going to be installed... ?
    Run apexins.sql passing the following five arguments in the order shown:
    -- There is no apexins.sql in the whole apex folder.
    @apexins password tablespace_apex tablespace_files tablespace_temp images
    -- I get this error when I try to run it:
    SQL> @apexins ********* SYSAUX SYSAUX TEMP /i/
    SP2-0310: unable to open file "apexins.sql"
    SQL>
    Thank you for your time.
    DanielD

    Hello,
    I’ve found these installation instructions from user567567 (APEX 3.0 INSTALL STEPS USING 10g R2 And it looks like providing full path should be sufficient (step 6). However it still does not work:
    SQL> @c:\temp\apex\apexins ********** SYSAUX SYSAUX TEMP /i/
    SP2-0310: unable to open file "c:\temp\apex\apexins.sql"
    SQL>
    Simply, there is nothing with filename like apexins anywhere in my apex directory. (c:\temp\apex)
    Thank you,
    Daniel

  • APEX 3.2 Installation - 500 Internal Server Error

    Hi All,
    I am trying to get APEX 3.2 working on a 10.2.0.5 database, using Embedded PL/SQL Gateway. I have followed the steps from here.
    The installation is successful (no errors in install log). However, when I try to access the APEX admin page (http://host:port/apex/apex_admin) for the first time after installation, I get "500 Internal Server Error".
    Can somebody help me to figure out what is the issue ?
    Following are the details I think are relevant:
    SQL> select * from v$version ;
    BANNER
    Oracle Database 10g Release 10.2.0.5.0 - 64bit Production
    PL/SQL Release 10.2.0.5.0 - Production
    CORE     10.2.0.5.0     Production
    TNS for Linux: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    SQL> set lines 171 pages 999 arrays 151 long 10000
    SQL> select cast(substr(comp_name, 1, 40) as varchar2(40)) as comp_name, version, status from dba_registry ;
    COMP_NAME                     VERSION               STATUS
    Oracle Application Express           3.2.0.00.27               VALID
    Spatial                      10.2.0.5.0               VALID
    Oracle interMedia                10.2.0.5.0               VALID
    OLAP Catalog                     10.2.0.5.0               VALID
    Oracle Enterprise Manager           10.2.0.5.0               VALID
    Oracle XML Database                10.2.0.5.0               VALID
    Oracle Text                     10.2.0.5.0               VALID
    Oracle Expression Filter           10.2.0.5.0               VALID
    Oracle Rules Manager                10.2.0.5.0               VALID
    Oracle Workspace Manager           10.2.0.5.0               VALID
    Oracle Data Mining                10.2.0.5.0               VALID
    Oracle Database Catalog Views           10.2.0.5.0               VALID
    Oracle Database Packages and Types      10.2.0.5.0               VALID
    JServer JAVA Virtual Machine           10.2.0.5.0               VALID
    Oracle XDK                     10.2.0.5.0               VALID
    Oracle Database Java Packages           10.2.0.5.0               VALID
    OLAP Analytic Workspace            10.2.0.5.0               VALID
    Oracle OLAP API                 10.2.0.5.0               VALID
    18 rows selected.
    SQL> select dbms_xdb.gethttpport from dual ;
    GETHTTPPORT
           8080
    SQL> select username, account_status from dba_users ;
    USERNAME                 ACCOUNT_STATUS
    SYS                      OPEN
    SYSTEM                      OPEN
    DBSNMP                      OPEN
    ANONYMOUS                 OPEN
    APEX_PUBLIC_USER            OPEN
    SYSMAN                      EXPIRED
    SCOTT                      EXPIRED
    FLOWS_FILES                 LOCKED
    APEX_030200                 LOCKED
    OUTLN                      EXPIRED & LOCKED
    MGMT_VIEW                 EXPIRED & LOCKED
    MDSYS                      EXPIRED & LOCKED
    ORDSYS                      EXPIRED & LOCKED
    EXFSYS                      EXPIRED & LOCKED
    DMSYS                      EXPIRED & LOCKED
    WMSYS                      EXPIRED & LOCKED
    CTXSYS                      EXPIRED & LOCKED
    XDB                      EXPIRED & LOCKED
    ORDPLUGINS                 EXPIRED & LOCKED
    SI_INFORMTN_SCHEMA            EXPIRED & LOCKED
    OLAPSYS                  EXPIRED & LOCKED
    ORACLE_OCM                 EXPIRED & LOCKED
    TSMSYS                      EXPIRED & LOCKED
    BI                      EXPIRED & LOCKED
    PM                      EXPIRED & LOCKED
    MDDATA                      EXPIRED & LOCKED
    IX                      EXPIRED & LOCKED
    SH                      EXPIRED & LOCKED
    DIP                      EXPIRED & LOCKED
    OE                      EXPIRED & LOCKED
    HR                      EXPIRED & LOCKEDLet me know if any more details are needed.
    Thanks in advance.

    Hi Alberto,
    A revised version of the APEX Listener has been applied to the apex.oracle.com instance, containing a fix for bug 16210026. So you should now be able to carry out your RESTful Services tests successfully. Please note that the updated version of the APEX Listener release, release 2.0.1, is not yet available for download from OTN but hopefully should be soon. Keep an eye on the APEX Listener OTN page: http://www.oracle.com/technetwork/developer-tools/apex-listener/overview/index.html.
    Regards,
    Hilary

  • Apex 3.2 installation in production

    Could anyone explain the pros and cons of installing apex full installation vs. run time for deploying an application in production. Appreciate if any pointers can be provided. Thanks in advance for help.
    cmovva

    Could anyone explain the pros and cons of installing apex full installation vs. run time for deploying an application in production. Appreciate if any pointers can be provided. Thanks in advance for help.
    cmovva

  • SP2-0027: Input is too long error during Apex 4.0 installation

    I have come across an error while installing Apex 4.0.
    The installation reached the point where it gave a SP2-0027 error
    ...PAGE 72: Workspace Schemas
    ...PAGE 73: &PRODUCT_NAME. Workspace Creation
    ...PAGE 74: Page Views By Day Report
    ...PAGE 75: Page Views by Application and Page
    ...PAGE 76: Hourly Usage
    ...PAGE 77: Usage by Application, for selected hour
    ...PAGE 78: Page Performance Dashboard
    ...PAGE 79: Database
    SP2-0027: Input is too long (> 2499 characters) - line ignored
    wwv_flow_api.create_report_region (
    ERROR at line 16:
    ORA-06550: line 16, column 1:
    PLS-00703: multiple instances of named argument in list
    ORA-06550: line 16, column 1:
    PL/SQL: Statement ignored
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Following this, I looked up Apex help, and so checked dba_registry
    C:\apex>C:\oraclexe\app\oracle\product\10.2.0\server\BIN\sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 13 15:40:05 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect sys as sysdba
    Enter password:
    Connected.
    SQL> SELECT STATUS FROM DBA_REGISTRY
    2 WHERE COMP_ID = 'APEX';
    STATUS
    LOADING
    Please help
    Edited by: user4477408 on Jul 19, 2010 3:35 PM
    Edited by: user4477408 on Jul 26, 2010 11:29 AM

    Did you keep any kind of external references to your pages/reports? From what it looks like, one of your report regions exceeds 2500 characters and APEX is having a hard time crunching it. See if you can find that page, then export that page, delete the region, and import the page on it's own later.
    Not sure why it would be such a small area, though. I usually don't have any trouble until I hit 32K characters.

  • Apex 3.0 Installation on 9.2.0.7

    This is probably some minor oversite, but I've tried to install Apex 3.0 on Oracle 9.2.0.7 and am encounter the following message[s]:
    Invalid command 'PlsqlDatabase[Username/Password/ConnectString]', perhaps mis-spelled or defined by a module not included in the server configuration
    During the setup of Apache file I added an include line in httpd.conf for the modplsql/cfg/plsql.conf. I then modified the contents of that file as below:
    # Directives added for mod-plsql
    LoadModule plsql_module /export/home/u01/oracle/product/9.2.0.1/Apache/modplsql/bin/modplsql.so
    # Enable handling of all virtual paths beginning with "/pls" by mod-plsql
    <IfModule mod_plsql.c>
    <Location /pls>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    </Location>
    AddType text/xml xbl
    AddType text/x-component htc
    Alias /i/ "/export/home/u01/oracle/product/9.2.0.1/Apache/Apache/images/"
    <Location /pls/apex>
    SetHandler pls_handler
    Order allow,deny
    Allow from All
    AllowOverride None
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword apexpassword
    PlsqlDatabaseConnectString oracledatabase:1521:wds99
    PlsqlNLSLanguage AMERICAN_AMERICA.US7ASCII # <<we have to use this due to a vendor requirement, has not presented a problem elsewhere
    PlsqlAuthenticationMode Basic
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDefaultPage apex
    PlsqlSessionStateManagement StatelessWithResetPackageState
    </Location>
    </IfModule>
    I can't find any reference to this error anywhere so I'm at a loss as to why modplsql is having a problem with it.
    Thanks in advance,
    Barney

    Resolved this.
    The documentation I was referencing was written for the 10g installation so the <Location...> was an extra step since 9.2 uses wdbsvr.app instead.
    Barney

  • General Apex single standalone installation and packaging question

    Hello,
    Our goal is to create an light weight packaged application and provide to any customers who wants to install and use the tool.
    Can an application with database be built on Apex and created as packaged installable, instead of hosting in any Application , middle and database server. A kind of quick, cost effective and light weight installation? If yes, can you point me to the link or share some examples.
    Thanks,

    997006 wrote:
    Hello,
    Our goal is to create an light weight packaged application and provide to any customers who wants to install and use the tool.
    Can an application with database be built on Apex and created as packaged installable, instead of hosting in any Application , middle and database server. A kind of quick, cost effective and light weight installation? If yes, can you point me to the link or share some examples.
    Thanks,If I understood correctly, you want to build some thing like desktop applications that run on OS directly.
    If that's the case, then I don't think it's possible! APEX run on top of Oracle DB. So users have to first install Oracle DB & then they haveto configure APEX, next they have to use APEX workspace to install your packaged application. I can't think all these setps can be done by non-technical user.
    Regards,
    Hari

  • Help with apex 4.0 installation steps

    i tried to install apex 4.0 running on my laptop with oracle 11g on windows7.
    unfortunately i am stuck at a point it doesnot accept admin password.
    the installation guide listed below is too unstructured and am not sure what all the components it require for apex running?
    if anyone has list of software required and the steps (including pre-requisites) in the PROPER ORDER, PLEASE POST. Appreciate your help
    It will be a quite bit of help. I have spent enough time on this but the document i found below for installation is not good. It is just my opinion.
    http://download.oracle.com/docs/cd/B32472_01/doc/install.300/b32468.pdf
    Edited by: rajugopalli on May 18, 2011 1:02 AM
    Edited by: rajugopalli on May 18, 2011 1:03 AM

    Hi,
    If you like install Apex version 4, it might help and advisable if you read same version documentation.
    http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/toc.htm
    Link you did post is release 3.0 document
    Regards,
    Jari

  • APEX 4.0 Installation Error

    Hello,
    When installing APEX 4.0 on an AIX box, 64 bit processor, I receive an error on the package wwv_flow_gen_api2. The result being that a get a package spec but no body for wwv_flow_gen_api2. I have searched the forums and tried a couple of suggestions offered. So far I have had no luck in getting a clean install. Has anyone else run into this? I don't have access to the install log at the moment. When I can get it I will post a copy to this ticket. Thanks for any and all assistance.
    Bob

    Here is an excerpt from the install log where the error occurs.
    Bob
    IV.   I N S T A L L   O R A C L E   A P E X   P A C K A G E   B O D I E S
    +...wwv_dbms_sql+
    No errors.
    +...wwv_meta_cleanup+
    No errors.
    +...wwv_flow_sw_parser+
    No errors.
    +...calendar.plb+
    No errors.
    +...chart.plb+
    No errors.
    wwv_render_report3.plb
    No errors.
    +...wwv_flow_page_cache_api+
    No errors.
    wwv_flow_render_query.plb
    No errors.
    +...wwv_flow_api+
    No errors.
    +...wwv_flow_gen_api+
    ERROR:
    ORA-03114: not connected to ORACLE
    Warning: Package Body created with compilation errors.
    Any thoughts?

  • Apex 2.2 installation help. Urgent

    Hello world
    Okie, the task at hand is like this :
    I have my oracle 10g up and running on machine A. I have my oracle HTTP server running on machine B. Now I want to be able to install apex (preferably on machine B), so that it can access my schema on machine A.
    Any suggestions?
    Regards
    Shantanu Dhanuka

    I am have read this wrong, but I am thinking all you need to do is configure the web server with the necessary components like mod_plsql needed to host an apex session and then point the DAD connection information at the database server.
    We have numerous APEX applications that run on database servers around the company but most are accessed via a single web server with multiple DAD connectors.
    If the web server is an oracle apache web server, everything you need is already there.
    You will have to check the docs and forums for exactly what you need, we either use 10gAS or the companion CD HTTP server so the web server is normally easy to configure.

Maybe you are looking for

  • Is there a way to create a CSS image gallery with caption?

    Hi everyone, Ive been using the disjoint rollover, but I only have one thing that I want to add to it-a caption right underneath an image. Besides using that Project Seven plug-in, is there a way to create an image gallery without using layers? Or is

  • View Log Function on Palm TX opens in Windows Media Player, instead of a new window.

    hi, when i clicked on "view log" after a hot sync operation a few hours ago, it brought up windows media player which, of course, could not display it. this is the first occurrence. i am using a palm tx with desktop version 4.2 and a hot sync version

  • SOAP:1,007 SRT: Unsupported xstream found: ("HTTP Code 404  : Not Found")

    Dear expert,         When i run sap call .net web service ,it occurs error: SOAP:1,008 SRT: Couldn't create Object: ("ICF Error when creating object for HTTP DESTINATION "tempuri.org": DESTINATION NOT FOUND") Exception of class CX_AI_SYSTEM_FAULT Cou

  • Discoverer Date Parameters

    Hi, How can i perform for user date parameters to get the result of From Date To Date (2007) Sales , From To Date(2006) It is required in view that having sales of 2 Years 2006,2007 and the user need to compare sales of period in 2007 with same perio

  • How to remove last char in a string by space

    I have to implement backspace application(remove a last char in a string , when we pressed a button). for ex: I enter the no 1234 instead of 1236 So when i press a button on the JWindow... it should display 123 so that i can enter 6 now. I tried to d