In Oracle:
SELECT * FROM all_tables where table_name like '%test%'
SELECT * FROM all_tables where owner like 'test'
select * from all_tab_columns where Column_name like '%test%'
Allgemein Sql:
meine Sys/Db admin & Developper Notitzen - wer Rechtschreibfehler findet darf sie behalten ... my Sys/Db Admin and developper notes - I don't care about typos
In Oracle:
SELECT * FROM all_tables where table_name like '%test%'
SELECT * FROM all_tables where owner like 'test'
select * from all_tab_columns where Column_name like '%test%'
Allgemein Sql:
SELECT * FROM information_schema.tables;
default (keine transaktionen bzw. sofortiger autocommit)
SET IMPLICIT_TRANSACTIONS off
automatischer start einer Transktion (muß dann comitted werden)
SET IMPLICIT_TRANSACTIONS on