What is the Latest version of Oracle HTML DB?
January 16th, 2006 By sspendol
Oracle HTML DB 2.0 is the latest version, which can be downloaded from the HTML DB Home Page on OTN.

January 16th, 2006 By sspendol
Oracle HTML DB 2.0 is the latest version, which can be downloaded from the HTML DB Home Page on OTN.
You must be logged in to post a comment.
January 21st, 2006 at 7:04 pm
I’d like to know how to get HTMLDB version info via query/SQLPlus
January 22nd, 2006 at 9:10 am
Why would you need to see this in SQL*Plus?
Simply log into the builder, and the version number is on each and every page in the lower right corner.
Thanks,
- Scott -
February 1st, 2006 at 3:26 pm
The following worked in XE.
select FLOWS_020100.WWV_FLOWS_VERSION from dual;
WWV_FLOWS_VERSION
————————————————————
2005.05.01
select FLOWS_020100.WWV_FLOWS_RELEASE from dual;
WWV_FLOWS_RELEASE
————————————————————
2.1.0.00.05
February 1st, 2006 at 5:18 pm
2.1 is only supported on Oracle XE. For Oracle Enterprise Edition, Standard Edition, and SE One, the most recent version as of today is 2.0.
Thanks,
- Scott -
November 4th, 2006 at 2:24 am
Latest Apex is Version 2.2
Atul
http://becomeappsdba.blogspot.com
April 28th, 2008 at 2:57 pm
Latest version is 3.1. Man, this thread is old!