Oracle 10g My Favorites So Far

By
Advertisement

Advertise Here

I am in a Oracle 10g developer’s workshop. In these two days some interesting things in Oracle 10g which I found are,

  • Automatic SQL Tuning in Oracle Database 10g using the DBMS_SQLTUNE. On good illustrations you can use this.
  • Resumable timeout, this really saves most of the time in redoing things due to a small mistake we failed to notice. At least for me it will save loads of time on schema imports. You must have a deep look into this.
  • File Transfers, using oracle this will really make database programming stronger.
  • Conditional Compilation will really make debugging easier (Inherits A ‘C’ Language #ifdef Feature).
  • Pattern Matching, this regular expression will give some Java edge.

To try out new features of 10g, you can always request a workspace from oracle at this place.

0 comments:

Post a Comment

After reading the post , please leave your thoughts good / bad for me to help improve