Tagged articles
2 articles
Page 1 of 1
Python Crawling & Data Mining
Python Crawling & Data Mining
Jan 12, 2021 · Fundamentals

Master Python’s parse Library: Simplify String Extraction Without Regex

Learn how to replace complex regular expressions with the Python parse library, covering installation, real-world examples, pattern reuse, type conversion, whitespace handling, case sensitivity, character limits, and custom converters, while showcasing code snippets and practical tips for efficient string parsing.

ParseString Parsingregex-alternative
0 likes · 10 min read
Master Python’s parse Library: Simplify String Extraction Without Regex
dbaplus Community
dbaplus Community
Nov 5, 2017 · Databases

Uncovering Oracle’s Hidden Parse Failures: Why AWR Shows 99% Parse Time

A customer’s Oracle 11g RAC experienced chronic high CPU usage; deep AWR analysis revealed that massive parse time was attributed to mutex waits and a hidden hard‑parse failure caused by a missing column, which triggered Bug 16175381 and forced process spin, ultimately resolved by correcting the faulty SQL.

AWRCPUOracle
0 likes · 10 min read
Uncovering Oracle’s Hidden Parse Failures: Why AWR Shows 99% Parse Time