Corporation Server User Manual

mod_plsql
7-38 Oracle HTTP Server Administrator’s Guide
PlsqlDatabaseUserName Specifies the username to use to logon to the database.
Notes:
This is a mandatory parameter, except for a DAD that sets
PlsqlAuthenticationMode to Basic and uses dynamic authentication.
For DADs using SingleSignOn authentication, this parameter is the name of
the schema owner.
In older versions of the product, this configuration parameter was called
username.
PlsqlDefaultPage Specifies the default procedure to call if none is specified in the
URL.
Notes:
You can also use Oracle HTTP Server Rewrite rules to achieve the same effect as
you get by setting this configuration parameter.
In older versions of the product, this parameter was called default_page.
Category Value
Syntax PlsqlDatabaseUsername string
Default None
Example PlsqlDatabaseUsername scott
Category Value
Syntax PlsqlDefaultPage string
Default None
Example PlsqlDefaultPage myschema.mypackage.home