Re: Designer 2k and security on the web
Date: Tue, 21 Jul 1998 11:38:58 -0400
Message-ID: <35B4B612.2358FF10_at_us.oracle.com>
Jason,
I'm assuming that you want to use database logins from a web browser. Three suggestions:
+ Web App Server 3.0.1 - allows you to use the username/password from the browser's Basic Authentication dialog box for loggin in to the database. Very handy for the PL/SQL cartridge.
+ Web Server 2.1 and Tom Kyte's OWA Replacement Cartridge, which is available from govt.us.oracle.com
+ Designer/2000 2.1 will allow you to store your PL/SQL in the repository and generate in with your application. It works quite well with the Forms generator, but I haven't tried it yet with the Web Server Generator.
Good Luck.
Tim Taylor
Oracle Federal
Bethesda, MD
Jason Filby wrote:
> Hi,
>
> I'm busy writing web applications using Designer 2000. It seems as though
> the only way to implement security (with cookies) is to code it in after the
> packages have been generated. The problem with this is that everytime I
> regenerate a package - that code is lost. At least, this is the problem with
> version 1.3.2. I'll be getting 2.1 soon - but I've heard it also has no
> security features for the web. Does anyone know of a good solution?
>
> - Jason Filby
> jasonfilby_at_yahoo.com
Received on Tue Jul 21 1998 - 17:38:58 CEST