DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: seeking a script

  1. #1
    Join Date
    Aug 2000
    Location
    Chicago IL
    Posts
    586

    Exclamation

    Hi
    seeking a script to grep ddls for all users who have NONTRAD_DATA as a default tablespace.

    thanks
    Jigar
    "High Salaries = Happiness = Project Success."

  2. #2
    Join Date
    Jan 2000
    Location
    *
    Posts
    37
    why not just query dba_users
    select username from dba_users
    where default_tablespace = 'NONTRAD_DATA'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width