Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between binary_integer and
pls_integer

Answer Posted / l. meher

The difference is :

PLS_INTEGER and BINARY_INTEGER have the same magnitude
range, they are not fully compatible. When a PLS_INTEGER
calculation overflows, an exception is raised. However,
when a BINARY_INTEGER calculation overflows, no exception
is raised if the result is assigned to a NUMBER variable.

Also, PLS_INTEGER operations use machine arithmetic, so
they are faster than NUMBER and BINARY_INTEGER operations,
which use library arithmetic.

In new applications, always use PLS_INTEGER for better
performance.

Is This Answer Correct ?    15 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to display the records between two range in Oracle SQL Plus?

1199


Which one is faster ienumerable or iqueryable?

993


which command using query analyzer will give you the version of sql server and operating system? : Sql dba

1111


What are the different types of functions in sql?

1101


How can we implement rollback or commit statement in a trigger?

1086


What is sql mysql pl sql oracle?

1129


discuss about myisam key cache. : Sql dba

1072


Why do you partition data?

1066


What can you do with pl sql?

1148


Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints

1134


What are tables and fields in the database?

1194


What is rowtype?

1081


What is structural independence and why is it important?

1074


What is sql not null constraint?

1096


Can we rollback after truncate?

1076