sql
Quick filter for Application Express Reports
dmann — Mon, 12/05/2011 - 12:44
1) Create the Select List
• Items -> New Item -> Select List • Choose "Select List with Submit" • NextHAVING & Bind Variables
dmann — Tue, 11/22/2011 - 17:34
SQLDeveloper Used Defined Reports Pack
dmann — Thu, 11/10/2011 - 00:37
I have started a project to collect useful SQL Developer User Defined Reports. More info to follow after I complete a few check-ins.
https://github.com/dmann99/SQLDevUDRepPack
-Dave
New Project: trc2sql.pl - Extract SQL from an Oracle Trace...
dmann — Fri, 10/14/2011 - 16:18
I started a new project for a utility I started writing. It has some basic functionality now but will probably increase in utility int he future.
It is a Perl script that extracts the SQL statements from an Oracle 10046 trace file. This is useful if you need to re-run SQL that was captured during a trace. It also helps reduce the amount of junk you have to slog through if you are interested in
trc2sql.pl - Extract SQL Statements From Oracle 10046 Trace File
-Dave
SQL Tuning Advisor - what profile am I accepting?
dmann — Thu, 10/13/2011 - 12:35
A SQL_ID by any other name... Same SQL / Different Tools / Different SQL_ID
dmann — Tue, 10/11/2011 - 22:33
SELECT *
FROM EMP,
DEPT
WHERE EMP.DEPTNO=DEPT.DEPTNO
Read more »
"There was a problem creating a SQL tuning task. ORA-13780: SQL statement does not exist. ORA-06512"
dmann — Tue, 07/26/2011 - 13:30
I recently got this error while trying to run a SQL Tuning Task against a SQL statement that was available in AWR but not currently in the library cache.
I got around it by locating the SQL in OEM and using SQL Worksheet to execute it: Read more »
Functions in the WHERE clause...
dmann — Wed, 06/08/2011 - 15:34
Oracle IN Condition and Multi Column Subqueries
dmann — Fri, 02/19/2010 - 15:02
Documented Hints available in 11.2...
dmann — Wed, 11/25/2009 - 11:53
