frmservlet default oracle_sid
lakeJun 5 2007 — edited Jun 6 2007How can I automatically default the oracle_sid without the client browser
having to give it on the command line or enter it in the login screen?
I want them to have to enter an oracle id and password (after authenticating to
apache via basic authentication) but I can forgo the sid.
They connect to forms like so:
https://myserver.domain/forms/frmservlet
(actually how hard is it to change that to something less complex?
eg:https://myserver.domain/ourserver ?
It is using appserver. I tried messing with the default.env and it did nothing.
I tried setting the ORACLE_SID environment variable on the server, that didn't
work either. thanks!