Re: Oracle table listing question

From: Pam Himes <pjhimes_at_msn.com>
Date: 1996/04/06
Message-ID: <00001a1b+0000705e_at_msn.com>#1/1


Select table_name from sys.dba_tables where owner = 'user_id';

This will give you all the table names owned by as user_id. Received on Sat Apr 06 1996 - 00:00:00 CEST

Original text of this message