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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Calling SQL Script from Browser

Re: Calling SQL Script from Browser

From: R.Duke <*rduke_at_edcen.wrdsb.edu.on.ca>
Date: 1998/12/22
Message-ID: <367fab46.1349961@edcen>#1/1

You say your simply concerned about your users using SQLPlus? Perhaps you could spawn SQLPlus with a shortcut and the following command e.g. C:\ORANT\BIN\PLUS33W.EXE username/password_at_databasename (setup in SQLNet) @C:\DOCS\connect_prod.sql

along with the script to run. I have done this before.

>Help-
> I am fairly new to SQL/PL SQL I need to accomplish the following
>
>Allow a user to change their password
>
>I would like to do it through a browser. I have done the SQL script but I
>don't want my users to have to do it in SQL Plus. I want to avoid developer
>200 for it's complexity. Our Oracle is running on AIX.
>
>Does anyone have any tips or encountered the same situation?
>
>I appreciatte any and all help
>
>Scotty_at_superior-sdc.com
>
>
Received on Tue Dec 22 1998 - 00:00:00 CST

Original text of this message

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