<?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: how to create a schema object in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-schema-object/m-p/2852250#M826052</link>
    <description>Schema objects include tables, views, sequences, stored procedures, synonyms, indexes,etc&lt;BR /&gt;&lt;BR /&gt;you have already created the tablespaces and users.&lt;BR /&gt;&lt;BR /&gt;You can go ahead creating schema objects like tables.</description>
    <pubDate>Wed, 27 Nov 2002 09:43:59 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-11-27T09:43:59Z</dc:date>
    <item>
      <title>how to create a schema object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-schema-object/m-p/2852245#M826047</link>
      <description>Hi,&lt;BR /&gt;I'm quite new to oracle.&lt;BR /&gt;I created a database with dbassist.&lt;BR /&gt;Now I would like to create a schema object for a database user.&lt;BR /&gt;Is it easy and possible?&lt;BR /&gt;Could you tell me how to do it?&lt;BR /&gt;Thank you&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Nov 2002 13:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-schema-object/m-p/2852245#M826047</guid>
      <dc:creator>HPADM</dc:creator>
      <dc:date>2002-11-26T13:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a schema object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-schema-object/m-p/2852246#M826048</link>
      <description>Hi&lt;BR /&gt;what object? Check Oracle-Manual--&amp;gt;SQL-Reference&lt;BR /&gt;there are about 30 create statements with thousands of options to create a schema object.&lt;BR /&gt;&lt;BR /&gt;Example&lt;BR /&gt;- connect to database:&lt;BR /&gt;  sqlplus user@database&lt;BR /&gt;- create table mytable (col1 number);&lt;BR /&gt;&lt;BR /&gt;Creates a table with one column name col1, this column is a number field.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Nov 2002 13:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-schema-object/m-p/2852246#M826048</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2002-11-26T13:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a schema object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-schema-object/m-p/2852247#M826049</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;The first thing to do would be to create an Oracle user to be the schema owner...&lt;BR /&gt;&lt;BR /&gt;create user ??? identified by password...;&lt;BR /&gt;&lt;BR /&gt;Then other objects such as tables and indexes.&lt;BR /&gt;&lt;BR /&gt;Packaged applications come with SQL scripts that create all the required database objects.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Tue, 26 Nov 2002 13:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-schema-object/m-p/2852247#M826049</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-11-26T13:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a schema object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-schema-object/m-p/2852248#M826050</link>
      <description>Hi jonh!&lt;BR /&gt;I created the user with:&lt;BR /&gt;&lt;BR /&gt;create user "andrea" profile "DEFAULT" identified by "londra"&lt;BR /&gt;default tablespace "PROVA_TB" temporary tablespace "TEMP" account unlock;&lt;BR /&gt;&lt;BR /&gt;grant unlimited tablespace to "andrea";&lt;BR /&gt;grant "CONNECT" to "andrea";&lt;BR /&gt;grant "RESOURCE" to "andrea";&lt;BR /&gt;&lt;BR /&gt;Now, what can I do?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Nov 2002 15:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-schema-object/m-p/2852248#M826050</guid>
      <dc:creator>HPADM</dc:creator>
      <dc:date>2002-11-26T15:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a schema object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-schema-object/m-p/2852249#M826051</link>
      <description>&amp;gt;&amp;gt; Now, what can I do? &lt;BR /&gt;&lt;BR /&gt;1. Buy a book &lt;BR /&gt;2. Get some training.&lt;BR /&gt;3. Visit &lt;A href="http://docs.oracle.com/cd_a87860/doc/index.htm" target="_blank"&gt;http://docs.oracle.com/cd_a87860/doc/index.htm&lt;/A&gt; (oracle8i) and look at all the CREATE options.&lt;BR /&gt;4. cd $ORACLE_HOME/rdbms/demo and peruse the examples, eg o8idemo.sql</description>
      <pubDate>Wed, 27 Nov 2002 09:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-schema-object/m-p/2852249#M826051</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2002-11-27T09:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a schema object</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-schema-object/m-p/2852250#M826052</link>
      <description>Schema objects include tables, views, sequences, stored procedures, synonyms, indexes,etc&lt;BR /&gt;&lt;BR /&gt;you have already created the tablespaces and users.&lt;BR /&gt;&lt;BR /&gt;You can go ahead creating schema objects like tables.</description>
      <pubDate>Wed, 27 Nov 2002 09:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-schema-object/m-p/2852250#M826052</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-27T09:43:59Z</dc:date>
    </item>
  </channel>
</rss>

