Hi people. IM new here. Need to accelerate a clarification on the table!

We have a scheme of production with 200 ~ tables in my body and I feel the performance of important queries in reports can be increased up to with the approach below.

Current settings - movement of the line is disabled for all tables.

What I can,

(1) to activate the movement of the line with "change the movement line of table_name enable;" ~ This allows the rows in the table to move dynamically remove the unused blocks.

(2) remove the unused blocks with "alter table table_name retractable space;"

(3) turn off the movement of the line with "modify the movement table table_name disable;"line ~ this will stop allowing the lines in the table move dynamically.

If I do, I get free unused blocks or removed making the table to perform at least a little more fast?

Will there be an impact elsewhere?

PS - It was never tried before by someone else in our scheme of production.

See you soon,.

Rachida.

India.

Use the Segment space Advisor to see what are the tables could benefit from a SHRINK

Hemant K Collette

Tags: Database

Similar Questions

  • Need help on repeat lines of the table and the subform

    I hope someone can help me find a way to accomplish things with a subform of repeating table in a form I'm building.  I have attached the file here.

    https://workspaces.Acrobat.com/?d=2nUNZuTf2T4tsdSykMTlXw

    I have a table (AssessChart1Table) set up on pg 7 (analysis) and built in buttons (AddRowAssesChart1 and DeleteRowAssesChart1) so that the user can add or remove rows of additional data according to the needs.

    The problem is that the user enters also cross the line header (AssessChart1HeaderRow1) in this data table.  There are 10 available columns; However, they will have to add more data than that. Therefore, I made a button (AddMoreCourses) for the user to click on to add another instance of the subform table (AssessEvalChart1) and also to cancel adding the subform with this button (UndoAddMoreCourses).

    In addition, I setup that whatever data the user enters in the cell of this table cell (Prog-DeptObjChart1) are automatically transferred to another table (AssessChart2Table), cell (Prog-DeptObjChart2), which is located on the next page (AnalysisCont1).

    All above works very well except that whenever the user presses the button (AddMoreCourses) I don't want it to automatically fill cells of text field that are copied from (AssesChart1HeaderRow3) because I need the user to be able to enter different values rather than add more columns to fit their data.  In addition, I would like that the values of the cells in the left column to repeat well because these values will not change. Currently the values of the cells in the left column that wear down (AssessChart2Table) to get stripped on (AssessChart2Table) whenever I the user pushes button Add more courses or cancel add more courses.

    In summary, the tables would look like the attached screenshots:

    Analysis_-_Assement_Chart_1.png:Analysis_-_Assess_Chart_2.png

    Any help would be highly appreciated.  I'm not experienced with Livecycle Designer.  The form I built by reading the forums and the examples.

    Where you need it, I use Livecycle Designer v. 9.0.0.2.20120627.2.874785 on a Windows 7 Pro platform.

    Thank you!

    They will need to copy in a similar way as with the other lines. I would say on the exit event for the field of Prog-DeptObjChart1, add the code that copies the rawValue of him in the second table. Your code has something there now, but it does take into account that there will be multiple instances of the same line.

    Thus, in the constructor of your action, add another result to the condition of AddRowAssessChart1.click: Add a new instance of AssessChart2Row1.

    Then exit to Prog-DeptObjChart1 in the event, add this code.

    xfa.resolveNode ("AnalysisCont1.AssessEvalChart2.AssessChart2Table.AssessChart2Row1 [" + this. "]") parent.index +"]. Prog-DeptObjChart2") .rawValue = this.rawValue;

    Now when you exit the field you typed in, the text is copied in paragraph2.

  • Need help to insert rows in the table to a custom table area

    Hi all

    I have a requirement as below.

    I have a page of the i invoke a popup search page and displaying the table data in the area of the table, this table I select lines and pressing the button and given in the basic page in the region of the table being filled, of data, I need to insert these lines into a custom table. Please help me how to achieve this. Basically, I need to insert rows from one table to a custom table region.

    Thnaks

    Hello

    Review the link, below, may be it will help you:

    https://forums.Oracle.com/thread/953885

    https://forums.Oracle.com/thread/2151775

    Please share your solution here, it will help others.

    Concerning

    Mahesh

  • Need to get a list of the tables used in a PC using a query to USER_SOURCE

    We would like to re - design an integration application using synonyms, pointing to a DB link. Now, we use the names of the tables.  The tables can be found in a remote database.

    We want to deal with in our local database instead of the treatment in the 32 remote DBs.

    To determine the size of the re-design and development, we want to know how many different tables, we used in our package which has more than 6,000 lines of code.

    When we issue you with this query:

    Select text From User_Source Where Name = 'INT_PKG' and Type = 'PACKAGE BODY' and Lower (Text) Like '% % ';

    We get lines like this:

    IN double v_ret_val;

    OF cmn_reg_reports m, case_reg_reports c

    OF case_master c

    OF case_assess

    OF the double

    OF case_master

    etc.

    Now I want the output voltage:

    Double

    cmn_reg_reports m, case_reg_reports

    case_master

    case_assess

    Basically, I want to get a list of tables that I used in this package.

    How can I do it using REGULAR EXPRESSIONS?

    Why need to fetch from user_source... !

    Instead you can easily get Table reference in the user_dependencies procedure!

    Look for them

    REFERENCED_OWNER, REFERENCED_NAME to REFERENCED_TYPE = "TABLE".

    Select

    referenced_owner,

    referenced_name,

    referenced_type

    Of

    dba_dependencies

    where

    name = "proc_name".

    and

    owner = 'owner_name '.

    AND referenced_type = 'TABLE ';

  • New series needs work MRP

    I'm putting in place global ATP in a test environment, after

    I have created a set of assignment using the responsibility of ASIC, but may not affect the game of MRP: ATP defined assignment.  It seems that my assignment game is in msc_assignment_sets and not mrp_assignment_sets.  I need to create defined elsewhere assignment?  Or y at - it something I need to run to move in the tables of mrp?

    Actually the LOV attached to the profile to read values of

    mrp_assignment_sets table; This is why you must set up the planned assignment

    the following navigation:

    Responsibility: Purchase superuser or similar

    Navigation: Supply Base-> affect sourcing rules.

    Wednesday, March 18, 2015 at 22:52, community-admin

  • SHOW_LOV need to pass a parameter for the select statement

    Hello

    I have a requirement that there is only a drop down list but the display of the list should be based on the certern parameter.

    I have a table (id, type, description). The select statement for dropdown I need is

    SELECT id, description of the table where type = & input_param.

    Can someone help please!

    create a field and create value in the list select id, description from table1 where col =: block1.item

  • Sometimes my wireless connection is very slow. Our people at work said there must be a lot of people in my neighborhood picky backup me & that I need to put a password on the router.

    sometimes working wireless on my laptop is very slow. Our people at work said there must be a lot of people in my neighborhood picky backup me & that I need to put a password on the router. How can I do this?

    original title: addition of router password?

    The manual is expected to be online. If you have pain to find - know everyone here the brand name and model - it is likely that someone here can help more.

    Basically connect to the interface web (usually via http://192.168.1.1 or http://192.168.0.1 web page with the username "admin") and change the password in the configuration / administrative to something (I suggest 15 + characters including letters - upper and lower case, numbers and symbols) and then find the wireless configuration and change the password for it to something other than the administrative password - but with the same suggestion.  If she uses WEP and you have all the relatively new devices (all purchased in the last 7 years) then I suggest change you in WPA.  If possible, replace WPA2.

    Probably there is also a place where you can see who is connected.

    What type of Internet connection you are paying for?  (Include numbers upstream and downstream, given to you by the service provider and the type...)

  • Qosmio F10: new battery needed

    My name is Batool Mohdhir, I was wondering if you could help me with something, please. I have a toshiba Qosmio F10 and I need new batteries that my batteries are ruined for some reason any! the model # I found written on my battery Li-ion battery model is PA3285-2BRS. I found on several sites in the same farm, except that its 1BRS. I don't know what that means! It is suitable for my laptop or is it not? If not, where can I buy the model I need online? What websites is the best to buy online laptop parts? and also I need an adapter model PA-2521U-1ACA, but I could not find. What other adapters are suitable for the Qosmio F10? I'm looking forward to your hearing you soon.

    Hello

    At a first of all welcome to the Toshiba Support forum. I hope that you will find here information quite useful.

    Back to your question: I checked the Qosmio specification and there is that your device needs to follow the described parts:
    Power adapter - PA2521E-2ACA or PA2521U-2ACA (90W)
    Battery - PA3285U

    I put t know in which country you live but if there is no Toshiba service partner you can order directly by them. Another way to check if you can find some offereor online in your country where you can order the parts you need. I'm sure you can find some not Toshiba universal AC adapt, but I prefer the use of original parts.

    Bye and good luck!

  • Recently bought studio 15 laptop with windows 7 and I try to run need for speed pc underground game on her, but she does not appear and the message "speed.exe has stopped working" appears on the screen

    Recently bought studio 15 laptop with windows 7 and I try to run need for speed pc underground game on her, but she does not appear and the message "speed.exe has stopped working" appears on the screen. can someone help us?

    Hi Andy,.

    I checked the reported compatibility list, and the game is listed as compatible.  Work in 64-bit or 32-bit Windows 7?  I will try to reinstall the game, if you did an upgrade from Vista to Windows 7 recently.  If it is a new installation and does not, please visit the EA's Web site to get the latest patch for the game to see if that helps address your problem.  Let me know if you've done all that and you still have questions, and we can try something else.

    Kevin

  • "Any new name for the program" has encountered a problem and needs to close. Sorry for the inconvience

    Whenever we try to install something new, that settles it, but when we get the same error message

    "the new name of the program" has encountered a problem and needs to close.  Sorry for the inconvience

    We can't get anything to run now

    Hello

    1 is this problem limited only when installing an application?
    2. what application are you trying to install?

    Method 1.
    I recommend you to reregister the Installer engine.
    Here's how:
    a. Click Start, click Accessories and then click command prompt.
    b. at the command prompt, type the following and press ENTER after each line:

    MSIExec /Unregister
     
    MSIExec/regserver

    Method 2.
    For other methods, see the article below.
    How to troubleshoot issues that may occur when you install, uninstall, or upgrade one program on a Windows computer
    http://support.Microsoft.com/kb/2438651/en-us

    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • [^^ New here] Ask questions about the development of Blackberry GUI

    Hi everyone, im new here.

    (My English is not very good, but in any case I'll do my best to be understable).

    First of all, I'm going to introduce myself:

    My name is Díaz de Miguel (South America, Chile) and now I'm working with a team on what we called 'Santa Maria Mobile Challenge' here in my University (UTFSM, Universidad Tecnica Federico Santa Maria) and we have an app for phones mobile Blackberry... IM in charge of the User Interface of the application... so, here's my question:

    I conceive an idea of how it looks at the application (we are new to programming in java and J2ME for Blackberry), I designed in Photoshop, and with a few readings, I realize how can I do this on J2ME BB.

    In my research on J2ME and Clases de BB I think I can do this with HorizontalFieldManagers and VerticalFieldManagers... tie them a background image for each FieldManager (of course I have to divide my original and more image "images") and connect (or trigger) behaviour when he focused...

    The idea of this is to make each component of our application classes:

    IE: Where it says "task 1", which blocks will be a HorizontalFieldManager with 3 VerticalFieldManagers, one with the «!» Icon, the Second bearing the name of the task, in this example is "task 1", and the third will be the other information... and perhaps on the third HorizontalFieldManagers 2 more...)

    Well well... the idea of this post is to know if im on the right way to apply for ugly or there is a better way... I accept all the comments... I want to win this contest.

    Thank you!!

    Miguel Diaz

    ========================

    Reach:

    This is the Image:

    Hi and welcome to the development of BlackBerry,

    You are on the right track... It is difficult to design a beautiful blackberry app but you can do what you want with methods of painting FieldManagers und ...

    If you need help others let me know...

    Also if you need help doing some work im a blackberry developer contractor who is happy to help you any time...

    Concerning

    Paul Haenel

  • I want to change the table with the expression of dangerousness of the virtual columns with her, need advice

    Hi all

    Here is the structure of the table with two expression of virtual columns associated highlighted, now I want to delete these expressions with virtual columns (but must keep my VIRTUAL columns as it is).

    Is it possible the alter or I need to raise the table, make a new structure and copy content back to newly structured table... Pleae help!

    CREATE TABLE TEST_COL)

    SAGE_TRADE_TYPE VARCHAR2 (50 BYTE),

    LOCAL_TZ VARCHAR2 (20 BYTE),

    ACE GMT_CONV_ENTERED_DT_TS (SAGEDBO. FN_CONVERT_TIMEZONE (LOCAL_TZ, ENTERED_DT_TS)) VIRTUAL,.

    ACE GMT_CONV_EXECUTION_DT_TS (SAGEDBO. FN_CONVERT_TIMEZONE (LOCAL_TZ, UPSTREAM_EXECUTION_TS)) VIRTUAL,.

    EOD_IND VARCHAR2 (10 BYTE)

    );

    Thank you very much

    Arpit

    Try this

    ALTER table test_col change gmt_conv_entered_dt_ts (0) virtual;

    ALTER table test_col change gmt_conv_execution_dt_ts (1) virtual;

  • need to get my pictures off the coast from the old computer to my new on my lightroom, had to download lightroom with my serial number not the fact the new computer doesn't have a cd player

    I fight with this forum, so if I keep asking the same question is because I'm not move here very well. I had to load my lightroom online on my new computer because I don't have a cd driver. Now that I've loaded it I need to get my photos on the old computer. Any ideas on how to do it, and I don't have creative cloud

    Hi tinap50,

    You can use an external hard drive to get all the images from your old computer to the new, then import into Lightroom.

    Kind regards

    Claes

  • Why people have suddenly begun to report their entire question in the place that is intended for a brief description of the problem.  Is there something inherently wrong with the new format of format?

    ... Only to repeat it once again here.

    Why people have suddenly begun to report their entire question in the place that is intended for a brief description of the problem.  Is there something inherently wrong with the new format of format?

    Ahhh, now I see.

    The man, who is just really, really bad design forum.

    I know that it will hurt, Adobe, but you will be away to Jive at a given time.  You're going to have to, as Jive moves further and further away from the ease of use.  So... Dick.22 now, or le.45 later.

  • I need to transfer my history of the text and images from my old iPhone to my new iPhone, but have already moved all other data to my new phone via iTunes and spent time to organize.  How do I reset this transfer without any?

    I need to transfer my history of the text and images from my old iPhone to my new iPhone, but have already moved all other data to my new phone via iTunes and spent time to organize.  How do I reset this transfer without any?  I transfer a 5s to itself.

    For your photos, try importing them to your computer and their synchronization then back to the SE.

    Import photos and videos from your iPhone, iPad or iPod touch - Apple Support

    For your texts, they moved with the backup restore?

Maybe you are looking for