How to fix the Oracle error PCB-00229: Indicator variable “string” has wrong type or length?
In this post, you’ll learn more about the Oracle ErrorPCB-00229: Indicator variable “string” has wrong type or length with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCB-00229: Indicator variable “string” has wrong type or length
Reason for the Error PCB-00229: Indicator variable “string” has wrong type or length
Cause: An indicator variable was not declared in the Declare Section as a 2-byte integer. Indicator variables must be defined as 2-byte integers.
How to fix the Error PCB-00229: Indicator variable “string” has wrong type or length ?
You can fix this error in Oracle by following the below steps
Action: Redefine the indicator variable as a 2-byte integer.
Leave Your Comment