How to fix the Oracle error PCB-00702: Out-of-range item number?
In this post, you’ll learn more about the Oracle ErrorPCB-00702: Out-of-range item number with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCB-00702: Out-of-range item number
Reason for the Error PCB-00702: Out-of-range item number
Cause: The value specified in the VALUES clause of an EXEC SQL GET/SET DESCRIPTOR statement was less than one or greater than 65535.
How to fix the Error PCB-00702: Out-of-range item number ?
You can fix this error in Oracle by following the below steps
Action: Specify a value between 1 and 65535.
Leave Your Comment