Bug 797325
Summary: | RHQ_ALERT_NOTIFICATION created with NOLOGGING option in Oracle | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Marc Shirley <mshirley> | ||||||||
Component: | Database | Assignee: | John Mazzitelli <mazz> | ||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Mike Foley <mfoley> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | high | ||||||||||
Version: | 4.2 | CC: | hrupp, mazz | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | JON 3.1.0 | ||||||||||
Hardware: | All | ||||||||||
OS: | All | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2012-04-25 12:50:28 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | 814839 | ||||||||||
Bug Blocks: | 782579 | ||||||||||
Attachments: |
|
Description
Marc Shirley
2012-02-24 23:17:51 UTC
triage asantos, mfoley, crouch, loleary ...JON 3.1 looks like we should be removing the NOLOGGING option from RHQ_ALERT_NOTIFICATION table. The work around until we patch the dbsetup/dbupgrade code is to run the SQL: alter table rhq_alert_notification logging master commit aea4f08 adds dbsetup and dbupgrade code to enable oracle logging on rhq_alert_notification table. attaching an image which shows RHQ_ALERT_NOTIFICATION table still has LOGGING=NO. marking failed to verify. Created attachment 579078 [details]
logging in oracle schema
Created attachment 579091 [details]
my server log
I'm reverting this until bug #814839 is discussed. It turns out, EVERY table has NOLOGGING enabled. Read bug #814839 for the conversation. Teh current thinking is we do not want or need LOGGING. revert 6ef74e9 Created attachment 579978 [details] turn on oracle logging on relevant tables see attached for a .sql file you can execute to turn on LOGGING on all relevent tables. Use this if you want to enable LOGGING on RHQ database tables if you already have RHQ installed. See bug 814839 for tracking the issue of fixing this on initial install. closing this as duplicate - see bug #814839 *** This bug has been marked as a duplicate of bug 814839 *** |