What is the difference between binary_integer and plsql_integer

Showing Answers 1 - 1 of 1 Answers

Kamal Mohapatra

  • Jul 23rd, 2007
 

You must be speaking about PLS_INTEGER.  PLS_INTEGER, uses machine-arithmetic unlike BINARY_INTEGER which uses library arithmetic. As such PLS_INTEGER is somewhat faster than BINARY_INTEGER. Also BINARY_INTEGER has subtypes. I don't think PLS_INTEGER has subtypes

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions