Skip to content

Commit

Permalink
add ORA-04025 to TAF retry list
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatsridhar95 committed Aug 20, 2024
1 parent 26a4881 commit f3d88cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coordinatortaf.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (p *tafResponsePreproc) Write(bf []byte) (int, error) {
}
ora, sz := atoi(ns.Payload)
switch ora {
case 3113, 3114, 3135, 12514, 3128, 3127, 3123, 3111, 3106, 1012, 28, 31, 51, 25400, 25401, 25402, 25403, 25404, 25405, 25407, 25408, 25409, 25425, 24343, 1041, 600, 700, 7445:
case 3113, 3114, 3135, 12514, 3128, 3127, 3123, 3111, 3106, 1012, 28, 31, 51, 25400, 25401, 25402, 25403, 25404, 25405, 25407, 25408, 25409, 25425, 24343, 1041, 600, 700, 7445, 4025:
//for testing 962=<table doesn't exist>: case 942:
p.ok = false
p.ora = string(ns.Payload[:sz])
Expand Down

0 comments on commit f3d88cf

Please sign in to comment.