Systables in Oracle
By robby
In Informix-Databases they are called Systables, where i get the Meta-Info about tables and columns. In oracle i get this basic infos with the following sqls:
select * from ALL_TABLES where TABLE_NAME = ‘<TABLENAME>‘;
select * from ALL_TAB_COLUMNS where TABLE_NAME = ‘<TABLENAME>‘
Dieser Beitrag wurde geschrieben von am April 11, 2008 um 5:14 und eingeordnet unter Sql+Databases. Du kannst den Antworten zu diesem Eintrag mit Hilfe des RSS-2.0-Feeds folgen.
Du kannst eine Antwort hinterlassen, oder trackback von deiner eigenen Seite