Nevermind. I believe found the problem... When I put the values in to the table, I never committed them. Once I added two or three more small test cases, my original table started working. Strange how SQLPlus could access the non-committed data, but Perl DBI could not.
Yes, I already checked, Perl DBI has AutoCommit ==> 1 in the connection statement. --Chuck