| Re: V4.5 Update and Migration Question Part 1 I'm sure you know this, but I just tracked down the ALTER_TABLE package to the following script:
<otm_install_dir>/glog/oracle/script8/create_alter_table_package.sql
Which in turn calls:
<otm_install_dir>/glog/oracle/script8/pkg/alter_table.pks
<otm_install_dir>/glog/oracle/script8/pkg/alter_table.pkb
So by editing the alter_table.pkb file and re-running the create_alter_table_package.sql script, you should be able to define a different default commit rate.
--Chris |