<?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: List current schema (Oracle) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/list-current-schema-oracle/m-p/3815823#M780567</link>
    <description>Hi there.&lt;BR /&gt;Depends on what you want to work with.&lt;BR /&gt;Either you are a console jockey with a built-in keyboard in your suit or you ar e one of these so called mousepushers.&lt;BR /&gt;1) console jockey --&amp;gt; try to go through sql statements. This URL might help :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.quest-pipelines.com/pipelines/dba/" target="_blank"&gt;http://www.quest-pipelines.com/pipelines/dba/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2) playing aroung with your mouse you should install the Oracle Enterprise Manager ( called OEM ) on your pc and start it standalone. You can also create a separate repository database for the OEM, where you can store your data.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
    <pubDate>Mon, 03 Jul 2006 04:34:34 GMT</pubDate>
    <dc:creator>Alexander M. Ermes</dc:creator>
    <dc:date>2006-07-03T04:34:34Z</dc:date>
    <item>
      <title>List current schema (Oracle)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-current-schema-oracle/m-p/3815820#M780564</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could anyone advise me what is required to list current schema's that are present.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pat</description>
      <pubDate>Fri, 30 Jun 2006 16:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-current-schema-oracle/m-p/3815820#M780564</guid>
      <dc:creator>phillipsp_acca</dc:creator>
      <dc:date>2006-06-30T16:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: List current schema (Oracle)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-current-schema-oracle/m-p/3815821#M780565</link>
      <description>hi Pat,&lt;BR /&gt;&lt;BR /&gt;there are numerous ways to do this.&lt;BR /&gt;&lt;BR /&gt;easiest way, if to run sqlplus and run the following sql statement:&lt;BR /&gt;&lt;BR /&gt;select object_name, object_type&lt;BR /&gt;from user_objects&lt;BR /&gt;&lt;BR /&gt;does this answer your question?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sat, 01 Jul 2006 03:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-current-schema-oracle/m-p/3815821#M780565</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-07-01T03:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: List current schema (Oracle)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-current-schema-oracle/m-p/3815822#M780566</link>
      <description>I would first use Enterprise Manager.  Install on your local PC and then just view "SCHEMA".&lt;BR /&gt;&lt;BR /&gt;From the command-line the easiet I would use would be:&lt;BR /&gt;select distinct(owner) from dba_objects;&lt;BR /&gt;&lt;BR /&gt;Note:  That will only list users that have object in the system.&lt;BR /&gt;&lt;BR /&gt;Another SQL you might use would be &lt;BR /&gt;select * from dba_users;  (or select * from all_users).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Jul 2006 21:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-current-schema-oracle/m-p/3815822#M780566</guid>
      <dc:creator>SteveKirby</dc:creator>
      <dc:date>2006-07-02T21:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: List current schema (Oracle)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-current-schema-oracle/m-p/3815823#M780567</link>
      <description>Hi there.&lt;BR /&gt;Depends on what you want to work with.&lt;BR /&gt;Either you are a console jockey with a built-in keyboard in your suit or you ar e one of these so called mousepushers.&lt;BR /&gt;1) console jockey --&amp;gt; try to go through sql statements. This URL might help :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.quest-pipelines.com/pipelines/dba/" target="_blank"&gt;http://www.quest-pipelines.com/pipelines/dba/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2) playing aroung with your mouse you should install the Oracle Enterprise Manager ( called OEM ) on your pc and start it standalone. You can also create a separate repository database for the OEM, where you can store your data.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Mon, 03 Jul 2006 04:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-current-schema-oracle/m-p/3815823#M780567</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2006-07-03T04:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: List current schema (Oracle)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-current-schema-oracle/m-p/3815824#M780568</link>
      <description>Thanks guys ....</description>
      <pubDate>Mon, 03 Jul 2006 05:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-current-schema-oracle/m-p/3815824#M780568</guid>
      <dc:creator>phillipsp_acca</dc:creator>
      <dc:date>2006-07-03T05:50:00Z</dc:date>
    </item>
  </channel>
</rss>

