New pages
Jump to navigation
Jump to search
- 10:48, 9 December 2024 DBCollect/FAQ (hist | edit) [4,148 bytes] Bart (talk | contribs) (Created page with "Category:DBCollect = Frequently Asked Questions = * Why can't we just send some AWR reports? AWR reports are great but have a few problems and limitations for our purpose: ** AWR only provides performance and limited configuration metrics. There is no database size/config information such as sizes of tablespaces, redo logs, temp files, segments, ASM disks/diskgroups, archive/flashback/bct files ** No OS configuration or hardware information (such as CPU type & mod...")
- 10:34, 9 December 2024 DBCollect/Credentials File (hist | edit) [3,917 bytes] Bart (talk | contribs) (Created page with "Category:DBCollect = Using a credentials file = Some customers asked for a way to run {{dbcollect}} without <code>oracle</code>, or <code>sysdba</code> (OPS$ connection) privileges. Using <code>OPS$</code> connections as <code>sysdba</code> user has the huge advantage that the user does not have to enter any passwords for connecting to the databases, as SQL*Plus will connect as sysdba with OS privileges. The user (usually <code>oracle</code>) needs <code>dba</code...")
- 10:01, 9 December 2024 DBCollect/Troubleshooting (hist | edit) [2,087 bytes] Bart (talk | contribs) (Created page with "Category:DBCollect = DBCollect Troubleshooting = == Tips == * Debug : If something fails, run dbcollect with the <code>-D</code> (debug) option. This will show the content of exception debug messages and print the full dbcollect.log logfile when finished.")
- 09:55, 9 December 2024 DBCollect/Manuals (hist | edit) [478 bytes] Bart (talk | contribs) (Created page with "Category:Tools Category:DBCollect = DBCollect Manuals = # DBCollect Overview # DBCollect Considerations # DBCollect Security and safety # DBCollect Installation # DBCollect Usage # DBCollect Command-line options") Tag: Visual edit: Switched originally created as "DBCollect/Manual"
- 14:59, 5 November 2024 DBCollect/Build (hist | edit) [676 bytes] Bart (talk | contribs) (Created page with "Category:Tools Category:DBCollect = Building DBCollect from Git repo =")
- 15:56, 10 October 2024 DBCollect/Security (hist | edit) [12,719 bytes] Bart (talk | contribs) (Created page with "Category:DBCollect = dbcollect safety, security and confidentiality = == Purpose == The purpose of {{dbcollect}} is to provide an easy, standardized, automated way to collect (Oracle) database workload and configuration information, as well as Unix/Linux performance and configuration statistics. The collected data is used for: * Database platform sizings * Performance analysis and troubleshooting * Calculation of possible TCO reduction / system efficiency * Insi...")
- 12:17, 10 October 2024 DBCollect/Options (hist | edit) [6,688 bytes] Bart (talk | contribs) (Created page with "Category:DBCollect = Explanation of all options = == help == <code>--help</code> or <code>-h</code> Shows usage (list of all arguments) == version == <code>-V | --version</code> Shows detailed version, build and copyright details == debug == <code>-D | --debug</code> enables debugging. This will result in more logging (sometimes dumping unhandled Python exceptions and traces. Even without this option, debug info is written to the {{dbcollect}} logfile for...")
- 11:31, 10 October 2024 DBCollect/Considerations (hist | edit) [1,976 bytes] Bart (talk | contribs) (Created page with "Category:DBCollect")