smit_sign

smit_sign
Role: Registered User (what's this?

Registered Users can edit pages, add images, and join discussions.

Read more about site and user permissions on this site at Wetpaint Central.

)
Member since: Jan 23 2009, 11:16 AM EST
Friends: None
Compliments: None


This member has not added to their profile yet.

Send them a message to ask them to update it.


Latest page update: Jan 23 2009, 11:16 AM EST
Started By Thread Subject Replies Last Post
samrat.wani Duplicate datafile 0 Jun 29 2009, 5:52 AM EDT by samrat.wani
Thread started: Jun 29 2009, 5:52 AM EDT  Watch

set lines 130
set pages 2000
col file_name for a50
break on tablespace_name

select tablespace_name, file_name
from dba_data_files ddf ,
(
select substr(file_name,16) sstr
from dba_data_files
group by substr(file_name,16)
having count(substr( file_name ,16))> 1
) dup
where instr(ddf.file_name, dup.sstr) > 0;
Do you find this valuable?    

Friends


smit_sign has no friends yet. You can always add them as your friend.