Trees does not not in 4.0 for several tables

I built the query:

Select case when connect_by_isleaf = 1 then 0
When level = 1 then 1
of another-1
end the status,
level,
name as title,
NULL as an icon,
ID as the value,
NULL as ToolTip

de)
To_char (nihub_qa_group_id) SELECT ID,
NULL as parent,
GroupName as name,
NULL link,
NULL a1,
NULL A2
OF nihub_qa_groups
UNION ALL
SELECT to_char (nihub_qa_group_id): ': ' | TO_CHAR (nihub_qa_tables_id) as id,
TO_CHAR (nihub_qa_group_id) as a parent,
table_NAME as name,
NULL link,
NULL a1,
NULL A2
OF nihub_qa_table_tree_v
)
Start with the parent is set to null
connect by prior id = parent
siblings arrested by name

but the tree will not display. I get the error: Warning: tree root ID '10000' could not be found. and when I debug I get errors: ORA-06550: line 34, column 34: PL/SQL: ORA-00904: "ID": invalid identifier ORA-06550: line 3, column 13: PL/SQL: SQL statement ignored ORA-06550: line 37, column 64: PLS 00364: 'I' use the loop index variable is invalid ORA-06550: line 37, column 15: PL/SQL: statement ignored.

My paintings is quite simple:

nihub_qa_group:

CREATE TABLE nihub_qa_groups
(
nihub_qa_group_id NUMBER NOT NULL,
GroupName VARCHAR2 (255) NOT NULL CHECK (single)
)
;



ALTER TABLE nihub_qa_groups
Add a CONSTRAINT "Group PK" PRIMARY KEY (nihub_qa_group_id);

nihub_qa_tables:

CREATE TABLE nihub_qa_tables
(
nihub_qa_tables_id NUMBER NOT NULL,
table_name VARCHAR2 (250 BYTES),
last_date_loaded DATE,
last_row_count NUMBER,
avg_records_loaded NUMBER,
check_avg CHAR (1 BYTE),
check_orphan CHAR (1 BYTE),
check_domains CHAR (1 BYTE),
check_date CHAR (1 BYTE),
threshold_plus NUMBER,
threshold_minus NUMBER,
date_column VARCHAR2 (255 BYTES)
)
;



ALTER TABLE nihub_qa_tables
ADD CONSTRAINT "nihub_qa_tables PK" PRIMARY KEY (nihub_qa_tables_id);



and nihub_qa_table_tree_v is a point of view:

VIEW to CREATE or REPLACE nihub_qa_table_tree_v (nihub_qa_group_id,
nihub_qa_tables_id,
table_name)
IN SELECT
nihub_group_table.nihub_qa_group_id,
nihub_group_table.nihub_qa_tables_id,
nihub_qa_tables.table_name
Of
nihub_group_table nihub_group_table,
nihub_qa_tables nihub_qa_tables
WHERE
nihub_group_table.nihub_qa_tables_id = nihub_qa_tables.nihub_qa_tables_id;


nihub_group_table is a correlator group_id and tables_id to support the relationship m:m. when I run the query in Toad or sql command in the APEX, I get:

1 1 UNICA - 10000. -
2 0 NIHUB_NETINSIGHT_VEIW_PARAMS - 10000:20000 -.
2 0 NIHUB_NETINSIGHT_VIEWS - 10000:10000 -.
2 0 NIHUB_NETINSIGHT_VISITS - 10000:30000 -.
2 0 NIHUB_NETINSIGHT_VISIT_PARAMS - 10000:40000 -.
1 GROUP 1 TEST - 20000 -.
2 0 NIHUB_NETINSIGHT_VIEWS - 20000:10000 -.


that is what I expect. Here, any help would be appreciated.

Thanks in advance

PAM

Here is a document to create a tree in APEX 4 via a wizard: http://apex.oracle.com/i/doc/tree_query_create.htm#BABJAGJJ

Thank you

Tony Miller
Webster, TX

While it is true that technology is waiting for no man; stupidity always stops to accommodate new passengers.

If you answer this question, please mark the thread as closed and give points where won...

Tags: Database

Similar Questions

  • Travel regions of Australia to New Zealand, which does not have the licenses for TV shows, will be my TV shows that I bought in Australia removed once I have change of regions in New Zealand?

    Travel regions of Australia to New Zealand, which does not have the licenses for TV shows, will be my TV shows that I bought in Australia removed once I have change of regions in New Zealand?

    N ° save them anyway.

    (138403)

  • Account Internet preferences system does not recognize the password for my AOL account... and so mail does not read the email in my AOL account

    Account preferences Internet system does not recognize the password for my AOL (Internet) account... and so Mail does not read the email in my AOL account

    Mail asking me to "Enter your password for [my AOL account] in Internet accounts."

    When I enter my password Internet accounts says it is "Impossible to verify the account name or password."

    iMac (24 inch, early 2009)

    Processor clocked at 2.66 GHz Intel Core 2 Duo

    Memory 8 GB 1067 MHz DDR3

    OS X 10.11.1 (B 15, 42) El Capitan

    Remove the password in Keychain Access (Applications/Utilities). While there, menu Keychain Access of relief.

    The problems of Keychain - see post of khati

  • How the LED lights up when a threshold is reached, then turns off only when the value does not reach the threshold for a while?

    Hi, I want to write a program that can turn on the LED when a range of value, this is the threshold and only when the value does not reach the threshold for a period of time, say 5 seconds, then the LED will turn off, otherwise it will remain. How can I achieve this in labview? Can someone help me? Really thanks!

    I assume that you use a while loop to keep the updated value.

    Add a record to offset to your looping it initialize with a U32 (time in ms)

    Add the registry to offset to your loop that keeps the previous value of your bool

    When your reaches the threshold value => the light and set the current time in your shift register.

    In the next iteration of the loop weather check value is still above threshold

    => Y-online previous set to true?

    => Y-online the next iteration

    -Online N => turn switch on and set the current time in your shift register.

    -Online N => subtract the time current less time shift record-online more then 5 seconds?

    => Is => keep turning on

    -Online N => turn given

  • 'System.DateTime' does not contain a definition for 'HasValue '.

    I develop a lightswitch application. But me make mistakes trying to build the application:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Microsoft.LightSwitch;
    namespace application
    {

    partial public class Section
    {
           
    SectionDisplay_Compute partial Sub (Ref DateTime result)
    {

    If ((this. Course! (= null) & (StartDate! = null) & (teacher! = null))
    {

    Assign the result to the value of the desired field

    result = String.Format ("{0} ({1}) [{2} - {3}]", Course.CourseName, Teacher.UserName, StartDate.ToShortDateString (), ((StopDate.HasValue)? ") StopDate.Value.ToShortDateString (): "'));

    }

    }
    }
    }
    This is the code. Get the following errors

    Error 1 'System.DateTime' does not contain a definition for 'HasValue' and no extension method 'HasValue' accepting a first argument of type 'System.DateTime' could be found (missing are you a using directive or an assembly reference?)
    Error 2 'System.DateTime' does not contain a definition of 'Value' and no extension method 'Value' accepting a first argument of type 'System.DateTime' could be found (missing are you a using directive or an assembly reference?)
    anyone help me please in this ASAP?

    Hello

    What operating system is installed on the computer?

    The question you posted would be better suited in the MSDN Forums. I would recommend posting your query in the MSDN Forums. You can follow the link to your question:

    http://social.msdn.Microsoft.com/forums/en-us/categories/

    Hope this information helps.

  • The settings saved on this computer does not meet the requirements for the network

    My old laptop connects fine but my other not.  When I go to connect to the network, it says "the settings saved on this computer does not match the requirements for the network."

    Hello Tazdmx83,

    Thanks for posting on Microsoft answers Community Forums.

    This problem usually occurs on wireless network connections. I suggest that you turn off any wireless security feature by following the steps below.

    1. click on start and control access panel.

    2. double-click on network connections

    3. right click on the wireless adapter and select Properties.

    4. Select wireless networks, click the name of your wireless network and choose Properties.

    5. in network authentication, select open to disable wireless security.

    6. Please try to connect.

    If the problem persists, I suggest that you remove the connection and re-create the wireless network connections. The following Web site can help you on the creation of the wireless connection.

    http://windowshelp.Microsoft.com/Windows/en-us/help/297fa2dc-B20B-4327-B673-707a968c86801033.mspx

    Important note: Microsoft provides third-party contact information to help you find technical support. These details may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.

    If the problem persists, I suggest you reinstall the driver of card wireless network and Re-create the connection.

    Remove the driver for the card
    ========================

    1. click on start. In the start search box type "devmgmt.msc", and then press ENTER.
    2. expand "Network adapters", double-click the entry for the wireless network device.
    3. click on the "Driver" tab, click "Uninstall".
    4. click on start. In the start search box type "appwiz.cpl", and then press ENTER.
    5 remove the entries related to the wireless network adapter.

    Reinstall the driver with your CD of drivers on the manufacturer's Web site. After installation, create the connection.

    Also access the link and try to follow the steps in troubleshooting network related issues on Vista-based computer:

    http://windowshelp.Microsoft.com/Windows/en-us/help/33307acf-0698-41ba-B014-ea0a2eb8d0a81033.mspx

    It will be useful.

    Thank you and best regards,

    Srinivas

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think

  • Debugger does not stop at breakpoints for some applications

    The debugger does not stop at breakpoints for most of my applications.

    I also created two new projects using the templates provided to Hello World, for a project, that it stops on my breakpoinbeing the first line to the breast

    ApplicationUI::ApplicationUI () :

    QObject()

    Sometimes, for the second project he doesn't stop... very frustrating.

    I tried this on two separate devices, either via wifi either by using the USB connection.  I'm running this on a new thinkpad with tons of ram and an ssd, Os is Windows 8.11 and I installed the 64-bit version of momentics...  I also tried to use the SDK 10.2 and 10.3 with the same results...

    Very strange, I copied the project in another directory and then it re-imported in the workspace and then debug started working again.

    Must have been a thing of directory permissions.  in any case, I just wanted to post the resolution of other interests of peoples...

  • Design Premium CS5 does not install after download for Mac.

    Design Premium CS5 does not install after download for Mac.  He says that the installer is corrupted.  It was downloaded from the other downloads page repeatedly.  Is there another way to download this file?

    When you ask a question you will need to provide some basic information

    -https://forums.adobe.com/docs/DOC-5601

    -Exactly which version of the operating system?

    IF El Capitan Mac read below

    CS6 and previous programs have not been tested and will not be updated to run on Mac El Capitan

    -which means you are trying to use CS6 and earlier at YOUR risk of having problems

    -You can get CS6 and previous programs to install and run, or you can not (some do, some don't)

    Maybe it's a fake because of Mac El Capitan and OLD programs error

    This information is a MUST to install old programs on Mac El Capitan

    -Java https://helpx.adobe.com/dreamweaver/kb/dreamweaver-java-se-6-runtime.html can help

    Install CS5 on Mac 10.11 https://forums.adobe.com/thread/2003455 can help (also for others than CS5)

    -also a TEMPORARY security change https://forums.adobe.com/thread/2039319

    -http://mac-how-to.wonderhowto.com/how-to/open-third-party-apps-from-unidentified-developer s-mac-os-x-0158095 /

    -the guardian https://support.apple.com/en-au/HT202491

  • Adobe Reader 11 does not print PDF documents for printing of attachments in PDF from Outlook 2016.

    Adobe Reader 11 does not print PDF documents for printing of attachments in PDF from Outlook 2016.
    Version of Adobe Reader 11 11.0.13 has been uninstalled and reinstalled. Print PDF documents registered in the system but not when opened as an attachment.

    Any ideas?

    HI Steve,.

    Please try to use the CD player with office 2016.

    Uninstall cleanup tool: Download Adobe Reader and Acrobat tool - Adobe Labs

    Install using offline Installer: Adobe - Adobe Acrobat Reader DC Distribution

    Thank you

    Abhishek

  • I am trying to create layers with a JPEG originally published in LR6. I converted the JPEG in a TIF format for my PES 11. PSE does not recognize the file for purposes of superposition; None of the routes command works. Just to see if PES was grateful the

    I am trying to create layers with a JPEG originally published in LR6. I converted the JPEG in a TIF format for my PES 11. PSE does not recognize the file for purposes of superposition; None of the routes command works. Just to see if PES was grateful the file at all, I tried to turn the file. Fortunately, he rotates the photo and turned it back. Why the program allow me to create layers?

    You click on Expert in pse before trying to add layers?

    Or it is possible that the image is 16-bit/channel.

    In photoshop elements go to Image > Mode and click on 8-bit/channel and see if that makes a difference.

  • My Mac does not read the Mac for the Adobe Photoshop elements 13 drive [was: Mac]

    My Mac does not read the Mac for the Adobe P:photoshop elements 13 drive, fresh have Costco. ???

    You can try to download instead and use the serial number, you make the acquisition of the disc...

    PES 10, 11, 12, 13 - https://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-downloads.html

    You can also download the demo version of the software through the page linked below and then use your current serial number to activate it.

    Don't forget to follow the steps described in the Note: very important Instructions in the section on the pages of this site download and have cookies turned on in your browser, otherwise the download will not work correctly.

    Photoshop/Premiere Elements 13: http://prodesigntools.com/photoshop-elements-13-direct-download-links-premiere.html

  • Adobe does not accept my system for a facility administrator password, what to do?

    Adobe does not accept my system for a facility administrator password, what to do?  This password has been used for years and never failed.  Something in the communication to Adobe for installation (bridge CC) failed, but they offer no further action suggested.  Thank you all.

    Friends, thank you for the offers of help - when I returned to the page to download after many hours, he took my password and I finished downloading.

  • Hello, I'am getting a little crazy because Group/scrolling text does not. I looked at several videos of Adobe evangelists now to make a scrolling text or group.  I ' am in collaboration with InDesign CC and it looks like my 'Overlay tools' do not work.  W

    Hello, I'am getting a little crazy because Group/scrolling text does not. I looked at several videos of Adobe evangelists now to make a scrolling text or group.  I ' am in collaboration with InDesign CC and it looks like my 'Overlay tools' do not work.  When I see the preview, I can't scroll but only to select text. My steps are simple: I put my text in a selected area. PLACE IN > that select > Folio overlays > floating framework. It does not scroll. What I've done wrong?

    Schermafbeelding 2016-02-14 om 14.57.41.pngSchermafbeelding 2016-02-14 om 14.56.38.png

    DAT danced some overlays avenues (!) reviews Regolamento zijn voor DPS books, due noch het SWF-noch het ePUB-voorvertoningsvenster laten zien said. Het due zal ook niet werken in bv. en PDF een in een ePUB avenues in FXL - epub puts extra een saw CSS code. DHS avenues from DPS DPS 2015 (article) maar voorvertonen zal het niet anyway (folio).

    Werk I niet met DPS (peper, peperduur!) vergeet dan het hele Overlay window DHS.

  • Prime Minister CC does not allow me to add several MTS files in the same sequence?

    Hello. I've been shooting on a Sony A7s ii. When editing first CC does not allow me to add several MTS files in the same sequence? It will add the audio but no Visual.

    Any ideas?

    Hi Bunglefoot,

    Hello. I've been shooting on a Sony A7s ii. Which first CC edition does not allow me to add several MTS files in the same sequence? It will add the audio but no Visual.

    Please visit this link:

    FAQ: Why no audio or video will not at the track where I let down?

    Thank you

    Ilyes Singh

  • Computer does not recognize the driver for HL-DT-STDVDRRWGSA-H2OL ATA Device

    original title: HL-DT-STDVDRRWGSA-H2OL ATA Device

    its as it disappeared from my machine. the computer will recognize the pilot but but the drive does not appear when I go to computer file. If you insert a cd in the drive, it runs but can not read the cd/dvd.

    Hello

    Step 1: Please do all the same underneath if you did some before as is often total
    a process that solves the problem.

    Try this - Panel - Device Manager - CD/DVD - double click on the device - driver tab.
    Click on update drivers (this will probably do nothing) - RIGHT click ON the drive - uninstall.
    RESTART this will refresh the default driver stack. Even if the reader does not appear to continue
    below.

    Then, work your way through these - don't forget the drive might be bad, could be a coward
    cable or slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    Try this fix manually if the Fixit 314060 does not work
    http://www.pchell.com/hardware/cd_drive_error_code_39.shtml

    Your CD or DVD drive is missing or is not recognized by Windows or other programs-
    a Mr Fixit
    http://support.Microsoft.com/kb/982116

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to
    for Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error in Windows
    Vista installation after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Hardware devices not detected or not working - A Mr Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    Another possibility is that the cables are loose. Remove ALL power, then make sure that the cables in both
    ends. Remove and replace, do not just tight. For laptops, you can often clean power and
    contacts data with a pencil eraser.

    Some DVD players do not use the Windows default drivers so check with the manufacturer of system and
    manufacturer of device to see if there is a firmware or drivers for your drive if necessary.

    ===============================

    Step 2: You have disc problems as the CD/DVD is actually 4 discs in 1 case (CD & DVD
    Burn and CD and DVD read). So it is not unusual for 1 or 2 operational so that other parts
    do it right.

    Did you follow the Troubleshooting Guide for the reader who still does not work? There are
    the entries in registry that the troubleshooter does not solve and those who "might" be the cause.

    Check with your Maker system and a device for the two possible firmware updates and
    the correct registry entries for your car.

    Here are the keys that I of course are those in question - for the subkeys of the CD/DVD drive
    as there will be other subkeys in these keys. Do not forget to ask specific keys involved as well as
    the parameters.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

    -----------------------------------------------------------------------

    You can probably find more info here and maybe even the exact registry for your CD/DVD settings
    drive from someone with the same model.

    Forums - a lot of expert real help
    http://Club.myce.com/

    CD/DVD units
    http://www.myce.com/storage/

    Use DevManView to locate the CD/DVD in the registry (be careful and do a prior Restore Point)
    nothing change) - find the DevManView device and then make a right click on it free in RegEdit.

    DevManView - free - an alternative to the standard Windows Device Manager, which displays all the
    devices and their properties in flat table, instead of the tree viewer
    http://www.NirSoft.NET/utils/device_manager_view.html

    I hope this helps.

Maybe you are looking for