Google Answers Logo
View Question
 
Q: Oracle Pl sql question!!! ( No Answer,   3 Comments )
Question  
Subject: Oracle Pl sql question!!!
Category: Computers > Programming
Asked by: purplepit-ga
List Price: $50.00
Posted: 06 May 2004 02:38 PDT
Expires: 05 Jun 2004 02:38 PDT
Question ID: 341961
Hi,
I need to develop a piece of script in PL/SQL to bring up a Password
and Username box, which functions. can you please help with this?
Answer  
There is no answer at this time.

Comments  
Subject: Re: Oracle Pl sql question!!!
From: scubajim-ga on 06 May 2004 09:35 PDT
 
No can do.  PL/SQL is not a GUI based language, there is no GUI.  It
is code that runs on the server.  To run it you must be logged on to
Oracle which means you already logged on and hence asking to log on
doesn't make sense.  You can go to www.otn.oracle.com and sign up for
free (no spam) and read the documentation.
Subject: Re: Oracle Pl sql question!!!
From: arunkv-ga on 08 May 2004 22:37 PDT
 
Are you by any chance trying to use the PL/SQL web toolkit to build a
HTML login application?
Subject: Re: Oracle Pl sql question!!!
From: poweranswer-ga on 04 Jun 2004 16:51 PDT
 
Checkout this link with example for PL*SQL ACCEPT command
http://otn.oracle.com/support/tech/sql_plus/htdocs/command.html


ACCEPT variable [NUMBER|CHAR] PROMPT text NOPROMPT HIDE
accept variable_user prompt 'UserName : '
accept variable_pass prompt 'Password : ' hide


This won't bring up a "GUI" box but  might be what you are looking for.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy