dynamically increase the size of the table

Hello
Anyone worked on dynamically increasing the height of the table (simple table or advanceed table)? The pointers will be great.

Thank you

Anatoliy

Published by: asmirnov on February 11, 2010 16:41

Use after the code

OATableBean oaWebBeanTableRN = (OATableBean) oaWebBean.findChildRecursive ();
oaWebBeanTableRN .setNumberOfRowsDisplayed ();

-Arvind

Tags: Oracle Applications

Similar Questions

  • Dynamically read the table name in the query update

    Hi all

    I am trying to run the updated sql query where the name of the table should be read dynamically from another table below.

    Please let me what wrong with my request.

    setting a day (select CONCAT('T',schemaid) from outline, which the name = 'Analyzer') set c7 = 99;

    "outline" is a table that contains two columns name and schemaid.

    all the table created in our database with the prefix 't' T4345 for example.

    I did as suggested by you

    No, you didn't.  I did not any package creation code in my example, in order to better that you you point the finger.

    Your syntax is invalid for creating a package with the code like this, please read on creating packages and procedures within them if that's what you want to do.

    In addition, your package creation statement is to create a package specification, but you put in the code which must be in a package body, not a notebook loads.

    It should be something like (untested since I don't have your tables)...

    create or replace package my_packg as
    procedure dowhatever.
    end;
    /

    create or replace package body my_packg as
    dowhatever procedure is
    TBL varchar2 (30);
    Start
    Select 't' | SchemaId
    in tbl
    of outline
    where name = 'Analyzer ';
    run immediately 'Update'. "TBL |' set c7 = 99;
    end;
    end my_packg;
    /

    and then call this procedure by calling my_packg.dowhatever ();

  • to increase the table to correct the mistake of cobol

    Hello
    people 8.49 soft under Win server 2003, we have this error message for sql Cobol:
    Internal array overflow occurred for array %1 defined in copybook %2 with a max array count of %3
    Can you please expose me what could be the problem and that the table and how to be extended?
    Thank you very much.

    Take a look on

    https://metalink3.Oracle.com/od/faces/secure/km/DocumentDisplay.JSPX?ID=612572.1&h=Y

    Thank you!!

  • Button remove row created dynamically from the Table

    In the form below, I can't any of the buttons to work properly.

    There is a table at the bottom of the form and to the right a green + button. Clicking this button adds a row to update. This line when it appears has a delete on the left (white red with "X") button. If I click on the delete button, it works fine. But if I create several of these updates of lines, by clicking on the button on the third instance removes the first instance instead of the third instance. How can I fix it?

    https://Acrobat.com/#d=4mzuO1Pjz-0Z4ntuLZAy4w

    On the Remove button, you must change the setting stayed the removeInstance.

    removeInstance (this.parent.parent.index - 1);

    When you simply type this.parent.index, it refers to Subform3 where there is always only one instance.  You add instances of Row1 [1] as a result, you must climb a level more.  This.parent.parent.index. because you use Row1 [1] then you must use-1 as it is good otherwise will be the incorrect instance

    If you had an exclusive name each line, you can then use this.parent.parent.index (without the - 1).

  • Increase the size of virtual disk Volume

    If initially, I create a RAID10 array with four drives and install ESX3i, then later add two drives to increase the size of the RAID10 array, I can use the extra space for VMS ESX3i without erasing the data?

    Thank you!

    Bob HHSU

    RAID10 on RAID5 due to performance. I 4x500Gb then RAID10 gives me about 1 TB usable, that should be enough space for a couple of years for my application

    Okay, maybe that's true, but you are only working with a few axes.  RAID 10 in maybe 20 disks RAID 10 is perhaps better performance, but not big thing with only 2 pins.  If you don't have the space, very well.  I hope it works for you.

    In addition, the machine has six spans and so I have the ability to add more than two readers and increase the table to about 1.5 TB. My dilemma is now maybe I should add plus two other readers from the beginning if ESX cannot cultivate virtual disks.

    OK, then if you have disks now, why don't put you in now.  Even if you can grow the disk later, why re-work.  This seems really odd.  Do everything now and do it.  If you do not have to do it later.

    VM the VMFS, correct? If I have too much space allocated to a virtual computer and he needs for another, I can reduce the allocation?

    Yes, but again, it is more work.  Start small.  It is easier to add than SUBTRACT.  Start with only 50 GB, 100 GB.  OS file systems growth is much easier, the fight must convert a copy of the SAME virtual machine, which requires even more work...

  • dynamically change the selection table of

    is it possible to dynamically change the table used in a select statement for an interactive report 3.2 on 11g database? I have a series of similar tables, one for each month of the year. I want to click a month on one page and to set up a table for this month report. I want to use a page for this report and have all the links from the link to the previous page on the same page, just different results based on what month has been clicked.
    I know I could just install 12 different reports and conditionally display each region based on a value passed to the page, but I prefer to create only a single page and a report on this page.

    Thanks for ideas or solutions.

    Hello:

    Because the tables involved are fixed for a given month, you can try something like

    select * from tab_1
    where :p_mth=1
    UNION
    select * from tab_2
    where :p_mth=2
    UNION
    ....
    select * from tab_12
    where :p_mth=12
    

    only the query for the IR. "P_MTH" is the page element has the value entered by the user for the months for which data should be retieved.

    CITY

  • text field auto in expansion in the table?

    I'm very new to LiveCycle, but I'm starting to get the idea of some of the basics, I think

    Right now, I'm looking for text fields (in a table) for 'add more lines' but at the same time be Visual on screen - so I guess that the size of the lines will have to dynamically increase the size based on the amount of information added in this text field...

    Is this possible and if yes how can I do?

    Thank you

    Hello

    Here is an example that explores the various parameters that you can have for a textfield. You can apply to textfields in a table as well.

    http://www.assuredynamics.com/index.php/category/portfolio/making-fields-dynamic/

    Hope that helps,

    Niall

    Ensure the dynamics

  • Droping a table from within a procedure by passing the name of the Table as an Argument

    HII All

    I want to remove a table from a procedure dynamically passing the table name as a parameter of a procedure manual

    to do this, I wrote the following procedure

    CREATE OR REPLACE PROCEDURE DEL_TAB (TAB_NAME IN VARCHAR2) AS

    V_TAB_NAME VARCHAR2 (10);

    V_STMT VARCHAR2 (50);

    BEGIN

    V_TAB_NAME: = TABLE_NAME;

    V_STMT: = 'DROP TABLE' | V_TAB_NAME;

    RUN IMMEDIATELY 'V_STMT ';

    DBMS_OUTPUT. PUT_LINE(V_TAB_NAME||) e TABLE DELETED ');

    END DEL_TAB;

    but whenever I'm execute it gives me an error

    ERROR on line 1:

    ORA-06550: line 1, column 15:

    PLS-00357: Table, view or sequence of reference 'A' not allowed in this context

    ORA-06550: line 1, column 7:

    PL/SQL: Statement ignored

    Please tell me the solution...

    Thanks in advance

    Alisson

    Why do you want to implement this procedure? If you want to remove a table just issue the DROP of stand-alone statement. Why write a procedure for this? Also you must understand the difference between REMOVE and DROP in the context of RDBMS. You either use them which is incorrect. DELETION is to remove rows from a table and DROP is to remove the database table.

    And with regard to your problem

    > RUN IMMEDIATELY 'V_STMT ';

    This should be

    immediately run v_stmt;

    You closed the V_STMT variable is in single quotes. You must remove the apostrophes.

  • Increase in size of database extremely - need to monitor the size of the table

    Hi all

    I need help in the growth of the follow-up tables. It's that the database grows enormously from 192 G at 200 over five days, representing 5% increase in database size. The general scenario is that is that the db is growing 20% annually, but this increase in a week will cause future hardware problems.

    Please advice to find the tables that is still growing.

    Thank you
    DBA Junr.

    Hi Georges s/n, do not know if this will help you now, but I did something like this on a daily basis for about 3 years. Literally, I have the size of each segment on a daily basis for this time and can go back in the graphic history of growth. If I had the question you ask the subject that I would be able to tell you exactly what segments are developed. If you need this on a smaller time frame, you can change the data stored in the column "created_date' to all the hours I guess.

    Anyway, here's the create statement.

    create table db_segment_history
    (
      db_segment_history_id     integer not null,
      owner                 varchar2(30),
      segment_name          varchar2(81),
      partition_name        varchar2(30),
      segment_type          varchar2(18),
      created_date          date default trunc(sysdate) not null,
      tablespace_name       varchar2(30),
      header_file           number,
      header_block          number,
      bytes                 number,
      blocks                number,
      block_size            number,
      extents               number,
      initial_extent        number,
      next_extent           number,
      min_extents           number,
      max_extents           number,
      pct_increase          number,
      freelists             number,
      freelist_groups       number,
      relative_fno          number,
      buffer_pool           varchar2(7)
    );
    
    create sequence db_segment_history_seq cache 1000;
    
    create unique index xpkdb_segment_history on db_segment_history( db_segment_history_id );
    
    alter table db_segment_history add ( constraint xpkdb_segment_history primary key ( db_segment_history_id )
    using index );
    
    create unique index ak1db_segment_history on db_segment_history(
         owner, segment_name, partition_name, segment_type, created_date );
    
    create trigger db_segment_history_bir
    before insert on db_segment_history
    for each row
    begin
         select     db_segment_history_seq.nextval
         into     :new.db_segment_history_id
         from     dual;
    end;
    /
    

    This is the insert / select that I use.

    insert into db_segment_history(
         owner, segment_name, created_date,
         partition_name, segment_type, tablespace_name,
         header_file, header_block, bytes,
         blocks, block_size, extents,
         initial_extent, next_extent, min_extents,
         max_extents, pct_increase, freelists,
         freelist_groups, relative_fno, buffer_pool )
    select  owner, segment_name, trunc( sysdate ),
         partition_name, segment_type, tablespace_name,
         header_file, header_block, bytes,
         blocks, bytes/blocks block_size, extents,
         initial_extent, next_extent, min_extents,
         max_extents, pct_increase, freelists,
         freelist_groups, relative_fno, buffer_pool
    from    dba_segments
    where   tablespace_name in(
              select tablespace_name from dba_tablespaces where contents = 'PERMANENT' );
    
    commit;
    

    I hope this helps.
    Michael Cunningham

    Published by: Michael C on February 21, 2012 14:19

  • Which table should I update to increase the size of the text in the cell in 11.1.2.1

    Hello

    I entered properties to increase the size of the text in the cell to 300 (MAX_CELL_TEXT_SIZE and MAX_CELL_NOTE_SIZE) and restart the Planning Server following < Oracle Hyperion Planning, Fusion Edition Administrator Guide > (11.1.2.1)

    But I do not know how to "update the column of database size or the type to support the size has changed, specified in this property.

    Can someone give me some advice.

    Thank you
    Pat

    Hello
    The tables, you need to change are hsp_cell_note_item and hsp_text_cell_value.
    You must call an alter table statement, and increase the size of the fields that hold the text values.

    See you soon,.
    Alp

  • After defragamentation, the size of the table increases...

    Hi all

    I have seen this many times. But do not know why this happened. Sometimes, when move us / defragment the table. This is to increase the size kindly put some light on this... This command we used genrally is mentioned below...


    ALTER table < table name > move 20 Parallels;
    ALTER table < Table name > noprallel;


    Regds
    Rahul

    I guess I would go back to the question of why you try to defragment a table in the first place (and defragmentation isn't even the right word here - at best you are repacking of the data). Unless you have decreased continuously about the size of a table or all your inserts are by direct path loads, it is really unnecessary to exercise, in order to try to predict which tables will increase slightly and that might shrink briefly a bit is a bit useless in practice. Oracle is very well and very happy, to use space for subsequent insertions deletions - there really not need to try to pack up the data. Given the way PCTFREE and PCTUSED work, assuming that you have chosen the reasonable parameters, you better let go the lines through their normal life cycle, rather than moving data between storage space.

    Justin

  • Dynamically adjust the size of table control panel

    Hello

    I have a combo box control that I drag within a table.

    Since my request depends on the size of the initialized array, I'm having a problem with the car, adjust the number of items to display on the control panel.

    Say for example, I wanted to have 4 zones of drop-down list on my table, I drag the table to show the 4 combo boxes.

    The problem is that if I wanted to change this moment of execution at 2 or 6 elements, it still shows 4 items in the control.

    Is there a way to adjust based on the number of items?

    I found it... must be a day tired... Since the solution is too simple

  • Dynamically set the size of table

    Hello world!

    I have a table of cluster (each cluster contains 4 values) and according to the interactions between users, new groups are added to the table. I would like to set up a 'Clear' button which removes all elements inside the table, but I can't find a solution so far. The best I can do is put all the elements of the cluster to 0 but the cluster itself is always in the table.

    Does anyone know how to do?

    Thank you very much

    Julien

    Hi jfcors,

    the cluster must be in the table, because it defines the type of data in the table.

    You also seem poorly understand the term "empty array": a table is empty when there is no elements inside!

    Extracted from:

    @aCe:

    Your example only removes an element of an array, but not the entire table! Sorry, it's okay...

  • The BLASTP_ALIGN query performance decreases as increases the size table Ref?

    Newbie here.

    I'm using Oracle 11.2.0.3.

    I am currently running and a loop through the cursor according to who uses the tool BLASTP_ALIGN from Oracle:

    FOR MyALIGN_TAB IN

    (

    Select a.query_string, H.AA_SEQUENCE target_string, t_seq_id, pct_identity, alignment_length, incompatibilities, positive, gap_openings, gap_list, q_seq_start, q_frame, q_seq_end, t_seq_start, t_seq_end, t_frame, score, wait

    from (select t_seq_id, pct_identity, alignment_length, incompatibilities, positive, gap_openings, gap_list, q_seq_start, q_frame, q_seq_end, t_seq_start, t_seq_end, t_frame, score, wait

    table (BLASTP_ALIGN ((p_INPUT_SEQUENCE SELECT query_string FROM DUAL),

    CURSOR (Select GB_ACCESSION, AA_SEQUENCE from HUMAN_DB1. HUMAN_PROTEINS),

    1-1, 0, 0, 'PAM30',. 1, 10, 1, 2, 0, 0)

    )

    ),

    (SELECT p_INPUT_SEQUENCE FROM DUAL Query_string).

    HUMAN_DB1. HUMAN_PROTEINS H

    WHERE UPPER (t_seq_id) = UPPER (H.gb_accession) and gap_openings = 0

    )

    LOOP


    This initial query works relatively well (about 2 seconds) on a table target of approximately 20,000 documents (reproduced above, as the HUAMN_DB1. Table HUMAN_PROTEINS. However, if I had to choose a selected target table that contains approximately 170 000 records, the query performance are significantly reduced in about 45 seconds. The two tables have identical ratings.


    I was wondering if there are ways to improve the performance of BLASTP_ALIGN on large tables? There only seems to be a lot of documentation on BLASTP_ALIGN. I could find this (http://docs.oracle.com/cd/B19306_01/datamine.102/b14340/blast.htm), but it wasn't that useful.


    Any ideas would be greatly appreciated.



    In case one is interested... it looked like the AA_SEQUENCE column in the following slider: SLIDER (Select GB_ACCESSION, AA_SEQUENCE from HUMAN_DB1. HUMAN_PROTEINS) was a CLOB field. In my second target, my column correspodoning table was VARCHAR2. One hypothesis is that BLASTP_ALIGN made a VARCHAR2-> CLOB conversion internally. I changed the table to have a CLOB column and with success against BLASTP_ALIGN 170 000 documents about 8 seconds (not much, but better than 45).

    I will mark it as answered.

  • Build/update dynamically the table 3D

    Hi all

    I'm having a problem with the dynamic generation of a 3D of the following set of data table:

    x: {1,2,3,4,5}

    y: {1,2,3,4,5}

    Z_1: {1,2,3,4,5}

    Z_2: {1,2,3,4,5}

    Z_3: {1,2,3,4,5}

    Z_4: {1,2,3,4,5}

    Z_5: {1,2,3,4,5}

    where there is (5) Z amplitudes associated with each measurement location.  What I am able to statically (from the above values x and y tables 1 d and 2D table Z) is to create a 3D Board made up of x and is indexed intensity to the graphic format of the 2D tables.  Each page of the table corresponds to each of the 5 Z amplitudes measured at each location.  In the attached VI, the Array Build function works perfectly for the static case where the entire data is available.  I followed the example of a another discussion forum will be subject to the provisions of nest two loops construction 2D array in the inner loop and incrementing the pages on the outer loop. The static situation is resolved.

    However, my goal is to graphically present data he is taken, point by point, to the user.  The other attached VI simulates this scenario, incrementation of x and y positions based on the measure button.  Z matrix indicator shows that the 2D Array (each individual page) is in the proper format.  The construction of the 3D picture is dynamically where I'm having problems.  I tried to build table and replace a subset of table, but none of these functions to produce the desired result.

    In the case of building table, 3D table is correctly based on the first measure: for x = y = 1, 2D array page0 is set Z_1 in position (1,1), page1 has the Z_2 value in the position (1,1), page2 Z_3, etc..  However, on the second measure, as expected, the berries are concatenated page5 have Z_1 values in the (1,1) and (2,2) positions.  This result is properly formatted, however, should the counted array 3D page is limited to 5 (page0, 1, 2, 3, 4).  So ideally, page5 should in this case replace page0.  So build array results in the correct format but concatenation is not desirable.

    The subset of spare board was made with the index of the page (outside of the loop) number to specify the subset of the 3D Board needs to be replaced.  The result was an empty 3D array.

    Thank you any help to solve this problem.

    kmsk wrote:

    Any suggestions on how to handle filling out table 3D of unknown size?

    If the size of the final table has a reasonable upper limit, you can initialize an array of slightly oversized, then keep using the subset of the table replace. It will be much faster and more effective memory than gradually more and more large networks.

    When the purchase is made, you can cut to the final size.

    Aircraft add to a table 3D using 'insert into array' or 'Build array' (favorite?), cause memory frequent shifts and might slow down your code by orders of magnitude in casing of excessive fragmentation of memory.

Maybe you are looking for

  • Custom function return is not a correct value

    Hello I have a code to create my own function, but it gives me a warning: -Incompatible integer to pointer conversion assigning to ' SMUserKey *' (aka ' unsigned long *') 'int '. -Incompatible integer to convert pointer sending 'SMUserKey' (aka 'unsi

  • Equium A110 - 276 BIOS update for Windows 7 32 bit

    "Hello everyone, I'd like to update the BIOS on my satellite A110-276 and the two choices are 'OS Independent' and ' Windows Vista 32 bit. I have Windows 7 32 bit on this laptop. If I choose "OS Independent" it tells me ' Bios is NOT compatible for p

  • Windows xp Satellite A200 - 19L (PSAECE) display drivers

    Can someone help me findout the display and modem drivers for Satellite A200 - 19L (PSAECE) for Windows XP... I findout all the drivers for this model in the toshiba Web site but they drivers display put wrong for this model... very strange... Becaus

  • Failing to find the talktalk email account settings, to surface RT

    When you add other account e-mail for MAIL, using the following parameters: Mail server incoming (IMAP) mail. TalkTalk.net Server outgoing (SMTP) mail SMTP. TalkTalk.net Error reads as follows: We can still find settings for * address email is remove

  • Has been able to play games downloaded the first time, but can't open the second time I try

    Original title: could not open the file I downloaded a few games and the first time, I could read, but when I tried to open the second time, they just won't open. It would show the loading symbol, but nothing happens? Help?