Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: more HTMLDB fun...
What version of Oracle are you using for this?
In any event, did you edit your wdbsvr.app file, by any chance?
http://download-west.oracle.com/docs/html/B13693_02/post_inst.htm#sthref350
This link, though it refers to Oracle 9i, is embedded within the 10.1 documentation.
And this link:
http://download-west.oracle.com/docs/cd/B14117_01/server.101/b12255/confmods.htm#1055214
explains the obsolescence of the /pls virtual directory in later versions of Oracle.
HTH,
Melanie
On 7/6/05, bill thater <shrekdba_at_gmail.com> wrote:
> 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-lReceived on Wed Jul 06 2005 - 08:25:08 CDT
![]() |
![]() |