Title: list_tables in Oracle

I am using Oracle. The list_tables in Rose::DB is not working for me in my script.
I found that 2 parts of list_tables sub caused problem.

$dbh->table_info($self->catalog, $self->schema, '', $types); is not working.
$dbh->table_info($self->catalog, $self->schema, '%', $types); is working.
I am not sure whether this change will cause any problem in any other database or not. If not, could this been changed in Rose::DB?

I also set FetchHashKeyName => 'NAME_lc' in connect_options.
It seems that $table_info->{'TABLE_NAME'} is incompatible with my setup.
Could this been considered in Rose::DB also?


Zhenyuan Lu


This e-mail message may contain privileged and/or confidential information, and is intended to be received only by persons entitled to receive such information. If you have received this e-mail in error, please notify the sender immediately. Please delete it and all attachments from any servers, hard drives or any other media. Other use of this e-mail by you is strictly prohibited.

All e-mails and attachments sent and received are subject to monitoring, reading and archival by Monsanto. The recipient of this e-mail is solely responsible for checking for the presence of "Viruses" or other "Malware". Monsanto accepts no liability for any damage caused by any such code transmitted by or accompanying this e-mail or any attachment.

Reply via email to