Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Oracle 8 JDBC DatabaseMetaData
Hi,
I am using the thin jdbc driver of oracle and I try to access DatabaseMetaData.
Here are a few lines of the code :
static final String driver_class = "oracle.jdbc.driver.OracleDriver";
static final String connect_string =
"jdbc:oracle:thin:@127.0.0.1:1521:ORCL";Class.forName (driver_class);
But it seems that oracle drivers doesn't support catalogs. The function getCatalogs (), getCatalogTerm()... return all null.
I would like to list the tables name that are in a database but I need for that to specify a catalog name.
If you have any suggestion, it would be great.
Thanks,
Remi
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Sun Jun 21 1998 - 06:18:50 CDT
![]() |
![]() |