Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: more HTMLDB fun...

Re: more HTMLDB fun...

From: bill thater <shrekdba_at_gmail.com>
Date: Wed, 6 Jul 2005 06:42:54 -0500
Message-ID: <a1d204910507060442833f5e0@mail.gmail.com>


On 7/6/05, Melanie Caffrey <mel.caffrey_at_gmail.com> wrote:
> Bill,
>
> What is the name of your DAD? From your URL posting, it looks like it
> is "htmldb".
>
> I'm also wondering why you need the /pls portion.

both of those is because that's the URL given in the documentation.

>
> You can exclude this in your DAD configuration.
>
> Can you please post the contents of your DAD.conf file?

Alias /i/ "/u01/app/oracle/product/9.2.0.4/marvel/images/"

                <Location /pls/htmldb>
                 SetHandler pls_handler
                 Order deny,allow
                 Allow from all
                 AllowOverride None
                 PlsqlDatabaseUsername      HTMLDB_PUBLIC_USER
                 PlsqlDatabasePassword      admin
                 PlsqlDatabaseConnectString asp:1521:cri ServiceNameFormat
                 PlsqlDefaultPage           htmldb
                 PlsqlDocumentTablename     wwv_flow_file_objects$
                 PlsqlDocumentPath          docs
                 PlsqlDocumentProcedure     wwv_flow_file_manager.process_downlo
ad
                 PlsqlAuthenticationMode    Basic
                 PlsqlNLSLanguage           AMERICAN_AMERICA.WE8ISO8859P1
                </Location>


-- 
--
Bill "Shrek" Thater     ORACLE DBA     
       shrekdba_at_gmail.com 
------------------------------------------------------------------------
"Zen is not easy.
It takes effort to attain nothingness.
And then what do you have?
Bupkes."  -- The Goddess
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jul 06 2005 - 06:44:48 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US