Re: Pro*C 1.5 binary sizes
Date: Wed, 2 Nov 1994 08:02:25 GMT
Message-ID: <CyMro1.92D_at_nl.oracle.com>
Provided you're on a UNIX system, you can say strip <executable>
This will remove all debugging info and symbol tables, making it impossible to debug (via dbx or sdb) the executable. It will reduce the executable size by 200-300K ...
--> robert
jsb_at_telerama.lm.com wrote:
: During a port of our application from Oracle6 to Oracle7, I've noticed
: that the resulting executable sizes are a factor of 3 or 4 larger than
: those produced with the Oracle6 libraries. Looking at the libraries
: showed that they are larger, but that much? I don't have too many
: extra gig disks and simms sitting around... I thought that using
: shared libraries would be a good idea, but I haven't found ANY
: reference to them in the Oracle documentation.
: Has anyone else noticed/worked around this growing size with Pro*C
: libraries?
: --
: -Jeffrey Buck
: Enterprise Technology Group, Inc.
: jsb_at_etgroup.com
Received on Wed Nov 02 1994 - 09:02:25 CET