-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62904/
-----------------------------------------------------------
Review request for Ambari and Jonathan Hurley.
Bugs: AMBARI-22211
https://issues.apache.org/jira/browse/AMBARI-22211
Repository: ambari
Description
-------
This was a pain to sort out. We had a bug in our Oracle DDL script that
prevented upgrade_history from being created. This caused an upgrade to fail
with ever-helpful
Internal Exception: java.sql.BatchUpdateException: ORA-00942: table or view
does not exist
Error Code: 942
Query:
InsertObjectQuery(org.apache.ambari.server.orm.entities.UpgradeItemEntity@44fb6911)
Even though the offender wasn't upgrade_item.
This fixes the script, and JIRA will be opened in a future release to handle
consistency between table definitions.
Diffs
-----
ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql 4e5f30f405
Diff: https://reviews.apache.org/r/62904/diff/1/
Testing
-------
No change to tests at this time.
Thanks,
Nate Cole