Change User in Form
Mika14Apr 15 2010 — edited Apr 16 2010In SQLPLUS, one can change their username/password using the connect command: connect scott/tiger@orcl, run a few commands then execute connect system/manager@orcl to work as system user.
Is there a similar command that works in Forms. All users access the forms as GUEST, but then to access their personal information they need to login and behind the scene their username is being changed from guest to their own personal username.
Is there anyway to do this?
I would appreciate any help.
Thank you.
Edited by: Mika_ on Apr 15, 2010 4:17 PM -- fixed typo to make it read better