Home » Developer & Programmer » Forms » login again and again
login again and again [message #670387] Sun, 01 July 2018 12:55 Go to next message
sit
Messages: 1
Registered: July 2018
Junior Member
when i run form it takes user name and password same issue on reports
Re: login again and again [message #670395 is a reply to message #670387] Mon, 02 July 2018 05:05 Go to previous messageGo to next message
cookiemonster
Messages: 13917
Registered: September 2008
Location: Rainy Manchester
Senior Member
how are you running them?
what code are you using?
Re: login again and again [message #670396 is a reply to message #670395] Mon, 02 July 2018 10:41 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Which database & Forms versions do you use? If the database is 11g+, then its passwords are case sensitive. Forms (up to 10g for sure, can't tell for higher versions), on the other hand, "forces" uppercase password which collide with mixed case database password and asks you to enter password over and over again.

So, if that's the case, you have two options:
- change password to "all" upper or lower case
- run (as SYS) ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;

If the above doesn't explain your situation, well, explain it yourself. You aren't charged per character, be descriptive.

[Updated on: Mon, 02 July 2018 11:11]

Report message to a moderator

Re: login again and again [message #670398 is a reply to message #670387] Mon, 02 July 2018 12:31 Go to previous message
joy_division
Messages: 4963
Registered: February 2005
Location: East Coast USA
Senior Member
Then you entered the wrong username or password or connect string.
Previous Topic: need to disable/enable Minimize,Resize and Close button
Next Topic: How to select multiple values in oracle forms?
Goto Forum:
  


Current Time: Thu Mar 28 09:01:47 CDT 2024