i have one idea ..but its time consuming........
Code:
my @tables = $dbh->tables ( );
foreach $table (@tables ){
print "Table Name $table\n";
}
but its very time consuming.....
for example in POSTGRES data base their is one table call
pg_class that store all the table name in relname field......but for oracle i dont know......
is their any module in perl which get all table name list......?????