Apex 3.1.2 Installation

Hi All
I´m trying to install but I getting some problems.
In this version 3.1.2 must I really create the apex tablespace before run the apexins.sql ?
I run but got the error: Tablespace "TS_APEX" not exists, but I read that it isn´t necessary, the script will create automatically.
Thanks any help.
( WinServer 2003 sp2 on Oracle 9.2.0.8.0 ).

Hello,
Fresh from the documentation:
Full development environment. Run apexins.sql passing the following four arguments in the order shown:
@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/So there is no statement that creation of the tablespace shouldn't be necessary. If you look inside the scripts (coreins.sql) you'll find a 'create user...default tablespace <tablespace>.
So you have to create one prior to running the installation.
Greetings,
Roel
http://roelhartman.blogspot.com/
http://www.bloggingaboutoracle.org/
http://www.logica.com/
You can award this reply to your question by marking it as either Helpful or Correct ;-)

Similar Messages

  • APEX 3.0.1 installation on Vista

    Dear Forum,
    I needed to work up an installation document for a tech support guy doing 12 installations for an APEX class I'm teaching. After many hours and many wrong turns, I finally got it to work. Thought I would provide it to the forum to help out others. I found many hints here that helped me. Beats the docs, that's for sure.
    Warren
    APEX 3.0.1 Installation Steps for Vista
    1.For downloads, go to http://oracle.com/technology. Get yourself and account and then go to database downloads
    2.Download the latest 10g release 2database file you can – 10.2.0.3 for Vista. Make sure you get the Standard Edition/Enterprise Edition, not the Express Edition. Unzip the files and start the installation via setup.exe in disk1. Install the Enterprise Edition, otherwise accept all the defaults. Call the database ORCL. Set the password for all users to be the same – oracle.
    3.Download the latest 10g companion CD file you can – 10.2.0.3 for Vista. It will go into a different ORACLE_HOME, just accept the defaults. Install the Apache server from the Companion diskette by choosing the third option – Companion Products and then Apache Standalone.
    4.Download and unzip the apex3.0.1.zip file into a directory called c:\apex_3.0.1. You can find the download link on the APEX home page - http://www.oracle.com/technology/products/database/application_express/index.html.
    5.Put an icon for SQL*Plus on your desktop. Right-click on it, go to properties and set its START IN directory to c:\apex_3.0.1\apex.
    6.Log in to SQL*Plus by typing /nolog in the username and clicking on OK.
    7.You should be at a SQL*Plus prompt. Type: CONNECT SYS/ORACLE AS SYSDBA and hit return. Should say CONNECTED.
    8.Confirm that the PL/SQL gateway is 10.1.2.0.6 (run this query: select owa_util.get_version from dual;). If not the correct version, run the owainst.sql script in the owa subdirectory in apex zip files by entering @c:\apex_3.0.1\apex\owa\owainst at the SQL prompt.
    9.Then run apexins.sql by entering @apexins oracle SYSAUX SYSAUX temp /i/ at the SQL prompt. This one will take a while.
    10.Copy the images directory from the apex unzip location to the ORACLE_HOME/Apache/Apache directory. This is the ORACLE_HOME for Apache HTTP Server, not for the database installation.
    11.Find the dads.conf file and bring it up in an editor. Should be located in the Apache server’s ORACLE_HOME/Apache/modplsql/conf directory.
    12.Add the following piece of code at the end of the dads.conf file (just copy and paste from here).
    Alias /i/ "C:\oracle\product\10.2.0\cp\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 your_machine_name.com:1521:orcl
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword oracle
    Allow from all
    </Location>
    Make sure the path for the images is correct and get that / at the end.
    Substitute your machine name for your_machine_name.com. The port of 1521 should be OK and the database name should match the installation – ORCL.
    The password should be OK from your database installation as well.
    13.Start the http server from Program – etc.. Test that it is working by going to http://your_machine_name:7777. You should see the HTTP Server home page.
    14.Start APEX administration – http://your_machine_name:7777/pls/apex/apex_admin. Your username is ADMIN and your password is oracle.

    Joel,
    I think that is exactly the problem. When I am am trying to do an installation, I need an end-to-end discussion of the task for the OS and version I am installing on. In looking through the forum, you can see many examples of people trying to configure an embedded PL/SQL gateway on 10g, editing httpd.conf, dads,conf or marvel.conf for the wrong version. I realize their may be a dozen or more scenarios, but the most common (like installing the entire bit on a network disconnected Windows laptop) should be covered end-to-end.
    In addition the scenario of installing a 10g HTTP server from the companion CD is not covered.
    Finally, it is completely unclear that the little "/" is needed at the end when defining the /i/ alias. Looks like just part of a UNIX file convention. No Windows example.
    Warren

  • Apex 3.1.2 installation on Oracle 10g Standard Edition (10gSE)

    Hi..We're trying to install apex 3.1.2 on 10gSE (No application server 10gAS is available but just the database).
    Can it be installed with the embedded plsql gateway (EPG) option?
    or
    Oracle HTTP Server mod_plsql option?
    Currently there's Apache webserver already running on the box with PHP applications running. Want to make sure that apex/http-server install will not corrupt the existing environment.
    Please provide any pointers/references. IF YOU CAN OFFER PHONE SUPPORT FOR 1-2 HOURS, YOUR TIME IS Sincerely APPRECIATED. PLEASE EMAIL: [email protected] For Direct contact. Also, I may need help to solve some apex screen issues.
    * Removing the tagging with $ compensation on the post..Apex Community as in the past has been extremely helpful in solving many great apex challenges. Thanks for the continued support. *
    Edited by: Shravanv on Feb 18, 2010 12:09 PM
    Edited by: Shravanv on Feb 18, 2010 4:11 PM

    1- Here is what I mean, the oracle website is showing Web Logic in the download page of oracle application server:
    http://www.oracle.com/technology/software/products/ias/index.html
    Is there a separate download link for Oracle Application Server, if it's different from the web logic server?
    2- I Installed HTML_DB which is found in the Oracle 10g companion CD, I think I installed the HTTP Server with it, but now I want to install APEX 3.1.2 which I downloaded separately, if I uninstalled the HTML_DB using Oracle Universal Installer, will it remove the HTTP Server as well? since it lists the HTML_DB only as being installed without listing the HTTP Server separetly.
    Thanks.

  • APEX 3.1.2 Installation Problem

    I am using Oracle 11G with inbuilt APEX 3.0. Recently i downloaded APEX 3.1.2 & try to install but whenever i execute the apexins.sql with parameter SYSAUX SYSAUX TEMP /i/script from sqlplus with sys user name after show the starting installation message & then automatically close the whole sqlplus window.
    Please help to install APEX 3.1.2

    Look at the log file that the installation script generates to see where your upgrade is failing. You should have a log file for each time you ran the apexins.sql script and it failed. Drop the user FLOWS_030100 (DROP user flows_030100 cascade;) before trying to re-run the apexins.sql script. The installation guide explains this.
    Hope this helps,
    Dan

  • Trouble accessing APEX 3.1 after installation

    I competed all the steps in the installation.
    I have Oracle Standard Edition on my laptop that's running Windows Vista Business.
    When I try and access the site with http://localhost:8080/apex I am using "admin" for the username and the password I created for admin.
    When I go to the site, there is window that pops up for the username an password. It doesn't actually go to the site.
    I enter the login info, but the pop-up window stays the same. Then I enter it again 2 more times and the page displays as "Unauthorized."
    Any suggestions?

    The database into which you installed Apex is required to be open and available during the installation process. The listener may or may not have to be shutdown.
    What were the 'checks' and 'configuration' scripts you ran to configure the Oracle HTTP server ? Do they match the steps detailed in section 4.5.2 at
    http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/db_install.htm#insertedID5
    Varad

  • APEX 4.0.1 Installation error (WWV_FLOW_4000_UI invalid)

    Hi All,
    I'm upgrade my APEX from 3.2 to 4.0.1(Oracle 10.2.3 on Solaris, DB character, US7ASCII, I downlad the APEX english version); during the installation scripts, There are some errors regarding package(WWV_FLOW_4000_UI):
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY WWV_FLOW_4000_UI:
    LINE/COL ERROR
    1138/22 PL/SQL: SQL Statement ignored
    1139/16 PL/SQL: ORA-00942: table or view does not exist
    1143/9 PL/SQL: Statement ignored
    1146/29 PLS-00364: loop index variable 'L_VERSION' use is invalid
    Any one have seen this?
    Thanks
    Mike
    Edited by: user482029 on Oct 13, 2010 1:13 PM

    ok thanks it worked also.
    I use apex listener, and can go to http://localhost:8888/em
    and follow the step on PDF "Oracle Application Express Listener Version 1.0 June 2010" , all no error
    but now next problem can't go to http://localhost:8888/apex/ListenerConfigure
    can anybody help ??

  • APEX 4.0.1 installation requirements

    Hi guys,
    the installation requirements document states that a minimum release of 10.2.0.3 is required. What does that mean exactly with regard to the compatibility parameter?
    When I run this script:
    PROMPT ***
    PROMPT *** Minimum Oracle Version for APEX:
    PROMPT ***   APEX 1.x-3.2: >= 9.2.0.3 and Oracle XE
    PROMPT ***   APEX 4.x: >= 10.2.0.3 and Oracle XE
    PROMPT ***
    DECLARE
       l_version         VARCHAR2 (100);
       l_compatibility   VARCHAR2 (100);
    BEGIN
       DBMS_UTILITY.db_version (VERSION            => l_version,
                                COMPATIBILITY      => l_compatibility
       DBMS_OUTPUT.put_line (   'Version: '
                             || l_version
                             || '  Compatibility: '
                             || l_compatibility
    END;
    PROMPT ***
    PROMPT *** v$version
    PROMPT ***
    column banner format A100;
    SELECT banner
      FROM v$version;I get the following result:
    *** Minimum Oracle Version for APEX:
    ***   APEX 1.x-3.2: >= 9.2.0.3 and Oracle XE
    ***   APEX 4.x: >= 10.2.0.3 and Oracle XE
    Version: 10.2.0.4.0  Compatibility: 10.2.0.1.0
    PL/SQL-Prozedur erfolgreich abgeschlossen.
    *** v$version
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE     10.2.0.4.0     Production
    TNS for Solaris: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - ProductionDo I fulfill the requirements or not ?
    Cheers,
    Dietmar.

    Hi Dietmar,
    Yes - you fulfill the requirements. In a true 10.2.0.1 DB environment (not XE), you would not even be able to install APEX 4.0.1.
    The primary requirement for database version 10.2.0.3 is the change made to SYS.DBMS_SYS_SQL.PARSE, where the ability to observe database roles was added. I highly doubt this feature would be disabled by setting compatible to 10.2.0.1.
    Joel

  • Is this a bug in APEX 3.0.1 Installation  RAC database with RAW device???

    Hello,
    I am getting the following error when I try to complete approval process.
    ORA-20001: Unable to create tablespace. ORA-01
    119: error in creating database file '//./FLOW_1.dbf' ORA-27040: skgfrcre: creat
    e error, unable to create file OSD-04002: unable to open file O/S-Error: (OS 2)
    The system cannot find the file specified.
    I checked the alert log for error here is the error in the alert log file.
    ORA-1119 signalled during: CREATE TABLESPACE FLOW_1 DATAFILE '//./FLOW_1.dbf'..
    and i found the syntax for create tablespace was wrong.
    To create a tablespace in RAC with RAW device environment under windows.
    it should have forward black slash instead of backward slash "/" without .dbf extension.
    so, I changed the syntax i was able to create tablespace through sqlplus.
    When APEX tool try to create this tablespace it throws this error..
    Old: CREATE TABLESPACE FLOW_1 DATAFILE
    '\\.\FLOW_1.dbf' SIZE 10304 K REUSE AUTOEXTEND OFF
    EXTENT MANAGEMENT LOCAL AUTOALLOCATE SEGMENT SPACE MANAGEMENT AUTO
    error : ORA-01119: error in creating database file '\\.\FLOW_1.dbf'
    New:
    CREATE TABLESPACE FLOW_1 DATAFILE
    '\\.\FLOW_1' SIZE 10304 K REUSE AUTOEXTEND OFF
    EXTENT MANAGEMENT LOCAL AUTOALLOCATE SEGMENT SPACE MANAGEMENT AUTO
    Tablespace created.
    Is it a bug in APEX 3.0.1.??
    Is anyone installed APEX in RAC ??
    James

    Hi,
    One observation, Apex is switching the Session ID after one got killed ? I was working on Apex page with browse Item to test open cursor count,
    after killing the SID (227) on which the open cursor count was getting increase, it APEX automatically switches to new SID(149) for that session.
    Now the problem is even if I have two SID's and one hits the maximum open cursor count, It is not switching to other SID instead the whole application becomes unavailable.
    STATNAME SID VALUE USER
    opened cursors current 20 14 APEX_PUBLIC_USER
    opened cursors current 149 74 APEX_PUBLIC_USER
    opened cursors current 194 71 APEX_PUBLIC_USER
    opened cursors current 211 5 APEX_PUBLIC_USER
    opened cursors current 227 325 APEX_PUBLIC_USER Killed
    opened cursors current 244 15 APEX_PUBLIC_USER
    opened cursors current 20 14 APEX_PUBLIC_USER
    opened cursors current 149 76 APEX_PUBLIC_USER
    opened cursors current 194 71 APEX_PUBLIC_USER
    opened cursors current 211 5 APEX_PUBLIC_USER
    opened cursors current 244 15 APEX_PUBLIC_USER
    Please kindly help in this.
    Thanks in Advance
    Thanks & Regards
    Sanjay
    Edited by: user11204334 on Dec 8, 2010 1:02 AM

  • Problem in Loading apex images during the installation

    This is the state now......
    SQL> @apxldimg D:\apex
    PL/SQL procedure successfully completed.
    old   1: create directory APEX_IMAGES as '&1/apex/images'
    new   1: create directory APEX_IMAGES as 'D:\apex/apex/images'
    Directory created.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    declare
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [kzxcInitLoadLocal-7], [64131],
    [ORA-64131: XMLIndex Metadata: failure during the looking up of the dictionary
    ORA-30966: error detected in the XML Index layer
    ORA-31011: XML parsing failed
    ORA-06512: at "XDB.DBMS_XDB", line 437
    ORA-06512: at line 39
    Commit complete.
    timing for: Load Images
    Elapsed: 00:01:49.69
    Directory dropped.
    SQL>
    anyone can help meee ?????

    Hi!
    Even not knowing which platform you are working on, first off try to create a file in the directory you are unpacking to. (create an empty textfile in windows or "touch test" when using unix). If this works, you need to check if your user got permissions to overwrite/delete the files in the kernel directory.
    If touch fails then you need to adjust the permissions of the directory itself you are working in.
    Also make sure the files are not in use.
    Regards
    Edited by: Christian Kaunzner on Dec 2, 2008 12:27 PM

  • APEX not working with SSO

    I am trying to setup APEX 3.1 (fresh installation not upgrade) to work with SSO on Linux.
    APEX and AP infrastructure are installed on separate servers and APEX is working with mid tier HTTP server.
    I have followed the steps below and I don’t get any error messages at all but when I finally point the browser to an application I get an error:
    ERR-7620 Could not determine workspace for application
    Expecting p_company or wwv_flow_company cookie to contain security group id
    I would appreciate any help
    Regards,
    Anna
    alter user flows_030100 identified by xxxx;
    alter user flows_030100 account unlock;
    Loaded SSO SDK into the flows_030100 schema @APEX_DB
    Registered ApEx as a partner application, supplied values:
    HOME URL : http://serverABC.ypgstaging.local:7777/pls/apex
    Success URL : http://serverABC.ypgstaging.local:7777/pls/apex/wwv_flow_custom_auth_sso.process_success
    Log Out URL : http://serverABC.ypgstaging.local:7777/pls/apex/apex
    Application Name APEX
    As flows_040100@APEX_DB:
    SQL> @regapp.sql
    Partner Application Configuration
    Enter value for listener_token: apex:serverABC.ypg.local:7777
    Enter value for site_id: 6F20F2EF
    Enter value for site_token: W201QS2F6F20F2EF
    Enter value for login_url: http://serverABC.ypg.local:7777/pls/orasso/orasso.wwsso_app_admin.ls_login
    Enter value for encryption_key: 3F7CD0E25D17A170
    Enter value for ip_check: N
    Registration successful.
    Listener token: apex:serverABC.ypg.local:7777
    Site id : 6F20F2EF
    Site token : W201QS2F6F20F2EF
    Encryption key: 3F7CD0E25D17A170
    Login URL :
    http://serverABC.ypg.local:7777/pls/orasso/orasso.wwsso_app_admin.ls_login
    Logout URL :
    http://serverABC.ypg.local:7777/pls/orasso/orasso.wwsso_app_admin.ls_logout
    IP check : N
    PL/SQL procedure successfully completed.
    Commit complete.
    No errors.
    SQL> select * from wwsec_enabler_config_info$;
    LSNR_TOKEN
    SITE_TOKEN
    SITE_ID
    LS_LOGIN_URL
    URLCOOKIE_VERSION
    ENCRYPTION_KEY
    ENCRYPTION_MASK_PRE
    ENCRYPTION_MASK_POST
    U
    apex:serverABC.ypg.local:7777
    W201QS2F6F20F2EF
    6F20F2EF
    http://serverABC.ypg.local:7777/pls/orasso/orasso.wwsso_app_admin.ls_login
    v1.2
    3F7CD0E25D17A170
    C70C4A8B5227430F37EA0903E8A7C7BC
    35B1659E7B2E5FB7BF1C0381B44E1FF9
    N
    Then on APEX_DB server I ran the following:
    [oracle@ATC1SDBYM01 core]$ sqlplus
    Enter user-name: / as sysdba
    SQL> alter session set current_schema=flows_030100;
    Session altered.
    SQL> @custom_auth_sso_902.sql
    ...wwv_flow_custom_auth_sso
    Package created.
    No errors.
    SQL> @custom_auth_sso_902.plb
    ...wwv_flow_custom_auth_sso
    Package body created.
    No errors.
    SQL> grant execute on wwv_flow_custom_auth_sso to public;
    Grant succeeded.
    alter user flows_030100 identified by values ‘xxx’;
    alter user flows_030100 account lock;
    Here is a test application URL:
    http:/serverABC.ypgstaging.local:7778/pls/apex/f?p=F101::&c=yellowmart
    The application authentication schema is set to SSO.

    Scott
    I have restarted AS and rerun the regapp script successfully. I have noticed I entered the wrong domain name while registering it first time and I have corrected the error this time.
    SQL> select * from wwsec_enabler_config_info$;
    LSNR_TOKEN
    SITE_TOKEN
    SITE_ID
    LS_LOGIN_URL
    URLCOOKIE_VERSION
    ENCRYPTION_KEY
    ENCRYPTION_MASK_PRE
    ENCRYPTION_MASK_POST
    U
    HTML_DB:serverABC.ypgstaging.local:7777
    W201QS2F6F20F2EF
    6F20F2EF
    http://serverABC.ypgstaging.local:7777/pls/orasso/orasso.wwsso_app_admin.ls_lo
    gin
    v1.2
    3F7CD0E25D17A170
    C70C4A8B5227430F37EA0903E8A7C7BC
    35B1659E7B2E5FB7BF1C0381B44E1FF9
    N
    However I still get the same error message in my browser when I point it to the application.
    Regards,
    Anna

  • Apex listener images folder issue

    Hi expert,
    I'm newbies in oracle apex listener and would like to know more about oracle apex listener from all the expertise.
    My situation is like that i would like to install apex listener (standalone mode) in a server to browser apex application from another server with oracle database 11g and oracle apex development.
    My installation step as below;
    1. I copy images folder from database server apex\images folder to apex listener installation folder before i install apex listener (called "apexlistener").
    2. Run cmd "java -Dapex.home=c:\apexlistener -Dapex.images=c:\apexlistener\images -Dapex.port=8585 -Dapex.erase -jar c:\apexlistener\apex.war" to install apex listener.
    Just a question, if i amended oracle apex application in database server, should i need to copy the images folder again to apex listener server?
    What is the main source in images folder used in oracle apex listener server?
    My experience is i tried to copy images folder from database server A with apex application (in runtime mode) to apexlistener folder server B. And i configure the database connection to server c with same oracle apex application as well. I tried to browser oracle apex application in server c from server B. I found out my apex application is not running properly due to the javascript is not installed properly. I would like to ask, is the images files in apex listener server must same with apex application server?
    Anyone have idea on automatically start apex listener when the server reboots?
    How to run apex listener in backend?
    Hope can get some idea and solution from all the expertise!
    Thanks in advance!
    Best regards,
    Apex Junior

    Hi,
    Too many questions, and too little input, for one post.
    I'm newbies in oracle apex listener and would like to know more about oracle apex listener from all the expertise.My situation is like that i would like to install apex listener (standalone mode) in a server to browser apex application from another server with oracle database 11g and oracle apex development.
    My installation step as below;
    1. I copy images folder from database server apex\images folder to apex listener installation folder before i install apex listener (called "apexlistener").
    2. Run cmd "java -Dapex.home=c:\apexlistener -Dapex.images=c:\apexlistener\images -Dapex.port=8585 -Dapex.erase -jar c:\apexlistener\apex.war" to install apex listener.
    Just a question, if i amended oracle apex application in database server, should i need to copy the images folder again to apex listener server?
    >
    The images folder has a relation with the Apex Version installed on the database, not with the applications in the Apex.
    Depends on what you mean by amending applications. If you add custom CSS, JS ,etc to the application , and are not uploading the files to WORKSPACE_IMAGES, then you need to copy the external files to the images folder. But not copy it all over again.
    If no custom files then no need to copy the images folder.
    >
    What is the main source in images folder used in oracle apex listener server?
    >
    The images folder, what else?
    >
    My experience is i tried to copy images folder from database server A with apex application (in runtime mode) to apexlistener folder server B. And i configure the database connection to server c with same oracle apex application as well. I tried to browser oracle apex application in server c from server B. I found out my apex application is not running properly due to the javascript is not installed properly. I would like to ask, is the images files in apex listener server must same with apex application server?
    >
    As stated earlier, the contents of the images (/i/) folder are related to the Apex Version. If your two db servers have different versions of Apex then the same images folder will not work with both. It will work with only one, the one that has the Apex Version compatible with the images folder.
    >
    Anyone have idea on automatically start apex listener when the server reboots?
    >
    How to suggest without knowing OS?
    You can write a batch file that runs on bootup to achieve this.
    >
    How to run apex listener in backend?
    >
    What is backend? Do you means background or as a service?
    Cheers,

  • Create workspace in Oracle 11g + APEX 2.2 fails

    Anybody come across this one?
    I have Oracle 11g database installed where I have removed APEX 3.0 and downgraded to APEX 2.2 (due to my clients not having upgraded yet).
    I'm using the embedded PL/SQL gateway in the Oracle XML DB HTTP server.
    Navigating to APEX login page and logging in as ADMIN is OK but when I want to create a new workspace (based on existing schema) it returns following error:-
    ORA-20001: Request 824807541251920 could not be processed. -20001 ORA-20001: Unable to grant initial privs. ORA-20001: Error with: GRANT CREATE JOB TO "IPP" ORA-01031: insufficient privileges
    I followed the post-installation steps that came with the installation guide of 11g but they really apply to APEX 3.0. Should I not have done that and instead followed the APEX 2.2 post-installation steps? Those are not clear however on configuring the embedded HTTP server.

    SOLVED.
    All I needed to do was log in as system and:-
    GRANT CREATE JOB TO FLOWS_020200 WITH ADMIN OPTION
    Not sure why it was missing though.

  • Oracle bi publisher installation challenge

    Hello All;
    I am using a vista business sp2 machine and have installed oracle 10g xe and apex 4.0.1
    I need to install oracle bi publisher 10.1.3.41 to enable reporting on apex. However, the installation crashes when I attempt this. The OUI does not even display, just cmd window which says preparing to launch oracle universal installer, then a microsoft windows dialog that says setup.exe has stopped working and windows will close program and notify when a solution is available.
    Can anyone help urgently? Any assistance welcome.
    Benedict.

    Sine this seems to be a BI PUBLISHER related question and not an APEX specific question, could you please post this to the BI PUBLISHER support forum??
    Thank you,
    Tony Miller
    Webster, TX
    Never argue with an idiot. They drag you down to their level, then beat you with experience.

  • Installing apex

    hi
    i have oracle 10g R2 and apex 3.1.2
    i want to install apex
    what should i do ?
    Thanks

    hi,
    select Oracle 10g XE depending on what kind of OS u have, from the below link.......
    http://www.oracle.com/technology/software/products/database/xe/index.html
    and than you can go through below steps for Oracle APEX 3.1.2 installation on your Oracle 10g XE, they are:-
    1. cd apex\apex3.1.2\apex
    2. sqlplus / as sysdba
    3. CREATE TABLESPACE APEX DATAFILE ‘C:\ORACLEXE\ORADATA\XE\APEX.DBF’
    SIZE 500M     
    EXTENT MANAGEMENT LOCAL
    SEGMENT SPACE MANAGEMENT AUTO;
    4. CREATE TABLESPACE APEX_FILES DATAFILE ‘C:\ORACLEXE\ORADATA\XE\APEX_FILES.DBF’
    SIZE 100M
    EXTENT MANAGEMENT LOCAL
    SEGMENT SPACE MANAGEMENT AUTO;
    5. @apexins APEX APEX_FILES temp /i/
    6. sqlplus / as sysdba
    7. @apxrtins APEX APEX_FILES temp /i/
    8. sqlplus / as sysdba
    9. @apxchpwd
    10. htmldb
    11. @apxldimg.sql c:\apex\apex_3.1.2
    12. exit
    13. cd utilities
    14. sqlplus / as sysdba
    15. @reset_image_prefix.sql
    16. press ENTER
    IN WEB BROWSER
    http://127.0.0.1:8080/apex
    ws : internal
    un : admin
    pw : htmldb
    ASKS TO CHANGE THE PASSWORD
    Enter old and new password
    let me knw if u need anything else than...
    thxs
    regards,
    gk

  • Error while running DBMS_NETWORK_ACL_ADMIN

    Hi,
    I am completely new to APEX and trying out myself.
    While Apex 4.2.1 installation, and configuring Embedded PL/SQL Gateway.
    Topic: To grant connect privileges to any host for the APEX_040100 database user
    getting error while running DBMS_NETWORK_ACL_ADMIN (as per example given in installation doc)
    ERROR at line 1:
    ORA-44416: Invalid ACL: Unresolved principal 'APEX_040100'
    ORA-06512: at "SYS.DBMS_NETWORK_ACL_ADMIN", line 252
    ORA-06512: at line 29
    ORA-01403: no data found
    Completely stuck and not able to proceed further....
    OS: WinXP professional,
    DB: Oracle Database 11g Express Edition Release 11.2.0.2.0
    Thanks,
    -Anand

    Having multiple APEX_0% users suggests your database has originally started with APEX 4.0 and has been upgraded as subsequent versions are released (4.1.x, 4.2.x).
    These accounts should be removed, as per the installation guide.
    http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/otn_install.htm#CBHBABCC
    Your current APEX owner would be APEX_040200, and you should be reading documentation pertinent to your APEX version.
    Scott
    blog: [url grassroots-oracle.com]grassroots-oracle.com
    twitter: [url twitter.com/swesley_perth]@swesley_perth
    -- please mark any useful posts as helpful or correct, in the end it helps us all

Maybe you are looking for

  • Pre-Mavericks to Post-Mavericks iPhoto backup Restoring Issues

    A few months ago, I wiped my hard drive on my 2009 Macbook and installed Mavericks.  Now I cannot restore my iPhoto library from the pre-mavericks time machine backup.  Is there a workaround or have i just lost several years of photos? 

  • Keep getting an HP update for 10.6.8 and I'm on Lion. How do I stop this?

    My MacBook Pro came with OS Lion installed, but almost every day, I get a notification to download and update for the previous OS for my HP printer. How do I stop this from trying to install on mt system?

  • Urgent help needed to setup Forms 6i Server on Windows Server 2003

    Hello, I am trying to install Forms 6i Server from the Forms/Reports 6i Release 2 CD onto a server with Windows Server 2003 Standard Editon (services pack 1) installed. The Oracle Installer produced the following error when I tried to install the For

  • Idoc and status (68)

    Hello all, My customer gets sometimes inbound messages with status 51 that can't be processed automatically (with BD87 or other). For a few kinds of messages, my customer corrects the problem manually in the target business document => The relevant i

  • Found AU iPhone in Hawaii No Contact Information

    Phone is stuck on activation screen with a blank email I cant see the full email address. Want to return iPhone to owner but have no way to contact them no sim card in the device AU Japan wont help apple wont help HPD wont either if u guys know of an