1

Тема: oracle створення ролей

CREATE ROLE prodavec;

при створенні ролі видає помилку:

ORA-65096: invalid common user or role name
65096. 00000 -  "invalid common user or role name"
*Cause:    An attempt was made to create a common user or role with a name
           that was not valid for common users or roles. In addition to the
           usual rules for user and role names, common user and role names
           must consist only of ASCII characters, and must contain the prefix
           specified in common_user_prefix parameter.
*Action:   Specify a valid common user or role name.

2 Востаннє редагувалося koala (10.07.2020 13:45:08)

Re: oracle створення ролей

sasha87 написав:

must contain the prefix specified in common_user_prefix parameter

3

Re: oracle створення ролей

??

4

Re: oracle створення ролей

Що в common_user_prefix?

5

Re: oracle створення ролей

user - c##sasha

6 Востаннє редагувалося koala (10.07.2020 14:23:30)

Re: oracle створення ролей

In a CDB root, C## is the default value.
Відповідно,

c##prodavec

7

Re: oracle створення ролей

CREATE role c##prodavec identified by s12345
Error report -
ORA-01031: insufficient privileges
01031. 00000 -  "insufficient privileges"
*Cause:    An attempt was made to perform a database operation without
           the necessary privileges.
*Action:   Ask your database administrator or designated security
           administrator to grant you the necessary privileges

8

Re: oracle створення ролей

У вас якісь проблеми з перекладом?

9

Re: oracle створення ролей

та ні.
Я надав користувачеві с##sasha усі права, але всеодно видає ту саму помилку.
Не можу створити роль

10

Re: oracle створення ролей

Здається, оце