Home » Developer & Programmer » Forms » customize log in window (form 6i, xp )
customize log in window [message #385480] Mon, 09 February 2009 19:04 Go to next message
xpact83
Messages: 225
Registered: October 2008
Location: philippines
Senior Member
guys i want to customize the log in window in oracle...

so in the module's log-on trigger i used the log on command to connect to the database using my user name and password ....

the problem guys is in my ok button.... i cannot create a query to search the password of users in the table user_users..

here is the code

declare

my_variable varchar2(30);

begin

select username into my_variable from user_users where username = :block.text1

-- this code will search the user name
-- how about the password i cannot search for the password...
-- and another thing... if i used my username in the logon trigger of ---modules how can another user logon with different username...

end;

to summarize my problem... i want to know what table in oracle contains the password and username... and can i make queries to that table thanks...
Re: customize log in window [message #385509 is a reply to message #385480] Mon, 09 February 2009 23:36 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
WHAT IS WRONG WITH THE DEFAULT LOGON SCREEN?

Why do you need to do this all over again?

Search this forum for 'logon' and 'login'. There are plenty of examples.

David
Re: customize log in window [message #385729 is a reply to message #385480] Tue, 10 February 2009 18:54 Go to previous message
xpact83
Messages: 225
Registered: October 2008
Location: philippines
Senior Member
well i want to customize it..... it looks very plain
Previous Topic: CAN I MAKE OMR SHEET BY USING REPORT 6i TOOL
Next Topic: Running Sqlloader in forms10g
Goto Forum:
  


Current Time: Mon Feb 03 18:01:07 CST 2025