Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Weird tables created by oracle?
Hi,
I was wondering if anyone knows how this tables came about:
1 select object_name, 2 object_type 3 from all_objects 4 where owner='DAVIDMOSS' 5 order by 6 object_type,
OBJECT_NAME OBJECT_TYPE ------------------------------ -------------------
24 rows selected.
SQL>
Do they serve a function? Are they safe to remove? I searched the net for similar looking tables but found nothing relevant, so if anyone has pointers they be very welcome :)
Thanks,
David.
This message is from FDM Group Plc, and may contain information that is confidential or privileged. If you are not the intended recipient, please delete the message and any attachments and notify the sender. This email is not intended to create legally binding commitments on behalf of FDM Group Plc, nor do its contents reflect the corporate views or policies of FDM. Any unauthorised disclosure, use or dissemination, either whole or partial, is prohibited. FDM Group Plc is a private limited company registered in England (Reg. No. 2542980).
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Mar 15 2007 - 09:52:00 CDT
![]() |
![]() |