Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: newbie to oracle
Davide Sanna wrote:
> Hi there,
>
> I installed Oracle 9i trial version for WinNT.
Actually you installed the production version of the database. Oracle does not have trial versions.
> I created an user just to try to create and manage some tables.
>
> I gave this user DBA privileges.
>
> I've seen that USER tablespace is assigned by default, and this is ok.
> Why can I see tables only in schemas, and not in tablespaces ?
>
> Should I have to create some schema ?
> How can I use a schema associated with USERS tablespace ?
For your purposes now, a schema is simply the dictionary owned by a userid. Creating anything such as a table or view will 'create a schema'. The resource restrictions, such as default tablespace or quota, are attached to the user managing/owning the schema.
I strongly encourage you to read the concepts manual. It's available at http://docs.oracle.com This an da LOT more is explained. After reading that the Database Administration Guide (which should be your second reference book) will make sense.
/Hans Received on Tue Apr 06 2004 - 11:29:53 CDT