TRIGGERS PROCEDURES FUNCTIONS
where they are ?
how big they are ?
where they should be stored (table space ? ) in a well planned database
?
They can only go in the system tablespace, mores the pity. with regards
to the
size dba_source will show you the size of the source code the executable
code
size can be computed from the sum of IDL_UB1$ IDL_CHAR$
IDL_UB2$ IDL_SB4$
data dictionary tables.
hope this helps
Tim L
Well, it may not be recommended by Oracle, but you can actually intercept
sql.bsq and put in the pl/sql-based tables into a sensible tablespace.