Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Schema
Message
From
20/06/2001 01:14:07
Les Chandra
Mastersoft Pty Ltd
Melbourne, Australia
 
 
General information
Forum:
Oracle
Category:
Other
Title:
Re: Schema
Miscellaneous
Thread ID:
00521226
Message ID:
00521280
Views:
15
>****snip****
>schema
>A named collection of objects, such as tables, views, clusters, procedures, and packages, associated with a particular user.
>************
>
>I guess they break it down to what is available to a particular user...
>
>
>- Brian

To be precise, all database "objects" (such as tables, views, ....) belong to a particular user.

All the objects that belong to a particular user are said to be in that user's schema.

A user may have permissions to objects in another user's schema, and even have views that reference objects in another user's schema. The views are in their schema, the tables the views refer to are in another.

As Mark has said, in an real-world scenario, you would typically create a "user" who is the 'Application Owner' and create the tables, views etc. you need under that user account (= in the 'Application Owner' schema).

Clear as mud ;)

Les
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform