Is there a SQL script I could run, or some other action I could take, that would create an alias for an entire DB User? I'm running in to an issue where the User name text is too long for a particular program, and I want to create an alias or nickname for that UserId.
Edits:
Rather than logging in with UserId: , Password , I want to log in with UserId: , Password.
The program is not under my control beyond chaning the oracle User ID / Password login credentials.