[
https://issues.apache.org/jira/browse/AMBARI-10381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Myroslav Papirkovskyy resolved AMBARI-10381.
--------------------------------------------
Resolution: Fixed
> Incorrect identifiers in Ambari-DDL-Oracle-CREATE.sql
> -----------------------------------------------------
>
> Key: AMBARI-10381
> URL: https://issues.apache.org/jira/browse/AMBARI-10381
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.0
> Reporter: Myroslav Papirkovskyy
> Assignee: Myroslav Papirkovskyy
> Priority: Critical
> Fix For: 2.1.0
>
>
> During executing Ambari-DDL-Oracle-CREATE.sql were appeared following errors:
> {noformat}
> SQL> ALTER TABLE hostcomponentdesiredstate ADD CONSTRAINT
> FK_hostcomponentdesiredstate_host_id FOREIGN KEY (host_id) REFERENCES hosts
> (host_id)
> *
> ERROR at line 1:
> ORA-00972: identifier is too long
> SQL> ALTER TABLE ClusterHostMapping ADD CONSTRAINT
> FK_clusterhostmapping_cluster_id FOREIGN KEY (cluster_id) REFERENCES clusters
> (cluster_id)
> *
> ERROR at line 1:
> ORA-00972: identifier is too long
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)