Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: App schema with SYS privileges?
A far from ideal situation in more ways than one, however, it can be
done:
Create a user, APP_ADMIN for example, and grant the relevant priviliges to it:
GRANT CREATE USER TO APP_ADMIN; GRANT CREATE TABLESPACE TO APP_ADMIN; etc...
HTH Received on Fri Sep 23 2005 - 06:23:08 CDT