Migration rbac in Oracle11g and Yii2

Good day.

My name is Juan David and I am looking for help on the following topic:

I have installed apache 2.4 VC 14 and PHP 7.0 on Windows Server 2012 r2 on one machine and on another Oracle 11g. I already have everything configured and runs smoothly. The only thing I encountered problems was in the implementation of the RBAC.

What happens is that I configured the authManager component in the files web.php and console.php and when executing the command:

Yii migrate --migrationPath = @ yii / rbac / migrations

I get the following error:

Attached file.

I do not know what to do and for good practices I want to use RBAC.

If someone can help me with this error I would greatly appreciate it.

Sorry for the English, I’m from Colombia and I’m using the google translator.

Looking at schema-oci.sql it seems that the "name" part in primary key needs to be quoted. This is a bug that should be fixed, please report an issue on github: https://github.com/yiisoft/yii2/issues

Thank you, I will report it.