Oracle Database Administration
Finding tablespaces and their associated data-files
select substr(b.name,0,10) name, a.file#, a.ts#, status, from v$datafile a, v$tablespace b where a.ts#=b.ts#
Order by file#
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment