Home » Developer & Programmer » Reports & Discoverer » BYPASS REPORTS LOGON SCREEN (Developer 6i, Databse 11G R2,window 7 ultimate)
BYPASS REPORTS LOGON SCREEN [message #634990] Wed, 18 March 2015 12:23 Go to next message
kilimanjaro
Messages: 151
Registered: May 2009
Location: Tanzania
Senior Member
Hellow Buddies

Please assist with the following.
How do I remove the logon screen which pops up when calling report from forms 6i? Thank you.
when I log in ,each time I call the report a logon screen appears.I don't want this.
Thank you.
Re: BYPASS REPORTS LOGON SCREEN [message #634996 is a reply to message #634990] Wed, 18 March 2015 13:41 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
11g's passwords are case sensitive. If password (used to connect to the database) is not in upper case (which is what Forms uses, and "converts" your "scott/tiger" to "SCOTT/TIGER"), try to


  • modify user's password to upppercase:
    alter user your_user identified by TIGER
  • modify 11g's SEC_CASE_SENSITIVE_LOGON parameter's value to FALSE (so that case wouldn't matter)


If none of above helps, no further ideas, except that you are running an unsupported combination of Forms + Database + Operating System.

[Updated on: Thu, 19 March 2015 15:30]

Report message to a moderator

Re: BYPASS REPORTS LOGON SCREEN [message #635067 is a reply to message #634996] Thu, 19 March 2015 13:11 Go to previous message
kilimanjaro
Messages: 151
Registered: May 2009
Location: Tanzania
Senior Member
Hello Littlefoot.

Thank you very much.Both solutions works fine.
Previous Topic: getting arabic letters from a parameter
Next Topic: Oracle Frames and Repeating Frames
Goto Forum:
  


Current Time: Thu Mar 28 15:21:25 CDT 2024