[
https://issues.apache.org/jira/browse/AMBARI-10381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14483899#comment-14483899
]
Hudson commented on AMBARI-10381:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #2234 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2234/])
AMBARI-10381. Incorrect identifiers in Ambari-DDL-Oracle-CREATE.sql
(mpapirkovskyy) (mpapyrkovskyy:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=4970f55435cc79e54754070513cee428583319c8)
* ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql
*
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog210.java
* ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql
> 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)