Maximmum value of a sequnec and viewing very large numbers

Hi,
We have a table which has a column populated using a sequence - it is maintained by code in owb but growing at larger rate than expect
e.g sequence starts at say 10000000000, would expect next row to b created with 10000000001 but large gap in between.
Have a separate ticket raised with oracel for this as mainatined via dimesnion opertaor code.
However, have couple of questions reagrding sequences.
1) How large can they be
2) If we try query numbers which over 14 digits long starts to show e in the tool we are using (pl/sql developer) Is there a way to ensure we can see the whole number (sqlplus?) and
I'm assuming say if had number column which very large say 18 digits long joined to another table 18 digits long then no issues?
Thanks

1. you really should read docs.
e.g sequence starts at say 10000000000, would expect next row to b created with 10000000001 but large gap in between.Not necessarily. Oracle Sequence guarantees uniqueness, not continuity.
There can be gaps by design. Especially if CACHE of the sequence is big.
Have a separate ticket raised with oracel for this as mainatined via dimesnion opertaor code.you really should read docs before creating tickets.
However, have couple of questions reagrding sequences.
1) How large can they be-As large as NUMBER datatype can be - 38 digits.-
I am wrong. Doc says - 28 digits.
2) If we try query numbers which over 14 digits long starts to show e in the tool we are using (pl/sql developer) Is there a way to ensure we can see the whole number (sqlplus?) What is printed on screen is a matter of formatting. You can choose formatting you like in SQLPlus and SQLDeveloper
I'm assuming say if had number column which very large say 18 digits long joined to another table 18 digits long then no issues?No issues.
Edited by: Mark Malakanov (user11181920) on Apr 10, 2013 2:06 PM

Similar Messages

  • Very Large Numbers Question

    I am a student with a question about how Java handles very large numbers. Regarding this from our teacher: "...the program produces values that
    are larger than Java can represent and the obvious way to test their size does not
    work. That means that a test that uses >= rather than < won?t work properly, and you
    will have to devise something else..." I am wondering about the semantics of that statement.
    Does Java "know" the number in order to use it in other types of mathematical expressions, or does Java "see" the value only as gibberish?
    I am waiting on a response from the teacher on whether we are allowed to use BigInteger and the like, BTW. As the given program stands, double is used. Thanks for any help understanding this issue!

    You're gonna love this one...
    package forums;
    class IntegerOverflowTesterator
      public static void main(String[] args) {
        int i = Integer.MAX_VALUE -1;
        while (i>0) {
          System.out.println("DEBUG: i="+i);
          i++;
    }You also need to handle the negative case... and that get's nasty real fast... A positive plus/times a positive may overflow, but so might a negative plus a negative.
    This is decent summary of the underlying problem http://mindprod.com/jgloss/gotchas.html#OVERFLOW.
    The POSIX specification also worth reading regarding floating point arithmetic standards... Start here http://en.wikipedia.org/wiki/POSIX I guess... and I suppose the JLS might be worth a look to http://java.sun.com/docs/books/jls/second_edition/html/typesValues.doc.html

  • Store Very Large Numbers

    Hello,
    I am trying to find some info about how to store very large numbers with like 2000 digits or even more and do calculations on them.
    Does anyone have any info or links about this ??
    Thanks.

    BigDecimal?Speaking. What can I do for you?
    :)

  • What is the optimum core configuration for a new Mac Pro to process and manipulate very large (80 megapixel) images using PhotoShop and Camera Raw?

    Hello:
    I will be using creative techniques to process and manipulate a large number (hundreds) of very large (80 megapixel) images captured using a medium format digital back (Phase One IQ180).
    Final output will be digital fine art imagery printed using an Epson 11880 at large sizes (up to 60 inches x ?), retaining the highest possible quality and resolution. I will be using Adobe CC PhotoShop and Camera RAW as well as Capture One software. PhotoShop filters will be used extensively.
    The Mac Pro needs to be optimized for the above purpose and be useful for at least five years. I plan to max out all the other options (RAM, graphics cards, storage). Performance is more important than cost.
    The few discussions I have found that mention optimum core configurations seem to lean toward 6 or 8 (but likely are not taking into consideration my need for manipulating a large number of very large files), so I am looking to this foum for opinions.
    Thank you,
    Kent

    See if this helps
    http://macperformanceguide.com/index_topics.html#MacPro2013

  • MapViewer and uber (Very Large) SDO_GEOMETRY upgrade not compatible?

    Hi folks,
    I've been doing some testing with uber SDO_GEOMETRY as outlined over here
    upgrading to uber SDO_GEOMETRY, looking for comments
    which is documented by Oracle here
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e11830/sdo_migrat.htm#CHDBCHBG
    Anyhow, when I attempt to use the MapViewer 11.1.1.4 jview demo on WebLogic 10.3.5 to visualize the altered geometry type, all I get is the error below. Is is safe to say that MapViewer is not going to work with the expanded geometry type? Are there plans to do so in the future?
    Thanks,
    Paul
    May 9, 2011 6:24:12 PM oracle.sdovis.theme.DynGeomThemeProducer prepareData
    SEVERE: Error fetching data.
    java.lang.ArrayIndexOutOfBoundsException: 2023
            at oracle.sdovis.Unpickle81$UnpickleHelper.readByte(Unpickle81.java:147)
            at oracle.sdovis.Unpickle81.getOrdinates(Unpickle81.java:592)
            at oracle.sdovis.Unpickle81.unpickle(Unpickle81.java:454)
            at oracle.sdovis.JSDOGeometry.loadFromDB(JSDOGeometry.java:560)
            at oracle.sdovis.util.JDBCUtil.loadGeometry(JDBCUtil.java:72)
            at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:515)
            at oracle.sdovis.Theme.prepareData(Theme.java:189)
            at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:88)
            at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2230)
            at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2164)
            at oracle.sdovis.DBMapMaker.renderEm(DBMapMaker.java:1708)
            at oracle.sdovis.MapMaker.renderMap(MapMaker.java:1495)
            at oracle.lbs.mapserver.core.RealWorker.generateMapImage(RealWorker.java:768)
            at oracle.lbs.mapserver.core.RealWorker.process(RealWorker.java:379)
            at oracle.lbs.mapserver.MapServerImpl.renderMap(MapServerImpl.java:183)
            at oracle.lbs.mapserver.oms.doPost(oms.java:527)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3714)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Hi P.T.,
    Issue is logged as bug 12558581.
    Basically MapViewer is kaput after installing SDOUPGGEOM.SQL for rendering ANY geometry from Oracle. Apologies if my post gave the impression this is about specific geometry when in fact its about the MapViewer application in general. Looks like the pickler fails when working with the altered type.
    No work around until patched.
    Some folks reading the Oracle notes at
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e11830/sdo_migrat.htm#CHDBCHBG
    might be tempted to give it a shot but just note that doing so puts MapViewer out of business.
    Cheers!
    Paul

  • Power of function with very large numbers & HEX array

    Hello,
    I'm haveing 3 problems and I would be greatful if someone can help. I've attached
    1) I need to calculate 982451653^15. I've used 'Power of X' function but the resut I'm getting is incorrect.
    is there a way for getting correct result??
    2) after that I need to calculate modulo from result but I get nothing? I'm using 'Quotient & Reminder' function
    3) I need to transform number 982451653 to HEX --> 3A8F05C5 and send to array gruped by two from behind as shown below:
    3A8F05C5 --> [3A][8F][05][C5] and write it down to array from behind.
    Array should be:
    ...and for hex number 3A8F05C56 --> [03][A8][F0][5C][56]
    Array: 
    Please help!
     

    Just for "fun", I decided to take my own suggestion and write a Big Number project to handle Addition and Multiplication of Arbitrarily-Long Integers.  I built in "sign" handling for Multiplication, but (in the interest of getting a "testable") I currently only support non-negative Addition (and no Subtraction, yet -- it should be a fairly easy, and you'll forgive the accidental pun, Add-On).  The Project has 11 sub-VIs, including Product, Sum, and Power, plus one designed for output called "Big Number String" (currently only a Decimal string is supported).  I was not necessarily "coding for speed of execution", but rather for clarity of operation and ease of "proving that this works".
    I tried it out on your problem.  I got out a 135-digit decimal number that appears to match what you posted as the Correct Answer (it starts with 76677477 ... and ends with ...35294157).  It executes in about 20 milliseconds.
    Just for fun, I also coded up a computation of 10000! (after reading Altenbach's post).  I was not aware of the Factorial Challenge, and haven't look at the Post he cited, so am unsure how my algorithm compares with the 100-millisecond champ.  I'm definitely slower -- about 37 seconds, and while I didn't print out the result, I got 35,660 digits, one more than what is noted in Christian's Post.  However, you can Google Factorial 10000 and find its value posted on the Web -- my answer agrees with the posted value for the first (most-significant) 20-or-so digits that I compared.
    For the time being, I'm going to skip over how to convert this monster decimal string representation of a number to a hex representation -- my suspicion is that it will be easier to write a Hex Package to do the same calculation (and to define an inherently Hexy format to store the arbitrary-precision number) than to try to write a direct Conversion routine.  I'll leave this task (as well as creating one's own Big Number Project) as an "Exercise for the Reader".  Consider this an Existence Proof.
    Bob Schor
     

  • Very large numbers on screen

    The numbers on my phone at times become so large that they won't all fit on the screen.  The only thing I can do is turn it off and back on for them to be a normal size again.  Sometimes it is almost impossible to turn it off because the area you have to swipe isn't showing on the screen. This has started happening pretty often.  Anything I can do to stop this?

    Turn off Zoom.
    General - Accessibility - Zoom - OFF

  • Screen goes to very large numbers

    Screen goes to different languages and large numbers

    Check Settings > General > Accessibility > all options should be OFF here.
    Note: You might need 3 fingers to navigate.

  • Using very long/large numbers

    Hi, I want to know how to "store" and use very large numbers.
    For example, say I had:
    double n = 1.23456789101112131415;
    or:
    double n = 123456789101112131415
    I know that they are too big for using double, so how would I be able to store it; and even more importantly round it ,preferably using "Math.round," to 15 decimal places?
    i.e. tell it to do this:
    n = 1.23456789101112131415;
    number = Math.round((1000000000000 * n) / 1000000000000 .0);
    System.out.println(number);

    As much as your "advice" helps, the java docs provide
    only methods for the BigDecimal/Integer
    objects. They don't show complete syntax, and don't
    contain examples. Fortunately, I have avoided the
    "35-years-old-and-still-living-in-my-mother's-basement
    -and-aren't-even-professional-programmers" path and
    have enough of a life that I try not to spend all day
    reading about Java syntax.I don't believe this. Morgalr gave you genuine help. You spent more time criticizing him than conducting a very simple google search sucha as "BigInteger"+"example". I would suggest a little attitude adjustment if you still want people to help you next time.

  • Profile Performanc​e and Memory shows very large 'VI Time' value

    When I run the Profile Performance and Memory tool on my project, I get very large numbers for VI Time (and Sub VIs Time and Total Time) for some VIs.  For example 1844674407370752.5.  I have selected only 'Timing statistics' and 'Timing details'.  Sometimes the numbers start with reasonable values, then when updating the display with the snapshot button they might get large and stay large.  Other VI Times remain reasonable.
    LabVIEW 2011 Version 11.0 (32-bit).  Windows 7.
    What gives?
     - les

    les,
    the number indicates some kind of overroll.... so, do you have a vi where this happens all the time? Can you share this with us?
    thanks,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Using SRM for very large contracts and contract management

    We are doing an SRM 7.01 implementation project. SRM will be used primarily for outsourced contract management. The contracts are all services associated with facilitites (plant) maintenance and also support services like cleaning or catering.
    They have very large numbers of items priced individually (e.g. 10,000) per contract. The items price depends on the location the work is expected to be performed. The location is represented in SAP RE-FX architectual object. The price can be priced at any level of the hierarchy e.g. service A is priced the same across the whole state but service B is priced per campus.
    q1. SAP advises that there are performance limitations on SRM contracts >2000 lines. Has anyone experience in a solution to provide very large contracts in SRM? How did you do it please?
    q2. SAP advises to use the plant to represent the location for pricing purposes, but this would result in a very large number of plants. Has any one experience in alternative solutions to for variable location pricing in SRM contracts please? I.e. like integrating the RE-FX architectural object or similar into contract and PO line items.
    thanks very much

    Hi Prakash,
    SRM does provide the facility of contract management with the help of Purchase Contracts and Global Outline Agreements but it is used as part of the sourcing for materials and services. The materials or services have contracts against some given target value against which PO is released. The contract is based on a material number ( eithe material or a service) which will be used as a source of supply during the creation of the Shopping Cart. It might not really fit in the scenario of carrier and freight forwarders but still can be customized for this kind of use.
    The contract management functionalities in the R/3 space can also be looked on for this purpose.
    Reg
    Sachin

  • Movie very large (So Close yet so Far away)

    Ok so im about seconds away of finishing up my feature film. I have the menu and its very large. The movie it self is 1 hour and 27 minutes. And there are 5 features leading to be about another 1 hour and 30 minutes.
    I compressed everything but still the actual movie takes up 3GB of the disk. And with everything is about 5 GB.
    How do i make al lof this fit in the quickest time possiable

    Have you tried using Quick Time directly? You can export from there as MPEG2 as well... you just don't get the bells and whistles that you get with Compressor.
    If you are likely to do a lot of this kind of work then I can really recommend that you invest in a different encoder as well - BitVice or MegaPEG.X are the two to use on a Mac. Both are a couple of hundred dollars or so... and well worth it!
    About Compressor not starting - if you look in the Compressor forum there are umpteen references to this problem. For the most part they can be resolved by re-starting your machine, which in turn re-starts the qmaster service. However, you can also do this from Terminal if you need to. This from a post a long time ago... not from me, I add:
    Launch Terminal (Application>Utilities>Terminal) and type this:
    sudo /Library/StartupItems/Qmaster/Qmaster
    Then hit return, then enter your administrative password. Then you should get a message about Qmaster services starting up.
    Re-launch Compressor, see if it works.
    Or
    go to finder, go, go to folder
    type /etc/
    view as icons
    locate "hostconfig" and COMMAND then click on fileand drag to desktop. To do this, you MUST press command FIRST then while holding it down click the file and drag to desktop – if you’ve clicked on the file first, the command click you will unselect the file. If you don't get it the first time, keep trying.
    Once on the desktop, rename the file to "hostconfig.old" all lower case
    COMMAND drag the newly named file back into the etc folder.
    That's it! Restart your machine and start-up compressor.
    If those two don't solve it, you'll need to hunt around for other solutions, I'm afraid.

  • Large numbers and has been locked. The screen tells me to contact iTunes.

    I have an iPhone 5S 32.
    I was trying to write my code but the numbers in the screen showed very large numbers so I tried several times and it was blocked.  The message in the screen tells that i have to contact Itunes.
    reneefroncusco.

    If you are disabled from entering the passcode wrong too many times, you will need to restore through iTunes on your computer then reload your most recent backup.

  • How to save FrameworkElement as very large raster image?

    I have to save my FrameworkElement as
    very large raster image. For now I use the RenderTargetBitmapclass
    and a BitmapEncoder,
    in this way:
    RenderTargetBitmap bmp = new RenderTargetBitmap(ElementWidth, ElementHeight,
         90, 96, PixelFormats.Default);
    bmp.Render(MyElement);  // OutOfMemoryException here
    PngBitmapEncoder encoder = new PngBitmapEncoder();
    encoder.Frames.Add(BitmapFrame.Create(bmp));
    using (var stream = File.Create(filePath))
    { encoder.Save(stream); }
    Where ElementWidth and ElementHeight are large numbers (about 10000x6000). But with this solution there's a OutOfMemoryException when i try to Render my
    element.
    There are other ways to do what I need (without causing an OutOfMemoryException)? Thanks.

    Following link may help you
    http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/c5e31d70-08d1-4402-8016-0a0b7af49b04/
    Gaurav Khanna | Microsoft VB.NET MVP

  • I have just bought a hdmi tv and would like to view very high quality images, using apple tv, stored on my external hard drive. I also have blue ray movies stored on my external hd. will i be able to stream these to my tv and view them in 1080p?

    I have just bought a hdmi tv and would like to view very high quality images, using apple tv, stored on my external hard drive. I also have blue ray movies stored on my external hd. will i be able to stream these to my tv and view them in 1080p?

    sorry, why isn't correct?
    i try convert video with quick time to apple tv, import in itunes( that's ok)  but is impossible to synchronize my apple tv ( unsupported file).
    where I wrong?
    please could you explain me the correct procedure?
    i have some video ( holiday movie an photo movie in mpeg2 full HD) to convert for apple tv, and from 2 years some video editing with imovie.
    normally I prepare my video with Imovie, create a file .mov full hd (like master)  and with roxio convert file for apple TV.
    apple world is new for me, after 25 years with microsoft!
    thank so much
    mauro

Maybe you are looking for

  • Download  350MB of data from Application Server to Presentation server

    i want to Download  350MB(Around 2.5Million record of Table BSEG) of data from Application Server to Presentation server.. i have tried with the transaction CG3Y and program using open dataset,read dataset,close dataset,ws_download...but went in vain

  • RFC Receiver Adapter Issue

    Hi all,       I'm sending a sales order from my ftp server to my R/3 system through RFC. I want this sales order to be created in the R/3 system, For this i'm using BAPI_SALESORDER_CREATEFROMDAT2. Now when i'm configuring my RFC Receiver adapter usin

  • How to pass a Java arraylist as a parameter to a StoredProcedureCall

    I need to invoke a stored procedurecall which takes in a collection parameter represented as a nested table. I need to pass a java ArrayList object to it. How can I pass this parameter to the stored procedure using StoredProcedureCall class.

  • Mavericks print driver issues...

    Any suggestions for installing  HPprinter  drivers software, downloaded from the apple support site?? I've received the message -- "The volume does not meet the requirements for this update"

  • Exchange 2010 Receive Connector gets 530 5.7.1 Not Authenticated Error

    Hi All, I am using Exchange2010 SP2 with HT,CAS and Mail roles ( this is my test machine). I created a receive connector for Mutual TLS in which i have added remote servers with which i want to do mutual (Domain Secure Emails Transfer) and enabled TL