<?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: User database objects definition in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-database-objects-definition/m-p/2969073#M927741</link>
    <description>Hi,&lt;BR /&gt;   If you want to know everything taht a user have you can use user_objects view.&lt;BR /&gt;&lt;BR /&gt;some description on user_obejcst&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; desc user_objects;&lt;BR /&gt; Name                                      Null?    Type&lt;BR /&gt; ----------------------------------------- -------- ----------------------------&lt;BR /&gt; OBJECT_NAME                                        VARCHAR2(128)&lt;BR /&gt; SUBOBJECT_NAME                                     VARCHAR2(30)&lt;BR /&gt; OBJECT_ID                                          NUMBER&lt;BR /&gt; DATA_OBJECT_ID                                     NUMBER&lt;BR /&gt; OBJECT_TYPE                                        VARCHAR2(18)&lt;BR /&gt; CREATED                                            DATE&lt;BR /&gt; LAST_DDL_TIME                                      DATE&lt;BR /&gt; TIMESTAMP                                          VARCHAR2(19)&lt;BR /&gt; STATUS                                             VARCHAR2(7)&lt;BR /&gt; TEMPORARY                                          VARCHAR2(1)&lt;BR /&gt; GENERATED                                          VARCHAR2(1)&lt;BR /&gt; SECONDARY                                          VARCHAR2(1)&lt;BR /&gt;&lt;BR /&gt;Hope this help&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
    <pubDate>Fri, 09 May 2003 10:20:23 GMT</pubDate>
    <dc:creator>malay boy</dc:creator>
    <dc:date>2003-05-09T10:20:23Z</dc:date>
    <item>
      <title>User database objects definition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-database-objects-definition/m-p/2969072#M927740</link>
      <description>Does anyone knows how to get user database objects characteristics (name, definition, everything).&lt;BR /&gt;&lt;BR /&gt;We have a user and want to get a report about his objects including everything (tables, grants, etc).&lt;BR /&gt;&lt;BR /&gt;Can we obtain it from Enterprise Manager??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 09 May 2003 07:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-database-objects-definition/m-p/2969072#M927740</guid>
      <dc:creator>Manuel G</dc:creator>
      <dc:date>2003-05-09T07:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: User database objects definition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-database-objects-definition/m-p/2969073#M927741</link>
      <description>Hi,&lt;BR /&gt;   If you want to know everything taht a user have you can use user_objects view.&lt;BR /&gt;&lt;BR /&gt;some description on user_obejcst&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; desc user_objects;&lt;BR /&gt; Name                                      Null?    Type&lt;BR /&gt; ----------------------------------------- -------- ----------------------------&lt;BR /&gt; OBJECT_NAME                                        VARCHAR2(128)&lt;BR /&gt; SUBOBJECT_NAME                                     VARCHAR2(30)&lt;BR /&gt; OBJECT_ID                                          NUMBER&lt;BR /&gt; DATA_OBJECT_ID                                     NUMBER&lt;BR /&gt; OBJECT_TYPE                                        VARCHAR2(18)&lt;BR /&gt; CREATED                                            DATE&lt;BR /&gt; LAST_DDL_TIME                                      DATE&lt;BR /&gt; TIMESTAMP                                          VARCHAR2(19)&lt;BR /&gt; STATUS                                             VARCHAR2(7)&lt;BR /&gt; TEMPORARY                                          VARCHAR2(1)&lt;BR /&gt; GENERATED                                          VARCHAR2(1)&lt;BR /&gt; SECONDARY                                          VARCHAR2(1)&lt;BR /&gt;&lt;BR /&gt;Hope this help&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Fri, 09 May 2003 10:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-database-objects-definition/m-p/2969073#M927741</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-05-09T10:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: User database objects definition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-database-objects-definition/m-p/2969074#M927742</link>
      <description>You can also query user_tab_columns (table columns), user_ind_columns (indexed columns), user_constraints (constraint information), user_views. &lt;BR /&gt;&lt;BR /&gt;To see the list of possible user views, the following will work:&lt;BR /&gt;&lt;BR /&gt;select view_name from dba_views where owner like 'USER%';&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 09 May 2003 21:31:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-database-objects-definition/m-p/2969074#M927742</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-05-09T21:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: User database objects definition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-database-objects-definition/m-p/2969075#M927743</link>
      <description />
      <pubDate>Sat, 10 May 2003 08:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-database-objects-definition/m-p/2969075#M927743</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-05-10T08:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: User database objects definition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-database-objects-definition/m-p/2969076#M927744</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To extract user objects definitions you can get them from Enterprise Manageger, or from quering data dictionary views or exporting like Yogeeraj said. &lt;BR /&gt;&lt;BR /&gt;It depends on what type of definition you are looking for.&lt;BR /&gt;&lt;BR /&gt;1. If you what just the object name, object type and date created by that particular user then you can get this from the "Enterprise Manager" report or by querying the USER_OBJECTS dictionary view. This will give the object_name, object_type (table / index / function /view /procedure /synonym...). Through Enterprise Manager, go to security panel and then users and select the options from the tool bar and then report and then this will generate report fro you. But one thing you have to remember here is you should know the type of user objects. Then you can go to the schema panel and select the type (tables / indexes / functions...) and then OPTIONS---REPORT from the tool bar and generate the report.&lt;BR /&gt;&lt;BR /&gt;2. If you wanted the complete definition of the user objects like table name and the create scripts, then use the export option. The export dump will contain the complete definition of all the objects belonging to the user. Then you can do a fake inport with parameter in the import SHOW=Y and generate a log. This will give you all the craate statements of all the user objects.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.</description>
      <pubDate>Mon, 12 May 2003 01:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-database-objects-definition/m-p/2969076#M927744</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-05-12T01:19:03Z</dc:date>
    </item>
  </channel>
</rss>

