User contributions for Bart

A user with 245 edits. Account created on 5 July 2021.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 500 | ) (20 | 50 | 100 | 250 | 500)

14 May 2024

  • 14:2714:27, 14 May 2024 diff hist +90 DBC:ErrorsNo edit summary current
  • 14:2614:26, 14 May 2024 diff hist +283 N DBC:Errors/DBC-W006Created page with "{{ error | [DBC-W006] Reading DMI info failed (message) }} On Linux, DBCollect tries to retrieve platform information via virtual files (/sys/class/dmi/id). Some of these files cause OS errors when trying to read them. Solution: No action required, DBcollect will proceed normally." current
  • 14:2514:25, 14 May 2024 diff hist +320 N DBC:Errors/DBC-W005Created page with "{{ error | [DBC-W005] Executing <command> failed (message) }} The given command failed to execute. Possible reasons: * Command does not exist in $PATH * Command requires root privileges (dbcollect never runs as root) Solution: No action required, DBcollect will proceed normally, just skipping the problematic command" current
  • 14:2414:24, 14 May 2024 diff hist +396 N DBC:Errors/DBC-W004Created page with "{{ error | [DBC-W004] Skipping <instance>: No prior AWR usage or Statspack detected (--ignore) }} DBCollect could not detect prior AWR usage on <instance> and skips AWR reports alltogether for this instance due to the ignore flag. Solution: No action required, DBcollect will proceed normally. Be informed that the DBCollect data will be incomplete and may not result in the correct assessment." current
  • 14:2314:23, 14 May 2024 diff hist +206 N DBC:Errors/DBC-W003Created page with "{{ error | [DBC-W003] Writing data to zip file failed: <file> (message) }} Saving some data in the DBCollect ZIPfile failed due to (message). Solution: No action required, DBcollect will proceed normally." current
  • 14:2314:23, 14 May 2024 diff hist +314 N DBC:Errors/DBC-W002Created page with "{{ error | [DBC-W002] <instance>: No prior AWR usage detected, continuing anyway (--force-awr) }} Informational message: DBCollect could not find prior usage of AWR reports, but the force flag was used so it continues genertating AWR reports anyway. Solution: No action required, DBcollect will proceed normally." current
  • 14:2214:22, 14 May 2024 diff hist +201 N DBC:Errors/DBC-W001Created page with "{{ error | [DBC-W001] Subprocess <subprocess> interrupted }} A subprocess was aborted due to a keyboard interrupt (CTRL-C). Solution: If dbcollect was aborted, restart it with the correct parameters." current
  • 14:2214:22, 14 May 2024 diff hist +202 N DBC:Errors/DBC-E023Created page with "{{ error | [DBC-E023] Job generator failed, rc{{=}}returncode }} The job generator subprocess failed with the given returncode. Check the logfiles for any issues. If the problem remains, {{bugreport}}" current
  • 14:2114:21, 14 May 2024 diff hist +60 DBC:Errors/DBC-E022No edit summary current
  • 14:2014:20, 14 May 2024 diff hist +137 N DBC:Errors/DBC-E022Created page with "{{ error | [DBC-E022] Worker failed, rc{{=}}returncode }} A worker subprocess failed with the given returncode. Solution: {{bugreport}}"
  • 14:2014:20, 14 May 2024 diff hist +605 N DBC:Errors/DBC-E021Created page with "{{ error | [DBC-E021] No AWR or Statspack detected for <instance> (try --force-awr or --ignore) }} DBCollect could not detect prior AWR usage and no statspack configuration for this instance. Solution: # Run dbcollect with <code>--force-awr</code> (if you are sure you have Diagnostics Pack license) # Setup Statspack, wait for at least a week to generate data and rerun (if you do not have the Diagnostics license) # Run dbcollect with <code>--ignore</code> to skip perfo..." current
  • 14:1514:15, 14 May 2024 diff hist +237 N DBC:Errors/DBC-E020Created page with "{{ error | [DBC-E020] Zipfile already exists: <zipfile> }} DBCollect tried to create a new zipfile but the file already exists. Solution: Run dbcollect with <code>--overwrite</code> or <code>-o</code> to overwrite the existing zipfile." current
  • 14:1514:15, 14 May 2024 diff hist +729 N DBC:Errors/DBC-E019Created page with "{{ error | [DBC-E019] Failed to run SQLPlus (path): message }} DBCollect tried to run SQL*Plus but failed due an OS error (see <message>) Solution: Check if you can manually start SQLPlus from the same $ORACLE_HOME using the full path from the error message. <syntaxhighlight lang=bash> # Set environment (make sure it is the same as the one in the error message export ORACLE_HOME=/u01/app/oracle/product/19.0.0/dbhome_1 export PATH=$PATH:$ORACLE_HOME/bin export ORACLE..." current
  • 14:1014:10, 14 May 2024 diff hist +39 DBC:Errors/DBC-E018No edit summary current
  • 14:0914:09, 14 May 2024 diff hist +294 N DBC:Errors/DBC-E018Created page with "{{ error | [DBC-E018] oratab not found or readable }} DBCollect failed to find or read oratab. This file is required to get a list of ORACLE_HOME directories. Solution: Check if either <code>/etc/oratab</code> or <code>/var/opt/oracle/oratab</code> exists and is readable to the oracle user."
  • 14:0714:07, 14 May 2024 diff hist +84 DBC:Errors/DBC-E017No edit summary current
  • 14:0714:07, 14 May 2024 diff hist +623 N DBC:Errors/DBC-E017Created page with "{{ error | [DBC-E017] inventory.xml not found or readable }} DBCollect failed to find or read inventory.xml. This file is required to get a list of ORACLE_HOME directories. Solution: The file <code>/etc/oraInst.loc</code> points to the location of the Oracle Inventory. In the inventory there should be a file named inventory.xml. Example: <syntaxhighlight lang=bash> # cat /etc/oraInst.loc inventory_loc=/u01/app/oraInventory inst_group=oinstall # ls -al /u01/app/or..."
  • 14:0314:03, 14 May 2024 diff hist +610 N DBC:Errors/DBC-E016Created page with "{{ error | [DBC-E016] oraInst.loc not found or readable }} DBCollect failed to find or read oraInst.loc. This file is required to get a list of ORACLE_HOME directories. Solution: Check if the file <code>/etc/oraInst.loc</code> exists. If it is not there, Oracle is probably not properly installed. Further info: The oraInst.loc contains information on where the Oracle Inventory resides. Example: <syntaxhighlight lang=bash> # cat /etc/oraInst.loc inventory_loc=/u01..." current
  • 13:5913:59, 14 May 2024 diff hist +269 N DBC:Errors/DBC-E015Created page with "{{ error | [DBC-E015] Unknown error reading file <file> (error) }} DBCollect failed to read <file> as part of the set of OS files to be collected, due to an unexpected error (not a known I/O error - these are handled normally) Solution: Ignore this error and proceed." current
  • 13:5913:59, 14 May 2024 diff hist +336 N DBC:Errors/DBC-E014Created page with "{{ error | [DBC-E014] Cannot create logfile <file> (message) }} Creating the DBCollect logfile (<code>/tmp/dbcollect.log</code>) failed. Solution: Check if the <code>/tmp</code> directory has free space. It could also be that a dbcollect.log file exists from another dbcollect run with a different user. Remove the logfile and retry." current
  • 13:5013:50, 14 May 2024 diff hist +12 Template:BugreportNo edit summary current
  • 13:4913:49, 14 May 2024 diff hist +2 Template:BugreportNo edit summary
  • 13:4913:49, 14 May 2024 diff hist +2 Template:BugreportNo edit summary
  • 13:4813:48, 14 May 2024 diff hist +49 N Template:BugreportCreated page with "Submit a bugreport. See DBC:Errors/Reporting_bugs"
  • 13:4813:48, 14 May 2024 diff hist −6 DBC:Errors/DBC-E013No edit summary current
  • 13:4613:46, 14 May 2024 diff hist +150 N DBC:Errors/DBC-E013Created page with "{{ error | [DBC-E013] Exception in <subprocess>: <message> }} An unexpected error caused a worker subprocess to abort. Solution: submit a bug report"
  • 13:4213:42, 14 May 2024 diff hist +161 N DBC:Errors/DBC-E012Created page with "{{ error | [DBC-E012] I/O error in <file>: message }} An I/O error happened reading/writing to <file> caused DBCollect to abort. Solution: Submit a bug report." current
  • 13:4213:42, 14 May 2024 diff hist +179 N DBC:Errors/DBC-E011Created page with "{{ error | [DBC-E011] <instance>: Generator timeout (queue full, <seconds> seconds) }} The job generator timed out due to extremely slow generation of AWR reports. Solution: TBD" current
  • 13:2713:27, 14 May 2024 diff hist +300 N DBC:Errors/DBC-E010Created page with "{{ error | [DBC-E010] <instance>: Timeout (pid{{=}}<pid>, <seconds> seconds) running SQLPlus script <script> }} Running an SQL*Plus script resulted in a timeout. DBCollect will continue. Solution: This is most likely caused by known Oracle issues with the Recyclebin and/or DBA_FREE_SPACE. TBD..." current
  • 13:2613:26, 14 May 2024 diff hist +246 N DBC:Errors/DBC-E009Created page with "{{ error | [DBC-E009] <oracle_sid>: Terminated (pid{{=}}<pid>, rc{{=}}<returncode>) running SQLPlus script <script> }} Running an SQL*Plus script resulted in an error. DBCollect will continue. Solution: Continue processing, or file a bug report" current
  • 13:2513:25, 14 May 2024 diff hist +196 N DBC:Errors/DBC-E008Created page with "{{ error | Unknown platform <platform> }} The OS on which DBCollect is executing is not supported. Solution: Check if the platform you run on is supported. If you think it is, file a bug report." current
  • 13:2413:24, 14 May 2024 diff hist +313 N DBC:Errors/DBC-E007Created page with "{{error | [DBC-E007] I/O error writing <file>: <message>}} DBCollect could not write a temporary HTML file after running AWR Strip. Solution: Maybe the temp directory is (almost) full. Try cleaning up space, use a different temp dir (<code>--tempdir</code> or find out why otherwise the files cannot be written." current
  • 13:2313:23, 14 May 2024 diff hist −5 MediaWiki:SidebarNo edit summary current
  • 13:2213:22, 14 May 2024 diff hist +1 MediaWiki:SidebarNo edit summary
  • 13:2113:21, 14 May 2024 diff hist −8 MediaWiki:SidebarNo edit summary
  • 13:2113:21, 14 May 2024 diff hist +45 MediaWiki:SidebarNo edit summary
  • 13:1913:19, 14 May 2024 diff hist 0 m DBC:Errors/Reporting bugsBart moved page DBC:Errors/Report Error to DBC:Errors/Reporting bugs without leaving a redirect current
  • 13:1913:19, 14 May 2024 diff hist +288 N DBC:Errors/Reporting bugsCreated page with " = Reporting errors when running DBCollect = If you run into critical errors running dbcollect, please submit a bug report along with the (partially completed) DBCollect ZIPfile (if it exists) or otherwise, the dbcollect logfile (<code>/tmp/dbcollect.log</code>) Upload procedure TBD..."
  • 13:1613:16, 14 May 2024 diff hist +350 N DBC:Errors/DBC-E006Created page with "{{error | HTML Parsing error in <file>, not stripped }} DBCollect tried to strip the HTML (AWR) file from SQL sections, but encountered a HTML format error in the file (possibly the AWR report itself is corrupt or invalid). Solution: If this happens with one or a few files, it is safe to ignore. If it happens with lots of files, report the error." current
  • 13:1613:16, 14 May 2024 diff hist +231 N DBC:Errors/DBC-E005Created page with "{{error | [DBC-E005] IOerror retrieving <file>: <message>}} This happens if DBcollect cannot read a file as part of the collected data. It is related to [[{{NAMESPACE}}:{{BASEPAGENAME}}/DBC-E004]] depending on the Python version." current
  • 13:1513:15, 14 May 2024 diff hist +312 N DBC:Errors/DBC-E004Created page with "{{error | [DBC-E004] OS error retrieving <file>: <message>}} This happens if DBcollect cannot read a file as part of the collected data. A common cause is when the file is a virtual file which cannot be read by the OS. Solution: It is not a critical problem, DBCollect will proceed with the rest of the tasks." current
  • 13:1513:15, 14 May 2024 diff hist +225 N DBC:Errors/DBC-E003Created page with "{{error | [DBC-E003] Cannot create zipfile <file>}} This happens if DBcollect cannot create the ZIP file for whatever reason. Solution: Try to find out why the ZIP file cannot be created (permissions?), try another location" current
  • 13:1413:14, 14 May 2024 diff hist +191 N DBC:Errors/DBC-E002Created page with "{{error | [DBC-E002] Keyboard interrupt, Aborting...}} DBCollect has been aborted, usually due to CTRL-C (cancel) keyboard sequence. Solution: restart dbcollect with the correct parameters." current
  • 13:1313:13, 14 May 2024 diff hist +66 Main PageNo edit summary current Tag: Visual edit: Switched
  • 13:1213:12, 14 May 2024 diff hist −6 DBC:ErrorsNo edit summary
  • 13:1213:12, 14 May 2024 diff hist +1,832 N Template:SubpagesCreated page with "<noinclude> <languages/> </noinclude><div style="font-size:90%;"> {{Special:Prefixindex/{{{1|{{#if: {{#translation:}}|{{BASEPAGENAMEE}}|{{FULLPAGENAMEE}} }}}}}/ |hideredirects=1 |translate-hidetranslations={{if:{{{showtranslations|}}}|0|1}} }} </div><noinclude> {{documentation|content= {{documentation subpage}} <translate> ===Usage=== <!--T:1--> </translate> <translate><!--T:2--> <tvar name=1><code><nowiki>{{subpages}}</nowiki></code></tvar> shows all the subpages of a..." current
  • 13:1113:11, 14 May 2024 diff hist +63 DBC:ErrorsNo edit summary
  • 13:1113:11, 14 May 2024 diff hist +172 N Template:ErrorCreated page with "<blockquote style=" color: black; border: solid thin gray; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; "> {{{1}}} </blockquote>" current
  • 13:1013:10, 14 May 2024 diff hist +184 DBC:Errors/DBC-E001No edit summary current
  • 13:1013:10, 14 May 2024 diff hist 0 m DBC:Errors/DBC-E001Bart moved page DBC:DBC-E001 to DBC:Errors/DBC-E001 without leaving a redirect
  • 13:0913:09, 14 May 2024 diff hist 0 m DBC:Errors/DBC-E001Bart moved page DBC-E001 to DBC:DBC-E001 without leaving a redirect
  • 13:0913:09, 14 May 2024 diff hist +8 N DBC:ErrorsCreated page with "{{stub}}"

13 May 2024

3 May 2024

12 January 2024

26 July 2023

5 November 2021

26 October 2021

28 September 2021

24 September 2021

23 September 2021

21 September 2021

20 September 2021

16 September 2021

(newest | oldest) View (newer 500 | ) (20 | 50 | 100 | 250 | 500)