I find Difference between %NOTFOUND & NO_DATA_FOUND. post by S. Inderjeet Singh quite interesting.
So I decided to research on it [...]
Entries Tagged as 'SQL and PL/SQL'
Understanding NO_DATA_FOUND
December 25th, 2006 · No Comments
Tags: SQL and PL/SQL
Difference between %NOTFOUND & NO_DATA_FOUND.
December 19th, 2006 · 2 Comments
Theoretically saying %NOTFOUND is a cursor attribute which returns TRUE if the last FETCH statement retrieved no record and FALSE [...]
Tags: SQL and PL/SQL
Using the ANYDATA object
December 17th, 2006 · 1 Comment
First introduce in Oracle 9i, ANYDATA is a “self describing data instance type” which means it not only holds the [...]
Tags: Oracle Administration · Oracle Database · SQL and PL/SQL
Differences Between Normal Views and Materialized Views
December 15th, 2006 · 4 Comments
This post is in response to Metalized view by MAhmad
Views
A view is a logical entity. It is a SQL statement [...]
Tags: Oracle Administration · Oracle Database · SQL and PL/SQL
Metalized view
December 15th, 2006 · 2 Comments
What is Metalized view ? What are the differences between normal view and metalized view?
Bookmark this post
[...]
Tags: Oracle Administration · Oracle Database · SQL and PL/SQL
Enhancements in Oracle 11g PL/SQL
December 15th, 2006 · 3 Comments
Today I came across one intersting topic called Enhancements in Oracle 11g PL/SQL.Some of the interesting features that I got [...]
Tags: Oracle 11g New Features · SQL and PL/SQL
Maximum Length of various Datatypes
December 15th, 2006 · 1 Comment
When doing research for Internal Datatypes in Oracle I though of sharing and publising following information with the guys who [...]
Tags: Oracle Administration · Oracle Database · SQL and PL/SQL
Internal Datatypes in Oracle
December 14th, 2006 · No Comments
One more important term which really stuck me while writting “Understanding Internal DATE Storage” post, was “Internal Datatype”. Although the [...]
Tags: Oracle Administration · Oracle Database · SQL and PL/SQL
Time-series related query at Oracle Forum
December 13th, 2006 · 3 Comments
Today I came across one interesting question at Oracle Forum
Dear experts!
Please help me with this kind of query!
Suppose that I [...]
Tags: Interesting Coding Showcase · SQL and PL/SQL
Using Dump Function
December 13th, 2006 · 2 Comments
I was little bit curious about DUMP function after writting Understanding Internal DATE Storage. So I did little bit reserach [...]
Tags: Oracle Administration · Oracle Database · SQL and PL/SQL