Common User Vs Local User In 12c
COMMON USER: 1.A common user is a Database user, which perform an activity in all the containers including root container of the CDB. 2.A common user can only be created in root container. 3.Common username must start with C## prefix. 4.While creating a common user, we can’t mention container=CURRENT. Either mention container=ALL. 5.It is not … Read more