How to know if a certain "TABLESPACE" is being used currently?
459628Jan 3 2007 — edited Jan 4 2007Hi,
I am wondering how could I know if a certain "TABLESPACE" is being used/accessed currently?
The thing that, I want to drop a "TABLESPACE" and re-create it with "AUTOEXTEND" feature and I want to be sure that this "TABLESPACE" is not being used/accessed at that time so I will avoid any crashing.
I am using Oracle 9i under HP-UNIX platform and there are too many UNIX automated CRON jobs that are doing SQL stuff; that's why I want to be sure that this "TABLESPACE" which I want to re-create in not being used by any job/user at the time of re-creating.
Thanks in advance.