The generated script contains data type that are not compatible with Oracle.
Thus, I've got the following error : Failed to initialize pool: ORA-00942: Table ou vue inexistante Here is the generated script to create table : create table RegexRegisteredService (expression_type VARCHAR(15) DEFAULT 'ant' not null, id bigint not null, access_strategy blob(2147483647), attribute_release blob(2147483647), description varchar(255) not null, evaluation_order integer not null, logo varchar(255), logout_type integer, logout_url varchar(255), mfa_policy blob(2147483647), name varchar(255) not null, proxy_policy blob(2147483647), public_key blob(2147483647), required_handlers blob(2147483647), serviceId varchar(255) not null, theme varchar(255), username_attr blob(2147483647), bypassApprovalPrompt boolean, clientId varchar(255), clientSecret varchar(255), generateRefreshToken boolean, jsonFormat boolean, encryptAssertions boolean, metadataCriteriaDirection varchar(255), mcp varchar(255), mcreed boolean, mcrred boolean, metadataCriteriaRoles varchar(255), metadataLocation varchar (255), metadataMaxValidity bigint, msl varchar(255), racc varchar(255), requiredNameIdFormat varchar(255), signAssertions boolean, signResponses boolean, primary key (id)) According to this website : https://www.techonthenet.com/oracle/datatypes.php 1. bigint is not a valid data type 2. boolean is not a valid data type -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/88df2d42-c957-4b72-a530-fb803b52d742%40apereo.org.
