<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: schema object in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/schema-object/m-p/2860350#M937217</link>
    <description>great Ian!!</description>
    <pubDate>Mon, 09 Dec 2002 17:13:29 GMT</pubDate>
    <dc:creator>HPADM</dc:creator>
    <dc:date>2002-12-09T17:13:29Z</dc:date>
    <item>
      <title>schema object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/schema-object/m-p/2860348#M937215</link>
      <description>Hi,&lt;BR /&gt;I would like to understand what is a schema object so I tried to do one:&lt;BR /&gt;&lt;BR /&gt;I have done:&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select tablespace_name,EXTENT_MANAGEMENT from dba_tablespaces;&lt;BR /&gt;&lt;BR /&gt;TABLESPACE_NAME                EXTENT_MAN&lt;BR /&gt;------------------------------ ----------&lt;BR /&gt;SYSTEM                         DICTIONARY&lt;BR /&gt;TOOLS                          DICTIONARY&lt;BR /&gt;RBS                            DICTIONARY&lt;BR /&gt;TEMP                           DICTIONARY&lt;BR /&gt;USERS                          DICTIONARY&lt;BR /&gt;INDX                           DICTIONARY&lt;BR /&gt;DRSYS                          DICTIONARY&lt;BR /&gt;PROVA                          DICTIONARY&lt;BR /&gt;PROVA_LOCAL                    LOCAL&lt;BR /&gt;corso1                         DICTIONARY&lt;BR /&gt;&lt;BR /&gt;create user "andrea" profile "DEFAULT"   identified by "avellino17"&lt;BR /&gt;  2  default tablespace "PROVA_LOCAL" temporary tablespace "TEMP" account unlock;&lt;BR /&gt;&lt;BR /&gt;grant connect to andrea;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Did I create a schema object for andrea user?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Dec 2002 16:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/schema-object/m-p/2860348#M937215</guid>
      <dc:creator>HPADM</dc:creator>
      <dc:date>2002-12-09T16:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: schema object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/schema-object/m-p/2860349#M937216</link>
      <description>Here is an extract from the Oracle documentation.  As you will see, the answer to your question is yes and no.  You have created an object but not a schema object.&lt;BR /&gt;Database Objects&lt;BR /&gt;Oracle recognizes objects that are associated with a particular schema and objects that are not associated with a particular schema, as described in the sections that follow. &lt;BR /&gt;&lt;BR /&gt;Schema Objects &lt;BR /&gt;A schema is a collection of logical structures of data, or schema objects. A schema is owned by a database user and has the same name as that user. Each user owns a single schema. Schema objects can be created and manipulated with SQL and include the following types of objects: &lt;BR /&gt;&lt;BR /&gt;Clusters &lt;BR /&gt;&lt;BR /&gt;Database links &lt;BR /&gt;&lt;BR /&gt;Database triggers &lt;BR /&gt;&lt;BR /&gt;Dimensions &lt;BR /&gt;&lt;BR /&gt;External procedure libraries &lt;BR /&gt;&lt;BR /&gt;Index-organized tables &lt;BR /&gt;&lt;BR /&gt;Indexes &lt;BR /&gt;&lt;BR /&gt;Indextypes &lt;BR /&gt;&lt;BR /&gt;Java classes, Java resources, Java sources &lt;BR /&gt;&lt;BR /&gt;Materialized views &lt;BR /&gt;&lt;BR /&gt;Materialized view logs &lt;BR /&gt;&lt;BR /&gt;Object tables &lt;BR /&gt;&lt;BR /&gt;Object types &lt;BR /&gt;&lt;BR /&gt;Object views &lt;BR /&gt;&lt;BR /&gt;Operators &lt;BR /&gt;&lt;BR /&gt;Packages &lt;BR /&gt;&lt;BR /&gt;Sequences &lt;BR /&gt;&lt;BR /&gt;Stored functions, stored procedures &lt;BR /&gt;&lt;BR /&gt;Synonyms &lt;BR /&gt;&lt;BR /&gt;Tables &lt;BR /&gt;&lt;BR /&gt;Views &lt;BR /&gt;&lt;BR /&gt;Nonschema Objects &lt;BR /&gt;Other types of objects are also stored in the database and can be created and manipulated with SQL but are not contained in a schema: &lt;BR /&gt;&lt;BR /&gt;Contexts &lt;BR /&gt;&lt;BR /&gt;Directories &lt;BR /&gt;&lt;BR /&gt;Profiles &lt;BR /&gt;&lt;BR /&gt;Roles &lt;BR /&gt;&lt;BR /&gt;Rollback segments &lt;BR /&gt;&lt;BR /&gt;Tablespaces &lt;BR /&gt;&lt;BR /&gt;Users &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Dec 2002 17:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/schema-object/m-p/2860349#M937216</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2002-12-09T17:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: schema object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/schema-object/m-p/2860350#M937217</link>
      <description>great Ian!!</description>
      <pubDate>Mon, 09 Dec 2002 17:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/schema-object/m-p/2860350#M937217</guid>
      <dc:creator>HPADM</dc:creator>
      <dc:date>2002-12-09T17:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: schema object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/schema-object/m-p/2860351#M937218</link>
      <description>what kind of select can I use to see the schema object of a user?&lt;BR /&gt;Is it possible?</description>
      <pubDate>Mon, 09 Dec 2002 17:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/schema-object/m-p/2860351#M937218</guid>
      <dc:creator>HPADM</dc:creator>
      <dc:date>2002-12-09T17:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: schema object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/schema-object/m-p/2860352#M937219</link>
      <description>log on to sqlplus as the user and select from the user_objects table i.e.&lt;BR /&gt;sqlplus scott/tiger&lt;BR /&gt;select object_name, object_type from user_objects;&lt;BR /&gt;alternately you can log on to sqlplus as the system user and query the all_objects table i.e.&lt;BR /&gt;select object_name, object_type from all_objects where owner = 'SCOTT';</description>
      <pubDate>Mon, 09 Dec 2002 17:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/schema-object/m-p/2860352#M937219</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2002-12-09T17:27:46Z</dc:date>
    </item>
  </channel>
</rss>

