Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Crystal Reports and the IdiotManager(TM)

Re: Crystal Reports and the IdiotManager(TM)

From: Bricklen Anderson <bricklen_at_shaw.ca>
Date: Sat, 08 May 2004 07:23:28 -0700
Message-id: <409CED60.4090500@shaw.ca>


Hi Don,
not having used Crystal, I can't speak for it, although Nuno seems to have information about how it works. Two things immediately come to mind though, as alternatives:
i. the summary tables that you mentioned, either as materialized views or as smaller aggregate tables that could be populated via jobs etc. (triggers in your situation would likely be a death blow)
ii. Roll your own reports. We had a situation where Oracle reports just couldn't do what we were asking it to do (complex 3d reports), so we went with perl and GD::Graph (http://cpan.org/modules/by-module/GD/MVERB/?C=M;O=D). The benefit is that you can tweak the sql and the rest of the code however you wish, and can make changes on the fly. The downside is that it's you that has to do it, not the vendor.

Just thought I'd chime in with something a bit different, although it's not really going to help much with your current situation. If you'd like more information, just drop me a line.

Cheers,

Bricklen



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Sat May 08 2004 - 09:20:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US