Blogs
ORA_ROWSCN for capturing row level changes
Submitted by pete91z on Fri, 2009-01-02 07:50I've been working on way to capture changed rows using ora_rowscn for part of an ETL routine. Here are some details of what I've tested and found.
By default, the ora_rowscn pseudo column reports the scn at block level. This means that rows sharing the same block will have the same ora_rowscn, and if one row were to be changed, then scn would be altered for both blocks.
Need of Framework in PL/SQL Coding
Submitted by divishal on Wed, 2008-12-10 17:14Over a period of time, I have seen many database (backend) centric projects using huge amount of processing, I found most of them lacking Development Framework, To make it more clear I would say that Framework is not only limited to GUI like JAVA DOT.NET. It is certain sets of standards used before starting development projects, This presentation will support approach towards achieving this objective.
- divishal's blog
- Login to post comments
Backup & Recover controlfile without catalog
Submitted by alphamek on Tue, 2008-09-23 20:16The article is write in Portuguese.
Link:
- alphamek's blog
- Login to post comments
Oracle 10g Data Guard – Quick Switchover with Physical Standby Database
Submitted by hjiao on Mon, 2008-09-22 09:14Once the standby database is setup using Data Guard and works properly, you may want to test switchover, or perform switchover to reduce primary database downtime during OS upgrades or hardware upgrades. (To set up a Physical Standby database, please refer to my OraFAQ blog “Oracle 10g – Manually Create a Physical Standby Database Using Data Guard”.)
A switchover allows the primary database to switch roles with its standby database. There is no data loss during a switchover. You can switch back to the original Primary database later by performing another switchover.
- hjiao's blog
- Login to post comments
- Read more
Simulating ORA - 01436 - Connect by Loop in User Data
Submitted by srraajesh on Sat, 2008-09-20 05:51This post talks about ORA - 01436 : Connect by Loop in User Data and how it happens. It basically discusses about three points:
1) What does the error code mean?
2) How to simulate this error?
3) How to debug when this error code is encountered?
It is available here.
http://thinktibits.blogspot.com/2008/07/so-what-is-problem-i-got-error-ora.html
- srraajesh's blog
- Login to post comments
TO_YMINTERVAL Date Manipulation
Submitted by srraajesh on Wed, 2008-09-10 20:19TO_YMINTERVAL explained with examples:
http://thinktibits.blogspot.com/2008/06/toyminterval-date-manipulation.html
- srraajesh's blog
- Login to post comments
Undocumented OVERLAPS Function, Don't Use it Yet
Submitted by Kevin Meade on Tue, 2008-09-02 18:58
Recently I have noticed there has been considerable talk on the WEB about date logic; in particular talk about overlapping date ranges and how to detect them. I can't say why there is such an interest, but some people have turned to an undocumented feature (a function called OVERLAPS) to solve their problems. This article will describe date overlap, and show equivelant SQL that will allow you to avoid using this undocumented feature which as always is a good idea, because undocumented features in Oracle have propensity to change and/or disappear unexpectedly leaving those who foolishly realied upon them in unanticipated trouble after an upgrade.
ORACLE OOP SQL APPROACH TO COMPLEX DATA TRANSFORMATION: OVERCOME PL/SQL STRIING FUNCTION INEFFICIENCIES
Submitted by harrysmall3 on Tue, 2008-08-26 06:50This Blog is to be serve as a compilation of my research in preparation for a paper on
The extreme performance issues with PL/SQL String Functions and how to circumvent their usage using Straight SQL. The Object Oriented approach allows SQL to be virtually executed against "Anything" not just tables - data fields, variables, even a single character!
- harrysmall3's blog
- Login to post comments
- Read more
hierarchical queries
Submitted by dwarak.k on Thu, 2008-06-26 00:48
A relational database does not store data in a hierarchical way. Then how do I get the data in a hierarchical manner? Here we get to know about how to use the hierarchical querying feature which Oracle has given. This article talks about how you can interpret the hierarchical query conceptually and build hierarchical queries catering your needs.
Using hierarchical queries, you can retrieve records from a table by their natural relationship. Be it a family tree or a employee/manager tree or what ever.
How to Identify OS or Oracle 64 bit or 32 bit
Submitted by arju on Wed, 2008-06-18 03:11How to Identify OS or Oracle 64 bit or 32 bit on Unix
---------------------------------------------------------------
It is very common question which version of oracle I need to install. 32 bit or 64 bit? As a 64-bit operating system can support either a 32-bit database or a 64-bit database. A 32-bit operating system cannot support a 64-bit database. So, version identification of the OS is necessary prior to install oracle.

