Power to Build (Software)
Pages
(Move to ...)
Home
Links
▼
Wednesday, June 19, 2013
Quick Tip: Oracle Sqlplus - changing prompt
›
Oracle SQL*Plus has several settings that can be customized using SET command. When you run SQL*Plus, typically the following (boring?) pro...
Java Stored Procedures
›
I am sure you are familiar with Stored Procedures. Almost every major database vendor supports it. They are program units that are precompil...
Tuesday, June 18, 2013
Gotcha: Accessing Oracle 11g with older SQL*Plus
›
Oracle 11g has several enhancements over the previous versions. Some of these changes are in the client tools like SQL*Plus. To be able to ...
Quick Tip: Oracle - Commit on Exit
›
Oracle by default does not automatically commit a transaction (Autocommit is typically off). Transaction Management (Commit or Rollback) is ...
1 comment:
Thursday, June 13, 2013
Gotcha: PB Deployment - SYSTEM var not supported error
›
When you work on code deployed to n-tier, you have to be little more careful while defining the interface for the objects. An n-tier applica...
Wednesday, June 12, 2013
Oracle: Commit and Forward Slash
›
Further to my post earlier about DDL and Forward Slash , I would like to explain Forward slash's role (or lack thereof) in other scenar...
1 comment:
Oracle: DDL and Forward Slash
›
In this blog, I write about various technologies I come across. Only a few topics seem to get a lot of attention. One of them happens to be...
2 comments:
›
Home
View web version