Apex 3.2 installation problem [message #422771] |
Fri, 18 September 2009 23:58 |
yogeshyl
Messages: 50 Registered: October 2007 Location: Silvassa
|
Member |
|
|
I am getting errors while trying to excute the apex_epg_config.sql script during apex 3.2 instllation.
Please see the attachment.
Yogesh
|
|
|
|
|
|
Re: Apex 3.2 installation problem [message #423652 is a reply to message #423462] |
Sat, 26 September 2009 00:37 |
dbhossain
Messages: 155 Registered: August 2007 Location: Dhaka
|
Senior Member |
|
|
follow the below instruction:
if you open the "apxldimg.sql" then you can see there is a line
create directory APEX_IMAGES as '&1/apex/images';
here you will be prompted to input as "enter the value for 1"
so you have to put the path where your images folder located
example: "E:\APEX\APEX dbase\apex_3.2\apex" in my computer the images folder that needs to be uploaded in the database, located as above.
so when i will input the value of "enter value for 1" then i must not use the directory word "apex" because "apex" already assigned in the creating directory command:
create directory APEX_IMAGES as '&1/apex/images';
so according to my directory location of image folder here i should input the parameter value "enter value for 1" is
'E:/APEX/APEX dbase/apex_3.2'
Finally the system will execute the total path as
'E:/APEX/APEX dbase/apex_3.2/apex/images'
hope it will help you and you can find the attachment for complete easy installation of Apex 3.1.2 or 3.2 or 3.2.1
--Kamal Hossain
[Updated on: Sat, 26 September 2009 00:51] Report message to a moderator
|
|
|
|
|