mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-22 17:44:58 +02:00
update OracleDB error regexes
This commit is contained in:
@@ -131,6 +131,11 @@ func GetErrorRegexes() []Error {
|
||||
"(?i)com\\.microsoft\\.sqlserver\\.jdbc",
|
||||
"(?i)SQL(Srv|Server)Exception"},
|
||||
},
|
||||
{
|
||||
"OracleDB error",
|
||||
[]string{
|
||||
`(?i)(\\bORA-\\d{5}|Oracle error|Oracle.*Driver|Warning.*\\Woci_.*|Warning.*\\Wora_.*)`},
|
||||
},
|
||||
}
|
||||
return regexes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user