Actions
Task #262
closedTest provisioning on Oracle SQL
Status:
Closed
Priority:
Normal
Assignee:
Ondřej Kopr
Category:
-
Target version:
-
Start date:
01/09/2017
Due date:
% Done:
70%
Estimated time:
Owner:
Description
- Create test Oracle SQL,
- test provisioning.
Related issues
Updated by Ondřej Kopr almost 8 years ago
- Test provisioning with Oracle DB - working,
- create idm oracle database and test with use case - working
spring.datasource.url=jdbc:oracle:thin:@85.255.1.44:1521:xe spring.datasource.username=idmadmin spring.datasource.password=idmadmin spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
Updated by Ondřej Kopr almost 8 years ago
Found some minor problem with oracle sql:
- some identifier is too long (ORA-00972: identifier is too long)
- acc_account - ORA-00904: : invalid identifier
- sys_role_system_attribute - ORA-00904: : invalid identifier
- sys_role_system_attribute_a - ORA-00904: : invalid identifier
- sys_schema_attribute_handling - ORA-00904: : invalid identifier
- sys_schema_attribute_handling_a - ORA-00972: identifier is too long
- sys_system_entity - ORA-00904: : invalid identifier
Updated by Ondřej Kopr almost 8 years ago
- Related to Task #264: Refactor ACC and SYS tables added
Updated by Ondřej Kopr almost 8 years ago
- Status changed from New to Closed
Refactor tables for oracle will be implemented in task #264
Actions