| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: tablespace SYSTEM used by others user, not sys. Help!
hi, guys,
tanz for the help. Just to make sure i run the rite script, here is
the sql, how i found out non-sys user created a tables in SYSTEM
tablespace. In fact, this dev_user have been assigened a default
tablespace which is dev_user Tablespace. I wonder, how can the table
created by them is in system schema? Pls let me know, if u have the
answer.
1 select owner, TABLESPACE_NAMe, table_name
2 from dba_tables
3 where TABLESPACE_NAMe='SYSTEM'
4 AND OWNER='DEV_USER'
SQL> /
OWNER TABLESPACE_NAME
TABLE_NAME
------------------------------ ------------------------------ -------------------------- DEV_USER SYSTEM CES_DETAIL DEV_USER SYSTEM CES_MAIN DEV_USER SYSTEM CHARGES_LOOKUP DEV_USER SYSTEM CHECK_AGING DEV_USER SYSTEMCHECK_CREDITOR Mark.Powell_at_eds.com (Mark D Powell) wrote in message news:<2687bb95.0406030639.4b7b69c7_at_posting.google.com>...
![]() |
![]() |