Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Calling SQL Script from Browser
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
![]() |
![]() |