Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: SYS and SYSTEM users
There should be no impact from this. I do this on all of my databases. The idea is to prevent objects from being created by other users than SYS in the system tablespace.
Paul Diehl
Oracle Database Administrator
Sumaria Systems, Inc.
-----Original Message-----
From: raman.yagna_at_db.com [mailto:raman.yagna_at_db.com]
Sent: Tuesday, October 03, 2000 11:50 PM
To: Multiple recipients of list ORACLE-L
Subject: SYS and SYSTEM users
Hi all,
What is the impact in doing the following.
alter user system default tablespace DATA_00 temporary tablespace TEMP_00; alter user system quota unlimited on DATA_00;alter user sys temporary tablespace TEMP_00;
These commands are in our database creation scripts. Don't know for what they did this. Like to know the ups and downs. Can gurus comment about this.
Thanks and regards,
Raman
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: raman.yagna_at_db.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Oct 04 2000 - 07:27:08 CDT