DBCollect/Usage: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				|||
| Line 40: | Line 40: | ||
# If you want to ignore databases without AWR usage:  | # If you want to ignore databases without AWR usage:  | ||
dbcollect --ignore-awr  | dbcollect --ignore-awr  | ||
# If the problem databases are not important, try excluding them:  | |||
dbcollect --exclude inst1,inst2  | |||
</syntaxhighlight>  | </syntaxhighlight>  | ||
Revision as of 13:39, 28 May 2024
Usage
Verify correct install
# Show version
dbcollect -V
# Show usage
dbcollect -h
# Update to last version (if the system has https access to github)
dbcollect --update
Run with default settings
# Default run
dbcollect
# If you get Error DBC-020 (zipfile already exists), you can overwrite the old zipfile:
dbcollect -o
# or
dbcollect --overwrite
Resolve AWR reporting issues
dbcollect checks for prior AWR usage to make sure it will not trigger Oracle license violations ( More info)
If you get Error [DBC-E021] No AWR or Statspack detected:
# If you are sure you have Diagnostics Pack license:
dbcollect --force-awr
# If you want to ignore databases without AWR usage:
dbcollect --ignore-awr
# If the problem databases are not important, try excluding them:
dbcollect --exclude inst1,inst2