dbTalk Databases Forums  

FYI: DB2 9.7.2 eGA with more SQL goodies to get off Oracle

comp.databases.ibm-db2 comp.databases.ibm-db2


Discuss FYI: DB2 9.7.2 eGA with more SQL goodies to get off Oracle in the comp.databases.ibm-db2 forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Serge Rielau
 
Posts: n/a

Default FYI: DB2 9.7.2 eGA with more SQL goodies to get off Oracle - 05-28-2010 , 04:34 PM






For those of you busily enabling those Oracle applications to DB2 things
are getting (even) easier:
1. DBMS_DDL.WRAP() and DBMS_DDL.CREATE_WRAPPED()
Provide obfuscation for your PL/SQL (and SQL PL) procedures,
functions, triggers, ..
2. NCHAR, NVARCHAR2, NCLOB support with related functions
(e.g. TO_NCHAR)
3. DEFAULT parameters for functions
CREATE FUNCTION FOO(arg1 INT DEFAULT 7) ...
4. Named parameter invocation for functions
SELECT FOO(arg=>7) FROM DUAL
5. BULK COLLECT got faster
6. Various CLPPlus enhancements
....

All features (except BULK COLLECT) are of course available to "regular"
DB2 as well.

Enjoy
Serge
--
Serge Rielau
SQL Architect DB2 for LUW
IBM Toronto Lab

Reply With Quote
  #2  
Old   
Troels Arvin
 
Posts: n/a

Default Re: FYI: DB2 9.7.2 eGA with more SQL goodies to get off Oracle - 05-29-2010 , 03:13 AM






About the "Databases can be restored using transportable sets" news:
Are transportable sets architecture-independent, so that they can be used
to transport a database from - e.g. - AIX64 to Linux x86_64?

--
Troels

Reply With Quote
  #3  
Old   
Serge Rielau
 
Posts: n/a

Default Re: FYI: DB2 9.7.2 eGA with more SQL goodies to get off Oracle - 05-29-2010 , 07:28 AM



On 5/29/2010 4:13 AM, Troels Arvin wrote:
Quote:
About the "Databases can be restored using transportable sets" news:
Are transportable sets architecture-independent, so that they can be used
to transport a database from - e.g. - AIX64 to Linux x86_64?

I do not think so. In the end the technology is based on restore. So the
same rules apply.

Cheers
Serge


--
Serge Rielau
SQL Architect DB2 for LUW
IBM Toronto Lab

Reply With Quote
  #4  
Old   
Frederik Engelen
 
Posts: n/a

Default Re: FYI: DB2 9.7.2 eGA with more SQL goodies to get off Oracle - 05-29-2010 , 08:17 AM



On 29 mei, 14:28, Serge Rielau <srie... (AT) ca (DOT) ibm.com> wrote:
Quote:
On 5/29/2010 4:13 AM, Troels Arvin wrote:> About the "Databases can be restored using transportable sets" news:
Are transportable sets architecture-independent, so that they can be used
to transport a database from - e.g. - AIX64 to Linux x86_64?

I do not think so. In the end the technology is based on restore. So the
same rules apply.

Cheers
Serge

--
Serge Rielau
SQL Architect DB2 for LUW
IBM Toronto Lab
I assume it has the same limitations as a tablespace restore with
regards to HADR (ie. not possible). Am I correct?

Kind regards,

Frederik

Reply With Quote
  #5  
Old   
Serge Rielau
 
Posts: n/a

Default Re: FYI: DB2 9.7.2 eGA with more SQL goodies to get off Oracle - 05-29-2010 , 08:28 AM



On 5/29/2010 9:17 AM, Frederik Engelen wrote:
Quote:
On 29 mei, 14:28, Serge Rielau<srie... (AT) ca (DOT) ibm.com> wrote:
On 5/29/2010 4:13 AM, Troels Arvin wrote:> About the "Databases can be restored using transportable sets" news:
Are transportable sets architecture-independent, so that they can be used
to transport a database from - e.g. - AIX64 to Linux x86_64?

I do not think so. In the end the technology is based on restore. So the
same rules apply.
I assume it has the same limitations as a tablespace restore with
regards to HADR (ie. not possible). Am I correct?
That I do not know....

--
Serge Rielau
SQL Architect DB2 for LUW
IBM Toronto Lab

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.