Equivalents of SQL Server sysobjects and syscolumns
I'm developing some software that nees to work on both SQL Server and Oracle.
Just starting on the Oracle version, and the first thing I nede to do is query system tables for the names of tables, columns, datatypes etc.
Can anyone tell me what tables are Oracle's equivalent of SQL Server's sysobjects and syscolumns?
Thanks