A schema is the basic object in which tables, views, indexes, and
packages are placed. For more information about creating a schema, see
SQL CREATE SCHEMA statement in
the SQL Reference topic.
Note: The term collection can be used synonymously
with schema.
To create a sample schema named SAMPLECOLL, follow these
steps:
Note: Running this statement causes several objects to be created
and takes several seconds.
After you have successfully created a
schema, you can create tables, views, and indexes in it. Tables, views, and
indexes can also be created in libraries instead of schemas.