Archive

Archive for the ‘11gR2’ Category

11.2 solaris x86_64

December 5th, 2009

Released as announced for 2009Q4… database, 11.2 for Solaris x86_64

Still Oracle is suffering with European Union Commission who is still blocking the Sun deal.

google news about the deal

11gR2, installation, news

11.2 Sparc

November 12th, 2009

stragg in 11gR2

September 1st, 2009

This will be a killer in the Oracle forums ;)
listagg

LISTAGG (measure_expr [, 'delimiter_expr'])
  WITHIN GROUP (order_by_clause) [OVER query_partition_clause]

for instance

SELECT LISTAGG(ename,',') WITHIN GROUP (ORDER BY ename) FROM emp;
ADAMS,ALLEN,BLAKE,CLARK,FORD,JAMES,JONES,KING,MARTIN,MILLER,SCOTT,SMITH,TURNER,WARD

11gR2, sql

database 11gR2

September 1st, 2009

Good news today, you can download Oracle Database 11g Release 2 :)

11gR2, news