Posts

Showing posts from April, 2010

Application Express 3.2 Upgrade Missing Image And Javascript Error Solution

The cause for missing image and JavaScript error regarding Oracle Application Express Missing Images And JavaScript Error was the wrong image prefix.   The correct installation should have "/i/" instead of "/apex/TEMP". C:\\oraclexe\\apex\\utilities>sqlplus /nolog SQL> connect / as sysdba Connected. SQL> @reset_image_prefix.sql   It will prompt for Enter the Application Express image prefix [/i/]   Just enter and go forward... Ur problem is solved..   The reser_image_prefix.sql is available in the apex_home/apex/utilities folder After using reset_image_prefix.sql to update the image prefix the images that are missing now shows. Trying to login the administrator or developer page also now works. If you still experience some problem maybe the cause is different one

Admin password change for Apex 3.2 in Oracle XE

  apxchpwd.sql is used to change the password. You will be prompted for 'Enter a password for the ADMIN user '   Enter it and your password is changed   See the apex admin password change script provided by Oracle Rem Copyright (c) Oracle Corporation 1999 - 2007. All Rights Reserved. Rem Rem NAME Rem apxchpwd.sql Rem Rem DESCRIPTION Rem Used to set the password for the Application Express ADMIN user. Rem Rem NOTES Rem Assumes the SYS user is connected. Rem Rem REQUIREMENTS Rem - Oracle 9.2.0.3 or later Rem Rem Rem MODIFIED (MM/DD/YYYY) Rem jstraub 08/08/2007 - Created Rem jstraub 09/04/2007 - Added HIDE to PASSWD accept (Bug 6370075) Rem jkallman 09/09/2008 - Change FLOWS_030100 references to APEX_030200 Rem   set define '&'   set verify off   prompt Enter a value below for the password for the Application Express ADMIN user. prompt prompt   accept PASSWD CHAR prompt 'Enter a password for the

Upgrade Apex to 3.2 in Oracle XE

Download apex3.2 Unzip and place it in c:\oraclexe\ In command prompt type cd c:\oraclexe\apex Then run sqlplus connect – sys as sysdba Declare oracle_home Then type @apexins password SYSAUX SYSAUX TEMP /i/ Once you complete the standard install, you need to perform the following steps to complete the upgrade: Connect to SQL*Plus as SYS @APEX_HOME/apex/apxldimg.sql APEX_HOME @APEX_HOME/apex/apxxepwd.sql password (where password is the password of the Application Express internal ADMIN account) For the steps above, APEX_HOME is the directory where the Application Express software was unzipped. In our case c:\oraclexe\

Install Oracle RAC 10g on Oracle Enterprise Linux Using VMware Server

1. Hardware Requirements and Overview In this guide, you will install a 32-bit guest Linux operating system. A 64-bit guest operating system is supported only on the following 64-bit processors running on the host machines: AMD Athlon 64, revision D or later AMD Opteron, revision E or later AMD Turion 64, revision E or later AMD Sempron, 64-bit-capable revision D or later Intel EM64T VT-capable processors If you decide to install a 64-bit guest operating system, verify that your processor is listed above. You would also have to verify that Virtualization Technology (VT) is enabled in your BIOS. A few mainstream manufacturers disable the field by default. Additional information on processor compatibility is available here. To verify if your processor is supported, download the processor check compatibility tool from VMware. Allocate a minimum of 700MB of memory to each virtual machine; reserve a minimum of 30GB of disk space for all the virtual machines. (To configure shared storage, t