#!/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 echo "redirecting output to blah.sql" ../../oragen --gen-table --rows 300 --table-name blah \ --varchar2 -c --varchar2 -c --varchar2 -c \ > blah.sql