Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SYS and System
Frank,
Objects under the SYS account are purely data dictionary objects, and are not exported by a full database. i.e. tab$, obj$, fet$.. anything associated with the internals of this particular database.
Objects under the SYSTEM account include Oracle Forms, Menu and Report objects generally. These objects, you want to have backed up when a full database is being exported.
Also, when you move from one Oracle Instance to another, the actual places where tables are created (SYS account) will be different, but you still want your application menus to be the same (SYSTEM account). In short, if you want it moved by Export / Import put it in SYSTEM, if you cannot find an alternative APPLICATION SYSTEM account like SCOTT. (Bad Example but hopefully you get the idea).
Hope this helps,
Andrew
Frank Siegel wrote:
> What's the difference between the user/schemas SYS and SYSTEM?
>
> Thanks in advance
> Frank S.
Received on Wed Apr 07 1999 - 22:42:40 CDT
![]() |
![]() |