Please help me to have some knowledge on this

Can any one give me 'a model of blue print along with some examples of gaps and it's solution in the project'? Please help me to have some knowledge on this.

/* Formatted on 8/27/2012 9:54:40 AM (QP5 v5.185.11230.41888) */
WITH t AS (SELECT 'a-->b-->c-->d' tree FROM DUAL),
     t1
     AS (    SELECT REGEXP_SUBSTR (tree,
                                   '[^-->]+',
                                   1,
                                   LEVEL)
                       parent,
                    REGEXP_SUBSTR (tree,
                                   '[^-->]+',
                                   1,
                                   LEVEL + 1)
                       child,
                    LEVEL lvl
               FROM t
         CONNECT BY LEVEL <= REGEXP_COUNT (tree, '-->') + 1)
    SELECT DISTINCT PRIOR parent || '-->' || parent PATH
      FROM t1
     WHERE PRIOR parent IS NOT NULL
CONNECT BY PRIOR lvl < lvl
c-->d
a-->d
a-->b
b-->d
b-->c
a-->c

Similar Messages

Maybe you are looking for

  • SAP MMC and Trace Files

    Hi I want to get complete information on the "exit codes"  in SAP MMC for various server and other processes. And also want to know that what are the various log files and trace file .what kind of logs/information they provide and if the Portal has b

  • Finding intial context factory for java naming connect to DS5

    I'm a newbie to LDAP programming using the JNDI interfaces to connect to my DS 5 implementation. I can't seem to find any reference as to where the correct factory for the initialDirContext is! I need the factory classname for this call: env.put(Cont

  • CS4 - AME is VERY slow (40 mins to encode 3 minutes of video??)

    Hello folks, I usually use Pinnacle Studio to do my home video but since I also own CS4, I thought I would try Premiere for the first time in about 4 years. I had no trouble understanding it and combining 3 short HD clips totalling about 3 minutes. B

  • Few quick question on openjdk

    so i`ve been running arch 64 on my desktop for the longest time now. one of the things thats been buggin me is the lack of a jave browser plugin now yesterday i came across openjdk, which i`d never heard of before. my understanding is that it has a b

  • BPEL queries:

    im a research student assigned to a BPEL project. i want to learn about the following topics: 1.What is a web-service? 2.What are business processes? 3.What is BPEL.What are its capabilities? 4.Limitations of BPEL. 5.Where and why BPEL is empolyed. 5