Oracle announces release 6 of their In Memory database, more details here. Faster, bigger, better and easier… well, let’s try it first.
One thought on “New Release Times Ten”
Comments are closed.
Oracle 10gR2 - Conditional PL/SQL Compilation
Thu Nov 17 , 2005
Facebook0TwitterLinkedinFor one of our sessions for the Knowledge Center Oracle Server Development I had to prepare a presentation and demonstration on new Oracle 10gR2 features in SQL and PL/SQL – as well as reflect on some by now somewhat more established 10gR1 features. If you are interested in this presentation, […]

How to convert Integer type to varchar type at Times Ten db?
I tried with the following
select cast(id as varchar(10)) from member.