[Israel.pm] how can i get the info about what columns a specific table contain with DBI + Oracle
Gabor Szabo
gabor at perl.org.il
Mon Jul 12 11:47:32 PDT 2004
On Mon, 12 Jul 2004, Itamar Elem wrote:
> hi
> i want to write script which use DBI+ Oracle
> and i want to know for agiven table list of columns the table contain
> how can i get it?
It is quite unrelated to Perl but if I am not mistaken
DESCRIBE tablename
would be the thing to send to Oracle using sqlplus or DBI if you are
into such things.
Gabor
More information about the Perl
mailing list