Steps to perform config db cleanup in Oracle
Hi,
After deleting YF repository in Oracle, and reinstalling the application (8.02), it is giving the following error:
...
Creating sequences
Creating sequence NextDocumentSequence
Creating sequence NextEventSequence
Creating sequence NextPerformanceSequence
Creating sequence NextSystemSequence
Creating sequence NextTestingSequence
Creating sequence NextTextEntitySequence
Updating database
Applying Liquibase Schema Updates:
Change Set com/hof/patch/db-schema-changelog-8.0.xml::YFN-13781 - Enable pruning on a separate metric::tgleeson failed. Error: ORA-00942: table or view does not exist
[Failed SQL: INSERT INTO CachedLineMetric (CachedLineId, FieldTemplateId, AggregateType)
SELECT CachedLineId, MetricFieldTemplateId, MetricAggregationType
FROM CachedLine]
liquibase.exception.MigrationFailedException: Migration failed for change set com/hof/patch/db-schema-changelog-8.0.xml::YFN-13781 - Enable pruning on a separate metric::tgleeson:
Reason: liquibase.exception.DatabaseException: ORA-00942: table or view does not exist
[Failed SQL: INSERT INTO CachedLineMetric (CachedLineId, FieldTemplateId, AggregateType)
SELECT CachedLineId, MetricFieldTemplateId, MetricAggregationType
FROM CachedLine]
...
Going by the error, it seems the table is not getting laid down, but we are unsure why. Is it because of the previous db cleanup activity is missing something?
Do you have any recommendations on how to resolve this issue?
Thanks,
Nick
Do you have the steps relating to all the tables/sequences/store procedure etc that needs to be cleaned up?
Do you have the steps relating to all the tables/sequences/store procedure etc that needs to be cleaned up?
Replies have been locked on this page!