Re: how can I determine the primary key for a table?

From: Robert Klemme <shortcutter_at_googlemail.com>
Date: Fri, 03 Apr 2009 08:54:17 +0200
Message-ID: <73lq58FufctsU3_at_mid.individual.net>


Here's a totally different approach:

select dbms_metadata.get_ddl('TABLE', 'TABLE_H') from dual

Of course, in this case the user needs access to the package.

Kind regards

        robert Received on Fri Apr 03 2009 - 01:54:17 CDT

Original text of this message