| |
|
If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
|
 |

03-11-09, 04:57
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 3
|
|
|
What is New in DB2 9.5
|
|
Hi All,
I am new to this forum, i would like to know the new features that are added to the DB2 9.5 release or the features that are enhanced from DB2 9.1 version.
It would be very much helpful if you guys can provide the features list which are on Table level like New Data types, Enhancements to the existing Data types, New tables etc,
Thanks in Advance,
|
|

03-11-09, 04:59
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 3
|
|
Forgot to add, IBM DB2 UDB Enterprise Edition V9.5
|
|

03-11-09, 07:06
|
|
Super Moderator
|
|
Join Date: Aug 2001
Location: UK
Posts: 4,534
|
|
|
|
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
|
|

03-11-09, 08:00
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 3
|
|
After going through the document i could not able to figure out the features which are on Table level. I am new to DB2 UDB, Actually i am not a DBA. Actually i have to certify our product againest DB2 UDB, Our product deals with Tables, Partitions, Tablespaces.
If any new features/Data types that are added in Table levle then please kindly list them out.
|
|

03-11-09, 09:34
|
|
Registered User
|
|
Join Date: May 2003
Location: USA
Posts: 5,196
|
|
|
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
|
|

03-12-09, 04:27
|
|
Registered User
|
|
Join Date: Sep 2004
Location: Belgium
Posts: 1,079
|
|
With the risk to forget important improvements, here's my list of new features which could be important at the level of tables and datatypes: - Identifier length limits have increased (often to 128 bytes)
like column name, schema name, trigger name.
(Note that it's bytes, not characters; e.g., when using UTF-8 encoding for the catalog, "normal", non-accented letters are 1 byte but accented letters, Greek, Cyrillic etc. are 2 bytes and characters from most other alphabets are 3 (and sometimes 4) bytes.)
- The "SET" statement can now be used "anywhere", esp. in a prepared statement, possibly even with parameter markers.
- DECFLOAT is a new datatype. Great stuff, check it out!
(or come to my presentation at IDUG Rome, if it gets accepted)
- Some new (names for existing) scalar functions, for Oracle compatibility, like NVL and DECODE, and new scalar functions for bit operations (BITAND() etc).
__________________
--_Peter Vanroose,
__IBM Certified Database Administrator, DB2 9 for z/OS
__IBM Certified Application Developer
__ABIS Training and Consulting
__http://www.abis.be/
|
|

03-12-09, 11:28
|
|
Super Moderator
|
|
Join Date: Aug 2001
Location: UK
Posts: 4,534
|
|
Good luck Pete
Quote:
|
Originally Posted by Peter.Vanroose
(or come to my presentation at IDUG Rome, if it gets accepted)
|
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
|
|

03-13-09, 05:51
|
|
Registered User
|
|
Join Date: Jan 2003
Posts: 1,570
|
|
Quote:
|
Originally Posted by Peter.Vanroose
here's my list of new features
|
Pete, here is my list of new functionalities: 
1. XML support added for non-UTF8 code pages
2. Table partitioning new options
3. Compress table (like zipping files in file system)
4. Self memory tuning has new features to set automatically
5. Include log files in backup image
6. Change data types, sample char(10) to char(11)) with alter table command
7. Oracle function supported:
NVL -> COALESCE, VALUE
DECODE -> CASE
TO_CHAR -> VARCHAR_FORMAT
TO_DATE() -> TIMESTAMP_FORMAT
Regards
|
|

03-13-09, 07:18
|
|
Super Moderator
|
|
Join Date: Aug 2001
Location: UK
Posts: 4,534
|
|
Wasn't this a feature in 8.2 base version ?
Quote:
|
5. Include log files in backup image
|
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
|
|

03-13-09, 07:42
|
|
Registered User
|
|
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
|
|
Quote:
|
Originally Posted by grofaty
5. Include log files in backup image
|
Caught my eye too. This EXCELLENT feature has been around for some time.
What they should add is the possibility to pass this kind op parameters (also COMPRESS) to the backup-command generated by the"autmatic maintanance".
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|