Modify columns in partition

Dear all,
CREATE INDEX CMLS.SUPRT_N1 ON CMLS.SUPERT
(LNO, C_DATE, TDATE, TRF_GP, CNO,
CTYPE, CTYPE)
TABLESPACE CMDK01
INITRANS 2
MAXTRANS 255
NOLOGGING
LOCAL (
PARTITION DEC200801
LOGGING
NOCOMPRESS
TABLESPACE CMDK01
PCTFREE 10
INITRANS 2
MAXTRANS 255
STORAGE (
INITIAL 6M
MINEXTENTS 1
MAXEXTENTS UNLIMITED
BUFFER_POOL DEFAULT
I want to modify the index to remove the column c_date and look like
CREATE INDEX CMLS.SUPRT_N1 ON CMLS.SUPERT
(LNO, C_DATE, TDATE, TRF_GP, CNO,
CTYPE, CTYPE)
TABLESPACE CMDK01
INITRANS 2
MAXTRANS 255
NOLOGGING
LOCAL (
PARTITION DEC200801
LOGGING
NOCOMPRESS
TABLESPACE CMDK01
PCTFREE 10
INITRANS 2
MAXTRANS 255
STORAGE (
INITIAL 6M
MINEXTENTS 1
MAXEXTENTS UNLIMITED
BUFFER_POOL DEFAULT
Do I have to drop the index and recreate it? or shall I modify it ?. if so, can anyone let me know the command used ?
Kai

You forgot to remove C_DATE in you second example ;-)
And someonelse answered your question already
Edited by: hoek on Apr 6, 2009 2:45 PM

Similar Messages

  • Table with BLOB  column re-partitioning

    Currently I have a table with a blob column Z partitioned on Column X I want to re-partition the table on Column Y is there a quick way of doing this.
    INSERT INTO SELECT * has limitations on the blob size I guess.
    Can someone explain this?
    Edited by: user10229350 on Mar 1, 2010 7:36 AM

    I am using hash partitioning looks like split partition doesn't apply for hash partition:
    "The SPLIT PARTITION clause of the ALTER TABLE or ALTER INDEX statement is used to redistribute the contents of a partition into two new partitions. Consider doing this when a partition becomes too large and causes backup, recovery, or maintenance operations to take a long time to complete. You can also use the SPLIT PARTITION clause to redistribute the I/O load.
    This clause cannot be used for hash partitions or subpartitions."

  • Finder Window - Date Modified Column Keeps Changing

    When I open a Finder window, change the size of the "Date Modified" column then close the Finder window, the next time I open the same Finder window, the "Date Modified" column will compress the size of the column.
    Why isn't Finder 10.9 maintaining my column changes?
    Any assitance or insight whould be appreciated.

    I solved the scrunched Date Modified column header in a similar fashion but added the Date Added field, which fixed the width of both Date columns.
    After doing so, I now find both Date-oriented columns display and read dynamically the actual date and time.
    I'm now looking for a solution to that issue, explained here:
    finder window date added date modified show date time always

  • Virtual column based partitioning

    Hi,
    we have a non-partitioned table in a production database and wish to partition it based on an expression. Since we are on 11.2 the first thing that comes to mind is virtual column based partitioning. The "problem" is that in order to partition by a virtual column, you have to create one, and adding a new column to a table could break any application that doesn't reference the existing columns by name, e.g. "SELECT *" or. "INSERT INTO table VALUES(....)".
    My question is: is it possible to somehow specify the expression on which to partition directly in the "partition by" clause rather than specifying it as a virtual column definition?
    Example:
    Instead of this..
    SQL> create table test (
      2    id             number not null,
      3    content        varchar2(10),
      4    record_type    varchar2(1) generated always as (case when (substr(content, 1, 1)='B' and not substr(content, 1, 3)='Bxy') then 'B' else 'A' end) virtual
      5  )
      6  partition by list(record_type)
      7  (
      8    partition partA values ('A'),
      9    partition partB values ('B')
    10  );
    Table created...I'd like to use something like this:
    SQL> create table test (
      2    id             number not null,
      3    content        varchar2(10)
      4  )
      5  partition by list((case when (substr(content, 1, 1)='B' and not substr(content, 1, 3)='Bxy') then 'B' else 'A' end))
      6  (
      7    partition partA values ('A'),
      8    partition partB values ('B')
      9  );
    partition by list((case when (substr(content, 1, 1)='B' and not substr(content, 1, 3)='Bxy') then 'B' else 'A' end))
    ERROR at line 5:
    ORA-00904: : invalid identifierThank you in advance for any answers.
    Regards,
    Jure

    adding a new column to a table could break any application that doesn't reference the existing columns by name, e.g. "SELECT *" or. "INSERT INTO table VALUES(....)". "Ok, i got it. You mean, in application you are using select * from yourtable; and those data is being used by a datagrid or any control, then where that application will show / handle the new column data right ?
    Yes, thats why DBA and developers do SDLC (Software Development Life Cycle); that our table will be looks like this, these will be columns, these will be their data types, these will be followed in naming convention, privileges, indexes, storage parameters, constraints, dependent objects etc. Now after creating the table, you found a need to add a column, it means there was some lapses happened at the design time/phase or business requirements are newly defined.
    So, as far as concerned of select * ... ; you have to change in the application by :
    select col1, col2, new_col from your table... (as per order of your datagrid control columns). There is no other solution, you have to change in application code at every place where you have used select * and if those statements are being merged / deals into a control)
    New column addition will hamper only at select * from... not with any INSERT/UPDATE/DELETE, because if they are running fine it means, they have well written column references. For DMLs you need not worry so far.
    By the way, what is your technology for application ? I have worked on couple of applications in ASP.NET with using datagrid which auto add/removes the columns in itself as per cursor result (not rememberring the exact property of it though)
    Regards
    Girish Sharma

  • Items "date modified" column when viewing files as list in finder

    I'm not really sure if I can change this viewing option, but i will give it a try:
    when viewing files as list in finder, "yesterday" items "date modified" column shows up with the term "yesterday", while this does not happen for "today" items, where what shows up is just today's date and not the term "today".
    I found this rather confusing, since it is not immediate: i.e. if I want to check for items modified today at a glance, i need to pick today's date from a ist with a number of different dates. As a matter of fact, it's a way easier when checking for yesterday's items.
    Suggestions anyone?
    Thanks!

    toygal wrote:
    I am new to Aperature and not very computer savvy so please provide "dummy's guide to" responses.
    toygal -- welcome to the Aperture user-to-user forum. iPhoto was designed with you in mind. Aperture is 100x more complicated (and no faster). I strongly recommend that you revert to iPhoto and use it. Compared to Aperture, it will bring you more pleasure and cause you much less frustration. Whoever told you that Aperture is faster not only was wrong, they failed to take into consideration the hours that you would have to practice to become comfortable with it.
    Here are some threads which briefly touch on the difference between iPhoto and Aperture -- use the search to find many more.
    http://discussions.apple.com/thread.jspa?messageID=13183439&#13183439
    http://discussions.apple.com/thread.jspa?messageID=12906017&#12906017
    http://discussions.apple.com/thread.jspa?messageID=12901779&#12901779
    Message was edited by: Kirby Krieger

  • Manage Table / Modify column does not display current values

    Hi,
    when I choose "Modify column" from the menu "Manage table", the current properties of the column, i.e. type, size and so on, are not shown, but are defaulted to whatever value has been defined inside that page, so the column type is always set to "Number" for instance.
    It would be definitely better to retain the current values, in my humble opinion.
    Bye,
    Flavio

    I have also run into this problem. I am running IQ 16.0 sp1. I wanted to increase the number of characters in one of the columns so I have to create a new column, copy the data, delete the old column then rename the new column.
    Is there any reason the MODIFY function is not implemented in IQ?

  • Modifying a Range Partition

    Hi! Guys
    I have a table partitioned by a date column.. My current highest partition is:
    SPSWEEK14 VALUES LESS THAN (TO_DATE(' 2008-02-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    How can I modify this partition to 2008-04-01?
    Thanks in advance
    Babu Yalamanchi
    P.S. We are using Oracle 9.2

    I dont think so, we can not modify range of any partition. What I suggest here is we can add partition and then merge that partition with higher value, So at the end you will get one partition with higher value. But make sure to take care of invalid index and all that.

  • How to add new column in partition table

    Hi,
    In Oracle 10g Database, I have one table (X) with list partition . I have added one new column to "X" by "Alter Table" command. Please advise whether any other command needs to be executed since it is a partition table .
    The "X" table is used for partition swapping with another table (Y). I have added the same column also in table "Y". Will there be any issue while swapping the partion with the following command
    alter table X exchange partition partition_name with table Y
    Version Details :
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 OS
    Solaris 5.10
    Thanks in advance

    you would have to explicitly put that into the create table as select - the partition details.
    ops$tkyte%ORA10GR2> create table t1
    2 PARTITION BY RANGE (dt)
    3 (
    4 PARTITION part1 VALUES LESS THAN (to_date('13-mar-2003','dd-mon-yyyy')) ,
    5 PARTITION part2 VALUES LESS THAN (to_date('14-mar-2003','dd-mon-yyyy')) ,
    6 PARTITION junk VALUES LESS THAN (MAXVALUE)
    7 )
    8 COMPRESS
    9 as
    10 select * from t;
    Table created.
    Source:http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:69076630635645
    Hth
    Girish Sharma

  • Problem with a 2 columns Range Partitioning for a indexed organized table

    have an indexed organized table with a 2 column PK. the first field (datum) is a date field the second field (installatieid) is a number(2) field.
    Every minute a 7 records are inserted (installatieid 0-6).
    I like to partition this table with one partition per year per installatieid.
    I tried to do it with:
    partition by range(datum,installatieid)
    (partition P_2004_0 values less than (to_date('2004-01,'yyyy-mm'),1)
    ,partition P_2004_6 values less than (to_date('2004-01','yyyy-mm'),7)
    partition P_2005_0 values less than (to_date('2005-01','yyyy-mm'),1)
    ,partition P_2005_6 values less than (to_date('2005-01','yyyy-mm'),7)
    but now only the P_2004_0 and P_2005_0 are filled.
    I thought about to combine a range partition on datum with a list subpartition on installatieid, but I read this is not allowed with an index organized table.
    How can I solve this problem.

    partition by range(datum,installatieid)
    (partition P_2004_0 values less than
    (to_date('2004-01,'yyyy-mm'))
    ,partition P_2004_6 values less than
    (to_date('2004-07','yyyy-mm'))
    partition P_2005_0 values less than
    (to_date('2005-01','yyyy-mm'))
    ,partition P_2005_6 values less than
    (to_date('2005-07','yyyy-mm'))
    ? Sorry haven't got time to test it this morning ;0)

  • Can't modify column?

    Hi,
    I need to alter the data type of a date column to varchar2(6).
    Here's the tabel I need to change.
    SQL> desc foo
    Name Null? Type
    PK NUMBER
    DOB DATE
    I understand that I must NULL out the DOB column before I can do the ...
    alter table foo modify (DOB varchar2(6));
    ... so I create another table like so ...
    SQL> create table foo2 as select * from foo;
    Table created.
    ... now I can do ...
    SQL> update foo set DOB = NULL;
    100 rows updated.
    SQL> commit;
    Commit complete.
    ... now I do ...
    SQL> alter table foo modify ( dob varchar2(6));
    alter table foo modify ( dob varchar2(6))
    ERROR at line 1:
    ORA-01401: inserted value too large for column
    Why do I get this error?
    thanks

    Depending too regarding the nls_date_format in your system, the result when you query the date will be higher o viceversa.
    As you realized try with varchar2(8), if it fails try
    to increase that number.
    Joel P�rez

  • Ora-01440 on modifying column - urgent needed

    Hi
    we have following table
    SQL> desc VULNERABILITY_REG_PERIODS
    Name Null? Type
    CLIENT_ID NOT NULL NUMBER(10)
    ASSOCIATED_FAMILY NUMBER(7)
    HCP VARCHAR2(8)
    STAFF_TYPE VARCHAR2(2)
    DATE_ON_PROTECTION NOT NULL DATE
    DATE_OFF_PROTECTION NOT NULL DATE
    SECTOR VARCHAR2(2)
    AUDIT_TIMESTAMP DATE
    AUDIT_ID NUMBER
    AUDIT_ORIGIN VARCHAR2(30)
    RECORD_STATUS CHAR(1)
    i am trying to modify the column
    alter table VULNERABILITY_REG_PERIODS modify audit_id number(10,0);
    the max length of audit_id is 4
    SQL> select max(audit_id) from VULNERABILITY_REG_PERIODS;
    MAX(AUDIT_ID)
    9936
    what is the reason for above error when modifyng this column
    thanx
    kedar

    Hi,
    I think that internally, Oracle understand that NUMBER is a synonym for NUMBER(38).
    The precision can range from 1 to 38. Then, that's why this error is happening;
    You can try this below:
    SGMS@ORACLE10> create table x (cod number);
    Table created.
    SGMS@ORACLE10> insert into x values (1000);
    1 row created.
    SGMS@ORACLE10> commit;
    Commit complete.
    SGMS@ORACLE10> desc x
    Name                  Null?    Type
    COD                            NUMBER
    SGMS@ORACLE10> alter table x add (temp number);
    Table altered.
    SGMS@ORACLE10> update x set temp = cod;
    1 row updated.
    SGMS@ORACLE10> update x set cod = null;
    1 row updated.
    SGMS@ORACLE10> alter table x modify cod number (10,0);
    Table altered.
    SGMS@ORACLE10> update x set cod = temp;
    1 row updated.
    SGMS@ORACLE10> alter table x drop column temp;
    Table altered.
    SGMS@ORACLE10> desc x
    Name Null? Type
    COD NUMBER(10)
    SGMS@ORACLE10>Cheers

  • Modify column in an internal table

    Hi Friends,
    I have an internal table itab1 which has a column called zpo_number .
    I am getting the PO from a BAPI call storing in a field w_ponumber.
    I have the code below . THe table itab1 has rows all having the same matnr .
    How can I modify all the rows of the table with the same w_ponumber ?
    Thanks!
    Loop at itab1
    babpi call get po number
    w_ponumber.
    MODIFY itab1
    endloop.

    simplicity change to your original code provided:
    Loop at itab1
    babpi call get po number
    w_ponumber.
    itab1-z_ponumber  = w_ponumber.
    MODIFY itab1
    endloop.
    Or -
    Loop at itab1
    babpi call get po number
    itab1-z_ponumber.
    MODIFY itab1
    endloop.

  • Column Containing Partition Key Condition Information

    I am using 11.2.0.2 on AIX 6.1.
    I am creating a range partition table as below.
    CREATE TABLE SALES_RANGE
      ( prod_id       NUMBER(6)
      , cust_id       NUMBER
      , time_id       DATE
      , channel_id    NUMBER(3)
    PARTITION BY RANGE (time_id)
    ( PARTITION sales_q1_2012 VALUES LESS THAN (TO_DATE('01-APR-2012','dd-MON-yyyy'))
    , PARTITION sales_q2_2012 VALUES LESS THAN (TO_DATE('01-JUL-2012','dd-MON-yyyy'))
    , PARTITION sales_q3_2012 VALUES LESS THAN (TO_DATE('01-OCT-2012','dd-MON-yyyy'))
    , PARTITION sales_q4_2012 VALUES LESS THAN (TO_DATE('01-JAN-2013','dd-MON-yyyy'))
    );I can find all the information related to this table in dictionary tables like below.
    SQL> SELECT OWNER,
           TABLE_NAME,
           PARTITIONING_TYPE,
           SUBPARTITIONING_TYPE,
           PARTITION_COUNT,
           PARTITIONING_KEY_COUNT,
           STATUS,
           DEF_TABLESPACE_NAME
    FROM DBA_PART_TABLES
    WHERE OWNER='SCOTT';
    OWNER                          TABLE_NAME                     PARTITION SUBPARTIT PARTITION_COUNT PARTITIONING_KEY_COUNT STATUS   DEF_TABLESPACE_NAME
    SCOTT                          SALES_RANGE                    RANGE     NONE                    4                      1 VALID    USERS
    SQL> SELECT TABLE_OWNER,
           TABLE_NAME,
           COMPOSITE,
           PARTITION_NAME,
           PARTITION_POSITION,
           TABLESPACE_NAME,
           LAST_ANALYZED
    FROM DBA_TAB_PARTITIONS
    WHERE TABLE_OWNER='SCOTT'
    ORDER BY PARTITION_POSITION;
    TABLE_OWNER                    TABLE_NAME                     COM PARTITION_NAME                 PARTITION_POSITION TABLESPACE_NAME                LAST_ANAL
    SCOTT                          SALES_RANGE                    NO  SALES_Q1_2012                                   1 USERS                          17-FEB-12
    SCOTT                          SALES_RANGE                    NO  SALES_Q2_2012                                   2 USERS                          17-FEB-12
    SCOTT                          SALES_RANGE                    NO  SALES_Q3_2012                                   3 USERS                          17-FEB-12
    SCOTT                          SALES_RANGE                    NO  SALES_Q4_2012                                   4 USERS                          17-FEB-12
    SQL> SELECT * FROM DBA_PART_KEY_COLUMNS WHERE OWNER='SCOTT';
    OWNER      NAME            OBJEC COLUMN_NAME     COLUMN_POSITION
    SCOTT      SALES_RANGE     TABLE TIME_ID                       1But where can i find the partition key condition i.e. *"VALUES LESS THAN (TO_DATE('01-APR-2012','dd-MON-yyyy'))"* in any dictionary table ?

    Thanks for your quick reply....
    I have already checked and included in my example given.
    SQL> SELECT * FROM DBA_PART_KEY_COLUMNS WHERE OWNER='SCOTT';
    OWNER      NAME            OBJEC COLUMN_NAME     COLUMN_POSITION
    SCOTT      SALES_RANGE     TABLE TIME_ID                       1It's only giving the column name on which partitioning is done, not the partitioning condition.
    My question was, in which table i can check the criteria on which i have range partitioned a table ? Is there an dictionary table which holds information like:
    PARTITION_NAME     PARTITION_CONDITION
    SALES_Q1_2012       VALUES LESS THAN (TO_DATE('01-APR-2012','dd-MON-yyyy')I hope i am clear in my question......

  • Virtual column and partition exchange load

    Hi All,
    Can someone tell me that if i have a virtual column on a table in 11g then can we load the data as partition exchange loading into the table.
    Thanks & Regards,
    Ankit Rana

    Hemant K Chitale wrote:
    Why not run a simple test with a dummy table, a few columns (plus a virtual column) and a few partitions ?
    Excellent suggestion.
    Shouldn't take more than about 30 minutes to create a test case - and if it takes more than 30 minutes the OP needs the practice anyway to get a better feel for the technology.
    Hint to OP: make sure you put some data in the "incoming" table, make sure you put some data in the "non-exchanged" partitions, remember to include a unique/pk constraint if you're expecting one on production, and run with sql_trace enabled to see what's happening in the background.
    Regards
    Jonathan Lewis

  • Urgent!!! Modify column of a table having records

    Dear all,
    I have a table with a column VARCHAR2(12) and I need to modify this column into VARCHAR2(9) without losing any data! s there any workaround?
    Thanx a lot!!

    This code was posted in one of the previous Oracle magazines:
    The Pl/Sql procedure to rename the column must be compiled in to the database you require to rename columns in - one note I would run this as SYS:
    create or replace procedure RenameColumn
    (pUserName varchar2,
    pTableName varchar2,
    pOldColumnName varchar2,
    pNewColumnName varchar2
    is
    vUserName dba_users.userName%type :=
    upper(ltrim(rtrim(pUserName)));
    vTableName dba_tables.table_name%type :=
    upper(ltrim(rtrim(pTableName)));
    vOldColumnName dba_tab_columns.column_name%type :=
    upper(ltrim(rtrim(pOldColumnName)));
    vNewColumnName dba_tab_columns.column_name%type :=
    upper(ltrim(rtrim(pNewColumnName)));
    vErrorMessage varchar2(4000);
    eNotAuthorizedUser exception; /* -20101 */
    eInvalidUser exception; /* -20102 */
    eInvalidTable exception; /* -20103 */
    eInvalidOldColumn exception; /* -20104 */
    eInvalidNewColumn exception; /* -20105 */
    cursor csrCheckUser
    (pUser dba_users.userName%type)
    is
    select '1'
    from dba_users
    where userName = pUser;
    cursor csrCheckTable
    (pUser dba_tables.owner%type,
    pTable dba_tables.table_name%type)
    is
    select '1'
    from dba_tables
    where owner = pUser
    and table_name = pTable;
    cursor csrCheckExistingColumn
    (pUser dba_tables.owner%type,
    pTable dba_tables.table_name%type,
    pColumn dba_tab_columns.column_name%type)
    is
    select '1'
    from dba_tab_columns
    where owner = pUser
    and table_name = pTable
    and column_name = pColumn;
    vDummy char(1);
    begin
    if user <> 'SYS'
    then
    raise eNotAuthorizedUser;
    end if;
    /* Check the value of vUserName */
    if vUserName is null
    then
    raise eInvalidUser;
    end if;
    open csrCheckUser(vUserName);
    fetch csrCheckUser into vDummy;
    if csrCheckUser%notfound
    then
    close csrCheckUser;
    raise eInvalidUser;
    end if;
    close csrCheckUser;
    /* Check the value of vTableName */
    if vTableName is null
    then
    raise eInvalidTable;
    end if;
    open csrCheckTable(vUserName, vTableName);
    fetch csrCheckTable into vDummy;
    if csrCheckTable%notfound
    then
    close csrCheckTable;
    raise eInvalidTable;
    end if;
    close csrCheckTable;
    /* Check the value of vOldColumnName */
    if vOldColumnName is null
    then
    raise eInvalidOldColumn;
    end if;
    open csrCheckExistingColumn(vUserName, vTableName, vOldColumnName);
    fetch csrCheckExistingColumn into vDummy;
    if csrCheckExistingColumn%notfound
    then
    close csrCheckExistingColumn;
    raise eInvalidOldColumn;
    end if;
    close csrCheckExistingColumn;
    /* Check the value of vNewColumnName */
    if vNewColumnName is null
    then
    raise eInvalidNewColumn;
    end if;
    open csrCheckExistingColumn(vUserName, vTableName, vNewColumnName);
    fetch csrCheckExistingColumn into vDummy;
    if csrCheckExistingColumn%found
    then
    close csrCheckExistingColumn;
    raise eInvalidNewColumn;
    end if;
    close csrCheckExistingColumn;
    /* Update the row in col$ Oracle dictionary */
    update col$
    set name = vNewColumnName
    where (obj#, col#) in
    (select obj#,
    col#
    from col$
    where name = vOldColumnName
    and obj# = (select obj#
    from obj$
    where name = vTableName
    and owner# = (select user_id
    from dba_users
    where username = vUserName)));
    commit;
    exception
    when eNotAuthorizedUser
    then
    vErrorMessage := 'User ' || user ||
    ' is not authorized to run this procedure.';
    raise_application_error(-20101, vErrorMessage);
    when eInvalidUser
    then
    vErrorMessage := 'Invalid user name: ' ||
    pUserName || '.';
    raise_application_error(-20102, vErrorMessage);
    when eInvalidTable
    then
    vErrorMessage := 'Invalid table name: ' ||
    pTableName || '.';
    raise_application_error(-20103, vErrorMessage);
    when eInvalidOldColumn
    then
    vErrorMessage := 'Invalid old column name: ' ||
    pOldColumnName || '.';
    raise_application_error(-20104, vErrorMessage);
    when eInvalidNewColumn
    then
    vErrorMessage := 'Invalid new column name: ' ||
    pNewColumnName || '.';
    raise_application_error(-20105, vErrorMessage);
    end RenameColumn;
    Once you have the above in and compiled okay then you can rename you column names by:
    begin
    RenameColumn('SCOTT', 'EMPTEST', 'SAL', 'SALARY');
    end;
    also while still connected as SYS, note the parameters SCOTT should be the schema owner which contains the table, EMPTEST is the table name which contains the column, SAL is the old column name and SALARY is the new column name.
    Have fun.

Maybe you are looking for

  • Multiple images in a report?

    I have a CR XIr2 report that contains 2 embedded images, a smaller one and a bigger one. Both images were BMP files that I embedded in the rpt file using CR Developer. When I use JRC to export the report to a PDF the images will usually display corre

  • How to set the Default values for Info Objects in Data Selection of InfoPac

    Hi All, Flat file Extracion: How to set the Default values for Info Objects in Data Selection Tab  for Info Package ex: Fiscal Year Variant  Info Object having values 'K4' 'Y2' etc  in Flat file Initially  default value(not constant)  for this info O

  • Eliminatio​n of motion artifacts in the pulse

    Hi all! I have the task of implementing the algorithm eliminate motion artifacts when registering pulse. The task is to turn the forecast of the next pulse values on the basis of previous values. Curve pulse was formed window is the upper limit and l

  • Help with slideshow, please and thank you

    My brother created a slideshow and sent me the link. I was able to download the slideshow to my desktop. Is there a way to individually move the pictures from the slideshow to an album in iPhoto? When I try moving the whole slideshow or individual pi

  • Can you find the fields

    hi all please can you find the fields from which table.These are the fields PUR.ORG PUR.GROUP TOTAL NET PRICE. P.O NUMBER. ITEM NO.   MAT.NO.    MATERIAL DES.   ORDER QTY. NET PRICE.