Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Extracting Table Names/Field Names/Field Types?
I'm writing a metadata app and need to load a few hundred tables from an Oracle
DB.
Right now, I'm firing up MS Access and writing DAO code to loop through the ODBC connections. Works ok, but doesn't return the "real" Oracle field types (e.g. "VARCHAR (24)". Is there some syntax I can use in PL-SQL that will let return this info in a recordset?
-- PeteCresswellReceived on Sat Jan 24 2004 - 20:39:04 CST
![]() |
![]() |