Blogs
Intercompany Setups and Sample Transaction Processing using Oracle Projects
Submitted by swathi00 on Wed, 2008-03-19 13:12Client Industry - Professional Services Firm implementing Oracle Project Accounting which has Global Operations.
Business Case - Canadian employee travels to US to work on a US project.
- swathi00's blog
- Login to post comments
- Read more
Tuning High-Volume SQL
Submitted by rleishman on Tue, 2008-02-19 20:29Mr and Mrs Oracle at the Supermarket
I was at the supermarket the other day waiting my turn at the checkout behind another guy. The checkout-chick (I'm sure there is a more PC term, I just don't know what it is) just finished scanning his groceries and he asked her to wait until his wife returned with a few last-minute items. I've done it before, so steam didn't start coming out of my ears - yet. Fifteen seconds later she ran up - sorry, sorry - and checked out the last few items, so I wasn't really inconvenienced.
OWB Related Routine Work , Related to Desing and Run time repository
Submitted by devangdshah on Tue, 2008-02-12 16:58
There are various Oracle Warehouse Builder related routine tasks which I came across in my projects. So I feel that a write up on this will help Warehouse Builder Developer and Administrator across the word. Let handle OWB related task or questions one by one.
Automatic Back Up of OWB Project or Module or Mapping
I often come across the question like how can I back my work (mappings or oracle module or a project as a whole) daily? And automate the same. Like daily around 6:00pm i.e.
- devangdshah's blog
- Login to post comments
- Read more
Pl/Sql Server Pages
Submitted by dipti_emid on Mon, 2008-02-04 04:01Oracle PL/SQL Server Pages (PSP) is Oracle's PL/SQL dynamic server-side scripting solution for Web application development. Oracle PSP includes the PL/SQL Server Pages Compiler and the PL/SQL Web Toolkit. Oracle PSP enables PL/SQL users to develop Web pages with dynamic content by embedding PL/SQL scripts in HTML. PSPs separate application logic (embedded PL/SQL scripts) from the layout logic (HTML) making the development and maintenance of PL/SQL Server Pages easy.
- dipti_emid's blog
- Login to post comments
- Read more
Catalogue of SQL & PL/SQL Bad Practices
Submitted by gojko on Thu, 2007-12-20 01:29
I have started compiling a list of Oracle PL/SQL and SQL bad practices, with the intention of producing a comprehensive catalogue of common programming errors, that can be used as a check-list for code reviews or given to junior developers so that they can learn from the mistakes of others.
For each bad practice, I provided a list of symptoms in the code, an explanation why it causes problems and a list of preferred solutions. I have also listed exceptions to the rules, when they exist.
How To Move The Database To Different Diskgroup Migrating from External Redundancy to Normal Redundancy
Submitted by reddy_uk on Mon, 2007-12-03 14:09Oracle RDBMS Server - Enterprise Edition - Version: 10.2.0.2
OS: Applies to any OS, But this is tested on AIX5.3L
Goal:
Moving Data between Disk groups
How to clear the Oracle Certification exams
Submitted by Mohammad taj on Thu, 2007-11-22 09:37
Here are a couple of questions that come to mind when thinking about Oracle certification:
Table Fragmentation
Submitted by Mohammad taj on Sat, 2007-11-17 09:18
When rows are not stored contiguously, or if rows are split onto more than one block, performance decreases because these rows require additional block accesses.
Note that table fragmentation is different from file fragmentation. When a lot of DML operations are applied on a table, the table will become fragmented because DML does not release free space from the table below the HWM.
Dynamic Views, Creating Views based on Variables
Submitted by Kevin Meade on Thu, 2007-10-11 09:58
I have been asked several times recently, how to create "dynamic" views such that a view can be created using "variables". Now I see this question asked on the OraFaq message board, so I thought maybe this is worth posting as an article, so here it is. My answer comes in the form of an Email reply to a friend (why bother to rewrite a prefectly good answer). Please feel free to abuse my answer if you think it deficient, but you better be posting your own alternatives if you do so.
- Kevin Meade's blog
- Login to post comments
- Read more
Tuning a 'LIKE-clause' by using Oracle Text or Reverse Key Indexes
Submitted by mrvilas1 on Fri, 2007-09-28 06:40The LIKE-clause can ignore indexes, causing queries to run forever while doing full table scans. This document describes how to tune such SQL statements by making use of Oracle Text or reverse key indexes.

