#!/bin/sh # example3-2.sh # generate a table with 300 rows called blah with 3 columns all of varchar2 and # let oragen name the columns for me and use the default sizes # uses the default column type which is varchar2 echo "redirecting output to blah.sql" ../../oragen --gen-table --rows 300 --table-name blah -c -c -c > blah.sql