What tables are there behind the trees.

If a tree is implemented with a node that has a set of accounts... What are the sets of tables, I can query to find this info?

All tables in the tree begins with PSTREE, so searching for PSTREEDEFN, PSTREENODE, etc.

Tags: Oracle Applications

Similar Questions

  • What options are there for the lightroom for non software professionals who want to use lightroom as a hobby?

    I am a photographer and graphic designer. I need lightroom and other adobe products, so I don't have a problem paying the monthly subscription price. However, my girlfriend didn't NEED to have all of the adobe products and the monthly price that goes with. She just wants a little more power in editing his photos, which is just a hobby for her, with software that is a notch above the user type level free software out there that allows only click on a filter to change the appearance of the photos. Non-professional have an in-expensive option (not monthly) to use lightroom or a lighter version of it?

    Scott

    It is possible to buy Lightroom on a stand-alone basis. A subscription is not required.

    Products

  • Concerned about the compatibility and performance of i-Tunes if I install Windows 10 on my pc.  Can we predict what the problems are?  What solutions are there?  Thank you!

    Concerned about the compatibility and performance of i-Tunes if I install Windows 10 on my pc.  Can we predict what the problems are?  What solutions are there?  Thank you!

    ITunes 12.3 running on Windows 10 and it works great. Any questions or problems with it.

  • Why the blocks of temporary tables are placed in the buffer cache?

    I read the following statement, which seems quite plausible to me: "Oracle7.3 and generates from close db file sequential reading of the events when a dedicated server process reads data from temporary segment of the disc." Older versions of Oracle would read temporary segment data in the database buffer cache using db file scattered reads. Releases latest exploit heuristics that data of temporary segment is not likely to be shareable or revisited, then reads it directly to a server process programs global (PGA). »

    To verify this statement (and also for the pleasure of seeing one of these rare close db file sequential read events), I ran a little experiment on my Oracle 10.2 Linux (see below). Not only it seems that different this v above, the blocks of temporary tables are placed in the buffer cache, but also$ BH. OBJD for these blocks does not refer to an object in the database's existing (at least not one that is listed in DBA_OBJECTS). Either incidentally, I traced the session and have not seen any file db close sequential read events.

    So, I have the following questions:
    (1) is my experimental set-up and correct my conclusions (i.e. are blocks of temporary tables really placed in the buffer cache)?
    (2) if so, what is the reason for placing blocks of temporary tables in the buffer cache? As these blocks contain private session data, the blocks in the buffer cache can be reused by another session. So why do all cache buffer management fees to the blocks in the buffer cache (and possibly remove) rather than their caching in a private in-memory session?
    (3) what V$ BH. OBJD consult for blocks belonging to temporary tables?

    Thanks for any help and information
    Kind regards
    Martin

    Experience I ran (on 10.2 /Linux)
    =============================
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Oct 24 22:25:07 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    
    SQL> create global temporary table temp_tab_4 on commit preserve rows as select * from dba_objects;
    
    Table created.
    
    SQL> alter system flush buffer_cache;
    
    System altered.
    
    SQL> select count(*), status from v$bh group by status order by 1 desc;
    
      COUNT(*) STATUS
    ---------- -------
          4208 free
          3 xcur
    
    SQL> select count(*) from temp_tab_4;
    
      COUNT(*)
    ----------
         11417
    
    SQL> -- NOW THE BUFFER CACHE CONTAINS USED BLOCKS, THERE WAS NO OTHER ACTIVITY ON THE DATABASE
    select count(*), status from v$bh group by status order by 1 desc;
    SQL> 
      COUNT(*) STATUS
    ---------- -------
          4060 free
           151 xcur
    
    SQL> -- THE BLOCKS WITH THE "STRANGE" OBJD HAVE BLOCK# THAT CORRESPOND TO THE TEMPORARY SEGMENT DISPLAYED
    -- IN V$TEMPSEG_USAGE
    select count(*), status, objd from v$bh where status != 'free' group by status, objd order by 1 desc;
    SQL> SQL> 
      COUNT(*) STATUS      OBJD
    ---------- ------- ----------
           145 xcur       4220937
          2 xcur        257
          2 xcur        237
          1 xcur        239
          1 xcur    4294967295
    
    SQL> -- THE OBJECT REFERENCED BY THE NEWLY USED BLOCKS IS NOT LISTED IN DBA_OBJECTS
    select * from dba_objects where object_id = 4220937 or data_object_id = 4220937;
    
    SQL> 
    no rows selected
    
    SQL> SQL> -- THE BLOCKS WITH THE "STRANGE" OBJD ARE MARKED AS TEMP IN V$BH
    select distinct temp from v$bh where objd = 4220937;
    SQL> 
    T
    -
    Y
    
    SQL> 
    Edited by: user4530562 the 25.10.2010 01:12

    Edited by: user4530562 the 25.10.2010 04:57

    The reason to put the blocks to the global temporary table in the buffer cache is the same thing why you put ordinary table blocks in the cache buffers-> you want some of them to be in memory.

    If you ask why don't keep us somehow temporary tables in the PGA - well what happens if this temporary table will be 50 GB? 32-bit platforms cannot even handle this and you do not want a process of becoming uncontrollable so great.

    Moreover, TWG will allow you to restore, back to a backup (or savepoint implied when an error occurs during a call DML), and this requires protection by the cancellation. Place lines / revenge in PGA would have complicated the implementation even further... now GTT is almost of the regular tables which just happened to reside in temporary files.

    If you really want to put data in the PGA only, then you can create collections of PL/SQL and even access through the use of SQL (coll CAST AS xyz_type) where xyz_type is a TABLE of an object any.

    --
    Tanel Poder
    New online seminars!
    http://tech.e2sn.com/Oracle-training-seminars

  • Exported to Oracle - MS Access tables Tables are there but not queryable?

    Access tables exported to Oracle via ODBC. The tables are there, but when I query them, I get:

    ERROR on line 1:
    ORA-00942: table or view does not exist

    -----

    SQL > user sho
    The USER is "USCG".

    SQL > select table_name from user_tables where table_name like 'org % ';

    TABLE-NAME
    ------------------------------
    org_

    SQL > select count (*) in the org_;
    Select count (*) in org_
    *
    ERROR on line 1:
    ORA-00942: table or view does not exist


    SQL > select count (*) in the uscg.org_;
    Select count (*) in uscg.org_
    *
    ERROR on line 1:
    ORA-00942: table or view does not exist


    SQL > connect system
    Enter password: *.
    Connected.
    SQL > select count (*) in the uscg.org_;
    Select count (*) in uscg.org_
    *
    ERROR on line 1:
    ORA-00942: table or view does not exist

    What I'm missing here?

    Thank you

    The problem is that you have created the table like this:

     create table "table_name" . . .;
    

    Instead of

     create table table_name . . .;
    

    Now, you need to reference the table using the character (""), but it is not recommended.
    Try to rename:
    {code} alter table 'table_name' Rename to table_name; {code}

    HTH

    Enrique.

    Published by: Enrique Orbegozo on October 29, 2008 15:21

  • How to allow access to a local area network behind the cisco vpn client

    Hi, my question is about how to allow access to a local area network behind the cisco vpn client

    With the help of:

    • Cisco 5500 Series Adaptive Security Appliance (ASA) that is running version 8.2 software
    • Cisco VPN Client version 5.0 software

    Cisco VPN client allows to inject a local routes in the routing table Cisco ASA?

    Thank you.

    Hi Vladimir,.

    Unfortunately this is not a supported feature if you connect through the VPN Client. With VPN Client, that the VPN Client can access the VPN Client LAN host/local machine, not host from the local network to business as customer VPN is not designed for access from the local company network, but to the local corporate network.

    If you want to access from your local business to your LAN network, you need to configure LAN-to-LAN tunnel.

  • What plans are available for the use of the storage cloud at adobe. What is the authorized space if I free plan.

    What plans are available for the use of the storage cloud at adobe. What is the authorized space if I free plan.

    Thank you

    Agoutin

    Hi rajthkr,

    Acrobat.com offers free online storage for up to 5 GB of data (there are on the plans at this time to provide additional storage for a fee).

    Best,

    Sara

  • FRM-47323: no nodes are selected in the tree.

    Hi all

    I'm currently upgrading my forms 6i in 11g. 6i form is currently using the element of the hierarchy tree.
    After the form conversion, 11 g and the execution of the form I get the error FRM-47323 following "no nodes are selected in the tree.
    The same shape work very well in the environment of 6i.

    This error is not documented anywhere and am not sure why only after upgrading to 11g it gives this error.

    After debugging the code, I noticed that the following code will fail with this error:

    Declare
    .....
    current_node FTREE. NŒUD;
    htree;
    .....
    Begin
    ...... At this point, it fails with the error FRM-47323.
    current_node: = Ftree.Get_Tree_Selection (htree, Ftree.Get_Tree_Property (htree, Ftree.SELECTION_COUNT));
    .....
    End;


    Any help will be appreciated. Let me know if you need more information on this issue.

    current_node: = Ftree.Get_Tree_Selection (htree, Ftree.Get_Tree_Property (htree, Ftree.SELECTION_COUNT));

    The problem is the reference "Ftree.SELECTION_COUNT". The Get_Tree_Selection function returns the reference of the selection tree node NŒUD. The SELECTION_COUNT variable stores a number that represents the number of nodes that are selected. Its been more than a table that a NUMBER because it contains the reference of the index for each node selected in the tree. ;-)

    If you need to know which node is the current selected node, try to use: SYSTEM. Trigger_Node instead.

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

    Published by: Silvere on February 3, 2011 10:27

  • IPhone 6 - How will I know what apps are underway in the background?

    IPhone 6 - How will I know what apps are underway in the background?

    On multitasking on your iPhone, iPad and iPod touch - Apple Support

    Scroll to the bottom where he treats background App update!

    You can visit these settings under settings > general > background App update.

  • What motherboards are compatible with the s1400-103?

    What motherboards are usable in the S1400-103, laptop PS140E-03CT 0 - EN? The center pin for the power supply DC to pronounce on mine. Toshiba said that the repair is not possible and so could charge me £370 for a new.

    Hi ian

    I was not being able to find an exactly number description or a part, but you can it search the net or even try to get the info of service partner.

    By the way: do you really want to exchange one?

  • What processors are compatible with the HP G62-b09SA notebook PC.

    What processors are compatible with the HP G62-b09SA notebook PC. Also I'm under 64-bit Windows, but on the HP website, it indicates that the maximum amount of memory is 4 GB, why?

    Hello

    Here is the link to the service manual for your laptop

    http://h10032.www1.HP.com/CTG/manual/c02542102.PD

    See page 1 for a list of supported and also taken processors on this page under the heading memory, it is said that the laptop can support up to 8 GB of memory.

    Paul

  • What layer are FI in the Cisco hierarchical network design model?

    What layer are FI in the Cisco hierarchical network design model?

    Is this a straigh question? We have a Nexus 7 k for our heart and Port-channel of the FI for them. So for me it layer distribution.

    But when we attach to the NAS. Isilon devices we use between the FI and N7K N3K. This would make the N3K and FI both part of the Distribution layer? Would not be considered layer. However, it does not ACL etc. which usually belong to the Distribution layer.

    I was wondering thoughts people on it. Is the UCS FI and 'One Off' in the model of 3 layer?

    Thank you!

    Craig

    FI can sit to your dist layer. or access.  I've seen deployments where they are deployed at the same time, depending on the size of the cluster of the UCS and band network bandwidth. The distribution layer is usually to be where all the magic of layer 3 arrives (routing, ACL, QoS, FW, application of strategies etc.) and UCS being strictly Layer 2, it could be classified as a device to access-layer.

    Designs are flexible and as long that you consider oversubscription adjusted, you should be fine with the deployment option.

    I hope that others will share their ideas

    Kind regards

    Robert

  • What functions are part of the OLAP option, and what is considered "standard SQL"?

    Hello

    11.2 Enterprise Edition without OLAP license.

    Where can I find what functions are part of the OLAP option, which I'm not allowed to use without the extra cost of option?

    Not sure, what comes to my mind is such function as LISTAGG, CUBE, PARTITION BY and the like, but I would like a complete set so that we can ask our developers to avoid using functions that require an additional license.

    Thanks in advance

    None of the ones you mention are part of the OLAP option.

    The official license https://docs.oracle.com/cd/E11882_01/license.112/e47877.pdf document describes which includes the option.

    If you do not have him a license, then just make sure that it is not installed in the databases you create.

  • What programs are included in the student creative cloud? ($ 14.99/mo)

    What programs are included in the student creative cloud? ($ 14.99/mo)

    The CC for all individuals have the same characteristics, you can check it out here Adobe Creative Cloud for students and teachers | Adobe

    Concerning

    Baudier

  • How can I know because of what table in database, causing the chaining line

    Hello


    Please help me that how can I know because of what table in database, causing the chaining line?

    Hello

    hope that you have already created the table utlchain. Or otherwise create as below.

    SQL > @?/rdbms/admin/utlchain.sql

    And try to run the script again.

    I tried with the following example in the following link.

    http://psoug.org/reference/chained_rows.html

    His works very well and it will list the tables.

    Or try the row chaining and Migration of line [ID 122020.1]

    It has all the necessary steps to do so.

    Thank you
    Rognard

Maybe you are looking for

  • Is there a sequence recommended action to a new PC in Firefox?

    I read queries about mobile, history, bookmarks, etc., for the new PC using SYNC. Am I right to assume that I need 1)... Install Firefox on the new PC, 2...) run the SYNCHRONIZATION on the old PC, then 3...) run the SYNCHRONIZATION on the new PC? You

  • How can I create a column with additional dates in number 3.6.1

    I'm a noob for Mac so be gentle with me. I have a spreadsheet and need to have additional dates in the first column of 01.01.16 at the end of the year.  I managed to create a custom date format and changed cells to be this format, but no date appears

  • Laser Jet 4000N: printer driver for Laser Jet 4000N to work with Windows 10 (64-bit)

    Hello Could you please tell me what I can use for HP Laser Jet driver done 4000N (with 10 (64-bit) Windows). The driver is available? If not, is there an alternative? During the installation of the printer, Windows 10 offers the following drivers: (a

  • Failed to load printers!

    My printer is no longer displayed in XP pro.  When I try to reload the printer I get the error message "operation cannot be completed.  During my feeble attempts to solve the problem I also encountered an error, "Printer Spooler Service does not work

  • Windows Internet Explorer opens automatically at startup of the Facebook page

    I use Windows Vista Home Premium software on a Gateway computer. For some reason any start-up, my Windows Internet Explorer is automatically upwards, and there a Web Facebook.com page already on the screen asking you to sign up for Facebook. It flash