Problems with partition tables

Hi all,
I've got some problems with partition tables. The script at the bottom run but when I wanna insert some values it returns me an error
(ORA-06550: line 1, column 30: PL/SQL: ORA-06552: PL/SQL: Compilation unit analysis terminated
ORA-06553: PLS-320: the declaration of the type of this expression is incomplete or malformed
ORA-06550: line 1, column 7: PL/SQL: SQL Statement ignored)
and I can't understand why!
There's something incorrect in the script or not?
Please help me
Thanks in advance
Steve
CREATE TABLE TW_E_CUSTOMER_UNIFIED
ID_CUSTOMER_UNIFIED VARCHAR2 (27) NOT NULL ,
START_VALIDITY_DATE DATE NOT NULL ,
END_VALIDITY_DATE DATE ,
CUSTOMER_STATUS VARCHAR2 (255)
PARTITION BY RANGE (START_VALIDITY_DATE)
SUBPARTITION BY LIST (END_VALIDITY_DATE)
PARTITION M200909 VALUES LESS THAN (TO_DATE('20091001','YYYYMMDD'))
(SUBPARTITION M200909_N VALUES (NULL), SUBPARTITION M200909_NN VALUES (DEFAULT)),
PARTITION M200910 VALUES LESS THAN (TO_DATE('20091101','YYYYMMDD'))
(SUBPARTITION M200910_N VALUES (NULL), SUBPARTITION M200910_NN VALUES (DEFAULT)),
PARTITION M200911 VALUES LESS THAN (TO_DATE('20091201','YYYYMMDD'))
(SUBPARTITION M200911_N VALUES (NULL), SUBPARTITION M200911_NN VALUES (DEFAULT)),
PARTITION M200912 VALUES LESS THAN (TO_DATE('20100101','YYYYMMDD'))
(SUBPARTITION M200912_N VALUES (NULL), SUBPARTITION M200912_NN VALUES (DEFAULT)),
PARTITION M201001 VALUES LESS THAN (TO_DATE('20100201','YYYYMMDD'))
(SUBPARTITION M201001_N VALUES (NULL), SUBPARTITION M201001_NN VALUES (DEFAULT)),
PARTITION M201002 VALUES LESS THAN (TO_DATE('20100301','YYYYMMDD'))
(SUBPARTITION M201002_N VALUES (NULL), SUBPARTITION M201002_NN VALUES (DEFAULT)),
PARTITION M210001 VALUES LESS THAN (MAXVALUE))
(SUBPARTITION M210001_N VALUES (NULL), SUBPARTITION M210001_NN VALUES (DEFAULT))
;

Hi Hoek,
the DB version is 10.2 (italian version, then SET is correct).
...there's something strange: now I can INSERT rows but I can't update them!
I'm using this command string:
UPDATE TW_E_CUSTOMER_UNIFIED SET END_VALIDITY_DATE = TO_DATE('09-SET-09', 'DD-MON-RR') WHERE
id_customer_unified = '123' and start_validity_date = TO_DATE('09-SET-09', 'DD-MON-RR');
And this is the error:
Error SQL: ORA-14402: updating partition key column would cause a partition change
14402. 00000 - "updating partition key column would cause a partition change"
*Cause:    An UPDATE statement attempted to change the value of a partition
key column causing migration of the row to another partition
*Action:   Do not attempt to update a partition key column or make sure that
the new partition key is within the range containing the old
partition key.
I think that is impossible to use a PARTITION/SUBPARTITION like that: in fact the update of "END_VALIDITY_DATE" cause a partition change.
Do u agree or it's possible an update on a field that implies a partition change?
Regards Steve

Similar Messages

  • Problems with a table in PDF`S footer

    Dear sirs,
    We are having problems when trying to run a PDF with Adobe LiveCycle Designer tool.
    We are working with a PDF which is composed of a header, the main body and a footer. We have created a table (table1) at the footer and
    another one at the main body (table2). This last table (table2) may overflow therefore it will genarate two pages for our PDF.
    On both pages appear the header and the footer correctly but in the last page it does not write the data from the table included in the footer (table1).
    We have no problems with the table included in the main body
    In the attachments, I send you the screenshots of both pages in which I have marked in red the part where we have error.
    May you help us to solve our problem?
    Thanks in advance your help.
    Edited by: emgaitan on Mar 16, 2010 2:18 PM

    Wardell,
    Check the data in RSA3 for the extractor that you use to bring data .
    You must be using the data source 0CO_OM_CCA_09. Check the data and reconcile and you will get it.
    Let me know if you need anything else.
    Thanks
    Ravi Thothadri
    [email protected]

  • I am getting problem with internal table & work area declaration.

    I am working with 'makt' table ..with the table makt i need to work with styles attributes ..so i declared like this
    TYPES : BEGIN OF ty_makt,
             matnr TYPE makt-matnr,
             spras TYPE makt-spras,
             maktx TYPE makt-maktx,
             maktg TYPE makt-maktg,
             celltab TYPE lvc_t_styl,
           END OF ty_makt.
    DATA : i_makt TYPE TABLE OF ty_makt.
    DATA : wa_makt TYPE ty_makt .
        But end of program i need to update dbtable "makt"...i am getting problem with internal table & work area declaration.
    i think makt table fields mapping and internal table/work area mapping is not correct. so please help me to get out from this.

    Hi Nagasankar,
    TYPES : BEGIN OF TY_MATNR,
                  MATNR TYPE MAKT-MATNR,
                  SPRAS TYPE MAKT-SPRAS,
                  MAKTX TYPE MAKT-MAKTX,
                  MAKTX TYPE MAKT-MAKTG,
                  CELLTAB TYPE LVC_T_STYL,  " Its Working perfectly fine..
                 END OF TY_MAKT.
    DATA: IT_MAKT TYPE STANDARD TABLE OF TY_MAKT,
              WA_MAKT TYPE TY_MAKT.
    Its working perfectly fine. if still you are facing any issue post your complete code.
    Thanks,
    Sandeep

  • Problem with a table control

    Hi gurus,
    I´ve a problem with a table control. It has 3 columns which one is a checkbox.
    I can fill all fields but in the moment I mark the checkbox this line must be unwritable. How can I do it?
    Thanks for all
    Dani

    Assign a function code to the checkbox column....
    so when u check / uncheck any entry, PAI + PBO will be triggered....
    In the PBO during the loop of table control, check the checkbox field value. if it is 'X', make the row readonly
    by looping at screen and setting screen-input = 0 for rest of the columns.
    like ...
    LOOP AT tc_itab
           WITH CONTROL tc_test
           CURSOR tc_test-current_line.
       module set_row_readonly. " loop at screen and set input = '0' if checkbox is checked...
    ENDLOOP.

  • Problem with maintain table views SM30 Transaction

    Hello All,
    i have a problem with the table maintenance view SM30, it doesn't permit me to modify the rows in the table.
    we have added a field into the table and when i tried to change the table view from menu: Utilities ==> table maintenance generator==> change the system propose me a message that the screen 0001 will be deleted and recreated...but the system has deleted the screen and doesn't recreate it...in somewehere on internet we find that we should use the transaction SE55 menu:
    Environment==> modification ==> Maintenance screen ==> button Layout which open the tool Screen Painter and from that we have created our screen with 4 fields of our table...our result that the screen is created and i can see it from the SM30 transaction but i can't insert rows in the table...when i try to go to maintain table: menu: Utilities ==> Table maintenance generator to try if i can modify something the system give me a message: "set the compare flag dialog ZIV_DP_PLCHAR_LA"
    the ZIV_DP_PLCHAR_LA is the name of my table...
    can you give me some advices please how should i do to fix this problem to insert rows in table throughout the transaction
    SM30 "maintain table views: initial screen"
    if i want to delete the screen from the SE55 transaction to recreate it newly what should i do to take care about some options
    to have a new screen?
    thanks for all
    Bilal

    Hi
    First delete the old table maintainence generator.
    Now Recreate the screen and your table is good to go..
    These error messages come when we add new fields and different version of the table maintainence generator in database.

  • Problem with Pivot Table with Graph: Line Bar Combo

    Hello people!
    I have a problem with pivot table and line bar combo (all in the same view (pivot table))
    I have some measures and one dimension in my report.
    --------------measure1---measure2---measure3
    Dim A.1
    Dim A.2
    Dim A.3
    If I choose my graph line bar combo automatically choose "line" measure 3 (last measure in "Show Controls"). How can I do if I want my measure1 for line and I don't want modify my pivot table?
    Thank you very much!

    Ok, I'll explain my problem again. In my pivot table I add graph vision and I want in the same view (Pivot table). My graph is "Line Bar Combo" and I don't know how but the last of my measures belongs to right AXIS, if I change order of my measures I can see in my graph the measure that I want in my right axis BUT also it changes the order of my pivot table.
    This is my problem. I think that I can do that with different views but I lose my selector view to view graphic and my pivot table at the same time.

  • Problem with truncate table in procedure ora -00054

    hi do anybody know where is mistake ???
    the procedure has problem with truncate table
    ora - 00054: resource busy and acquire with NOWAIT specified
    ora - 06512 at "POVAPSYS.HMAN_P_REFRESH", line 6
    ora - 06512 at "POVAPSYS.POVAPSYS", line 6
    ora - 06512 at line 1
    this is my procedure....
    AS
    BEGIN
    execute immediate 'TRUNCATE TABLE hman_t_max';
    INSERT INTO hman_t_max SELECT * FROM hman_v_max;
    COMMIT;
    END;

    2.MAKE SURE THAT OTHER THAN YOU ANYBODY IS TRYING TO
    COMPILE AND RUN THE PROCEDUREShould he make sure that anybody is running the procedure?
    3.MAKE SURE THAT ANY PARALLEL QUERY IS RUNNING IN THE
    SERVER SIDE,THATS KEEPS THE RESOURCE BUSYShould he make sure any parallel query is running in the server side to keep the resource busy?
    Gita,
    I COULDN'T RESIST HAVING ONE SUGGESTION FOR YOU. Please look at the impact of your English in the reply before posting. Check if that sends reverse message!
    Cheers
    Sarma.

  • Problem with the table control BDC in FV60 transaction

    Hi All,
    I got the problem with the table control in FV60 transaction.
    This is working for 900 line items.After 900 line items it is giving the problem like it is 1000th line item.You can post only 999 line items.
    I know we can post only 999 line items,but in my file only 920 line items.
    Please give me solution,if anybody come across this situation.
    Thanks & regards,
    rakesh.

    Hello Rakesh ,
    your file may have only 920 line items , but based on those line items, SAP may create few more  new lines ( based on the clearing recon accounts , inter company transaction ...etc )...
    regards
    Prabhu

  • Problem with partitioning - disk permanently falls back to old p-table

    Hey Guys!
    I'm quite desperate and can't find answers for the following problem - maybe some of you already had a similiar problem.
    I want to reuse a SSD that I used on a different machine as primary system drive. It's partition-table:
    # fdisk -l /dev/sda
    Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x0004f0e5
    Device     Boot  Start       End   Sectors  Size Id Type
    /dev/sda1  *      2048    499711    497664  243M 83 Linux
    /dev/sda2       501758 250068991 249567234  119G  5 Extended
    /dev/sda5       501760 250068991 249567232  119G 8e Linux LVM
    There is a LVM volume group with two volumes (root and swap) on sda5. No matter how I try to destroy the LVM setup and the partitioning, it is always "reseted" to this setup.
    I tried: lvremove, vgremove, pvremove, fdisk, cfdisk, gdisk, cgdisk, dd from /dev/null, testdisk - with and without reboots, from arch-linux booted from usb and from an ubuntu-live-cd. No matter what, the partitioning does not change.
    Why I want to reformat it? I want to use the drive as cache for zfs-on-linux.
    It feels like the drive is somehow write-protected.
    Has anyone suggestions what to try next?

    Thanks @ROOKIE
    Sadly didn't work either - see below. Underneath I added results of smart-tests - maybe I miss something.
    $ sudo lsblk
    NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
    sda      8:0    0 119.2G  0 disk
    |-sda1   8:1    0   243M  0 part
    |-sda2   8:2    0     1K  0 part
    `-sda5   8:5    0   119G  0 part
    sdc      8:32   1   7.4G  0 disk
    |-sdc1   8:33   1   512M  0 part
    `-sdc2   8:34   1   6.9G  0 part
    sdd      8:48   1   7.4G  0 disk
    |-sdd1   8:49   1   512M  0 part /boot
    `-sdd2   8:50   1   6.9G  0 part
    sr0     11:0    1  1024M  0 rom 
    zram0  254:0    0  75.1M  0 disk [SWAP]
    zram1  254:1    0  75.1M  0 disk [SWAP]
    zram2  254:2    0  75.1M  0 disk [SWAP]
    zram3  254:3    0  75.1M  0 disk [SWAP]
    $ sudo blkdiscard -v /dev/sda
    /dev/sda: Discarded 128035676160 bytes from the offset 0
    $ sudo blkdiscard -v /dev/sda
    /dev/sda: Discarded 128035676160 bytes from the offset 0
    $ sudo fdisk /dev/sda
    Welcome to fdisk (util-linux 2.26.1).                                                                                                                                                                                   
    Changes will remain in memory only, until you decide to write them.
    Be careful before using the write command.
    Command (m for help): o
    Created a new DOS disklabel with disk identifier 0x591d429c.
    Command (m for help): w
    The partition table has been altered.
    Calling ioctl() to re-read partition table.
    Syncing disks.
    $ lsblk
    NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
    sda      8:0    0 119.2G  0 disk
    |-sda1   8:1    0   243M  0 part
    |-sda2   8:2    0     1K  0 part
    `-sda5   8:5    0   119G  0 part
    sdc      8:32   1   7.4G  0 disk
    |-sdc1   8:33   1   512M  0 part
    `-sdc2   8:34   1   6.9G  0 part
    sdd      8:48   1   7.4G  0 disk
    |-sdd1   8:49   1   512M  0 part /boot
    `-sdd2   8:50   1   6.9G  0 part
    sr0     11:0    1  1024M  0 rom 
    zram0  254:0    0  75.1M  0 disk [SWAP]
    zram1  254:1    0  75.1M  0 disk [SWAP]
    zram2  254:2    0  75.1M  0 disk [SWAP]
    zram3  254:3    0  75.1M  0 disk [SWAP]
    $ sudo blkdiscard -v /dev/sda
    /dev/sda: Discarded 128035676160 bytes from the offset 0
    $ lsblk
    NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
    sda      8:0    0 119.2G  0 disk
    |-sda1   8:1    0   243M  0 part
    |-sda2   8:2    0     1K  0 part
    `-sda5   8:5    0   119G  0 part
    sdc      8:32   1   7.4G  0 disk
    |-sdc1   8:33   1   512M  0 part
    `-sdc2   8:34   1   6.9G  0 part
    sdd      8:48   1   7.4G  0 disk
    |-sdd1   8:49   1   512M  0 part /boot
    `-sdd2   8:50   1   6.9G  0 part
    sr0     11:0    1  1024M  0 rom 
    zram0  254:0    0  75.1M  0 disk [SWAP]
    zram1  254:1    0  75.1M  0 disk [SWAP]
    zram2  254:2    0  75.1M  0 disk [SWAP]
    zram3  254:3    0  75.1M  0 disk [SWAP]
    I checked smart too now:
    $ sudo smartctl -t long /dev/sda
    smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.19.3-3-ARCH] (local build)
    Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
    Sending command: "Execute SMART Extended self-test routine immediately in off-line mode".
    Drive command "Execute SMART Extended self-test routine immediately in off-line mode" successful.
    Testing has begun.
    Please wait 1 minutes for test to complete.
    Test will complete after Fri Apr 17 12:22:27 2015
    Use smartctl -X to abort test.
    $ sudo smartctl -H /dev/sda
    smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.19.3-3-ARCH] (local build)
    Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    $ sudo smartctl -a /dev/sda
    smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.19.3-3-ARCH] (local build)
    Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF INFORMATION SECTION ===
    Model Family:     JMicron based SSDs
    Device Model:     KINGSTON SNV425S2128GB
    Serial Number:    07WA50010371
    Firmware Version: D100309a
    User Capacity:    128,035,676,160 bytes [128 GB]
    Sector Size:      512 bytes logical/physical
    Rotation Rate:    Solid State Device
    Form Factor:      2.5 inches
    Device is:        In smartctl database [for details use: -P show]
    ATA Version is:   ATA8-ACS (minor revision not indicated)
    SATA Version is:  SATA 2.6, 3.0 Gb/s
    Local Time is:    Fri Apr 17 12:31:57 2015 CEST
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    General SMART Values:
    Offline data collection status:  (0x00) Offline data collection activity
                                            was never started.
                                            Auto Offline Data Collection: Disabled.
    Self-test execution status:      (   0) The previous self-test routine completed
                                            without error or no self-test has ever
                                            been run.
    Total time to complete Offline
    data collection:                (   30) seconds.
    Offline data collection
    capabilities:                    (0x1b) SMART execute Offline immediate.
                                            Auto Offline data collection on/off support.
                                            Suspend Offline collection upon new
                                            command.
                                            Offline surface scan supported.
                                            Self-test supported.
                                            No Conveyance Self-test supported.
                                            No Selective Self-test supported.
    SMART capabilities:            (0x0003) Saves SMART data before entering
                                            power-saving mode.
                                            Supports SMART auto save timer.
    Error logging capability:        (0x01) Error logging supported.
                                            General Purpose Logging supported.
    Short self-test routine
    recommended polling time:        (   1) minutes.
    Extended self-test routine
    recommended polling time:        (   1) minutes.
    SMART Attributes Data Structure revision number: 16
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
      1 Raw_Read_Error_Rate     0x000b   100   100   050    Pre-fail  Always       -       0
      2 Throughput_Performance  0x0005   100   100   050    Pre-fail  Offline      -       0
      3 Unknown_Attribute       0x0007   100   100   050    Pre-fail  Always       -       0
      5 Reallocated_Sector_Ct   0x0013   100   100   050    Pre-fail  Always       -       0
      7 Unknown_Attribute       0x000b   100   100   050    Pre-fail  Always       -       0
      8 Unknown_Attribute       0x0005   100   100   050    Pre-fail  Offline      -       0
      9 Power_On_Hours          0x0012   100   100   000    Old_age   Always       -       12054
    10 Unknown_Attribute       0x0013   100   100   050    Pre-fail  Always       -       0
    12 Power_Cycle_Count       0x0012   100   100   000    Old_age   Always       -       5448
    168 SATA_Phy_Error_Count    0x0012   100   100   000    Old_age   Always       -       0
    175 Bad_Cluster_Table_Count 0x0003   100   100   010    Pre-fail  Always       -       29
    192 Unexpect_Power_Loss_Ct  0x0012   100   100   000    Old_age   Always       -       0
    194 Temperature_Celsius     0x0022   052   100   020    Old_age   Always       -       52 (Min/Max 29/52)
    197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
    240 Unknown_Attribute       0x0013   100   100   050    Pre-fail  Always       -       0
    170 Bad_Block_Count         0x0003   100   100   010    Pre-fail  Always       -       144 329 118
    173 Erase_Count             0x0012   100   100   000    Old_age   Always       -       6399 10521 7887
    SMART Error Log Version: 1
    ATA Error Count: 153 (device log contains only the most recent five errors)
            CR = Command Register [HEX]
            FR = Features Register [HEX]
            SC = Sector Count Register [HEX]
            SN = Sector Number Register [HEX]
            CL = Cylinder Low Register [HEX]
            CH = Cylinder High Register [HEX]
            DH = Device/Head Register [HEX]
            DC = Device Command Register [HEX]
            ER = Error register [HEX]
            ST = Status register [HEX]
    Powered_Up_Time is measured from power on, and printed as
    DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
    SS=sec, and sss=millisec. It "wraps" after 49.710 days.
    Error 153 occurred at disk power-on lifetime: 11818 hours (492 days + 10 hours)
      When the command that caused the error occurred, the device was active or idle.
      After command completion occurred, registers were:
      ER ST SC SN CL CH DH
      40 51 00 28 66 d3 eb  Error: UNC at LBA = 0x0bd36628 = 198403624
      Commands leading to the command that caused the error were:
      CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
      c8 00 08 28 66 d3 eb 08  36d+21:07:12.000  READ DMA
      ec 00 00 00 00 00 a0 08  36d+21:07:12.000  IDENTIFY DEVICE
      ef 03 45 00 00 00 a0 08  36d+21:07:12.000  SET FEATURES [Set transfer mode]
      ec 00 00 00 00 00 a0 08  36d+21:07:12.000  IDENTIFY DEVICE
      c8 00 08 28 66 d3 eb 08  36d+21:07:12.000  READ DMA
    Error 152 occurred at disk power-on lifetime: 11818 hours (492 days + 10 hours)
      When the command that caused the error occurred, the device was active or idle.
      After command completion occurred, registers were:
      ER ST SC SN CL CH DH
      40 51 00 28 66 d3 eb  Error: UNC at LBA = 0x0bd36628 = 198403624
      Commands leading to the command that caused the error were:
      CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
      c8 00 08 28 66 d3 eb 08  36d+21:07:12.000  READ DMA
      c8 00 08 20 66 d3 eb 08  36d+21:07:12.000  READ DMA
      c8 00 08 18 66 d3 eb 08  36d+21:07:12.000  READ DMA
      c8 00 08 10 66 d3 eb 08  36d+21:07:12.000  READ DMA
      c8 00 08 08 66 d3 eb 08  36d+21:07:12.000  READ DMA
    Error 151 occurred at disk power-on lifetime: 11818 hours (492 days + 10 hours)
      When the command that caused the error occurred, the device was active or idle.
      After command completion occurred, registers were:
      ER ST SC SN CL CH DH
      40 51 00 00 66 d3 eb  Error: UNC at LBA = 0x0bd36600 = 198403584
      Commands leading to the command that caused the error were:
      CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
      c8 00 00 00 66 d3 eb 08  36d+21:07:12.000  READ DMA
      c8 00 00 00 65 d3 eb 08  36d+21:07:12.000  READ DMA
      c8 00 00 00 64 d3 eb 08  36d+21:07:12.000  READ DMA
      c8 00 00 00 63 d3 eb 08  36d+21:07:12.000  READ DMA
      c8 00 00 00 62 d3 eb 08  36d+21:07:12.000  READ DMA
    Error 150 occurred at disk power-on lifetime: 6211 hours (258 days + 19 hours)
      When the command that caused the error occurred, the device was active or idle.
      After command completion occurred, registers were:
      ER ST SC SN CL CH DH
      40 51 00 a8 f6 75 eb  Error: UNC at LBA = 0x0b75f6a8 = 192280232
      Commands leading to the command that caused the error were:
      CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
      c8 00 08 a8 f6 75 eb 08      04:55:01.600  READ DMA
      ec 00 00 00 00 00 a0 08      04:55:01.600  IDENTIFY DEVICE
      ef 03 45 00 00 00 a0 08      04:55:01.600  SET FEATURES [Set transfer mode]
      ec 00 00 00 00 00 a0 08      04:55:01.600  IDENTIFY DEVICE
      c8 00 08 a8 f6 75 eb 08      04:55:01.500  READ DMA
    Error 149 occurred at disk power-on lifetime: 6211 hours (258 days + 19 hours)
      When the command that caused the error occurred, the device was active or idle.
      After command completion occurred, registers were:
      ER ST SC SN CL CH DH
      40 51 00 a8 f6 75 eb  Error: UNC at LBA = 0x0b75f6a8 = 192280232
      Commands leading to the command that caused the error were:
      CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
      c8 00 08 a8 f6 75 eb 08      04:55:01.500  READ DMA
      c8 00 08 a0 f6 75 eb 08      04:55:01.500  READ DMA
      c8 00 08 98 f6 75 eb 08      04:55:01.500  READ DMA
      c8 00 08 90 f6 75 eb 08      04:55:01.500  READ DMA
      c8 00 08 88 f6 75 eb 08      04:55:01.500  READ DMA
    SMART Self-test log structure revision number 1
    Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
    # 1  Extended offline    Completed without error       00%     12054         -
    # 2  Extended offline    Completed without error       00%     11117         -
    # 3  Short offline       Completed without error       00%     11116         -
    # 4  Extended offline    Completed without error       00%     11100         -
    # 5  Short offline       Completed without error       00%      6804         -
    # 6  Short offline       Completed without error       00%      2818         -
    # 7  Short offline       Completed without error       00%      2750         -
    # 8  Short offline       Completed without error       00%      2744         -
    # 9  Short offline       Aborted by host               00%      2521         -
    #10  Short offline       Completed without error       00%      2448         -
    #11  Short offline       Completed without error       00%      2290         -
    #12  Short offline       Completed without error       00%      2120         -
    #13  Short offline       Completed without error       00%      2021         -
    #14  Short offline       Completed without error       00%      1936         -
    #15  Short offline       Completed without error       00%      1859         -
    #16  Short offline       Completed without error       00%      1823         -
    #17  Short offline       Completed without error       00%      1727         -
    #18  Short offline       Completed without error       00%      1687         -
    #19  Short offline       Completed without error       00%      1580         -
    #20  Short offline       Completed without error       00%      1292         -
    #21  Short offline       Completed without error       00%      1245         -
    Selective Self-tests/Logging not supported

  • Problem with adf tables in dynamyc region

    Hello.
    I have a problem when use ADF tables within dynamic regions. It happens that if the table is inside the first task flow that is loaded (by default) in the dynamic region, retrieves the data perfectly, but if the table is in a second, third and so on. task flow, does not retrieve data. This happens only with adf tables and graphics, if I use a component form, for example, does not present any problem.
    Any idea that can be happening?
    I'm using Jdveloper 11.1.1.1.0
    Appreciate any ideas or help with this problem
    In iexplorer 8 gives the following error:
    Detalles de error de página web
    Agente de usuario: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
    Fecha: Wed, 2 Dec 2009 16:17:48 UTC
    Mensaje: 'null' is null or not an object
    Línea: 1105
    Carácter: 2
    Código: 0
    URI: http://seisbd101.dgac.cl:7001/SGLadf-ViewController-context-root/afr/partition/ie/default/opt/collection-11-r1.js

    Hi,
    set the managed bean scope for the bean that switches between the regions to a scope larger as request: for example, set it to viewScope or pageFlowScope. This fixes the problem
    Frank

  • Problems with partitioning hard disk

    Hi, I have an external hard disk with 2tb capacity.
    I want to create one partition of 1,5 tb to use with Time Machine and one partition with 500 gb to use both with windows and mac.
    I have partitioned the first one in HFS extended and the second one in exfat, using the GUID partition table.
    Now the problem: on the mac both the partitions work well.
    In Windows, on the contrary, the exfat partition is not recognized. It says it is to be formatted a nd if I try to format it (in windows) it says it is not able to do this.
    I don't know what is the problem, even if I think it can be in the GUID table used...

    I think you can have only one OPTION for the partition table map scheme which is for the entire drive.
    So, when you created your two partitions (1.5GB Mac OS Extended - Journaled format and a 2nd for the rest of the space as ExfFat format) you chose the partition table map scheme as GUID, Windows will not see either partition. For Windows to see the ExFat partition, the partition map scheme has to be Master Boot Record.
    I have never formated two different partitions like you and made the partition table map scheme Master Boot Record. I know the PC will see the ExFat partition, but I don't know if the Mac will see the other. Understand you won't be able to boot from the Mac formated partition since the drive is MBR. Try it! You will need to reformat the drive with your two partitions when you change the partition table.

  • Problems with Partition pruning using LIST option in 9i

    I am declaring the following partitions on a fact table and when
    I do an explain plan on the following SELECT statements it is
    doing a full table scan on the fact table. However if I use
    the "PARTITION" statement in the FROM clause it picks up the
    correct partition and runs great. I have used the analyze
    command and dbms_utility.analyze_schema command on all tables
    and indexes. I had simaliar problems when partitioning with the
    RANGE options too. I have looked through all of the INIT file
    parameters and don't see anything obvious. Is there something I
    am missing?
    Any help would be appreciated!
    Thanks,
    Bryan
    Facttable create statement....
    CREATE TABLE FactTable (
    ProductGID INTEGER NULL,
    CustomerGID INTEGER NULL,
    OrganizationGID INTEGER NULL,
    TimeGID INTEGER NULL,
    FactValue NUMBER NOT NULL,
    ModDate DATE NULL,
    CombinedGID INTEGER NOT NULL)
    PARTITION BY LIST (CombinedGID)
    (PARTITION sales1 VALUES(9999101),
    PARTITION sales2 VALUES(9999102),
    PARTITION sales3 VALUES(9999103),
    PARTITION model1 VALUES(9999204),
    PARTITION model2 VALUES(9999205),
    PARTITION model3 VALUES(9999206));
    Select statement....that is causing a full table scan.....the
    *tc tables are the equivelent to dimension tables in a star
    schema.
    SELECT tco.parentgid, tcc.parentgid, tcp.parentgid, sum
    (factvalue)
    FROM facttable f, custtc tcc, timetc tct, prodtc tcp, orgtc tco
    WHERE
    tco.childgid = f.organizationgid
    AND tco.parentgid = 18262
    AND tcc.childgid = f.customergid
    AND tcc.parentmembertypegid = 16
    AND tcp.childgid = f.productgid
    AND tcp.parentmembertypegid = 7
    AND tct.childgid = f.timegid
    AND tct.parentgid = 1009
    GROUP BY tco.parentgid, tcc.parentgid, tcp.parentgid;
    Select statement that works great....
    SELECT tco.parentgid, tcc.parentgid, tcp.parentgid, sum
    (factvalue)
    FROM facttable partition(sales1) f, custtc tcc, timetc tct,
    prodtc tcp, orgtc tco
    WHERE
    tco.childgid = f.organizationgid
    AND tco.parentgid = 18262
    AND tcc.childgid = f.customergid
    AND tcc.parentmembertypegid = 16
    AND tcp.childgid = f.productgid
    AND tcp.parentmembertypegid = 7
    AND tct.childgid = f.timegid
    AND tct.parentgid = 1009
    GROUP BY tco.parentgid, tcc.parentgid, tcp.parentgid;

    Hi Hoek,
    the DB version is 10.2 (italian version, then SET is correct).
    ...there's something strange: now I can INSERT rows but I can't update them!
    I'm using this command string:
    UPDATE TW_E_CUSTOMER_UNIFIED SET END_VALIDITY_DATE = TO_DATE('09-SET-09', 'DD-MON-RR') WHERE
    id_customer_unified = '123' and start_validity_date = TO_DATE('09-SET-09', 'DD-MON-RR');
    And this is the error:
    Error SQL: ORA-14402: updating partition key column would cause a partition change
    14402. 00000 - "updating partition key column would cause a partition change"
    *Cause:    An UPDATE statement attempted to change the value of a partition
    key column causing migration of the row to another partition
    *Action:   Do not attempt to update a partition key column or make sure that
    the new partition key is within the range containing the old
    partition key.
    I think that is impossible to use a PARTITION/SUBPARTITION like that: in fact the update of "END_VALIDITY_DATE" cause a partition change.
    Do u agree or it's possible an update on a field that implies a partition change?
    Regards Steve

  • Problems with partitions after hard reset

    Hi hope some can help here, I installed Maverick on my imac and everything seemed fine, I went to work and came home to find a black screen with nothing but the mouse cursor, however the computer wouldnt respond in any way so had to do a hard reset when the computer restarted I would get the Aplle logo and the spinning wheel then the computer would restart it kept doing this over and over.
    I restared the computer went into DU tried to repair disk and kept getting errors, my drive is 3TB i have a 1TB primary Partition and a second of 2TB I tried to erase and reformat the primary partition but got an error half way through now both partitons are greyed out with no way or deleting or doing anything with them I have also noticed I no longer have the hard drive make and model in the list just Mackintoh HD and my second partition, to make matters worse my second partition is now unmounted and and when I try to mount it says it needs to be repaired but wont repair, I really need totry and get the data from the second partiton but im struggling, when I tried to reinstall os x it cant see a drive to install to nothing shows up, I even booted using diskwarrior and even it couldnt see the drive, I know this drive is ok this is a software issue the partition table seems to be corrupt or something help!!
    Its worth mentioning I had Parallels and Windows 7 on the primary partiton could the windows partiton have caused an issue when I tried to erase and reformat the partition?
    Message was edited by: seanybdj

    The drive has failed.

  • Problem with ADF Table and doDML method.

    HI,
    I have a problem with ADF Trinidad Table. I have one search form and which i click on search button the result is coming it's working fine, And when i click on CreateInsert button to insert a new row it's adding after entering all the data into the table when i click on button on the page i am getting error like
    Messages for this page are listed below.
    Error     
    Missing mandatory attributes for a row with key oracle.jbo.Key[1 ] of type AppModule.CmSubscribersView1
    Error     
    Attribute Name in AppModule.CmSubscribersView1 is required
    Error     
    Attribute CreatedBy in AppModule.CmSubscribersView1 is required
    Error     
    Attribute CreationDate in AppModule.CmSubscribersView1 is required
    Here Created By and Creation Date are not available in the table i need to set these data from back end for that i have used doDML() method in the entity object and i written the logic but this method not even invoking as i couldn't able to see the logs in the server.
    protected void doDML(int operation, TransactionEvent e) {
    super.doDML(operation, e);
    System.out.println("^^^^^^^^^^^^^^^^66666Inside entity object^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ");
    // AppModuleImpl am=new AppModuleImpl();
    // Number userID= am.getUserId();
    //System.out.println("User id in the Entity Object Is: "+userID);
    oracle.jbo.domain.Date dt = new Date();
    if(operation ==DML_INSERT){
    EntityDefImpl cmSubscribers=CmSubscribersImpl.getDefinitionObject();
    CmSubscribersImpl newSubscribers=(CmSubscribersImpl)cmSubscribers.createInstance2(getDBTransaction(),null);
    Number n=new Number(1599);
    newSubscribers.setCreatedBy(n);
    newSubscribers.setCreationDate(dt);
    newSubscribers.setLastUpdateDate(dt);
    newSubscribers.setLastUpdatedBy(n);
    But still the same problem can any one help me inthis.
    Regards,
    Edited by: user5802014 on Aug 21, 2009 2:04 PM

    Hi,
    Modify your method to call super.doDML() after initialization of mandatory attributes as below:
    protected void doDML(int operation, TransactionEvent e) {
         oracle.jbo.domain.Date dt = new Date();
         if(operation ==DML_INSERT){
              //PRE-INSERT code begins     
           EntityDefImpl cmSubscribers=CmSubscribersImpl.getDefinitionObject();
           CmSubscribersImpl newSubscribers=(CmSubscribersImpl)cmSubscribers.createInstance2(getDBTransaction(),null);
           Number n=new Number(1599);
           newSubscribers.setCreatedBy(n);
           newSubscribers.setCreationDate(dt);
           newSubscribers.setLastUpdateDate(dt);
           newSubscribers.setLastUpdatedBy(n);
           //PRE-INSERT code ends
           super.doDML(operation, e);
           //POST-INSERT code if any
         }else
            super.doDML(operation, e);
    }Sireesha

  • Problem with Light Table in Bridge CS6

    Hi! After a re-install (which didn't fix the problem with PS), I now find that, when using the light table in Bridge CS6 and after hitting the space bar, if I then click on the image, it goes to 800% size! Prior to the uninstall & re-install, it worked perfectly in taking images to 100% size.
    Hope someone can help.......
    Thanks, Wardie

    Why did you reinstall photoshop cs6?
    What operating system are you using?
    Did you reinstall all the updates for photoshop cs6 by going to Help>Updates from within photoshop cs6?
    After you enter the light table, use your mouse scroll wheel to zoom back to 100% and exit the light table.
    The next time you go to the light table and click on the picture it should only go to 100%.

Maybe you are looking for

  • Default view size/location for files in Preview?

    Hello, This is probably a stupidly simple question, but is there a way to set the default location and size of all pdf files opened in preview? I know how easy it is to set window parameters in the finder: simply resize the window before closing and

  • Adobe Reader X Plug-In

    I am using Windows 7 Home Premium with Internet Explorer 9.0.4 and I am unable to open pdf in the browser.   I have tried going to the manage add-ons but it is not listed in any of the fields.  I really need to be able to open pdf's in the browser fo

  • 2 Emac with different Ram

    I have two G4 Emacs, both running 10.4.8 The only difference is that Emac 1 has a 1 ghz processor and Emac 2 has a 1.25 ghz processor. Both have 1 GB of ram. Surprisingly, Emac 1, the slower 1 ghz processsor, actually works much better with Final Cut

  • Blind cRIO project upgrade: 8.2.1 to 2011 problems

    Hello, I have been working on an old cRIO project of ours, a cRIO project originially written in 8.0, and targeted to a cRIO-9004 on a 9104 chassis.  It contains several network-published shared variables to talk to a host VI, so I was interesting in

  • Motion tween copy stacks symbols at end

    I am trying to copy a motion tween to another symbol, and at the end of the motion, the symbols end up stacked on top of each other. How to I adjust the second symbol so it stays behind the first at the end of the motion path.