Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

oracleasm + oracleasm-support + oracleasmlib

JhilJan 20 2016 — edited Jan 24 2016

Hello all,

# LINUX KERNEEL VERSION

# uname -r

2.6.9-89.EL

# PROCESSOR TYPE

# uname –p    

i686

# HARDWARE PLATFORM OF THE LINUX OS

# uname –i  

i386

According to the above information , I had combination of following  libraries

oracleasm + oracleasm-support + oracleasmlib


Drivers for kernel 2.6.9-89.EL

oracleasm-2.6.9-89.ELxenU-2.0.5-1.el4.i686.rpm

oracleasm-2.6.9-89.ELsmp-2.0.5-1.el4.i686.rpm

oracleasm-2.6.9-89.ELhugemem-2.0.5-1.el4.i686.rpm

oracleasm-2.6.9-89.EL-debuginfo-2.0.5-1.el4.i686.rpm

oracleasm-2.6.9-89.EL-2.0.5-1.el4.i686.rpm

Library and Tools

oracleasm-support-2.1.7-1.el4.i386.rpm

oracleasmlib-2.0.4-1.el4.i386.rpm


Confusion here !


Then oracleasmlib can be downloaded from ULN (Unbreakable Linux Network).

Why do i need additional package for Oracle ASMLIB  from following link ?

Oracle Linux: Oracle ASMLib | Oracle Technology Network | Oracle

Comments

800322
lalvs wrote:
Can we get the co-ordinates using JSR 179 in a mobile device(With out using GPS)? I mean using cell-ID?
http://developers.sun.com/mobility/apis/articles/location/

spatial location can be expressed in the widely used latitude-longitude-altitude coordinate system. Latitude is expressed as 0-90 degrees north or south of the equator, and longitude as 0-180 degrees east or west of the prime meridian, which passes through Greenwich, England. Altitude is expressed in meters above sea level.
If so which are the phones supporting this feature.
+JSR 179 requires the Connected Device Configuration (CDC) or version 1.1 of the Connected Limited Device Configuration (CLDC). CLDC 1.0 isn't adequate because it doesn't support floating-point numbers, which the API uses to represent coordinates and other measurements. The Location API doesn't depend on any particular profile -- it can be used with MIDP or the Personal Profile.

The hardware platform determines which location methods are supported. If it doesn't support at least one location provider, LBS won't be possible. Applications can request providers with particular characteristics, such as a minimum degree of accuracy. Some location methods may be free; others may entail service fees. The application should warn the user before any charges are incurred. +
807588
Thanks a lot. Do you know any devices particularly in Nokia series which is having a method based on cellId?
JoachimSauer
lalvs wrote:
Thanks a lot. Do you know any devices particularly in Nokia series which is having a method based on cellId?
You'll probably have a much better chance of getting that answered on the [Nokia developer forums|http://discussion.forum.nokia.com/forum/] (I've been there before and they are quite helpful).

The details of J2ME implementations are usually rather sparsely documented.
807588
Well, had same kinda question couple of weeks before.

The Nokia API may have lot of API's for the LBS, but its good to check if the service provider has provisions for LBS.
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 21 2016
Added on Jan 20 2016
12 comments
3,366 views