Restricting user to use particular tablespace
Hi,
We gave a create user priv. for some application users and they they create the user without specifying default tablespace and their defaut tablespace is system now.I took care now.My question is
During creation of a new user ,is there any way to force/restrict to make tablespace as default tablespace.
Thanks
Re: Restricting user to use particular tablespace
Quote:
Originally posted by msuresh
Hi,
We gave a create user priv. for some application users and they they create the user without specifying default tablespace and their defaut tablespace is system now.I took care now.My question is
During creation of a new user ,is there any way to force/restrict to make tablespace as default tablespace.
Thanks
What about writing a system level trigger for create/alter user statement? Do some homework on system Triggers. You need to have versions higher than 8 for this.