That concurs with the behavior I'm seeing. Thanks
--Chuck > This is only strange if you did not create the tables in the same > sqlplus session (transaction). If you created the tables in sqlplus > and then queried them, all will appear normal because both events > occurred in the same transaction. Committing your transaction only > makes things visible to others (like your Perl script); they are > always visible within the same transaction.