Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » oracle l »

RE: Overloading words: How can we get Oracle to stop it?

Jesse, Rich

2006-06-12

Replies:

This one's been my occasional thorn:

SELECT column_name, data_type, data_length, COUNT(*)
FROM
dba_tab_columns
WHERE column_name LIKE
'OBJ%NAME'
AND OWNER =
'SYS'
GROUP BY column_name, data_type,
data_length
ORDER BY 4 DESC;

Rich


From: oracle-l-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org] On Behalf Of Jared Still
Sent: Monday, June 12, 2006 12:13 PM
To: ganstadba@hotmail.com
Cc: Oracle-L
Subject: Re: Overloading words: How can we get Oracle to stop it?

While I understand your point, I don't think some
of your examples are apropos.

ie.  segment_owner, index_owner and table owner are not synonymous.
Each is the appropriate word in its own context.

Jared


On 6/9/06, Michael McMullen <ganstadba@hotmail.com> wrote:
How about the use of different names for the same thing in data dictionary
views.
ie segment_owner,table_owner,owner,index_owner, timestamp,timestamp# etc.
drives me crazy.
©2008 dba.5341.com - Jax Systems, LLC, U.S.A.