view columns

  • From: "Stephens, Chris" <Chris.Stephens@xxxxxxx>
  • To: "oracle-l@xxxxxxxxxxxxx" <oracle-l@xxxxxxxxxxxxx>
  • Date: Tue, 22 Feb 2011 14:48:25 -0600

Version 11.2

I'm looking to write a function that returns true if two sets passed in as 
arguments are the same.  A set can be a table/view/materialized view.

  FUNCTION fcn_ora_hash_compare(obj1 VARCHAR2, own1 VARCHAR2, obj2 VARCHAR2, 
own2 VARCHAR2) RETURN BOOLEAN;

Getting the column list for tables and materialized views is simple but I don't 
see a data dictionary view that will give me that info for views.

Does such a data dictionary view exist?

Thanks,
Chris


CONFIDENTIALITY NOTICE:
This message is intended for the use of the individual or entity to which it is 
addressed and may contain information that is privileged, confidential and 
exempt from disclosure under applicable law. If the reader of this message is 
not the intended recipient or the employee or agent responsible for delivering 
this message to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. If you have received this communication in error, please notify us 
immediately by email reply.


Other related posts: