APEX image syntax

We have successfully placed text in the LOGO area of the APPLICATION | DEFINITION. We have imported a logo into APEX. But, when we try to define and image it will not show up for all users.
The image appears to need to be served as a html image, but where is the syntax for calling it? Even if I put the image in the image folder of the template that we are using if I don't have the code to call the image (ie: <img src='...'>), then it isn't served to users.
What are we missing??
Thanks,
Brad

Hello Brad,
If you upload an image (Shared Cpmonents>Images) you can reference it in the Logo propery as : #APP_IMAGES#logo.gif (or #WORKSPACE_IMAGES#logo.gif if you choose 'No Application Associated').
But you mentioned it will not show up for all users. Does that mean it shows up for some users and for others it does not?
Greetings,
Roel
http://roelhartman.blogspot.com/
You can reward this reply by marking it as either Helpful or Correct ;-)

Similar Messages

  • 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

  • Create .war with APEX images

    I have problems with the deployment of the created i.war with the APEX images.
    I create i.war according the listener guide:
    jar –cvf0 <temp directory>\i.war –C <apex directory>\images .
    When I deploy this file in a OC4J standalone environment then it gives me an error message: unknown format.
    Do I need to use a web.xml and/or application.xml and what should be the contents?

    Hi, can you help me? I Also would like to use OAS to control the APEX, in the same way that today it is controlling all systems that we have already developed using Forms/Reports.
    My OAS was configured different from the default. I have two FARMS in OAServer Console. The first one is INFRA and the second one is FORMS.
    I have already tried to install the APEX in this environment with Oracle Support Help (MyOracleSupoort), but they don't give suggestions different from the ones that they considered as 'standards':
    Standalone, configurating a private https or apexlistener. In other words, they don't accept the use o OAS to also control APEX. But as we now, it is a Apache server...
    I would like to create another Entrance, besides the ones that I already have (Infra and Forms). Thus I would have INFRA, FORMS and APEX.
    Of course, to the APEX area I also have to configure everything to be accessed in Intranet and/or Internet.
    Do you have any document that explain how to proceed? Can you help me???

  • Apex image folder

    Hello,
    We have 2 development teams, both develop in apex 2.2. One team is willing to upgrade apex to 4.1.1 version, and the other wish to stay in the 2.2. both of the teams use the same fusion middleware infrastructure.
    Is it possible to saperate the image folder between the two teams? In a way that apex will work on the same server for both of the teams, only with differenet image folder?

    te**** wrote:
    Hi, just to be sure - You mean to do the following thing in my dads.conf file:
    Alias /i/ "D:\Oracle\product\10.2.0\db3\Apache\Apache\images"
    Alias /au/ "D:\Oracle\product\10.2.0\db3\Apache\Apache\images2"Replace above with
    Alias /i/ "D:\Oracle\product\10.2.0\db3\Apache\Apache\images\"
    Alias /au/ "D:\Oracle\product\10.2.0\db3\Apache\Apache\images2\"
    AddType text/xml xbl
    AddType text/x-component htcReplace <Location /pls/2.2> with <Location /pls/apex22>
    <Location /pls/2.2>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString dell1720:1521:10g ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword parsingschemapasswd
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>
    For Apex4.1 put this and replace dell1720:1521:10g with DB where 4.1 was installed
    and add another location to your dad.conf
    <Location /pls/apex41>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure      wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString  dell1720:1521:10g ServiceNameFormat
    PlsqlNLSLanguage            AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode     Basic
    SetHandler                  pls_handler
    PlsqlDocumentTablename      wwv_flow_file_objects$
    PlsqlDatabaseUsername       APEX_PUBLIC_USER
    PlsqlDefaultPage            apex
    PlsqlDatabasePassword       parsingschemapasswd
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>Finally you access 2.2 with http://<hostname:port>/pls/apex22 and http://<hostname:port>/pls/apex41.
    You can even make this url more generic by writing Apache rewrite rule.
    Thanks,
    Mehabub
    Edited by: Mehabub Sheikh on Sep 12, 2012 9:19 AM
    Edited by: Mehabub Sheikh on Sep 12, 2012 9:21 AM

  • Where are APEX images retrieved from in an n-tiered environmen?

    Oracle XE DB 11gR2
    Oracle APEX 4.1.1
    Glassfish 3.1.2
    Red Hat Linux 5.8
    ===========
    I notice when using Glassfish as part of my APEX environment I am required to copy the images to an /i directory on the Glassfish server under the Glassfish domain.
    The question arises --> When APEX needs to render an image, is the image retrieved from the database/database server or from the Glassfish web server?
    Thank you.

    >
    Please update your forum profile with a real handle instead of "user601798".
    Oracle XE DB 11gR2
    Oracle APEX 4.1.1
    Glassfish 3.1.2
    Red Hat Linux 5.8
    ===========
    I notice when using Glassfish as part of my APEX environment I am required to copy the images to an /i directory on the Glassfish server under the Glassfish domain.
    The question arises --> When APEX needs to render an image, is the image retrieved from the database/database server or from the Glassfish web server?The answer (as usual) is "It depends".
    If you're using Glassfish and the APEX Listener (or OHS) then images referenced using <tt>/i/</tt> / <tt>#IMAGE_PREFIX#</tt> are stored on and retrieved from the web server file system. If using EPG then they're stored on and retrieved from the database using the XMLDB repository.
    If the image is referenced using <tt>#WORKSPACE_IMAGES#</tt>, <tt>#APP_IMAGES#</tt>, or declarative BLOBs then they're stored on and retrieved from the database.

  • When using APEX.jQuery() - Syntax...?

    Hi,
    I have migrated to Apex 4.02 and had an old jQuery Version running on 3.2.
    Now I have learned that I can use the build in jQuery Libs which load not all UI functionality but additional UI components can be loaded from the APEX - Lib.
    I have read that APEX renamed its jQuery implementation to APEX.jQuery().
    I have thrown away my old jQuery Libs ( only the standard APEX jQuery Libs are loaded ), but my jQuery invokes are still working with $().
    So when do I have to use the syntax APEX.jQuery() and why is $() still working...?
    Thanks, Juergen

    Hi,
    I also want to add my 2 cents. See it as recommendation from the APEX development team. :-)
    So the question is, when to use jQuery/$ and when to use apex.jQuery? Actually it depends where you use it!
    That might at first hand be confusing, especially because as some of you already know, as long as you don't include your own version of jQuery, the JavaScript variables jQuery, $ and apex.jQuery are all the same. So it looks like that it doesn't matter that much, but actually it's very important if you upgrade your application/plug-in to a newer version of APEX.
    We try to stay up-to-date with the included version of the jQuery library when we release a new version of APEX. So for APEX 4.1 it's very likely that we include jQuery 1.5. As you can see from the change log of the jQuery project they also sometimes make changes which breaks existing functionality. To minimise your risk when you upgrade to a newer version of APEX you should follow the following recommendations.
    JavaScript code in your Application:
    If you want to use jQuery in your own JavaScript code in an application we recommend to use jQuery or the shortcut $.
    Why:
    1) If you upgrade APEX there is the potential that the newer jQuery version breaks your existing code. To avoid intensive testing and rewriting your application to the new jQuery version you can just include the old jQuery library into your page template and you are done. The variables jQuery and $ will point to your own jQuery version and not the one shipped with APEX. No additional code changes necessary. That will help to minimize your risk of upgrading to a newer version of APEX.
    2) You need a newer/older version of jQuery in your application because one of the jQuery plugins which you want to use just works with that version. In that case just include the newer/older jQuery library into your page template and the variables jQuery and $ will point to your own jQuery version. apex.jQuery will still point to the version shipped with APEX.
    JavaScript code in an APEX Plug-In:
    If you want to use jQuery in an APEX plug-in we recommend to use apex.jQuery. You should even go that far to modify the initialization code of an included jQuery plugin to use the apex.jQuery reference.
    What do I mean with that? If you have a look at the JavaScript code of a jQuery plugin you will notice that almost all of them have the following code structure
    (function($) {
    ... plugin code ...
    })(jQuery);Looks wired, right? :-) What this actually does is to declare an anonymous JavaScript function with a parameter $ which is immediately called and as parameter value passes in the current jQuery variable. That will allow the function to use $ as jQuery short cut without having to rely on the fact that $ is still used by jQuery.
    We recommend to copy the jQuery plugin file and prefix it with apex. (example: apex.jquery.maskedinput-1.2.2.js) to make everybody aware that the file has been modified for APEX. Change the jQuery to apex.jQuery in the initialization code.
    (function($) {
    ... plugin code ...
    })(apex.jQuery);Why are we doing all of that?
    As a plug-in developer you want to minimize your testing effort and also want to have an environment where you have full control to give proper support. Let's assume you are not doing the above, what happens if a user of your plug-in is using it's own version of jQuery? He might report strange behavior of you plug-in which you are not able to reproduce because you don't know that your plug-in is actually using a different version of jQuery than in your own environment. Using the apex.jQuery namespace reduces your risk and also the risk of your users, you just have to test your plug-ins with the APEX versions you want to support.
    Hope that has given some more insides when to use what.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • How to import programmatically an APEX images file using workspace images option and CSS files to APEX?

    Oracle db 11gR2
    Oracle APEX 4.2.1
    Linux RHEL 6.3
    I am importing a images file programmatically into APEX.  And also a CSS file.
    I want to add an images file to my APEX instance but I want to choose the option -- workspace images --.  How does one do that programmatically via the APEX API e.g.?
    I don't want the images tied to an application within APEX.
    Does one do the same thing for CSS files that are imported to APEX?
    thx.

    This is interesting and helpful,  I use the following code to import my APEX database application and run it via SQL*Plus and it works fine for database applications -- what do I need to change/add/modify in order to load the images and CSS files?  NOTE: I want the images to be -- Workspace images -- not tied to any application.  Also, I need to handle the situation where the images and CSS data already exist in the APEX environment as well as when they are not there (i.e. initial install).  Usually it is a case where it is an upgrade so the data already exists in the APEX app and just needs to be updated.
    declare
                      v_workspace      varchar2(35)    := 'WORKSPACE';
                      n_existing_app   number          := 123;
                      n_new_app        number          := 456;
                      v_app_alias      varchar2(35)    := 'WKALIAS';
                      v_parsing_schema varchar2(35) :='WORKSPACE_PARSE';
                      n_secgrp_id      number;
                      v_err_msg        varchar2(200);
                      n_err_num        number;
                      n_workspace_id   number;
                    begin
                      -- get workspace id
                      select workspace_id
                      into n_workspace_id
                      from apex_workspaces
                      where workspace = v_workspace;
                      -- set workspace id
                      apex_application_install.set_workspace_id (n_workspace_id);   
                      -- set security group
                      apex_util.set_security_group_id (p_security_group_id => apex_application_install.get_workspace_id);
                      -- set pasring schema
                      apex_application_install.set_schema(p_schema => v_parsing_schema);
                      -- delete existing app
                      begin
                        wwv_flow_api.remove_flow(n_existing_app);
                      exception
                      when NO_DATA_FOUND then -- do nothing when the application does not exist
                        null;
                      end; 
                      -- set new app id
                      apex_application_install.set_application_id(p_application_id => n_new_app);
                      -- generate offset
                      apex_application_install.generate_offset;
                      -- set application alias
                      apex_application_install.set_application_alias(p_application_alias => v_app_alias);
                      exception
                      when others then        
                        n_err_num := SQLCODE;
                        v_err_msg := SUBSTR(SQLERRM, 1, 200);
                        dbms_output.put_line('Error number = ' || n_err_num);     
                        dbms_output.put_line('Error message = ' || v_err_msg);
                    end;
    @newapp.sql
    commit;

  • APex Images not displaying using OHS in linux

    Hi all
    we are using
    Apex 4.0
    Database 11gr1
    We have installed ohs and we copied image in instance1 folder, alias name given in dad.conf like
    alias /i/  "/app/OHS/Oracle_WT1/instances/instance1/images/"but images are not displaying. Is there any configuration required in Linux.
    Thanks,
    Nag

    it must be a issue with your web-server
    Just try accessing the images directory via URL like this
    http://hostname:port/i/anysampleimage.gif
    Troubleshoot like this http://docs.oracle.com/cd/E17556_01/doc/install.40/e15513/trouble.htm#HTMIG271

  • APEX images and scripts through relay

    Hello
    At the moment I'm using APEX from inside a java (weblogic) environment using a URLConnection.
    I have removed most of the content from the templates so that my application now spits out straight HTML without the headers, etc.
    eg. it will just output a table with a report in it, minus the html, head and body tags.
    The problem I've run into is that I've forgotten how to access APEX files externally.
    eg. say if I upload an image, what is the URL I should use to access this image from the outside world?
    And likewise, how can I access a CSS or JS file stored inside APEX?
    APEX is greatly reducing development time for reports :)
    Muchly appreciated!!

    Thank you Jes :)
    I was leaving the /pls/apex part on the URL, and then shoving the /i/... part after it - fixed now!!
    Also, another question... I'm testing using a report at the moment, and it outputs a script after the table that looks something like this:
    rowStyle[1]='';
    rowStyleHover[1]='';
    rowActive[1]='N';
    rowStyle[2]='';
    rowStyleHover[2]='';
    rowActive[2]='N';
    rowStyle[3]='';
    rowStyleHover[3]='';
    rowActive[3]='N';
    rowStyle[4]='';
    rowStyleHover[4]='';
    rowActive[4]='N';
    rowStyle[5]='';
    rowStyleHover[5]='';
    rowActive[5]='N';and does that all the way down to 500...
    Then there's another script below it, etc.
    And I was looking through the templates, and can't seem to find where this script is located - and I need to remove it.
    Do you know where it is hiding?
    -EDIT-
    Oh and sorry to be a pain, but do you know how to pass parameters into APEX?
    eg. If I run a report and want to send it a start date and end date, how can I do this?
    This is what I currently use to access the report page:
    /pls/apex/f?p=104:2
    Is there any way to make it take a few parameters, like:
    /pls/apex/f?p=104:2&startDate=010106&endDate=010107
    It seems to currently give me a page not found error when I try this...
    It seems to only load the page when I give it the application and the page, but nothing else.
    It then assigns me a session id in the URL.
    Thanks!

  • Apex images in select list

    Hi
    i am using apex 4.0 and in my application i have a field called status
    i created a table for status and put code,description and image for that status.
    i created a named love and returning code displaying description that is working fine.
    but the requirement is to display the image for each code not the description
    how can i display image and return code to table using list of values in apex.
    help is greatly appreciated. thanks very much in advance.

    Hello,
    There are examples of this type already available! May be you could try to implement it in APEX.
    Refer:
    http://www.jankoatwarpspeed.com/post/2009/07/28/reinventing-drop-down-with-css-jquery.aspx
    http://www.marghoobsuleman.com/jquery-image-dropdown
    Please update your forum profile with a real handle instead of user10991018.
    Hope it helps!
    Regards,
    Kiran

  • Apex Images default directory /i/

    Does anyone know if the changing of the /i/ default directory to say /apex_32_images/ is supported by Oracle please. I am currently in dispute with a collegue over this.
    Regards
    Jon

    You may do that. It's one of the input parameters to the apexins.sql script.
    Scott

  • Apex listener images deployement

    Hi
    I installed the APEX listener recently. I have a question. Can I deploy the images in a different way other than jar them and then deploy to WLS. I have a lot of custom images/javascripts reside under the /i/ virtual path (e.g. /i/extjs). The images and javascripts change frequently. I guess that every time this happens I have to create a new i.war and redeploy which is not so convenient. Is there any other way to do that (e.g. copy them directly to a directory as I was doing with OHS/modplsql)
    Thanx
    George

    Hi George,
    you could do this by locating the directory where the WLS has unpacked the deployment to. But the more I think about this, the more I think you shouldn't do that, because staging etc. makes this very complex again.
    Instead of deploying the images as war file, you could add a virutal directory mapping, which is far easier.
    It should be possible to do that in the weblogic.xml of the apex.war (unpack the war, edit the file, repack the war, similar to what you'll do if you edit the web.xml, e.g. to change to config.dir parameter). See the [url http://download.oracle.com/docs/cd/E13222_01/wls/docs81/webapp/weblogic_xml.html#1039396]corresponding part of the WLS documentation for details on that parmaeter. The result could be a weblogic.xml as follows
    <weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app">
    <container-descriptor>
      <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    <virtual-directory-mapping>
      <local-path>/opt/oracle/apex/images</local-path>
      <url-pattern>/i/*</url-pattern>
    </virtual-directory-mapping>
    </weblogic-web-app>if your images are stored in */opt/oracle/apex/images* .
    Not that this can cause node specific dependencies if you have a clustered WLS, and that you'll have to undeploy the i-application before you can redeploy the apex.war.
    -Udo

  • 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,

  • Apex 3.1 upgrade on 11g - Where do I copy the images to?

    Hi Everyone,
    I've just installed Oracle 11g Personal Edition on my laptop, I have successfully configured Apex 3.0 and am now trying to finish off the upgrade to 3.1
    (We are unable to upgrade to 3.1.2 yet, however this is scheduled for early in the new year - until this time we must continue to use 3.1)
    I have run the install/upgrade to 3.1 successfully and have enabled the network services in 11g.
    However I am getting stuck on copying the images over,
    the documentation it says to copy into the ORACLE_HTTPSERVER_HOME\ohs\images directory
    I cant find where my ORACLE_HTTPSERVER_HOME is set - can anyone please help to point me in the right direction
    I have tried to search for the folder ohs on my hard drive, but can only find a folder called ohs_images
    (C:\app\oracle\product\11.1.0\db_1\oc4j\j2ee\home\default-web-app\ohs_images)
    Thanks in advance for your help.
    Kind Regards, Michelle

    Hi Varad,
    Thanks for your prompt response.
    I have run the apsldiimg.sql script to update the images directory - however it still does not seem to want to work for me! :)
    When I run the script in SQL*Plus I get the following results
    SQL> @apxldimg.sql C:/ApexUpgrade
    PL/SQL procedure successfully completed.
    old 1: create directory APEX_IMAGES as '&1/apex/images'
    new 1: create directory APEX_IMAGES as 'C:/ApexUpgrade/apex/images'
    Directory created.
    PL/SQL procedure successfully completed.
    Commit complete.
    timing for: Load Images
    Elapsed: 00:02:35.39
    Directory dropped.
    SQL>
    When I go to logon to Apex, either in the Admin or Workspace areas I am unable to login.
    The page displays but the normal login images aren't displayed.
    Thanks, Michelle

  • APEX 4.0.2 Images not displaying correctly

    I have read many posts on this problem and have attempted several of the suggestions but none have worked. As I am very green, this may appear very simplistic.
    1. I successfully installed Oracle 11g on a Windows XP machine
    2. I downloaded and installed APEX using EPG as outlined in the APEX Installation Guide.
    3. I completed the post-installation requirements including the EPG set up.
    4. I launched Internet Explore and went to //localhost:8080/apex/apex_admin
    5. This returned the 'Apex' is undefined error.
    6. I have unlocked ananymous and XDB several times
    Attempted Solutions:
    1. Confirmed that the image were installed. The location is D:\apex_4.0.2\apex\images which is the correct path for my installation.
    2. Ran the reset_image_Prefix.sql
    3. Ran Apxldimg.Sql
    4. Ran the reset_image_prefix.sql /i32/ to try and rename first instance. The error stayed by I now have to enter the xdb user name and password.
    5. I tried the thread instructions :Extract Apex install zip to c:\temp.
    Then you should have folder c:\temp\apex
    Login to sqlplus as SYS user and run
    @c:\temp\apex\apxldimg.sql c:\temp
    Questions:
    1. How do I determine if there is more than one instance of /i/?
    2. How do I view the DADS.conf for APEX with EPG to determent the current /i/ parameter.
    3. How do I fix the image file problem?
    Thank you for any input.

    If you are using mod_plsql, you need to run @apxldimg.sql script with SYS user file present with Apex installation. Also provide the location of your apex folder as parameter to this script.
    Habib

Maybe you are looking for