pls explain

Hi Master,

Select the level from dual connect by level > 1;   -> it displays up to infinity. (ORA-30009: not enough memory to CONNECT BY operation) it will finally come.

But when I run like that...

Select double connection of level 2 > or Select the double connection by level > 3;     It will only give 1 answer. Please explain me.


Concerning

AR

Hello

874273 wrote:

Hi Master,

Select the level from dual connect by level > 1;   -> it displays up to infinity. (ORA-30009: not enough memory to CONNECT BY operation) it will finally come.

But when I run like that...

Select the level from dual connect by level > 2 or select the level of the double log level > 3;     It will only give 1 answer. Please explain to me.

Concerning

AR

Any line that meets the condtion START WITH (or each row of the table, if there no START WITH clause) is at LEVEL 1.

For the LEVEL N (N > 1), Oracle evaluates the CONNECT BY clause.  If the CONNECTION WITH the condition is true for a given line, this line is included in the game with the LEVEL of results = N.

The request ends when the CONNECT BY condition is not true for any row.

Let's see how this applies to your queries.

There is no START WITH clause in a query, so that each line of the table double (there is only 1) will be LEVEL = 1.

What will be the level = 2 lines?  In the case of

CONNECT BY LEVEL > 1

every row satisfies this condition, because 2 > 1.  Because something has been added for LEVEL = 2, the query continues with LEVEL = 3.  What will be the level = 3 lines?  Once again, all the lines, because condition 3 > 1 is true for all lines.  It can even to levels 4, 5, 6,... to infinity.

In the case of

CONNECT BY LEVEL > 2

No line fill the CONNECT BY condition, because 2 is not greater than 2.  Since no lines are added to LEVEL = 2, the ends of the query.

Tags: Database

Similar Questions

  • CC for lr wants to use my move my catalog lr5.  This is just a test of cc, I don't want to disable my lr5 cc may not even work for me.  pls explain if this will change my lr5

    pls advise if I move the catalog, a gesture or a copy?  My lr 5 will be still functional.

    For confirmation purposes, it is better you take the backup of catalogs.

  • Dear gurus: Can u pls explain the difference between VARCHAR2 & NVARCHAR2?

    Dear gurus,

    Can you please explain in simple terms we beginners the difference between VARCHAR2 and NVARCHAR2.

    I have read all the documentation, but I just don't understand?

    What exactly is the advantage of NVARCHAR2?

    When should we use it?

    What are the differences?

    NVARCHAR2 is used only when using non-English characters sets?

    Is there a saving advantage?

    Some say that NVARCHAR2 will give different VARCHAR2 columns values when you use the LENGTH function?

    Thanks in advance

    Published by: user12240205 on October 27, 2011 06:15

    Published by: user12240205 on October 27, 2011 06:15

    CHAR (CHAR, VARCHAR2, LONG, CLOB) data types store data in the database character set. NCHAR (NVARCHAR2, NCHAR, NCLOB) data types store data in the national character set. The national character set can be either AL16UTF16 (the default) or UTF8 (rare compatibility requirements). The database character set can be one of the dozens of characters supported by Oracle games. The recommended database charset is AL32UTF8.

    AL16UTF16 and are all two AL32UTF8 Unicode - UTF-16BE and UTF-8 encodings, proportionally.

    The benefits of the NCHAR data types:

    -They are guaranteed to Unicode data types, in other words, any database from Oracle 9.0 can store Unicode data into NCHAR, NVARCHAR2, and NCLOB columns.
    -Storage Unicode languages of South and East Asia is more compact in relation to AL32UTF8 AL16UTF16. AL16UTF16 storage is only possible in NCHAR data types.

    (Serious!) cons of NCHAR data types:

    -You need a special coding in client access API to ensure that the data you want to store NCHAR data type columns is not through conversion to character data, lose the advantage 'warranty Unicode.
    -There are Oracle components that do not support the data types NCHAR, including Oracle Text and XDB.
    -It's confusing and prone to work with two character sets of database, the database character set and the national character set.
    -Storage of most European languages is more compact in AL32UTF8 compared to AL16UTF16.

    Advice from the Oracle:

    -For any new database, create it with the character AL32UTF8 and forget types NCHAR data.
    -For all existing applications to make multilingual, migrate the database backend to AL32UTF8 and forget the NCHAR data types.
    -For any database existing non-Unicode serving a large legacy application system that is too expensive or impossible migrate to Unicode, you are invited to add a minor module which must support multilingual data and for which a separate database makes little sense, you can consider NVARCHAR2 columns for these multilingual data.

    -Sergiusz

  • Pls explain: I get a lot more spam in Yahoo Mail since changing browser from IE to Firefox. This is a fact, not a perception.

    In addition, I noticed an increase in the frequency of ads in Yahoo Mail when using Firefox from when you use IE.
    When I pass the Firefox browser to IE, spam is reduced in overtime. I tested twice, is no coincidence.

    You have selected the two responses as "helpful", but if your problem is solved?

  • Pls explain the sense of source and destination SVI ACL

    Hi I have a home network up and well running that uses a Cisco 1801.

    I'm just trying to increase my understanding of some is the config and I'm confused by ACL on an interface VLAN.

    OK so I "be the router" and imagine packets flowing to me and me

    I have two VLAN configured

    VLAN 10 - 10.10.10.0 / 25

    VLAN 20 - 10.10.10.128/27

    So, for example, one of my Virtual Machines has the address of 10.10.10.6 and is on VLAN 10.

    Another is the 10.10.10.134 address and VLAN 20.

    I want to allow 10.10.10.6 Access 10.10.10.134, but keep the other VLAN 10 access devices.

    So I create an ACL and apply it to interface Vlan 20 entrants.

    The configuration below works as you want, but I don't understand why.

    If packet filtering is for the incoming direction of the interface, then my logic would state that the source address of the packet filter would be 10.10.10.6, not 10.10.10.134.

    Can someone help me understand. Thank you.

    interface Vlan20

    ip access-group ACL-INBOUND in

    !

    ip access-list extended ACL-INBOUND

    permit ip host 10.10.10.134 host 10.10.10.6 log-input

    That is to say, a vlan SVI is no different from a physical interface with respect to an acl.

    to apply an acl entering traffic control devices SVI in this vlan

    apply an acl Outbound IVR auxdispositifs controls traffic to that vlan

    I want to allow 10.10.10.6 Access 10.10.10.134, but keep the other VLAN 10 access devices.

    access-list 101 permit ip host 10.10.10.6 10.10.10.134

    access-list 101 deny ip 10.10.10.0 0.0.0.127 host 10.10.10.134

    access list 101 ip allow a whole

    int vlan 10

    IP access-group 101 in

    the acl above allows 10.10.10.6 to talk to 10.10.10.134 but blocks all other 10.10.10.x/25 customers to talk to 10.10.10.134. Then, it allows customers to 10.10.10.x/25 to talk to everything else. Note You can not only "permit ip any any" at the end, but you will want to probably other lines permit while I have included a general all allow.

    I hope you see it's the same concept applies an acl to a physical interface in terms of incoming and outgoing traffic. Whence came the confusion was probably that you have applied the acl to vlan 20 then he effectively blocked the return circulation and not the original packet from to vlan 10.

    It is usually best to filter packets to their source.

    Jon

  • How integrated the BSO DTS will assess CDA and QTD? Pls explain.

    Hi guru and expert.

    I want to know how the dynamic time series in OSB will assess the CDA and QTD.?

    If I set my time dimension something like below.

    EF07-08 (time Dimension, DTS active CDA, QTD)
    Qtr1
    Avr07
    Mai07
    Jun07
    ......
    ......
    .....

    Qtr4
    Jan08
    Fev08
    Mar08

    That's my question will be the CDA to return the sum of the value of all four qtrs above? .... Thanks for replying...

    When you use DTS it is calculated according to the level zero members if you specify somethng as YTD (Jan08) to join the year number through Jan. If you want the CDA all year, you could do two things
    1 Select the EF07-08 witout CDA member because it is the sum of the whole year already
    2. select YTD (Mar08)

    Frankly I prefer the former because it is less for Essbase to do

  • Do you explain pls one line of simple code?

    Hello.

    would could you pls explain me this line of code:

    ElseIf (imageLoaderHost.x < stage.stageWidth - imageLoaderHost.width)

    as I understand it, this means: If the x the imageLoaderHost position is less than the width of stage less the width of imageLoaderHost

    but I do not understand that really. What would be the width of stage less the width of imageLoaderHost?

    or does not say what sound?

    Thanks in advance!

    Oops, my fault.  use:

    :

    function shiftF(e:MouseEvent):void {}
    var mc:MovieClip = MovieClip (e.currentTarget);
    var destX:Number = imageLoaderHost.x + mc.dir * shiftamount.


    If (destX > 0) {}
    TweenLite.to (imageLoaderHost, 2, {x: 25, ease:Quad.easeOut});})
    } ElseIf (destX
    TweenLite.to (imageLoaderHost, 2, {x: stage.stageWidth - imageLoaderHost.width, ease:Quad.easeOut});})
    } else {}
    TweenLite.to (imageLoaderHost, 4, {x: destX, ease:Quad.easeOut});})
    }
    }

  • Driver problem Tuner TV PCI DVB-T/analog on Qosmio G30-126 & Win7 64 bit

    Hi all!

    I have red all messages on problem Toshiba PCI TV DVB-T/Analog hybrid Tuner on Toshiba Qosmio G30-126 and Windows 7 64-bit (x 64).
    Unfortunately, I did not find solution in messages.

    I have computers portable two Toshiba, former a Toshiba Qosmio G30-126 & new a Toshiba Qosmio G50 - 12K.
    On the new there is no problem with drivers and the new Windows 7.

    On the old but there are 2 problems. We're with the drivers for the buttons that do not exist. 2nd problem and more iritating is problem driver Toshiba PCI TV DVB-T/Analog hybrid Tuner (x 64) (code 39).

    Now, I know that here probobly is no expert Toshiba ppl, but if there is any1 who has solved this problem, pls explain below how you did... at least until the Toshiba decide to new drivers relese in the near future.

    Kind regards.

    Hey mate

    The problem is that there is no Win 7 64 bit drivers made the Qosmio G30 series.
    You have to collect the drivers with your own hands!

    Here you will find a nice display:
    http://forums.computers.Toshiba-Europe.com/forums/thread.jspa?threadID=49400

    You can test the Tuner driver for the Qosmio G45 - xxx series that seems to be compatible with the G30.

    See you soon

  • NB200-12W - t - it have integrated SIM?

    Hello, new user, so apologies if this is a stupid question!

    I have a 1 month, NB200-12W (PLL23E) and use it with a vodafone dongle to the United Kingdom. I would like to use the sim card in rather the dongle and would like to know the following:

    1. my notebook has a built-in sim? The manual says it is and there is a slot, but when I put in a sim card it does not seem to locate correctly!

    2. If this can you pls explain how I need to implement? What software, drivers, etc. must be loaded!

    Thank you very much

    Fred

    Hey Buddy,

    It seems that nifer is right and your model isn't equipped with 3G. This means that you must use 3G dongle from Vodafone.

    I think the manual written on it, because some models are equipped with feature and others do not. So don t you worry not about it, you need the dongle you have already used.

  • iPhoto 11 closes unexpectedly with PhotoMatix Pro

    We use PhotoMatix Pro with iPhoto 11 (ver 9.4.3) & OSX 10.8.5 (Cougar) for a few years & everything was great until last week. When finished tone mapping in Photomatix Pro & trying to 'Save the final Image' return to iPhoto, one box comes in "unexpectedly iPhoto application.  Then we were unable to open the iPhoto library, get the same message. We did fix/rebuild & are able to access iPhoto again & export to Photomatix Pro & do tonemapping etc., but iPhoto unexpectedly quits when trying to "save the final image" again just like before. Best news is that we have 3 libraries & just imported our latest images from card chip in a new, 4th library & all works well again. (and the library 1st & 2nd also operate transparently) So it appears our 3rd library is broken. We would like to know what to do about this 3rd library? I guess we should perhaps save on a 5th library & hope for the best? Pls explain all the steps that we are not computer very knowledgeable & not sure how you would do this & that just would take the same question at the library of 5th? TKS so much!

    The first versions of iPhoto 11 began to plant for many users suddenly a few days ago.

    There is a problem with the functionality of the site, because Google maps will no longer be supported.

    See the solution of Huxly647:

    Huxly647 , November 20, 2015 12:05 AM
    Re: iPhoto crashes after opening several times in reply to carvermon Useful

    I found a solution that works for me...

    1 goto /Applications/iPhoto.app/Contents/Resources

    2 delete the files 'googlemap.html' and googlesearch.html

    IPhoto no longer crashes, site does not work, but it doesn't bother me too much.

    Let me know if it works for you guys...

    Deletes two files "googlemap.html" and the googlesearch.html of iPhoto application bundle prevents the JavaScript running inside and causing the accident.  Log of course do the same thing. So it's pretty clear that something happened at the end of Google.

    Do not try this fix without making a copy of the iPhoto application before trying to delete the two files of the entire application.

  • Major difference between the Group and the organizational unit?

    Pls explain me what is the difference between the groups and the organization unit in simple terms with an example in real time.

    Hello

    https://en.Wikipedia.org/wiki/Organizational_unit _ (computing)

    https://en.Wikipedia.org/wiki/Group _ (computing)

    See you soon.

  • Print - don't know to change the background or the volume

    help I'm naïve on the computer issues and don't know to change the background or the volume could someone pls explain this to me?  I would be eternally grateful

    posml6617

    Moved from feedback

    Original title: impression of the printer

    Hello

    To help you to propose measures to solve the problem, I would appreciate if you could answer the following questions:

    1. what version of Windows operating system is installed on the computer?

    2 are you facing problems printing?

    To change the wallpaper, here are some articles that describe briefly to change the wallpaper:

    Change your desktop background (wallpaper)

    http://Windows.Microsoft.com/en-us/Windows7/change-your-desktop-background-wallpaper

     

    Make changes to your desktop wallpaper slideshow

    http://Windows.Microsoft.com/en-us/Windows7/make-changes-to-your-desktop-background-slide-show

    You can also view the following items to adjust or change the sound issues and the sounds on your computer:

    Adjust the sound level on your computer

    http://Windows.Microsoft.com/en-us/Windows7/adjust-the-sound-level-on-your-computer

     

    Tips for solving common audio problems

    http://Windows.Microsoft.com/en-us/Windows7/tips-for-fixing-common-sound-problems

    Hope that this information will be useful. If you need more help on issues related to Windows, just reply and we will be happy to help.

  • Try to update Windows Vista

    Hello! I tried to update my Vista without success and got an error 8024402F code... I didn't have no idea wat tat is restarted my pc several times and tried to update after every reboot... Kindly pls explain to me on my nxt step... Thank you

    Q1: upgrade my Norton 360 V2 to V3... for a few months only of Norton 360...

    Ah, I thought that this could be the case!

    You can print the instructions below or copy / paste them into Notepad for consultation offline.

    1. download the Norton Removal Tool, save it to your desktop: http://service1.symantec.com/SUPPORT/tsgeninfo.nsf/docid/2005033108162039

    2. After completing some you have a copy of your handy product key, uninstall all software (including LiveUpdate and Add-ons of Norton) Norton through Control Panel | Programs | Uninstall a program (or Control Panel |) Programs and features, if you are using the classic view).

    3 IMPORTANT! -Online turn on Windows Firewall immediately after the restart.

    4. right click on the file that you saved in step #1 above, and then select run as administrator.  DO TAP not your keyboard until the race ends, then restart.

    NB: Now you're "working without a net": no to ANYTHING else online (e.g., navigation, reading e-mail, chat) until you have completed steps #5 to #7 below!

    5 reinstall Norton 360 v3 & restart to the command prompt.

    6. ensure that the Norton firewall is enabled and the Windows Firewall is disabled now.

    7. Run LiveUpdate manually and repeatedly until you get a prompt 'updates is no longer available.

    8. now see if you can manually run Windows Update via the shortcut on the start menu.

    ~ Robear Dyer (PA bear); MS MVP (that is to say, mail, security, Windows & Update Services) since 2002. DISCLAIMER: I do not represent nor don't work for Microsoft

  • colors in my Z3 smartphone video

    Hello

    I have a problem with my videos on my smartphone en WhatsApp

    The colors in the video are completely foires. Red should be is blue etc.

    When I want to send a video through WhatsApp I follow these steps:

    (1) Ik take the video through the standard application. For your info:

    I can see the video in the normal colors, correct through an application called Galerij (that's the name Dutch standard application where you can see pictures and videos)

    (2) I have open WhatsApp en click on the paperclip to add a video and then at "Galerij" to select the video, click sent

    The receiver opens the video and see the bad colors. If I open the video sent the colors are so bad.

    (3) I set the parameters of the standard camera app

    (4) in the application of the "Gallery" I can't find the settings

    Do I did wrong?

    Pls be aware I am a real amateur in this field of smartphones. I have the phone only 5 days!

    Pls explain step by step what I need to do to fix this

    Thank you very much in advance!

    If this only happens on whatsapp, the problem is probably whatsapp video compression.

  • Cannot set Hotmail as home page on Mozilla Firefox

    Original title: HOTMAIL.COM AS SETTING A DEFULT PAGE on MOZILLA FIREFOX

    MR PRESIDENT

    WHEN I SART MOZILLA FIREFOX

    IT SHOULD OPEN HOTMAIL.COM FRST (IT OPENS SOME SEARCH ENGINE http://www.searchnu.com/406?tag=newtab)

    PLS EXPLAIN HOW TO PROCEED

    I HAVE INTERNET EXPLORER ALSO INSTALLED IN THIS I PUT HOTMAIL & IT OPENS THAT CORRECTLY

    OPERATING SYSYTEM WINDOWS 7

    THX & REGDS

    NITIN

    Hello

    You should contact the Mozilla Firefox support for assistance.

    http://support.Mozilla.org/en-us/home

    Hope this information helps.

Maybe you are looking for