Re: Help on Timestamp

Im using oracle 10g and i want to use TIMESTAMP data type for the concurrency purpose. Can i declare that TimeStamp filed as AUTOMATIC. so when im doing insert or upadte for that table that timestamp filed automatically will get change.
I tried some example but it doesnt give me suitable answer. Herewith im sending that example also,
ex:
create table TEMP
( CODE integer primary key,
NAME VARCHAR2(10) ,
TIMEST AUTOMATIC as CURRENT_TIMESTAMP
help me on this, little bit urgent please.
thanks
nalin.

Justin:
That works for inserts, but the OP seems to want updates too.
Nalin:
You will need to use a trigger to populate the timestamp field on updates. Define the table as Justin did. As long as you do not try to insert a value in col1, it will be set to systimestamp (i.e. current time) automatically. You can define a trigger along the lines of:
CREATE TRIGGER ts_bu
   BEFORE UPDATE ON ts
   FOR EACH ROW
BEGIN
   SELECT systimestamp INTO :new.col1 FROM dual;
END;HTH
John

Similar Messages

  • F4 Help for timestamp

    I changed the data type for a database table field from DATUM to TIMESTAMP.
    When using DATUM, I could use a F4-help in the GUI automatically that showed a calendar ("Input help based on data type").  Is there a similar thing for the TIMESTAMP domain?

    Hi,
    i don't think you can provide F4 help for TIMESTAMP domain
    check this package 'SZTZ' , you may get some details.
    Regards
    Appana

  • F4 help for timestamp on selection screen

    Hi experts!
    I have this code in custom ALV report:
    selection-screen: begin of block b1 with frame title text-t01.
    DATA: w_aux_sc_created_at like ztable-sc_created_at.
    SELECT-OPTIONS s_sc_c02 for w_aux_sc_created_at.
    Ztable-sc_created_at is COMT_CREATED_AT_USR (data element)
    COMT_CREATED_AT_USR is standard data type (DEC, lenght 15) domain COM_TSTMP --> UTC Time Stamp Short Form (YYYYMMDDhhmmss) (Output sy-zonlo)
    Ok, I would like to show a calendar for select date in my SELECT-OPTIONS custom ALV report like MATCHCODE OBJECT.
    A lot of thanks in advance.
    Best regards.
    djlu
    Moderator message: please use more descriptive subject lines from now on, changed for you this time
    Edited by: Thomas Zloch on Nov 8, 2010 9:44 AM

    thanks you for your answer but I fixed it.
    I created a select-options in date form (with F4 help) and I convert it to timestamp for my select sentence.
    Regards

  • Need help on timestamp in oracle....

    hi
    in my web application i hav oracle as backend. Through web page i m suppose
    to make entry in the database. The table contains 2 entries for datatype TIMESTAMP(6) out of these one is compulsory (i.e not null) and other is not compulsory. here is what i m doing in coding:
    in java servlet
    long q = System.currentTimeMillis();
    query = "INSERT INTO TABL(field1,field2,field3,field4,field5,field_timestamp) VALUES(" val1 ",'" + val2 + "','" + val3 + "','"+val4+"','"+val5+"',to_timestamp("+q+"))";
    int r=stmt.executeUpdate(query);
    but this code gives me error that column does not exists ....
    can anyone help me i want to store timestamp value in the table....

    Probably one of those things that you are concatenating in there appears to be a column name (instead of a literal) in your SQL. When you got an error message suggesting there was a problem with your SQL, did it not occur to you that you should look at the SQL? What you posted there is just some rubbish code that generates the SQL.
    I call it rubbish code because it would be much easier, not to mention more practical, to use a PreparedStatement.

  • Help about Timestamp

    Hello guys, Sorry my english is bad. I�m from Brazil.
    I have one timestamp that came from jsp page.
    <input type="text" name="timestamp" value="2002-11-12 09:36:38.646">
    I need to convert this value to a java.sql.Timestamp. How do i do ?

    The "value" is already the timestamp.
       Timestamp stamp = new Timestamp(1037093798646L);  //time in milliseconds
       System.out.println(stamp.toString());

  • HELP in TIMESTAMP

    hi,
    I want to reterive the datas from a table based upon the column CLCL_LASt_ACT_DTM form 06/13/2007 6AM to 06/14/2007 6 AM. I tried the below way it results in error.
    SELECT CLCL_ID,
             TO_DATE(to_char(CLCL_LAST_ACT_DTM,'MM/DD/YYYY HH24:MI:SS'),'MM/DD/YYYY HH24:MI:SS')
              FROM CMC_CLCL_CLAIM
              where CLCL_CUR_STS IN ('01', '02')
              AND CLCL_LAST_ACT_DTM>=TO_DATE(to_char('06/13/2007','MM/DD/YYYY HH24:MI:SS'),'06/13/2007 06:01:00')
            AND CLCL_LAST_ACT_DTM<=TO_DATE(to_char('06/14/2007','MM/DD/YYYY HH24:MI:SS'),'06/14/2007 06:00:00');Can anyone help me out in this issue.
    Thansk in advance.

    You are trying to apply to_char on character value such as
    SELECT CLCL_ID, TO_DATE(to_char(CLCL_LAST_ACT_DTM,'MM/DD/YYYY HH24:MI:SS'),'MM/DD/YYYY HH24:MI:SS')          FROM CMC_CLCL_CLAIM           where CLCL_CUR_STS IN ('01', '02')          AND CLCL_LAST_ACT_DTM>=TO_DATE(to_char('06/13/2007','MM/DD/YYYY HH24:MI:SS'),'06/13/2007 06:01:00') AND CLCL_LAST_ACT_DTM<=TO_DATE(to_char('06/14/2007','MM/DD/YYYY HH24:MI:SS'),'06/14/2007 06:00:00');
    Message was edited by:
    SasDutta
    Message was edited by:
    SasDutta

  • Multiple Kernel panics on iMac using OS 10.4.8

    Hi, firts let me aplogize for the long post...
    In the past week I have experienced 3 kernel panics. not sure why. I could have chalked it up to a sw update had the first one not happen a few hours before the update.
    The only thing I know of that could possibly be an issue are my twain scanner drivers from epson as they were only compatible with ppc and not intel. and doublecommand which had some errors so i removed it.
    during one of the crashes i was using remote desktop, which didnt really surprise me since its ms, but the last two were while I was using firefox which has had no new updates prior to this happening.
    i have read the developers notes on apple for deciphering panics but they are all based on ppc and not intel, so not helpful.
    I ran the hw test over an dover for about 2 hrs, nothing wrong there...
    I downloaded and ran cocktail and deep cleaned my caches...
    Disk util says all is ok... also ran the permissions fix.
    below are the panics, they are all exactly the same with the exception that one occurred on the other cpu, any insight would be helpful. the timestamps in the system log that match the panic dont tell me much either, it appears the the tiemstamp om the panic is the actual shutdown/restart time and when i view the system log i see nothing popping out prior to the reboot, aside from a highmem trap and a few timestamps that look out of place.... i prefer troubsleshooting and debugging myself so if anyone could point me in the right direction it would be great!
    - Kelly
    panics:
    Mon Feb 5 12:06:46 2007
    panic(cpu 0 caller 0x001A3135): Unresolved kernel trap (CPU 0, Type 6=invalid opcode), registers:
    CR0: 0x8001003b, CR2: 0x0148c000, CR3: 0x01713000, CR4: 0x000006e0
    EAX: 0x060a6660, EBX: 0x00000018, ECX: 0x004ac938, EDX: 0x05f07900
    CR2: 0x0148c000, EBP: 0x37223c48, ESI: 0x00000003, EDI: 0x05c1b900
    EFL: 0x00010282, EIP: 0x0148d000, CS: 0x00000008, DS: 0x00000010
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x37223a18 : 0x128d1f (0x3c9540 0x37223a3c 0x131df4 0x0)
    0x37223a58 : 0x1a3135 (0x3cf1f4 0x0 0x6 0x3ce99c)
    0x37223b68 : 0x19a8d4 (0x37223b80 0x206 0x37223bd8 0x1416a6)
    0x37223c48 : 0x3bf25c (0x5c1b900 0x5d38500 0x0 0x3bf4b7)
    0x37223c68 : 0x3bfc52 (0x5d38500 0x0 0x0 0x0)
    0x37223ca8 : 0x3bfcbf (0x5d38500 0x6700280 0x66f8a40 0x1628d1)
    0x37223ce8 : 0x3846f2 (0x5cdd880 0x0 0x37223d28 0x3bf3ca)
    0x37223d08 : 0x387eef (0x5d31700 0x986a880 0x37223d78 0x5d31700)
    0x37223d28 : 0x3af8f6 (0x5d31700 0x986a880 0x37223d58 0x3bc3a1)
    0x37223d78 : 0x188099 (0x5d31700 0x6511bb4 0x6511bc8 0x11cc47)
    0x37223db8 : 0x12b4da (0x8e1c7b4 0x6511b98 0x0 0x0)
    0x37223df8 : 0x124b2b (0x8e1c700 0x0 0x18 0x37223edc)
    0x37223f08 : 0x1955a1 (0x37223f44 0x0 0x0 0x0)
    0x37223fc8 : 0x19ad4e (0x6423700 0x0 0x19d0b5 0x89e5920) No mapping exists for frame pointer
    Backtrace terminated-invalid frame pointer 0xb011e508
    Kernel version:
    Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386
    Wed Feb 7 14:39:33 2007
    panic(cpu 0 caller 0x003BC278): OSObject::refcount: Attempting to retain a freed object
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x36d23bb8 : 0x128d1f (0x3c9540 0x36d23bdc 0x131df4 0x0)
    0x36d23bf8 : 0x3bc278 (0x3ef1b4 0x3ef190 0x5541bc4 0x5497680)
    0x36d23c18 : 0x3bf103 (0x52a9900 0x4ac938 0x28 0x3bed8c)
    0x36d23c48 : 0x3bf25c (0x9281cc0 0x5497680 0x0 0x3bf4b7)
    0x36d23c68 : 0x3bfc52 (0x5497680 0x0 0x0 0x0)
    0x36d23ca8 : 0x3bfcbf (0x5497680 0x92815c0 0x9271440 0x1628d1)
    0x36d23ce8 : 0x3846f2 (0x5490d80 0x0 0x36d23d28 0x3bf3ca)
    0x36d23d08 : 0x387eef (0x5474380 0x943ec00 0x36d23d38 0x5474380)
    0x36d23d28 : 0x3af8f6 (0x5474380 0x943ec00 0x36d23d58 0x3bc3a1)
    0x36d23d78 : 0x188099 (0x5474380 0x5e503b4 0x5e503c8 0x11cc64)
    0x36d23db8 : 0x12b4da (0x5f7e3b4 0x5e50398 0x0 0x0)
    0x36d23df8 : 0x124b2b (0x5f7e300 0x0 0x18 0x36d23edc)
    0x36d23f08 : 0x1955a1 (0x36d23f44 0x0 0x0 0x0)
    0x36d23fc8 : 0x19ad4e (0x5c92540 0x0 0x19d0b5 0x5e66a7c) No mapping exists for frame pointer
    Backtrace terminated-invalid frame pointer 0xb011e508
    Kernel version:
    Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386
    Fri Feb 9 18:54:33 2007
    panic(cpu 1 caller 0x001A3135): Unresolved kernel trap (CPU 1, Type 14=page fault), registers:
    CR0: 0x80010033, CR2: 0xa0054a8b, CR3: 0x011a3000, CR4: 0x000006e0
    EAX: 0x056b1660, EBX: 0x00000020, ECX: 0x004ac970, EDX: 0x054a8b80
    CR2: 0xa0054a8b, EBP: 0x36c73c48, ESI: 0x00000004, EDI: 0x0966f600
    EFL: 0x00010a86, EIP: 0x089d29dc, CS: 0x00000008, DS: 0x00000010
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x36c73a18 : 0x128d1f (0x3c9540 0x36c73a3c 0x131df4 0x0)
    0x36c73a58 : 0x1a3135 (0x3cf1f4 0x1 0xe 0x3cea24)
    0x36c73b68 : 0x19a8d4 (0x36c73b80 0x206 0x36c73bd8 0x1416a6)
    0x36c73c48 : 0x3bf25c (0x966f600 0x54ad700 0x0 0x3bf4b7)
    0x36c73c68 : 0x3bfc52 (0x54ad700 0x0 0x0 0x0)
    0x36c73ca8 : 0x3bfcbf (0x54ad700 0x9575040 0x92ae600 0x1628d1)
    0x36c73ce8 : 0x3846f2 (0x54a7e00 0x0 0x36c73d28 0x3bf3ca)
    0x36c73d08 : 0x387eef (0x54a5a80 0x949b600 0x36c73d78 0x54a5a80)
    0x36c73d28 : 0x3af8f6 (0x54a5a80 0x949b600 0x36c73d58 0x3bc3a1)
    0x36c73d78 : 0x188099 (0x54a5a80 0x92ac3b4 0x92ac3c8 0x11cc47)
    0x36c73db8 : 0x12b4da (0x585a4b4 0x92ac398 0x0 0x0)
    0x36c73df8 : 0x124b2b (0x585a400 0x0 0x18 0x36c73edc)
    0x36c73f08 : 0x1955a1 (0x36c73f44 0x0 0x0 0x0)
    0x36c73fc8 : 0x19ad4e (0x5c63920 0x0 0x19d0b5 0x5b58b70) No mapping exists for frame pointer
    Backtrace terminated-invalid frame pointer 0xb011e508
    Kernel version:
    Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386
    syslog:
    byte 5579Feb 9 03:15:00 kellys-big-mac cp: error processing extended attributes: Operation not permitted
    Feb 9 10:39:02 kellys-big-mac kernel[0]: (75: coreservicesd)tfp: failed on 0:
    Feb 9 12:20:40 kellys-big-mac kernel[0]: (176: aped)tfp: failed on 682:
    Feb 9 12:52:46 kellys-big-mac kernel[0]: (176: aped)tfp: failed on 684:
    Feb 9 14:42:25 kellys-big-mac kernel[0]: (176: aped)tfp: failed on 691:
    Feb 9 16:15:09 kellys-big-mac kernel[0]: (176: aped)tfp: failed on 695:
    Feb 9 18:54:26 localhost kernel[0]: hi mem tramps at 0xffe00000
    Feb 9 18:54:26 localhost kernel[0]: PAE enabled
    Feb 9 18:54:26 localhost kernel[0]: 64 bit mode enabled
    Feb 9 18:54:26 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Feb 9 18:54:26 localhost kernel[0]: vmpagebootstrap: 770664 free pages
    Feb 9 18:54:26 localhost kernel[0]: migtable_maxdispl = 71
    Feb 9 18:54:26 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Feb 9 18:54:26 localhost kernel[0]: 86 prelinked modules
    Feb 9 18:54:26 localhost kernel[0]: ACPI CA 20060421
    Feb 9 18:54:26 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Feb 9 18:54:26 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Feb 9 18:54:26 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Feb 9 18:54:26 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Feb 9 18:54:26 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Feb 9 18:54:26 localhost kernel[0]: using 15728 buffer headers and 4096 cluster IO buffer headers
    Feb 9 18:54:26 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Feb 9 18:54:26 localhost kernel[0]: Started CPU 01
    Feb 9 18:54:26 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Feb 9 18:54:26 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Feb 9 18:54:26 localhost kernel[0]: Security auditing service present
    Feb 9 18:54:26 localhost kernel[0]: BSM auditing present
    Feb 9 18:54:26 localhost kernel[0]: disabled
    Feb 9 18:54:26 localhost kernel[0]: rooting via boot-uuid from /chosen: 0F138113-B120-4082-807F-94EE2372E7BA
    Feb 9 18:54:26 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Feb 9 18:54:26 localhost kernel[0]: USB caused wake event (EHCI)
    Feb 9 18:54:26 localhost kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 0017f2fffe8232b8; max speed s800.
    Feb 9 18:54:26 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT2 @2/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/WDC WD2500JS-40TGB0 Media/IOGUIDPartitionScheme/Customer@2
    Feb 9 18:54:26 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Feb 9 18:54:26 localhost kernel[0]: jnl: replay_journal: from: 14985728 to: 4513792 (joffset 0x40260b000)
    Feb 9 18:54:26 localhost kernel[0]: CSRHIDTransitionDriver::probe:
    Feb 9 18:54:26 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Feb 9 18:54:26 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Feb 9 18:54:26 localhost kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Feb 9 18:54:26 localhost kernel[0]: HFS: Removed 16 orphaned unlinked files
    Feb 9 18:54:26 localhost kernel[0]: Jettisoning kernel linker.
    Feb 9 18:54:26 localhost kernel[0]: Resetting IOCatalogue.
    Feb 9 18:54:26 localhost kernel[0]: GFX0: family specific matching fails
    Feb 9 18:54:26 localhost kernel[0]: Matching service count = 1
    Feb 9 18:54:26 localhost kernel[0]: Matching service count = 2
    Feb 9 18:54:26 localhost kernel[0]: Matching service count = 2
    Feb 9 18:54:26 localhost kernel[0]: Matching service count = 2
    Feb 9 18:54:26 localhost kernel[0]: Matching service count = 2
    Feb 9 18:54:26 localhost kernel[0]: Matching service count = 2
    Feb 9 18:54:26 localhost kernel[0]: NVDANV40HAL loaded and registered.
    Feb 9 18:54:26 localhost kernel[0]: GFX0: family specific matching fails
    Feb 9 18:54:27 localhost kernel[0]: wl0: Broadcom BCM4328 802.11 Wireless Controller
    Feb 9 18:54:27 localhost kernel[0]: 4.80.76.0Previous Shutdown Cause: 3
    Feb 9 18:54:27 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Feb 9 18:54:26 localhost mDNSResponder-108.2 (Aug 25 2006 14: 50:48)[32]: starting
    Feb 9 18:54:26 localhost memberd[39]: memberd starting up
    Feb 9 18:54:27 localhost lookupd[50]: lookupd (version 369.6) starting - Fri Feb 9 18:54:27 2007
    Feb 9 18:54:27 localhost DirectoryService[43]: Launched version 2.1 (v353.5)
    Feb 9 18:54:28 localhost kernel[0]: yukonosx: Ethernet address 00:16:cb:9a:d5:4c
    Feb 9 18:54:28 localhost diskarbitrationd[38]: disk0s2 hfs D184980C-DAB0-31C2-9B58-98463EC19434 Macintosh HD /
    Feb 9 18:54:28 localhost kernel[0]: AirPort_Brcm43xx: Ethernet address 00:17:f2:9a:cf:a1
    Feb 9 18:54:29 localhost kernel[0]: Registering For 802.11 Events
    Feb 9 18:54:29 localhost kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Feb 9 18:54:29 kellys-big-mac configd[36]: setting hostname to "kellys-big-mac.local"
    Feb 9 18:54:30 kellys-big-mac lookupd[77]: lookupd (version 369.6) starting - Fri Feb 9 18:54:30 2007
    Feb 9 18:54:30 kellys-big-mac /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Feb 9 18:54:31 kellys-big-mac loginwindow[79]: Login Window Started Security Agent
    byte 5579
    Feb 9 18:54:31 kellys-big-mac kernel[0]: AppleYukon - en0 link active, 100-Mbit, full duplex, symmetric flow control enabled
    Feb 9 18:54:32 kellys-big-mac mDNSResponder: Adding browse domain local.
    Feb 9 18:54:33 kellys-big-mac configd[36]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Feb 9 18:54:33 kellys-big-mac configd[36]: posting notification com.apple.system.config.network_change
    Feb 9 18:54:33 kellys-big-mac lookupd[120]: lookupd (version 369.6) starting - Fri Feb 9 18:54:33 2007
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : attempting to attach to all available ethernet interfaces.
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : checking if we are already attached to interface: wlt1
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : no, not yet attached to interface: wlt1
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : interface: wlt1, filter attached.
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : current MTU for wlt1 is 1500, saving it.
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : checking if we are already attached to interface: en1
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : no, not yet attached to interface: en1
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : interface: en1, filter attached.
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : current MTU for en1 is 1500, saving it.
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : checking if we are already attached to interface: en0
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : no, not yet attached to interface: en0
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : interface: en0, filter attached.
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : current MTU for en0 is 1500, saving it.
    Feb 9 18:54:34 kellys-big-mac kernel[0]: CiscoVPN : loading cisco ipsec kernel module.
    Feb 9 18:54:35 kellys-big-mac configd[36]: target=enable-network: disabled
    aped[72]: mcxd[82] is running as the super-user. It is not possible for APE to affect this process in any manner whatsoever.
    Feb 9 18:54:43 kellys-big-mac kernel[0]: (179: aped)tfp: failed on 172:
    Feb 9 18:55:00 kellys-big-mac kernel[0]: (75: coreservicesd)tfp: failed on 0:
    Feb 9 18:55:02 kellys-big-mac diskarbitrationd[38]: SystemUIServer [182]:29443 not responding.
    Feb 9 18:55:13 kellys-big-mac kernel[0]: jnl: replay_journal: from: 10966528 to: 11107840 (joffset 0x74a000)
    Feb 9 18:55:13 kellys-big-mac diskarbitrationd[38]: disk2s1 hfs ECC0F17D-35AC-3A9F-ABC7-C609CD24C1AA LaCieMac /Volumes/LaCieMac
    Feb 9 18:55:15 kellys-big-mac diskarbitrationd[38]: disk3s1 msdos 00000000-0000-0000-0000-000000000000 MAXTOR /Volumes/MAXTOR
    Feb 9 18:55:27 kellys-big-mac diskarbitrationd[38]: disk3s1 msdos 00000000-0000-0000-0000-000000000000 MAXTOR /Volumes/MAXTOR
    Feb 9 18:55:36 kellys-big-mac diskarbitrationd[38]: disk2s2 msdos 00000000-0000-0000-0000-000000000000 LACIEWIN /Volumes/LACIEWIN
    Feb 9 18:55:36 kellys-big-mac kernel[0]: jnl: close: flushing the buffer cache (start 0xaa4000 end 0xaa8200)
    Feb 9 18:55:36 kellys-big-mac diskarbitrationd[38]: disk2s1 hfs ECC0F17D-35AC-3A9F-ABC7-C609CD24C1AA LaCieMac /Volumes/LaCieMac
    Feb 9 18:55:59 kellys-big-mac diskarbitrationd[38]: disk2s2 msdos 00000000-0000-0000-0000-000000000000 LACIEWIN /Volumes/LACIEWIN
    Feb 9 18:55:59 kellys-big-mac kernel[0]: Starting DoubleCommand
    Feb 9 18:55:59 kellys-big-mac kernel[0]: Hijacking keyboard 0 (IOHIDKeyboard)
    Feb 9 18:55:59 kellys-big-mac kernel[0]: DoubleCommand: Attached filter to keyboard 0.
    Feb 9 18:55:59 kellys-big-mac kernel[0]: kea 005B6088: ksea 005B623C
    Feb 9 18:55:59 kellys-big-mac kernel[0]: modded kea 4CF85892: modded ksea 4CF85974
    Feb 9 18:55:59 kellys-big-mac kernel[0]: DoubleCommand does not support comLogitechHIKeyboard
    Feb 9 18:55:59 kellys-big-mac kernel[0]: DoubleCommand does not support comLogitechHISpecialKeys
    Feb 9 18:55:59 kellys-big-mac kernel[0]: DoubleCommand does not support comLogitechHIKeyboard
    Feb 9 18:55:59 kellys-big-mac kernel[0]: DoubleCommand does not support comLogitechHISpecialKeys

    Welcome to my world... but only three KP... I was getting them daily.
    I basically installed from scratch, then added programs/peripheals one at a time until the KP came back. I am going on over 2 days now with no KP, so I think I may have it narrowed down to some Logitech drivers.
    I also swapped out my RAM to eliminate bad RAM... I got KP on both sets of RAM.
    My suggestion is to remove all peripheals/drivers/programs that are "non" apple and add them one at a time until the KP comes back. Using stuff that is not Intel compliant could be the issue.
    Does anyone know how to turn up debugging or make the console log more robust to collect more data?

  • Synchronization with desktop manager - bb and outlook

    after having downloaded a windows vista update, I don't manage synchronization anymore.
    here follows the problem description I get:
    help!
    Timestamp modulo con errori: 4797fb36 Offset eccezione: 0008e56b Codice eccezione: c000000d Dati eccezione: 00000000 Versione SO: 6.0.6  Timestamp modulo con errori: 4797fb36
      Offset eccezione: 0008e56b
      Codice eccezione: c000000d
      Dati eccezione: 00000000
      Versione SO: 6.0.6001.2.1.0.768.3
      ID impostazioni locali: 1040
      Informazioni aggiuntive 1: 8339
      Ulteriori informazioni 2: 9669671cdb1174b4ca37f14c3c33daa1
      Ulteriori informazioni 3: 3397
      Ulteriori informazioni 4: 76a73f1efcf99f20dde8e2dac5a2e367
    001.2.1.0.768.3 ID impostazioni locali: 1040 Informazioni aggiuntive 1: 8339 Ulteriori informazioni 2: 9669671cdb1174b4ca37f14c3c33daa1 Ulteriori informazioni 3: 3397 Ulteriori informazioni 4: 76a73f1efcf99f20dde8e2dac5a2e367
    Solved!
    Go to Solution.

    here they are:
    969604
    969897
    969898
    970238
    890830
    969559
    905866
    955428
    969613
    961501
    969682
    969679
    968537
    967632
    it'd be great if you could suggest which could be the 'disturbing' ones, that way I would delete only those.
    thanx

  • PRE and CODE tag lost carriage return?

    It looks like content wrapped by PRE and CODE lost carriage return, for example in this thread. All text become on straight line.
    Tracing a session by its connection
    I can verify it looked ok when I post them this afternoon PST. However something changed since then, I also checked some post by other users, same thing.
    Not sure if other users can observe the same problem.
    Also interesting thing for example in this post
    Please Help with Timestamp Trouble
    some user's post has return problem, some user's posts are ok.

    Like i said it was working ok until i post this message.
    Here's testing of both wrap, < indicate my carriage return.
    PRE
    select a looooooooooooo<
    oooooooooooooooooooo<
    oooooooooooooooooooo<
    oooooooooooooooooooo<
    oooooooooooooooooooo<
    oooooooooooooooooooo<
    ooooooooong query way off your screen.CODE
    select a looooooooooooo<
    oooooooooooooooooooo<
    oooooooooooooooooooo<
    oooooooooooooooooooo<
    oooooooooooooooooooo<
    oooooooooooooooooooo<
    ooooooooong query way off your screen.

  • Active-Active replication

    Hi , I'm implementing Active -active replication between two oracle databases, please find below my replicat setup,
    REPLICAT REP_A
    USERID ggadmin, PASSWORD ggadmin
    DISCARDFILE E:\ggs\dirrpt\conf_dsc.rpt, append
    ASSUMETARGETDEFS
    DDL INCLUDE ALL
    DDLERROR DEFAULT IGNORE RETRYOP
    --HANDLECOLLISIONS
    APPLYNOOPUPDATES
    GETAPPLOPS
    IGNOREREPLICATES
    ALLOWDUPTARGETMAP
    MAP MY_USER.EMPLOYEE, TARGET MY_USER.EMPLOYEE, &
    REPERROR (22000, DISCARD), &
    SQLEXEC ( ID checkemployee, ON UPDATE, &
    QUERY "select count(*) empduplicate from MY_USER.EMPLOYEE where employee_id = :p1 and &
    employee_timestamp > :p2 ", &
    PARAMS (p1 = employee_id, p2 = employee_timestamp), BEFOREFILTER, ERROR REPORT, &
    TRACE ALL),&
    FILTER (checkemployee.empduplicate = 0 , ON UPDATE, RAISEERROR 22000 );
    This same replicat prm configured on both source and target environments , the processes are running fine, but while try to update the same row at a time in source and target , i'm getting the below error message in both side and replicat process goes ABEND status, please help me to resolve this issue and guide me how to avoid conflict with help of timestamp?>
    2011-06-27 18:11:40 GGS ERROR 218 Oracle GoldenGate Delivery for Oracle, REP_C.prm: Error mapping from MY_USER.EMPLOYEE to MY_USER.EMPLOYEE.
    2011-06-27 18:11:40 GGS ERROR 190 Oracle GoldenGate Delivery for Oracle,
    REP_A.prm: PROCESS ABENDING.

    You'll have to look at the full report file.
    You've pasted the replicat file for "REP_A", but the error message says REP_C.prm.
    From a support perspective, the great thing about report files is that they contain the exact param (*.prm) file used when the process was started. So even if someone changes the prm file after the fact, the report file always contains the "real" params used to start the process.
    Also, just to take this one step at a time, try to not run in active/active mode. First, try to replicate in one direction, and just manually create the row in the target that you want to cause the conflict. (It's possible that you don't have the active-active configuration correct... Do you have a trace table to exclude cycles? You should explicitly use the "traceTable" param so this is clear. Or do you want to use "excludeUser" to avoid cycles?)
    Thanks,
    -Michael

  • URGENT HELP NEEDED FOR TimeStamp

    Urgent Millisecond Question....
    I have the Java Code which used to work well in Oracle 8 and Sybase ..
    When I am using it with Oracle 9.2 it creating a problem...
    The code is
    final public JDatetime getJDatetime(int columnIndex) throws SQLException {
         boolean convertb = Util.needConvertTime();
         Timestamp ts=_rs.getTimestamp(columnIndex);
         if(ts==null) return null;
         Date d= new Date(ts.getTime() + (ts.getNanos()/1000000));
         if(convertb) d = Util.ReferenceTZ2Local(d);
         return new JDatetime(d);
    Now in Oracle 8 Say when I insert a
    JDateTime Value as 2003-06-18 16:51:06.89
    and
    When I retrieve is using above getJDatetime
    it get retrieved as
    2003-06-18 16:51:06.0
    Which is ok since Milliseconds are lost....
    Now in Oracle 9
    When I use the convert
    Date d= new Date(ts.getTime() + (ts.getNanos()/1000000));
    It get converted to
    Original Value While Inserting -->TimeStamp in JResultSet->2003-06-18 18:15:56.42
    Date in JResultSet-->Wed Jun 18 18:15:56 GMT 2003
    Date in JResultSet after converting to ReferenceTZ
    Wed Jun 18 18:15:56 GMT 2003
    DateTime in JResultSet after converting to DateTime6/18/03 6:15:56.840 PM
    GMTGETDatetime 6/18/03 6:15:56.840 PM GMT
    so if you see
    Milliseconnd 42 got converted to 840 NanoSeconds
    WHICH IS WRONG
    Can anybody help me with it ??
    Mahesh

    The only Adobe program I know that can edit images is Photoshop.
    If you have troubles with Google software, you need to post in the appropriate Google forum.

  • How to validate date and timestamp format? Please help!

    Hi experts,
       I have a input field "receipt_date" with is of char20 type. It contains date and timestamp value like 20090429T054509.000Z
       In my ABAP code I want to validate if "receipt_date" value is in the format YYYYMMDDTHHMMSS.MMMZ. If not then display error message. How can do this validation? Is there any existing function module that does this kind of validation? Please help!
    Thanks & Regards
    Gopal

    Hi Gopal,
    Can you check whether the FM CACS_TIMESTAMP_GET_DATE is available in XApps? If yes, use this to identify a valid timestamp.
    Sample code:
        CALL FUNCTION 'CACS_TIMESTAMP_GET_DATE'
          EXPORTING
            i_timestamp = lv_stamp
          IMPORTING
            e_date      = lv_datum
            e_time      = lv_time.
    Hope this helps! Do let me know if you need anything else!!
    Cheers,
    Shailesh.
    Always provide feedback for helpful answers

  • Log4j.xml ----timestamp error-the hour is not correct in the logs. HELP !!!

    I need your help to correct the following issue:
    -timestamp in logs is one hour ahead than the server time.
    I am using jboss-4.0.3SP1 and jdk1.5.0_10
    In order to solve this problem I have tried almost everything that I could find about this on internet:
    1) I have used the tzdupdate()
    tzupdater version 1.3.40-b01
    JRE time zone data version: tzdata2011h
    Embedded time zone data version: tzdata2011h
    2) copied the log4j.properties to WEB-INF/classes
    /opt/jboss-4.0.3SP1/server/mcdp-std/deploy/axis2.war/WEB-INF/classes/log4j.properties
    3) also I've checked to have the same log4j.jar
    The log4j.xml looks like this:
    &lt;?xml version="1.0" encoding="UTF-8"?&gt;
    &lt;!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"&gt;
    &lt;!-- ================================================== --&gt;
    &lt;!-- --&gt;
    &lt;!-- Log4j Configuration --&gt;
    &lt;!-- --&gt;
    &lt;!-- ================================================== --&gt;
    &lt;log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false"&gt;
    &lt;!-- Default server.log file containing the error messages for all clients --&gt;
    &lt;appender name="SERVER_LOG" class="org.jboss.logging.appender.RollingFileAppen der"&gt;
    &lt;errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler "/&gt;
    &lt;!-- Change this value before load test --&gt;
    &lt;param name="Threshold" value="DEBUG"/&gt;
    &lt;param name="File" value="${jboss.server.home.dir}/log/server.log"/&gt;
    &lt;param name="Append" value="true"/&gt;
    &lt;param name="MaxFileSize" value="10MB"/&gt;
    &lt;param name="maxBackupIndex" value="5"/&gt;
    &lt;param name="bufferedIO" value="false"/&gt;
    &lt;layout class="org.apache.log4j.PatternLayout"&gt;
    &lt;param name="ConversionPattern" value="%d{MM/dd HH:mm:ss,SSS} %-5p [%c] %t: %m%n"/&gt;
    &lt;/layout&gt;
    &lt;!-- Exclude partition crap logged in cluster.log --&gt;
    &lt;filter class="org.apache.log4j.varia.StringMatchFilter"&gt;
    &lt;param name="StringToMatch" value="org.jboss.ha"/&gt;
    &lt;param name="AcceptOnMatch" value="false"/&gt;
    &lt;/filter&gt;
    &lt;filter class="org.apache.log4j.varia.StringMatchFilter"&gt;
    &lt;param name="StringToMatch" value="org.jgroups"/&gt;
    &lt;param name="AcceptOnMatch" value="false"/&gt;
    &lt;/filter&gt;
    &lt;/appender&gt;
    &lt;!-- Clustering logging --&gt;
    &lt;appender name="CLUSTER" class="org.jboss.logging.appender.RollingFileAppen der"&gt;
    &lt;errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler "/&gt;
    &lt;!-- Change this value before load test --&gt;
    &lt;param name="Threshold" value="INFO"/&gt;
    &lt;param name="File" value="${jboss.server.home.dir}/log/cluster.log"/&gt;
    &lt;param name="Append" value="true"/&gt;
    &lt;param name="MaxFileSize" value="500KB"/&gt;
    &lt;param name="MaxBackupIndex" value="1"/&gt;
    &lt;layout class="org.apache.log4j.PatternLayout"&gt;
    &lt;param name="ConversionPattern" value="%d{MM/dd HH:mm:ss,SSS} (%t) %-5p [%c] %m%n"/&gt;
    &lt;/layout&gt;
    &lt;/appender&gt;
    and log4.properties is like this:
    # Set root category priority to INFO and its only appender to CONSOLE.
    log4j.rootCategory=INFO, CONSOLE
    #log4j.rootCategory=INFO, CONSOLE, LOGFILE
    # Set the enterprise logger priority to FATAL
    log4j.logger.org.apache.axis2.enterprise=FATAL
    log4j.logger.de.hunsicker.jalopy.io=FATAL
    log4j.logger.httpclient.wire.header=FATAL
    log4j.logger.org.apache.commons.httpclient=FATAL
    # CONSOLE is set to be a ConsoleAppender using a PatternLayout.
    log4j.appender.CONSOLE=org.apache.log4j.ConsoleApp ender
    log4j.appender.CONSOLE.layout=org.apache.log4j.Pat ternLayout
    log4j.appender.CONSOLE.layout.ConversionPattern=%p [%d{ISO8601}] %c{2} %x - %m%n
    # LOGFILE is set to be a File appender using a PatternLayout.
    log4j.appender.LOGFILE=org.apache.log4j.FileAppend er
    log4j.appender.LOGFILE.File=axis2.log
    log4j.appender.LOGFILE.Append=true
    log4j.appender.LOGFILE.layout=org.apache.log4j.Pat ternLayout
    log4j.appender.LOGFILE.layout.ConversionPattern=%p [%d{ISO8601}] %c{2} %x - %m%n

    Did you check http://www.oracle.com/technetwork/java/javase/dst-faq-138158.html in particular 27 about Cached instances of timezone data? I suggest to post this issue in the Application Server forum Oracle Application Server - General

  • Help to create Materialized View that has timestamp conversion

    I need help creating materialized view with timestamp conversion between GMT to LocalTime.
    Feel free to make any comments.
    Thanks in advance.
    jon joaquino;)

    Here is one way.
    1. Alter the table hist_table and add a new column pdt_timestamp.
    2. Update the new column using the function 'new_time'
    For example,
    Update hist_table
    set pdt_timestamp = new_time(gmt_timestamp,'GMT','PDT');
    3. create a materialized view log on the table 'hist_table' using the syntax
    create materialized view log on hist_table
    with primary key, rowid, sequence;
    4. create a materialized view now using the syntax:
    (You have to specify your own storage numbers and tablespace name)
    create materialized view mview_hist_table
    pctfree 0 tablespace mymview
    storage (initial 16k next 16k pctincrease 0)
    build immediate
    refresh fast on commit
    as select uid,gmt_timestamp,pdt_timestamp
    from hist_table;
    Please test on your test instance before doing it on production. I have tested this on Oracle 10g for Windows 2000. I assumed that column 'uid' is the primary key on the table. I hope this helps.
    **********************************************************

  • TDMS Timestamp Decoding - Help!!

    I am in need of help with decoding the timestamp in TDMS files.  Specifically in the properties section.  The following (very vague documentation) provides limited details:
    http://zone.ni.com/devzone/cda/tut/p/id/5696
    Specifically looking for bit definition of the "tdstimestamp" type.  As an example I extract the following hex values from a TDMS file:
    44 00 00 00 EA D8 C5 AC 4F 9E 56 BC C2 2F F3 C3 00 00 00 00
    I know that the first four bytes (44 00 00 00) signify the timestamp datatype, but how do I decode the remaining bytes.    The approximate time of above is 11:55:41AM on March 4, 2008.
    Thanks for any help!

    Matt - Thanks, that works great!!
    Dave,  I see that the MATLAB pluggin was just updated to include MATLAB 2008b.  We take data in our labratory using the TDMS format.  When we distribute this to other researchers, they often use MATLAB (and of course Labview). 
    For about a year now, the Matlab pluggin has been out of date and would not work with the last 3 releases of MATLAB.  Since it is a compiled C library, we're stuck and can not modify it.  As the internal TDMS format is not changing and only low level matlab commands are required to read it, I believe that Matlab users have been looking for a simple Matlab function to just take a tdms file and make a similar .mat file (not a dll).  This is what I have done (and thanks to Matt for the timestamp help).
    The Excel TDMS add-in is very nice and is a good reason to use the TDMS format (in addition to its good support in VI libraries), but I often have to fend off requests to write large ASCII or flat binary files (in addition to our TDMS files) so that they can be read in MATLAB.  I don't want to have the burden of making/distributing a LV executable that makes this interim file format and then creates a .mat file.   

Maybe you are looking for

  • Can no longer access hotmail account since hacked

    My hotmail account seems to have been hacked - sending spam to all in my contacts. Although I ve been able to reset my password and can now access the account from another device, I can't from my playbook. It doesn't recognise my address/password ( o

  • Trying to synch iphone

    Whenever I try to sync my iphone to my computer I get: "This computer has previously been synced with an iphone or another iOS device. (  ) Set up as a new iPhone (  ) Restore from the backup of iphone I don't want to lose any of my photo, music, etc

  • I dont have any username/password at my testdesktop

    How i can work when EM ask for Host credentials, I did'n set any when l login to my desktop, Example while doing reorg of table An error occurred verifying the host credentials. Make sure the credentials are valid and that they specify an account wit

  • WLC 4402 upgrade to 7.0.235.3 -- high latency

    Hi All, Since we've upgraded the 4402 (from 4-2-176-0) to 7.0.235.3 many client facing very high latency. We're having 12 x 1142 APs and they are connected in local mode to WLC. Before the upgrade performance was good. Now, when I ping from LAN to WL

  • How do I make objects fade in when scrolling?

    How do I make objects fade in when scrolling? Thanks!