Hi,
I am facing some problems with bitwise operators in PL/SQL. The formula i have is : (((x[0]<<8)+x[1])/128) where x[0]=FF. The correct output value is "-.01". I have translated the formula as (((x[0] * POWER(2, 8))+x[1])/128), but i am not able to get the float output.
Thanks in...
Hi,
I have to right (or left) shift binary numbers in Oracle PL/SQL. Is there any function that will achieve this?
Thanks in advance for the help.
- Milind
Hello,
I have the BO server installed on a Win2K (Service Pack 2)machine. The desktop client is installed on a different machine (Win2K). The database i am using is MS-Access. It takes about 10 mins for the web interface to login after accepting the userid/password.
Any help on this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.