We have multiple sources from where transactions are coming into the database. All channels are using a common db user, which are getting logged into the database. I would like to segregate all source channels with different user id.
However we don't want to create a separate db user for same. Is there any way to create alias of existing database user so that same can be used?
The objective to identify from which channels connections are coming.