Oracle Forms (MOSC)

MOSC Banner

How can use logon built-in when password contains @

in Oracle Forms (MOSC) 3 commentsAnswered ✓

To do logon on forms we use:

LOGON(:logon_block.username,'"||:logon_block.password||'"@'||:logon_block.connect,FALSE);

but its fail when :logon_block.password contains @

its raise a dbms_error_code = '-12154'

its exists a workaround?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center