<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8170514694805401022</id><updated>2012-02-16T11:48:04.136-08:00</updated><title type='text'>Oracle DBA/APPS DBA</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://vignesh-oracle.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://vignesh-oracle.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Vigneswaran B</name><uri>http://www.blogger.com/profile/01876683763419001345</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://bp0.blogger.com/_X5xqCk9h9NA/R1KgfSpjHLI/AAAAAAAAACQ/ZZBTyw0KerM/S220/vignesh-medium.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8170514694805401022.post-8830404747485671206</id><published>2007-11-21T00:01:00.000-08:00</published><updated>2007-11-21T00:37:36.935-08:00</updated><title type='text'>11g New Features - Interval Partitioning</title><content type='html'>Interval Partitioning:

This new feature in table partition fully automates the partition creation for range. i.e new partitions will be created when they are needed. By defining the interval criteria, the database knows when to create new partitions for new or modified data.


&lt;a id="sthref58" name="sthref58"&gt;&lt;/a&gt;&lt;a id="sthref59" name="sthref59"&gt;&lt;/a&gt;Interval partitioning is an extension of range partitioning which instructs the database to automatically create partitions of a specified interval when data inserted into the table exceeds all of the existing range partitions. You must specify at least one range partition. The range partitioning key value determines the high value of the range partitions, which is called the transition point, and the database creates interval partitions for data beyond that transition point. The lower boundary of every interval partition is the non-inclusive upper boundary of the previous range or interval partition.
For example, if you create an interval partitioned table with monthly intervals and the transition point at January 1, 2007, then the lower boundary for the January 2007 interval is January 1, 2007. The lower boundary for the July 2007 interval is July 1, 2007, regardless of whether the June 2007 partition was already created.

Cheers
Vignesh&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8170514694805401022-8830404747485671206?l=vignesh-oracle.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vignesh-oracle.blogspot.com/feeds/8830404747485671206/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8170514694805401022&amp;postID=8830404747485671206' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/8830404747485671206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/8830404747485671206'/><link rel='alternate' type='text/html' href='http://vignesh-oracle.blogspot.com/2007/11/11g-new-features-interval-partitioning.html' title='11g New Features - Interval Partitioning'/><author><name>Vigneswaran B</name><uri>http://www.blogger.com/profile/01876683763419001345</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://bp0.blogger.com/_X5xqCk9h9NA/R1KgfSpjHLI/AAAAAAAAACQ/ZZBTyw0KerM/S220/vignesh-medium.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8170514694805401022.post-2052341380569784769</id><published>2007-11-11T08:39:00.000-08:00</published><updated>2007-11-12T21:32:44.621-08:00</updated><title type='text'>11g New Features - Security</title><content type='html'>Kerberos Cross Realm Support:

This feature updates the Oracle Kerberos implementation to support cross realm authentication. Now a Kerberos principal in one realm can provide authentication to a principal in another realm. The benefit of this feature is that it makes Kerberos a more viable alternative for customers seeking strong authentication without the overhead of managing certificates and public key infrastructure (PKI).

SYSDBA Strong Authentication:

All connections to the database can now use strong authentication, including those made as SYSDBA and SYSOPER. Oracle has supported strong authentication through PKI, Kerberos, and Radius since Oracle8i for all connections to the database except those connections made as SYSDBA or SYSOPER. This feature completes Oracle support for strong authentication by extending the strong authentication feature to connections as SYSDBA and SYSOPER.

Tablespace Encryption:

Tablespace encryption is an enhancement to the Oracle Advanced Security Transparent Data Encryption solution. Using tablespace encryption, customers can encrypt an entire tablespace, encrypting all data within the tablespace. When the database accesses the tablespace, the relevant data blocks are transparently decrypted for the application.

&lt;strong&gt;Secure by Default - &lt;/strong&gt;
&lt;strong&gt;&lt;/strong&gt;
Audit By Default :

This feature automatically configures the database for auditing and turns on auditing for specific events such as database connections. Oracle has turned on some auditing settings by default to help customers better track connections to the database.

Built-in Password Complexity Checker:

This feature builds into the database the password complexity routine that is documented in the Oracle Database Security Guide. This built-in functionality can be easily turned on to guarantee that complex passwords are used when setting or resetting a password

Fine-Grained Access Control on Network Call-outs from the Database:

The packages UTL_TCP, UTL_INADDR, UTL_HTTP, UTL_SMTP, and UTL_MAIL allow Oracle users to make network callouts from the database using raw TCP or using higher level protocols built on raw TCP. Until now, when the granularity of a privilege is simply execute on each package, there has been no way to allow a user access to just a list of specified internet hosts. The new package DBMS_NETWORK_ACL_ADMIN allows fine-grained control using ACLs implemented by XML DB. This feature enables the DBA to carefully control which internet hosts Oracle users can access using the supplied PL/SQL packages.


Cheers
Vigneswaran&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8170514694805401022-2052341380569784769?l=vignesh-oracle.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vignesh-oracle.blogspot.com/feeds/2052341380569784769/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8170514694805401022&amp;postID=2052341380569784769' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/2052341380569784769'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/2052341380569784769'/><link rel='alternate' type='text/html' href='http://vignesh-oracle.blogspot.com/2007/11/11g-new-features-security.html' title='11g New Features - Security'/><author><name>Vigneswaran B</name><uri>http://www.blogger.com/profile/01876683763419001345</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://bp0.blogger.com/_X5xqCk9h9NA/R1KgfSpjHLI/AAAAAAAAACQ/ZZBTyw0KerM/S220/vignesh-medium.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8170514694805401022.post-2716062699578107480</id><published>2007-11-11T08:32:00.000-08:00</published><updated>2007-11-12T07:51:02.377-08:00</updated><title type='text'>11g New Features - Performance</title><content type='html'>Direct NFS Client:

This features implements NFS client as part of Oracle Database kernel. The primary benefits of this feature are improved performance and manageability. The Direct NFS Client improves I/O performance by incorporating Oracle-specific optimizations and eliminating the additional overhead traditionally found in operating system kernel mode implementation of NFS protocol. In addition, it simplifies configuration by eliminating the need to manually tune most of the NFS client parameters.

Intelligent Cursor Sharing:

This feature helps determine whether a cursor will be shared. For example, instead of blindly reusing an existing cursor with its plan, the optimizer takes ranges of safe values into account when evaluating cursor sharability. Cursor sharing has been enhanced to a more sophisticated sharing model. This enables you to leverage cursor sharing more commonly while preserving bind variable specific plan optimizations for shared statements.

Enhanced Partition Pruning Capabilities:

Partition pruning now uses bloom filtering instead of subquery pruning. While subquery pruning was activated on a cost-based decision and consumed internal (recursive) resources, pruning based on bloom filtering is activated all the time without consuming additional resources. The performance of partition pruning has been enhanced. Furthermore, partition pruning will be automatically activated for every join with a partitioned object.


Cheers
Vigneswaran&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8170514694805401022-2716062699578107480?l=vignesh-oracle.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vignesh-oracle.blogspot.com/feeds/2716062699578107480/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8170514694805401022&amp;postID=2716062699578107480' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/2716062699578107480'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/2716062699578107480'/><link rel='alternate' type='text/html' href='http://vignesh-oracle.blogspot.com/2007/11/11g-new-features-performance.html' title='11g New Features - Performance'/><author><name>Vigneswaran B</name><uri>http://www.blogger.com/profile/01876683763419001345</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://bp0.blogger.com/_X5xqCk9h9NA/R1KgfSpjHLI/AAAAAAAAACQ/ZZBTyw0KerM/S220/vignesh-medium.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8170514694805401022.post-6983885090660008264</id><published>2007-11-11T08:20:00.000-08:00</published><updated>2007-11-11T08:31:59.564-08:00</updated><title type='text'>11g New Features  - Utilities</title><content type='html'>Compressed Dump File Sets :

Data Pump provides the ability to compress the metadata of a dump file set, which can shrink the dump files by 10-15%. In this release, Data Pump adds the ability to compress the entire dump file set, including data and metadata. This feature lets you specify compression for metadata, row data, or the entire dump file set.

Data Pump API Enhancements :

The Data Pump API has been enhanced to allow individual worker processes to be restarted after a failure without terminating the Data Pump job. This enhancement improves availability when using the parallel capabilities of Data Pump. The new DATA_REMAP API allows you to specify transformations to be applied to data during export or import. This can be useful when you need to obfuscate sensitive data while retaining its data type, structure, or format which may be needed when moving data from a production system to a test environment.

Database Upgrade/Downgrade Enhancements :

The pre-upgrade information utility has improved resource estimations, and the post-upgrade status tool has improved error message generation and display. Over the past releases, improvements have been made to simplify both manual upgrades and upgrades done using the Database Upgrade Assistant (DBUA). This feature further reduces the complexity of database upgrades and gives DBAs more information they can use to determine whether their database upgrade was successful.

Oracle Data Pump External Table Enhancement:

In 10g  releases of Data Pump, a row error in an external table caused the entire table load to abort, requiring you to reload the table. This feature ensures that a row error does not cause a table load to abort, thus saving load time.

SQL*Plus BLOB Support:

This feature allows you to verify the contents of BLOB columns.

Cheers
Vignesh Bala&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8170514694805401022-6983885090660008264?l=vignesh-oracle.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vignesh-oracle.blogspot.com/feeds/6983885090660008264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8170514694805401022&amp;postID=6983885090660008264' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/6983885090660008264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/6983885090660008264'/><link rel='alternate' type='text/html' href='http://vignesh-oracle.blogspot.com/2007/11/11g-new-features-utilities.html' title='11g New Features  - Utilities'/><author><name>Vigneswaran B</name><uri>http://www.blogger.com/profile/01876683763419001345</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://bp0.blogger.com/_X5xqCk9h9NA/R1KgfSpjHLI/AAAAAAAAACQ/ZZBTyw0KerM/S220/vignesh-medium.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8170514694805401022.post-4674958067911768930</id><published>2007-11-11T07:56:00.000-08:00</published><updated>2007-11-11T08:03:07.615-08:00</updated><title type='text'>11g New features : Application Developement</title><content type='html'>&lt;strong&gt;Client-Side Query Cache&lt;/strong&gt;

   This feature enables caching of query result sets in client memory. The cached result set data is transparently kept consistent with any changes done on the server side.

  &lt;strong&gt;Benifit:&lt;/strong&gt;  This improves perfomance of application. I mean avoids round trip by sending query and fetching data again since cached.  Also improves CPU utilization by avaoind second exection time.

&lt;strong&gt;OCI Client Session NLS Character Set Status Information&lt;/strong&gt;
&lt;strong&gt;&lt;/strong&gt;
&lt;strong&gt;    &lt;/strong&gt;This new feature adds client session NLS and character set information to the V$SESSION_CONNECT_INFO and GV$SESSION_CONNECT_INFO views.

   Benifit : This enhancement provides DBAs with access to client-side session character set information for all clients. This information is especially useful in troubleshooting problems.

Cheers
Vignesh Bala&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8170514694805401022-4674958067911768930?l=vignesh-oracle.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vignesh-oracle.blogspot.com/feeds/4674958067911768930/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8170514694805401022&amp;postID=4674958067911768930' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/4674958067911768930'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/4674958067911768930'/><link rel='alternate' type='text/html' href='http://vignesh-oracle.blogspot.com/2007/11/11g-new-features-application.html' title='11g New features : Application Developement'/><author><name>Vigneswaran B</name><uri>http://www.blogger.com/profile/01876683763419001345</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://bp0.blogger.com/_X5xqCk9h9NA/R1KgfSpjHLI/AAAAAAAAACQ/ZZBTyw0KerM/S220/vignesh-medium.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8170514694805401022.post-2562567597296051699</id><published>2007-11-01T01:44:00.000-07:00</published><updated>2007-11-01T01:55:37.608-07:00</updated><title type='text'>Oracle 11g New Features</title><content type='html'>Active data gaurd
-------------------

Oracle Active Data Guard enables read-only access to a physical standby database for queries, sorting, reporting, web-based access, etc., while continuously applying changes received from the production database. Oracle Active Data Guard also enables the use of fast incremental backups when offloading backups to a standby database, and can provide additional benefits of high availability and disaster protection against planned or unplanned outages at the production site.

Looks nice. But needs special licence.  :)


Oracle Advanced Compression—

with Oracle Database 11g Enterprise Edition—Helps to manage growing amounts of data (that on average are tripling every couple of years) in a cost effective manner. Oracle Advanced Compression compresses any type of data, including structured and unstructured data such as documents, images, and multimedia, as well as network traffic and data in the process of being backed up. As a result, Oracle Advanced Compression helps you use resources more efficiently and lower storage costs.

i feel this is good for performance.

Cheers
Vignesh Bala&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8170514694805401022-2562567597296051699?l=vignesh-oracle.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vignesh-oracle.blogspot.com/feeds/2562567597296051699/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8170514694805401022&amp;postID=2562567597296051699' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/2562567597296051699'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/2562567597296051699'/><link rel='alternate' type='text/html' href='http://vignesh-oracle.blogspot.com/2007/11/oracle-11g-new-features.html' title='Oracle 11g New Features'/><author><name>Vigneswaran B</name><uri>http://www.blogger.com/profile/01876683763419001345</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://bp0.blogger.com/_X5xqCk9h9NA/R1KgfSpjHLI/AAAAAAAAACQ/ZZBTyw0KerM/S220/vignesh-medium.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8170514694805401022.post-3557307396572925771</id><published>2007-11-01T01:24:00.000-07:00</published><updated>2007-11-01T02:10:34.360-07:00</updated><title type='text'>Oracle 11g Launch in Middle East Cities</title><content type='html'>Oracle 11g Launch in Middle East Cities
---------------------------------------

Register for the Oracle Database 11g launch near you !!!

Find out more about Oracle's Maximum Availability Architecture and how you can benefit by attending the Oracle Database 11g Launch in the Middle East.

You'll learn about Oracle's Maximum Availability Architecture blueprint, and how it can help you to:

Reduce complexity and risk. Fewer third party components to achieve required service levels for availability, data protection, performance and scalability.

Lower acquisition and maintenance costs. By utilising native Oracle High Availability capabilities and opting for low-cost servers and storage.

Improve service levels while capping management overheads. Oracle Enterprise Grid Control manages production environments at scale.

Increase responsiveness. You will get the flexibility to respond fast to changing requirements.
Maximise ROI. By enabling all systems in your high availability architecture actively to support production, quality assurance and development activities while eliminating servers that are idle until a failure occurs.

To register for your nearest Oracle Database 11g launch and discover how it can give you
maximum availability with a minimum of fuss, click here for:

&lt;a name="#register"&gt;&lt;/a&gt;&lt;a href="http://www.oracle.com/go/?&amp;amp;Src=5659263&amp;amp;Act=9" target="_blank"&gt;Bahrain&lt;/a&gt;
November 6, 2007
Sheraton Bahrain

&lt;a href="http://www.oracle.com/go/?&amp;amp;Src=5659263&amp;amp;Act=5" target="_blank"&gt;Abu Dhabi&lt;/a&gt;
November 7, 2007
Intercontinental Hotel Abu Dhabi

&lt;a href="http://www.oracle.com/go/?&amp;amp;Src=5659263&amp;amp;Act=7" target="_blank"&gt;Qatar&lt;/a&gt;
November 13, 2007
Marriott Doha

&lt;a href="http://www.oracle.com/go/?&amp;amp;Src=5659263&amp;amp;Act=6" target="_blank"&gt;Oman&lt;/a&gt;
November 17, 2007
Intercontinental Muscat

&lt;a href="http://www.oracle.com/go/?&amp;amp;Src=5659263&amp;amp;Act=8" target="_blank"&gt;Kuwait&lt;/a&gt;
November 18, 2007
Crowne Plaza Kuwait

&lt;a href="http://www.oracle.com/go/?&amp;amp;Src=5659263&amp;amp;Act=11" target="_blank"&gt;Jeddah&lt;/a&gt;
November 20, 2007
Le Jeddah Meridien

&lt;a href="http://www.oracle.com/go/?&amp;amp;Src=5659263&amp;amp;Act=12" target="_blank"&gt;Jordan&lt;/a&gt;
November 21, 2007
Four Seasons Hotel


Cheers
Vignesh Bala&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8170514694805401022-3557307396572925771?l=vignesh-oracle.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vignesh-oracle.blogspot.com/feeds/3557307396572925771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8170514694805401022&amp;postID=3557307396572925771' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/3557307396572925771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8170514694805401022/posts/default/3557307396572925771'/><link rel='alternate' type='text/html' href='http://vignesh-oracle.blogspot.com/2007/11/oracle-11g-launch-in-middle-east-cities.html' title='Oracle 11g Launch in Middle East Cities'/><author><name>Vigneswaran B</name><uri>http://www.blogger.com/profile/01876683763419001345</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='29' src='http://bp0.blogger.com/_X5xqCk9h9NA/R1KgfSpjHLI/AAAAAAAAACQ/ZZBTyw0KerM/S220/vignesh-medium.jpg'/></author><thr:total>0</thr:total></entry></feed>
