Re: How to check Table's Owner

From: John Strange <jstrange_at_imtn.dsccc.com>
Date: 1995/12/12
Message-ID: <4al3af$3u0_at_tpd.dsccc.com>#1/1


desc all_tables;

select owner
from all_tables
where table_name = 'whatever'
/

Walter Chow (wchow_at_sfsu.edu) wrote:
:> Hi,
 

:> Is there a way that I can check who is the owner of a
:> table? Thank you very much.
 

:> wchow_at_apollo.sfsu.edu

--
This posting represents the personal opinions of the author. It is not the
official opinion or policy of the author's employer. Warranty expired when you
opened this article and I will not be responsible for its contents or use.
Received on Tue Dec 12 1995 - 00:00:00 CET

Original text of this message