How to view the data in History table?

Hello,

We have the requirement of viewing data of a History view of a version enabled table in Oracle Spatial. Let me explain it in a bit details.

We have one table, say LAND_LOTS.We enable the versioning on it using Oracle Workspace Manager as below.

EXECUTE DBMS_WM.EnableVersioning('LAND_LOTS','VIEW_WO_OVERWRITE ',FALSE,FALSE);

Now,when we make any changes to the version of LAND_LOTS table, they will be recorded in the LAND_LOTS_HIST view. We want to have a functionality to view this history view data using time slider. So, when the user moves the slider,the data for that particular time will be viewed.

Has anybody done something like this in Bentley Map? Any help or suggestions on this issue will be appreciated.

Thanks,

Kiran.