Simple question: why is this table not dragging randomly?

Hi, the following load only the second member of the array "koan".  No idea why it isn't random loading swf?  (Could this be a problem with the 'var' index?... when it is changed manually in code from 0 to another number played the swf change; but still not at random.)  Thank you...

create the function for mixing table

function shuffle(a:Array) {}

for (var = ivar. Length-1; Ivar > = 0; Ivar-) {}

var p = Math.floor (Math.random ()) *(ivar+1);

var t = a [ivar];

a [ivar] = a [p];

a [p] = t;

}

};

This code shows how to load SWF (but they are for some reason not randomized/mixed):

var: index: uint = 0;

var koan_loader:Loader = new Loader();

koan var: Array = ['swfs/koans/koan_1.swf","swfs/koans/koan_2.swf', 'swfs/koans/koan_3.swf', 'swfs/koans/koan_4.swf', 'swfs/koans/koan_5.swf', 'swfs/koans/koan_6.swf', 'swfs/koans/koan_7.swf', 'swfs/koans/koan_8.swf', 'swfs/koans/koan_9.swf', 'swfs/koans/koan_10.swf', 'swfs/koans/koan_11.swf', 'swfs/koans/koan_12.swf'];

Shuffle (KOAN);

koan_loader. Load (new URLRequest (koan [index]));

MovieClip (this).koan_loader_mc.addChild (koan_loader);

koan_loader. Load (new URLRequest (koan [index]));

return an is how the finction shuffle returns the array mixed at the request of koan it... = shuffle (koan);  is essentially koan = table (a) returned by the shuffle feature.  In this case koan is to have himself mixed and replaced with this mixed version.

Tags: Adobe Animate

Similar Questions

  • Why is this work not running?

    Why is this work not running?
    SQL> BEGIN
      2  DBMS_SCHEDULER.RUN_JOB('EXCHANGE_PART_JOB');
      3  END;
      4  /
    BEGIN
    *
    Error in line 1:
    ORA-00911: invalid character.
    ORA-06512: in "SYS.DBMS_ISCHED", line 150
    ORA-06512: in "SYS.DBMS_SCHEDULER", line 441
    ORA-06512: in line 2
    This work follow these steps:
    CREATE OR REPLACE PROCEDURE Exchange_Partition IS
    Sql_Exchange VARCHAR2(2000);
    BEGIN
    Sql_Exchange := 'ALTER TABLE HR.GPS_LOG_HIS EXCHANGE PARTITION '||
    'udp_part'||TO_CHAR(SYSDATE-1/24,'YYYYMMDDHH24')
    ||' WITH TABLE HR.GPS_LOG';  
    EXECUTE IMMEDIATE Sql_Exchange;
    END;
    /
    Use the following program:
    BEGIN
      DBMS_SCHEDULER.create_program (
        program_name        => 'exchange_part_prog',
        program_type        => 'STORED_PROCEDURE',
        program_action      => 'EXCHANGE_PARTITION',
        --Use a database directory to replace the OS directory.
        number_of_arguments => 0,
        enabled             => TRUE,
         comments            => 'Program to exchange partitions for hr.gps_log_his table or other tables
                                 use a shell script.');
    END;
    /
    Use the following code to create the work:
    BEGIN
      DBMS_SCHEDULER.create_job (
        job_name      => 'exchange_part_job',
        program_name  => 'exchange_part_prog',
        schedule_name => 'exchange_part_hourly_schedule',
        enabled       => TRUE,
        auto_drop     => false,
        comments      => 'Job defined to exchange partitions for gps_log_his table or orhter tables.');
    END;
    /

    Ok

    ORA-14099: all rows in the table are not eligible for the specified partition
    Cause: There is at least one line in the non-partitioned table which does not qualify for the partition specified in the PARTITION of EXCHANGE ALTER TABLE
    Action: Ensure that all the lines in the segment qualify for the partition. Perform the operation table alter with the NO CHECK option. Run ANALYZE table VALIDATE on that partition, namely the invalid rows and delete them.

    I think you should check the data in gps_log, some lines must belog to another partition?

    Concerning
    Peter

  • Simple question - why doesn't this long text vertical field?

    It must be easy, but I spent too long trying to make it work.  I have a screen that displays a long string (EULA), followed by a few buttons.  I can not get the vertical scrolling text.  What Miss me?  I tried different combinations of indicators on the Manager with no luck.    I tried to use a LabelField as a RichTextField.

    Thank you!

    Here is the constructor for the form class:

     public EULAScreen() {
    
            super();
    
            VerticalFieldManager mgr2 = new VerticalFieldManager(Manager.VERTICAL_SCROLL|Manager.USE_ALL_HEIGHT);
    
            mgr2.add(new LabelField("Scroll to the bottom and click I AGREE to accept this agreement.\n \n"));
            lbEULA = new RichTextField(EULATEXT,RichTextField.USE_ALL_HEIGHT);
    
            mgr2.add(lbEULA);  // lbEULA is a multi-line private static final String
            mgr2.add(acceptButtonField);
            mgr2.add(notacceptButtonField);
            add(mgr2);
        }
    

    Try something like below:

    //main screenpublic EULAScreen(){   super(NO_VERTICAL_SCROLL);   VerticalFieldManager mgr2 = new        VerticalFieldManager(Manager.VERTICAL_SCROLL|Manager.VERTICAL_SCROLLBAR)   {      protected void sublayout( int maxWidth, int maxHeight )       {          int displayWidth = Display.getWidth();          int displayHeight = Display.getHeight();
    
               super.sublayout( displayWidth, displayHeight);           setExtent( displayWidth, displayHeight);       }   };   mgr2.add(new LabelField("Scroll to the bottom and click I AGREE to                  accept this agreement.\n \n"));   lbEULA = new RichTextField(EULATEXT,RichTextField.USE_ALL_HEIGHT);
    
       mgr2.add(lbEULA);     // lbEULA is a multi-line private static final String    mgr2.add(acceptButtonField);    mgr2.add(notacceptButtonField);   add(mgr2);}
    

    @Edit: typo

    Concerning

    Bika

  • The effect: Arc does not work. Why is this is not an electric arc my object?

    I try my object in InDesign CC 2015 to the CRA, but the effect does not change my object at all. How can I solve this problem?

    Thank you ALL for your help and suggestions. I found a solution that seems to be very fast and as easy as my way of doing things. Solution: I saved my InDesign as a PNG file, brought arch-Warp-effect in Illustrator, and it WORKED! He did a magnificent job in CRA - ing the label as a whole. Hooray! Thank you!

  • Why is this does not add to my amount?

    Here is the code I have, with the result below. I want this query to return only the 2 lines for each of the orders of work below so that it adds the amount worked (200 + 150 + 95). Is that what everyone else sees what Miss me? Thank you!
    SELECT  
            WORK_ORDER.SITECODE
          , WORK_ORDER_NUMBER AS "WO #"
          , WORK_ORDER.partno
          , WO_PRIORITY AS "PRIORITY"
          , QTY_WORK_ORDER AS "WO QTY"
          , QTY_FINISHED
          , TRUNC(STOCK.DATE_TRAN) AS "TRANS DATE"
          , STOCK.QTY_WORKED AS "QTY WORKED"
    
    FROM
      WORK_ORDER,
     (SELECT 
                  sitecode
                , partno
                , SUM(QTY_CHANGE) AS QTY_WORKED 
                , DATE_TRAN
           FROM STOCK_TRAN 
         WHERE SITECODE = 'FCI' 
           AND STOCK_TRAN_CODE = 'P'
          AND TRUNC(DATE_TRAN) = TRUNC(SYSDATE - 2)
         GROUP BY sitecode, partno, DATE_TRAN ) STOCK
         
     WHERE stock.sitecode = work_order.sitecode
          AND stock.partno  = work_order.partno
          AND WORK_ORDER_TYPE = 'K' 
          AND WORK_ORDER.SITECODE = 'FCI'
          AND QTY_FINISHED > 0
    
         
         AND WORK_ORDER.PARTNO ='270069'                  
               
        
     ORDER BY WORK_ORDER_NUMBER DESC 
    Site       WO         Kit        Priority  WOQTY Qty Fin  Trans Date  Qty Changed
    FCI     2009501     270069     H     2000           1045     8/16/2011     200
    FCI     2009501     270069     H     2000           1045     8/16/2011     150
    FCI     2009501     270069     H     2000           1045     8/16/2011     95
    FCI     2009500     270069     H     2000           2000     8/16/2011     200
    FCI     2009500     270069     H     2000           2000     8/16/2011     150
    FCI     2009500     270069     H     2000           2000     8/16/2011     95 

    Solution of Azhar will get what you need, but this one is more simple. Subquery just trunc date_tran in your interior.

    SELECT
            WORK_ORDER.SITECODE
          , WORK_ORDER_NUMBER AS "WO #"
          , WORK_ORDER.partno
          , WO_PRIORITY AS "PRIORITY"
          , QTY_WORK_ORDER AS "WO QTY"
          , QTY_FINISHED
          , TRUNC(STOCK.DATE_TRAN) AS "TRANS DATE"
          , STOCK.QTY_WORKED AS "QTY WORKED"
    
    FROM
      WORK_ORDER,
     (SELECT
                  sitecode
                , partno
                , SUM(QTY_CHANGE) AS QTY_WORKED
                , trunc(DATE_TRAN) date_tran
           FROM STOCK_TRAN
         WHERE SITECODE = 'FCI'
           AND STOCK_TRAN_CODE = 'P'
          AND TRUNC(DATE_TRAN) = TRUNC(SYSDATE - 2)
         GROUP BY sitecode, partno, trunc(DATE_TRAN) ) STOCK
    
     WHERE stock.sitecode = work_order.sitecode
          AND stock.partno  = work_order.partno
          AND WORK_ORDER_TYPE = 'K'
          AND WORK_ORDER.SITECODE = 'FCI'
          AND QTY_FINISHED > 0
    
         AND WORK_ORDER.PARTNO ='270069'                  
    
     ORDER BY WORK_ORDER_NUMBER DESC
    
  • Just a simple question, what does this number Red?

    Premise: my LAN works fine, no problem between my airports.

    The point is: what does the Red number next my average of Lan components?

    Thanks to you all.

    Marco M.

    This means in this case that there is an update for your wireless devices.

    Click on the device and the connection if necessary. It should say updated to do this, click this button to update.

    See this Apple info:

    https://support.Apple.com/downloads/

  • Why can I not move this table?

    CS4 on Mac. ID won't allow me to move this table immediately left - it give me the error message saying dashes cannot extend outside the text frame. But I should have 0,1875 "of space to work with.

    Screen Shot 2016-03-08 at 12.36.22 PM.png

    Your paragraph has an intention of hanging. Amendment of paragraph in a different style (hopefully, you work with styles), where the table is in it and it must be a style with no intention.

  • Starting with a Cintiq in Adobe Flash - a series of simple questions desperately not found!

    I am completely new to the Flash IDE, but I used my 13HD Cintiq with Photoshop in the past. Despite the Tablet works well and correctly drawing, so far Flash feels very weird and almost unusable. I spent hours searching online for answers to these simple questions, and I found nothing. Help please respond if you can!

    1. Eraser brush size: I have the wacom pen, brush and Eraser gum (pretty standard) value. Can I adjust the size of the brush of the pen in the toolbar, but the gum is stuck to the smaller size! I put the tool eraser for the max brush size, and when the stylus is set on the Eraser tool directly, it is larger. How to set the other side of the pen wacom for a larger size of the brush? And aren't there keyboard shortcuts to increase or decrease the size of brush in Flash? (similar [and] in Photoshop)

    2 zoom brush: changes the brush size when you zoom in. People online say the size of the brush is constant, but it is simply not true. When you zoom to 200%, the brush must be twice as big is in 100% zoom. Is it possible to Flash this (normal) behavior?

    3 timeline packaging: can visit the 'step before an image' and "not back an image" (comma and period) key wrap the entire timeline, so walking to the front on the last image will frame 1 and walking backward on frame 1 goes to the last image? It's important for me to animate well loops, and I can't find anything online or in the preferences. Shift + comma and shift + period is acceptable workaround solutions, but they are not ideal, because I have the comma and period mapped to buttons on the Cintiq. I need them to wrap!

    4 digital brush thickness: is there a way to specify a thickness of brush with a number? I have to use the pen to get the STROKE thickness properties? At the very least, can I use a keyboard shortcut to specify the size, rather than click on toolbars?

    Honestly, I'm at the end of my rope here. I'm almost ready to completely abandon the Flash this in Illustrator, and then animate in Flash, so I've drawn everything correctly. Why everything is so different, and why I can't find one of these simple questions online?

    Him long and short of it is no you can't do most of the things you want to do as much as the brush is concerned. Flash has ALWAYS increased the size of the brush as you approach and it decreases when zooming. Why? No idea, but it has always been so.  You CAN increase the size of the brush in numbers but using the properties box. The Eraser is weird in Flash. so I use the Lasso tool and select what I don't want and delete it. Given that you're used to Illustrator you might not realize that selection of a brush stroke areas will NOT select the entire race as in Illustrator. You can only select parts. You can also sort of allow for what you call enveloping chronology by installing a command and by mapping to a custom key command. Make sure that there is a keyframe at the end of the cycle.

    Dropbox - Flash_Select_Next_and_Previous_Keyframes.zip

    Also, this could sort through what you want too:

    http://www.toonmonkey.com/frameJumper.fla

    Finally, Flash is no different that there has never been and it must be considered that, while the Illustrator has been developed by Adobe, Flash was developed by Macromedia and was then bought by Adobe years later then you "cannot really be expected to operate the same. Personally, I HATE the interface of Illustrator and hate the way it works if I hate it if Flash worked as an Illustrator!

    In any case, I hope this helps.

  • Have been left in charge all night I get the message "after reboot requires the password" question is why is this automatic restart, and is this normal

    Have been left in charge all night I get the message "after reboot requires the password" question is why is this automatic restart, and is this normal

    Occasionally, it may restart because something was wrong. It is not a problem unless this happens frequently.

  • MSN Hotmail has decided to not give me any junkmail., it is useless because the new contacts would automatically go there. Why has this happened? And why it is so hard to communicate with team MSN Hotmail?

    I opened my HOtmail MSN a few days ago and - no Junkmail! Although this could be a good thing, it can also be bad, like any NEW contacts probably will not reach me! (I guess people like this, go to automaticlly to the spammers?) In addition, I can't vew my messages. Why has this happened? To my knowledge, I have not changed my settings. A bit worrying - has someone hacked my account?

    Hello

    HotMail has its own Forums, so you can ask your questions there.

    Windows Live Solution Center - HotMail - HotMail Forums Solutions
    http://windowslivehelp.com/

    Hotmail - Forums
    http://windowslivehelp.com/forums.aspx?ProductID=1

    Hotmail - Solutions
    http://windowslivehelp.com/solutions.aspx?ProductID=1

    How to contact Windows Live Hotmail Support
    http://email.about.com/od/hotmailtips/Qt/et_hotmail_supp.htm

    Windows Live Hotmail Top issues and Support information
    http://support.Microsoft.com/kb/316659/en-us

    Compromised account - access unauthorized account - how to recover your account
    http://windowslivehelp.com/solution.aspx?SolutionID=6ea0c7b3-1473-4176-b03f-145b951dcb41

    Hotmail hacked? Take these steps
    http://blogs.msdn.com/b/securitytipstalk/archive/2010/07/07/Hotmail-hacked-take-these-steps.aspx

    I hope this helps.

  • BACKUP QUESTION: Why is it when I backup the Lightroom Catalog (Edit |) Settings of catalog...) only the *.lrcat file included in the ZIP file... While the *., lrdata file, the preview files, ARE NOT INCLUDED?  When I restore the file *.lrcat from a backu

    BACKUP QUESTION: why is it that when I backup the Lightroom Catalog (Edit |) Settings of catalog...) only the *.lrcat file included in the ZIP file... While the *., lrdata file, the preview files, ARE NOT INCLUDED?  When I restore the *.lrcat file from a backup, WHERE ARE THE PREVIEW FILES that should be included in the ZIP to the top.  If *.lrdata (Preview file) are so important, why are not included in the zip?  [email protected]

    CraigLevine wrote:

    OK, so that's my scenario:

    • QUESTION: WHEN I USE THE [Sub-master] .lrcat, on the new computer, don't need to inculde also files .lrdata [Sub-master] on this external drive?
    • If .lrdata [Sub-master] is regenerated automatically, where he gets all the work (from the preview files) that I did, when I was working, using the .lrdata [Sub-master] when he was on the local disk.

    Thanks again for staying with me on this.  I don't know that your answer will solve my confusion. -Craig

    [email protected]

    Questions 1)

    Not because the LRDATA file is fair previews, what LR displays on your screen for a faster loading of the image and will be recreated. The previews only stored in the folder LRDATA is the basic overview created at time of importation for the display of thumbnails and previews of 1:1 for images that you have actually looked in the Loupe View or I guess that appears in the develop module.

    He get all the data to create the image themselves file extracts.

    If you have several files on your system that have pictures in them and you select one of them that you have not looked at in a while, you will notice LR creation of previews for these images, there will be 3 white dots in the upper right corner of the thumbnail. It's LR creation of previews for the thumbnail view. If you scroll quickly in the grid view, you'll notice a few thumbnails of images are gray, until you stop scrolling, then the upper left tile will come in clear view and the white dots will appear on the other images. It's LR creating previews for those of other images. Once LR created the preview of thumbnails that are on your screen, white spot will disappear. If you scroll down again, you will see more white dots

    If you switch to another folder that LR begins again create preview images in this folder. The total number of previews created and stored based on caching of the preview you have in the catalog settings dialog in the management of the files tab.

    If not, you need not the LR Previews.lrdata folder. Whenever LR is not very good this folder with a catalog he recreates it to store previews in.

  • Can you tell me why I'm received not allowed to modify a pdf file when I file creater?  I received the question as surity?

    cantrxoraqi9 you tell me why I'm received not allowed to modify a pdf file when I file creater?  I received the question as surity?

    
    

    If a form has been made with LiveCycle Designer, it can only be edited in LiveCycle Designer. This is a permanent restriction, there is no course Acrobat. It is not a security problem.

    LiveCycle Designer forms cannot be made available as far as I know (but I could be wrong here).

    If repeat you a similar content to PDF format, there is no way to reintegrate into the designer. You cannot mix the tools in this way. It is possible in LiveCycle Designer, or it is not possible at all.

  • Why the option key + function drag the mouse all of a sudden does not work for duplicate objects?

    I have no idea why it will not suddenly, but I can't duplicate objects by pressing Option and drag my mouse on the object. Always work in Illustrator.

    First, restart and see if it works again. If this is not the case, see replace your preferences

  • Why don't XMLIndex not used in slow queries against an XMLType Table?

    We have a slow queries based on XML with the help of XMLTable shown here running on 11 g Rel 2 (11.2.0.1) - basis for SUNOS:

    select xcust.eid, xmi.ami, xmi.memberNum, xmi.accountNum
    from CROUTREACH.acme_cust cust,
       XMLTable( XMLNAMESPACES(default 'http://www.cigna.com/acme/domains/customer/customerprofile/2011/11'),
           '$doc/customerProfile'
            passing cust.object_value as "doc"
            columns 
               eid varchar2(50) path '@eid'
       ) xcust,
       XMLTable(XMLNAMESPACES(default 'http://www.cigna.com/acme/domains/customer/customerprofile/2011/11'),
           'for $i in /customerProfile/memberInfos/memberInfo return $i'
            passing cust.object_value
            columns
               ami varchar2(15) path 'ami',
               memberNum varchar(20) path 'clientRelationship/memberNum',
               accountNum varchar(20) path 'clientRelationship/accountNum'
      ) xmi
    *where xmi.accountNum = '3174016'*
    *and xmi.memberNum = '07646258301'*
    The development team noted:

    "It worked for a while (minutes)." I'm not familiar with indexing on XML tables, but if we can somehow index by Member num/acct num (even temporarily), I think that it would speed up the process considerably. »

    We have team added Oracle DBA fields num num/acct members to this xmlindex to recreate:
    CREATE INDEX ACME_CUST_XMLINDEX_IX ON ACME_CUST (OBJECT_VALUE) 
          INDEXTYPE IS XDB.XMLINDEX  PARAMETERS ('XMLTABLE ACME_CUST_IDX_TAB 
             XMLNamespaces (''http://www.cigna.com/acme/domains/commoncontact/2011/11'' as "cm",
                 default ''http://www.cigna.com/acme/domains/customer/customerprofile/2011/11''),
             ''/customerProfile'' 
            columns
               DOB date  PATH ''personInformation/cm:birthDate'',
               FIRSTNAME varchar2(40)    PATH ''name/cm:givenName'',
               LASTNAME varchar2(40)  PATH ''name/cm:surName'', 
               SSN varchar2(30) PATH ''identifiers/ssn'',
               MEMBERINFOS XMLType path ''memberInfos/memberInfo'' VIRTUAL 
    
           XMLTable acme_cust_lev2_idx_tab 
           XMLNAMESPACES(default ''http://www.cigna.com/acme/domains/customer/customerprofile/2011/11''),
           ''/memberInfo'' passing MEMBERINFOS 
           columns 
              ami varchar2(40) PATH ''ami'',
              subscId varchar2(50) PATH ''clientRelationship/subscriberInformation/subscriberId'', 
              employeeId varchar2(50) PATH ''systemKeys/employeeId'', 
              clientId varchar2(50) PATH ''clientRelationship/clientId'',
              *accountNum varchar2(50) PATH ''clientRelationship/accountNum''*,
              *memberNum varchar2(50) PATH ''clientRelationship/memberNum'''*) PARALLEL 16;
    Unfortunately, when we run the query XML is slow; a full table scan occurs on the query and the xmlindex do not get used.
    We are at a lost as to why the xmlindex serves not - before and after collecting pass them on the underlying table for the ACME_CUST?
    Especially with highly selective predicates in the WHERE clause.


    Here is the definition of table ACME_CUST:
    CREATE TABLE "CROUTREACH"."ACME_CUST" OF XMLTYPE
      (
        CONSTRAINT "ACME_CUST_ID_PK" PRIMARY KEY ("ACME_CUST_ID") USING INDEX
        PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS STORAGE(INITIAL 65536
        NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1
        FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE
        DEFAULT) TABLESPACE "ACME_DATA" ENABLE
      )
      XMLTYPE STORE AS SECUREFILE BINARY XML
      (
        TABLESPACE "ACME_DATA" ENABLE STORAGE IN ROW CHUNK 8192 CACHE READS LOGGING
        NOCOMPRESS KEEP_DUPLICATES STORAGE(INITIAL 106496 NEXT 1048576 MINEXTENTS 1
        MAXEXTENTS 2147483645 PCTINCREASE 0 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT
        CELL_FLASH_CACHE DEFAULT)
      )
      ALLOW NONSCHEMA ALLOW ANYSCHEMA VIRTUAL COLUMNS
      (
        "EID" AS (CAST(SYS_XQ_UPKXML2SQL(SYS_XQEXVAL(XMLQUERY(
        'declare default element namespace "http://www.cigna.com/acme/domains/customer/customerprofile/2011/11"; (::)                               
    /customerProfile/@eid'
        PASSING BY VALUE SYS_MAKEXML(128,"XMLDATA") RETURNING CONTENT ),0,0,
        16777216,0),50,1,2) AS VARCHAR2(15))),
        "ACME_CUST_ID" AS (CAST(SYS_XQ_UPKXML2SQL(SYS_XQEXVAL(XMLQUERY(
        'declare default element namespace "http://www.cigna.com/acme/domains/customer/customerprofile/2011/11"; (::)                               
    /customerProfile/@id'
        PASSING BY VALUE SYS_MAKEXML(128,"XMLDATA") RETURNING CONTENT ),0,0,
        16777216,0),50,1,2) AS VARCHAR2(50))),
        "CRET_DT" AS (SYS_EXTRACT_UTC(CAST(TO_TIMESTAMP_TZ(SYS_XQ_UPKXML2SQL(
        SYS_XQEXVAL(XMLQUERY(
        'declare default element namespace "http://www.cigna.com/acme/domains/customer/customerprofile/2011/11"; (::)                                                                                                       
    /customerProfile/@create_dt'
        PASSING BY VALUE SYS_MAKEXML(128,"XMLDATA") RETURNING CONTENT ),0,0,
        16777216,0),50,1,2),'SYYYY-MM-DD"T"HH24:MI:SS.FFTZH:TZM') AS TIMESTAMP
    WITH
      TIME ZONE)))
      )
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE
      (
        INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0
        FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT
        CELL_FLASH_CACHE DEFAULT
      )
      TABLESPACE "ACME_DATA" ;
    Any help on this is much appreciated to say the least!

    Kind regards
    Rick Blanchard

    Could you post an explain plan?

  • Stored procedure, unlike the tables, not in recyclebin, why?

    Hi, I have found that when I drop a stored procedure, it won't go in recyclebin but be permanently deleted.
    Why is this? Why not put recyclebin as table, in case he wants to return?

    My version of db is 10 gr 2.

    Thank you

    Perhaps because a stored procedure does not have its own physical segment but is stored with other PL/SQL objects in the dictionary table
    and note that this trash is also not enabled for SYS objects.

Maybe you are looking for

  • Ethernet/IP: ControlLogix bad reports class with Demo.vi

    Demo downloaded from... http://forums.NI.com/NI/board/message?board.ID=nilabs&message.ID=279#M279 Which is pretty much exactly what I had tried on my cRIO (got the 'Type of Segment invalid' on the cRIO). So I've punted and ran the demo on my PC. Thus

  • partition

    Admid... forgot password had to reinstall to open the computer asks now what partition I want to display 3... don't know what a partition is

  • serious problems! Adobe seems to have supported all the files - cannot open most files, says they are c

    Hello Help please! After using Adobe reader software only cd-rom and try to convert the images to save elsewhere - my computer seems to have been taken over by Adobe. I can't access a lot of my files - just get a message from Adobe saying file not su

  • How can I restore manage networks wireless in the Panel?

    Kept losing the connection Wireless on my wife's computer.  Try to fix on my side and suddenly discovered the "manage wireless connections" option was missing control panel "Network and sharing Center."  Anyone knows how I can get it back?  Tried the

  • Lightroom 6 not supporting D7200?

    I've recently upgraded to of LR5 LR6 after buying a D7200.  After installation, LR6 don't seem to support the camera under the module development: under the Calibration of the camera, said profile only incorporated, for photos in RAW.  Furthermore, u