How to get all tables of special schema

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sosnaim
Posts: 1
Joined: Fri 21 Nov 2008 07:02

How to get all tables of special schema

Post by sosnaim » Fri 21 Nov 2008 07:07

How to get all tables of special schema ,please I need your help. :lol:

jfudickar
Posts: 202
Joined: Fri 10 Mar 2006 13:03
Location: Oberursel / Germany

Post by jfudickar » Fri 21 Nov 2008 08:07

Select * from all_tables where owner = :owner

Post Reply