I am using HTTP Server off the 10g 201 Companion Disk
DADS.CONF is empty
HTTPD.CONF is terminated by
include "C:\ORA\HTTP_Home\Apache\modplsql\conf\marvel.conf"
MARVEL.CONF is as follows
Alias /i/ "C:\ORA\HTTP_Home\Apex22\images/"
AddType text/xml xbl
AddType text/x-component htc
<Location /pls/apex>
Order deny,allow
PlsqlDocumentPath docs
AllowOverride None
PlsqlDocumentProcedure wwv_flow_file_manager.process_download
PlsqlDatabaseConnectString {my_ip_loopback_adapter}:1521:{my_sid} ServiceNameFormat
PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
PlsqlAuthenticationMode Basic
SetHandler pls_handler
PlsqlDocumentTablename wwv_flow_file_objects$
PlsqlDatabaseUsername APEX_PUBLIC_USER
PlsqlDefaultPage apex
PlsqlDatabasePassword {my_DADtool_pl_encrypted_password}
Allow from all
</Location>
I ran SQLPLUS from SYS
ALTER SYSTEM SET JOB_QUEUE_PROCESSES = 20;
SYSTEM ALTERED
I ran utlrp for the database FLOWS is installed in
no errors
*******
missing anything??
Is there any difference between using MARVEL.CONF or DADS.CONF??
The companion disk makes a DADS.CONF
Post install docs hint at making DADS blank and creating MARVEL
with the same information.