Name
stat_export — Produces a statistics summary.
Synopsis
              stat_export
            (
            | 
                    ); | 
          
Description
 This function produces a statistics summary that can be read back into another database with the
stat_import()
   function
 
Parameters
Examples
Example 24.214. Simple Use
-- produce statistics for a given database:
SQL> string_to_file('stat.dv', serialize(stat_export()), -2);