Timestamp comparission error

hi, i have a table that stores the value as timestamp. Now how to compare two values ? as the fraction of a second is also stored .
sales             salestime
0                 2009-11-30 11:20:26.0  
112008        2009-11-30 11:37:56.156 in the above example the 2nd record is stored later . but how to find out ?
if i do
TO_date(a.salestime) < TO_date(b.salestime)
then i get error
ORA-01861: literal does not match format string
if i do
TO_date(a.salestime,'yyyy-mm-dd hh24:mi:ss:ff' )< TO_date(b.salestime,'yyyy-mm-dd hh24:mi:ss:ff')
then i get error
ORA-01821: date format not recognized
and if i do
TO_date(a.salestime,'yyyy-mm-dd hh24:mi:ss' )< TO_date(b.salestime,'yyyy-mm-dd hh24:mi:ss')
then i get error
ORA-01830: date format picture ends before converting entire input string
please help
thanks

Hi,
The DATE datatype does not include fractions of a second, so don't use DATEs. TO_DATE, as the name implies, returns a DATE.
The TIMESTAMP datatype does allow fractions of a second. Use TIMESTAMPs to store and compare dates with fractions of a second. There is a TO_TIMESTAMP function that is similar to TO_DATE, but it returns a TIMESTAMP.
Whatever you do, don't use VARCHAR2 columns to store dates.

Similar Messages

  • Timestamp conversion error in BPEL

    My BPEL process queries a date Column using sql query and inserts the data into the timestamp column of a table.
    I am getting following error in the BPEL process.
    insert failed. Descriptor name: InsertEdrmsRetentionUpdates.EdrmsRetentionupdates. Caused by: Unparseable date: "2009-10-20 10:13:25.000"
    Caused by Exception TOPLINK-3001 (Oracle TopLink - 10g Release 3 (10.1.3.4.0) (Build 080602)): oracle.toplink.exceptions.ConversionException
    Exception Description: The object xs:datetime 2009-10-20 10:13:25.0, of class class java.lang.String, could not be converted to class java.sql.Timestamp.
    Internal Exception: java.text.ParseException: Unparseable date: "2009-10-20 10:13:25.000".
    What is going wrong?
    Please help its very urgent..
    Thanks,
    Prasanna

    Fixed..
    Datatype of the Date Column in the DBAdapter for sql query was String.
    I changed it to xs:dateTime manually and it worked.
    --Prasanna                                                                                                                                                                                                                                                                                                       

  • URGENT - Timestamp Format Error

    Hi Experts,
    In my REGUC table,
    I have timestamp values in a format that I cannot read.
    For eg, current display is showing timestamp values as '3KOBYi(38AP(OH'
    I am not sure if that is a display error or a reading error.
    I think it is a display error.
    If so, how can I change it to display for eg in the typical format '11121011124555'
    I have to resolve this issue ASAP.
    Urgent Please help

    Hi Kiran,
    REGUC is a cluster table.
    TIMESTMP field is of data type CHAR and Length 14.
    The technical information (F1) for the REGUC table is:
    GUI Data:
    Program Name: SAPLSD_DD_STATUS
    Status: STAT_X
    Field Data:
    Table Name: DD06D
    Field Name: SQLTAB
    Data Element: SQLTABLE
    List of Filed in REGUC table:
    LAUFD, LAUFI, XVORL, ZBUKR, LIFNR, KUNNR, VBLNR, TIMESTMP
    Please let me know if you need more information.

  • MySQL timestamp formatting errors

    I'm continuing to have odd formatting errors when pulling data out of a MySQL database.  The one I'm currently having is with time values. 
    The screenshot shows that the error is being generated in the Variant to Data.vi  The actual time stored in the database is 8:30AM  But when converted to timestamp, I get 8:29:59.999  Unfortunately, there doesn't seem to be an easy way to 'round' this value back to what I want either.  
    I could go back to string outputs, since that particular error doesn't seem to propagate into a string.  But that messes with the rest of my application.  Going back to string output undoes a couple of days work, and leaves me with the problem of having to convert string 'time' back into timestamp that LabVIEW can understand.
    The really odd thing is that 12:30 comes out as 12:30 just fine.  I'm not sure why this would be.  Any ideas?  
    Patrick Allen
    Solved!
    Go to Solution.

    There's no difference at all.  Changing the properties of the constant doesn't seem to effect the output at all. 
    I'm trying to figure a way to convert the string back into a timestamp now via these instructions. http://zone.ni.com/reference/en-XX/help/371361B-01/glang/scan_from_string/ (example at the bottom of the page)  
    But my string out put is in the form 7/7/2009 8:30:00 AM  and there doesn't seem to be a way at all to use the scan from string tool to covert that back into a time stamp.  
    Even if I manipulate my string output to be exactly 8:30:00 AM 7/7/2009, the example and any variation I can think of simply won't work.  I always get the error that the data is not in the expected format.   
    Message Edited by pallen on 07-07-2009 12:05 PM
    Patrick Allen

  • Code signing and Timestamp Server Error

    Warning: I’ve got exactly 2 days experience with AIR
    but a client wants to add file IO capabilites to a
    touchscreen/Flash application we developed and AIR seems to be our
    only choice.
    From CS4 I can publish an AIR 1.5 application with a self
    signed code certificate but I get the error “Could not
    connect to timestamp server”, I can then disable the
    timestamp and get the warning: “If the AIR application is not
    timestamped, it will fail to install when the digital certificate
    expires. Are you sure you want to disable timestamping?” I
    can proceed without the timestamp and everything seems to work.
    So I’m wondering, when does my certificate expire? I
    think I might have read 5 years. What do my clients do if they have
    to reinstall the application after 5 years? Make them pay for
    another copy ;-) Lastly, how do I avoid the timestamp error? Sign
    up with a CA like VeriSign at $500/yr, not gonna happen for just
    one client.
    Sorry to sound a little testy but I could have written
    exactly the same application in Director and not had to worry about
    this code signing business.

    You need to have a network connection for timestamping to
    work. If that network connection uses a proxy server, you may also
    need to set up the JRE to use that proxy (See
    http://www.java.com/en/download/help/5000020600.xml).
    When the certificate expires, the AIR file can't be used
    anymore if there is no timestamp.
    A timestamp verifies that the certificate was valid when the
    AIR file was signed, so the AIR app can be installed even after the
    cert expires when a timestamp is present.
    Timestamps do not require a Verisign, or any other commercial
    certificate. The service is free.

  • Timestamp format error

    Hi,
    While using the Oraclexml classes to
    write an XML document to an 8.1.5 DB I get an error oracle.xml.sql.OracleXMLSQLException: Exception
    'java.lang.IllegalArgumentException:Timestamp format must be yyyy-mm-dd
    hh:mm:ss.fffffffff' encountered during processing ROW element 0All prior XML
    row changes were rolled back. in the XML document. The data format in the file is
    09/18/00 12:00:00.

    If you're using it through the commandline, use the "dateFormat" option in putXML or getXML.
    If you're using the OracleXMLSave class, there is the method "setDateFormat()" that you could use. OracleXMLQuery also has one.

  • PADES-LTV Document timestamp verification error

    Hello,
    I have a signed pdf document which includes PADES-LTV signture with a Document timestamp signature.
    When I try to open the signed document with Adobe reader version 10.1.0.534, signature is validated however Document timestamp signature can not be verified. It says: At least one signature requires validating on the top bar. When I look at the Signatures section on the left, It says: Signer's identity is invalid because it has expired or is not yet valid. If I try to open the signature details of the document timestamp, Adobe reader crashes. (I submitted a bug report for this issue but I have not received any response yet)
    When I open the signed document with Adobe Acrobat X pro and view the details of the document timestamp signature, this value "1970/01/01 03:00:00 +03'00'" is displayed in the signature date field. Actually, Date field should be Not available since ETSI 102 778-4 V1.1.2 says: In the document timestamp dictionary Name, M, Location, Reason and contact info should not be present.
    Why does the adobe reader shows this value 1970/01/01 03:00:00 +03'00' instead of Not Available?
    What can be wrong?
    Thanks

    Thanks for answer,
    but I don't have a problem with timestamp included inside the signature.
    I have a issue with creating Document Time-stamp dictionary.
    Document Time-stamp dictionary is a standard Signature dictionary but with some changes.
    More details in PADES LTV see specification ETSI TS 102 778-4 V1.1.1 (2009-07) page 15.

  • TIMESTAMP OVERLAPPING Error in loading Master DATA

    I am trying to load  the master data for 0rentobject and it gives message "timeoverlapping of record 1 99991231 with 5 10000101" what to correct is it some thing to deal with global settings in source system tab in bw or do i need to correct the date valid to and from for this
    please help
    soniya

    check the below threads it may help:
    Extraction fails due to Time overlapping of data records
    Overlapping Time interval RSDMD190
    Time overlapping of data record
    KJ!!!
    Message was edited by: KJ (Kamaljeet)

  • Timestamps overwritte​n, Error 1074115594

    Hey everyone,
    I'm back with another enigmatic error.    My 5152 is currently set to collect and store a large number of waveforms, then fetch them only when enough are collected to fill a large 2D array in LabVIEW. 
    At the moment I am filling a 750x220 array -> 165,000 entries.  After the first fetch,  I am receiving Error -1074115594 which is along the lines of "Timestamps have been overwritten, data cannot be read". 
    In talking with NI support,  the cause of it stems from the digitzier:  the number of timestamps (which are collected for every acquisition) are limited at 100,000.  After 100k entries, additional timestamps overwrite the old ones.  This is not a common error, though, and they have little additional information.
    I'm not sure if this is a limitation of the 515x series or my 5152, but the hard 100k limit makes it seem that the timestamps are stored separately from the waveforms. I was hoping that someone could help shed light on this issue:
    1.  Are the acquisiton timestamps stored separately from the waveforms?
    2. Where/how does this occur?
    3.  Is there any work-around? (property nodes, disabling timestamps, etc)?
    The stored waveforms are only 133 bytes each, so 133 bytes x 165,000 waveforms = 21MB.  My scope has 128MB onboard memory, so I should not be in a danger zone for overflowing my onboard acquisition memory.
    What makes this frustrating is that I have been successful in collecting this volume of data before.  However, I have since started to "clean up" my code, and....we know how that goes.  Any ideas how I may have been able to store and fetch this much before?
    I'm hoping someone can chime in and offer some more insight as to the root of the issue and whether there is anything I can do to get around this.
    Many thanks,
    jm

    Hi JM,
    The timestamp data is in fact buffered separately from the records and 100k is the limit for the number of "unfetched" records to reside on your digitizer, even if you have sufficient memory as the records are small.  This information is documented in the "Waveform Specification" information in your NI-5152 Device Specifications.
    The good news is that the error is very easy to work around.  In the case of 165k records, you could for example make two fetch calls, each requesting 82.5k records. The properties of interest are "number of records to fetch" and "fetch record number".  You would set the first parameter to 82.5k, and the second would increment after each fetch (i.e. initially be 0, then increment to 82.5k).
    This should avoid the timestamps overwritten error you are seeing.  If not, please share some information on the trigger rate you are testing with.
    - Jennifer O.

  • Error while upgrading Oracle SOA 10.1.3.3 to 10.1.3.5

    Hi,
    Iam trying to upgrade Oracle SOA ver.10.1.3.3 to 10.1.3.5 on a windows server.The following steps were followed.
    1. SOA was stopped. Back up of the SOA folder was taken.
    2. SOA uses the default Olite database. Connected to the BPEL schema and run the upgrade_10133_10135_olite.sql script.
    It errored out in the upgrade process of 10.1.3.3 to 10.1.3.4.
    The esb schema upgrade script executed without error. Have any one faced similar issue? or aware of the reason? Please help me out. Thanks in advance.
    The following is the log:
    SQL> @E:\Downloads\Installables\p8626084_101350_WINNT\Disk1\install\soa_schema_upgrade\bpel\scripts\upgrade_10133_10135_olite.sql
    SQL> SET FEEDBACK 1
    SQL> SET NUMWIDTH 10
    SQL> SET LINESIZE 80
    SQL> SET TRIMSPOOL ON
    SQL> SET TAB OFF
    SQL> SET PAGESIZE 100
    SQL> @@upgrade_10133_10134_olite.sql
    SQL> Rem
    SQL> Rem $Header: bpel/everest/src/modules/server/database/scripts/upgrade_10133_10134_olite.sql /st_pcbpel_10.1.3.1/11 2009/06/03 00:37:24 nverma Exp $
    SQL> Rem
    SQL> Rem upgrade_10133_10134_olite.sql
    SQL> Rem
    SQL> Rem Copyright (c) 2008, 2009, Oracle and/or its affiliates.
    SQL> Rem All rights reserved.
    SQL> Rem
    SQL> Rem NAME
    SQL> Rem upgrade_10133_10134_olite.sql - <one-line expansion of the name>
    SQL> Rem
    SQL> Rem DESCRIPTION
    SQL> Rem This script can be used to upgrade orabpel schema on olite database from 10.1.3.3.0 to 10.1.3.4.0
    SQL> Rem
    SQL> Rem NOTES
    SQL> Rem This script can be used to upgrade orabpel schema on olite database from 10.1.3.3.0 to 10.1.3.4.0
    SQL> Rem
    SQL> Rem MODIFIED (MM/DD/YY)
    SQL> Rem nverma 04/27/09 - Backport nverma_bug-8463393 from
    SQL> Rem nverma 04/14/09 - Backport nverma_bug-7171739 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem ramisra 06/05/08 -
    SQL> Rem ralmuell 03/28/08 - Sensor schema change for 6819678
    SQL> Rem ramisra 03/17/08 - Backport ramisra_bug-6845586 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem atam 03/06/08 - update version
    SQL> Rem nverma 01/29/08 - Upgrade script (10.1.3.3.0 to 10.1.3.4.0) for orabpel schema on olite
    SQL> Rem database.
    SQL> Rem nverma 01/29/08 - Created
    SQL> Rem
    SQL> SET ECHO ON
    SQL> SET FEEDBACK 1
    SQL> SET NUMWIDTH 10
    SQL> SET LINESIZE 80
    SQL> SET TRIMSPOOL ON
    SQL> SET TAB OFF
    SQL> SET PAGESIZE 100
    SQL> ALTER TABLE DLV_MESSAGE MODIFY (CONV_ID VARCHAR2(256))
    Table altered
    SQL> ALTER TABLE DLV_SUBSCRIPTION DROP CONSTRAINT DS_PK
    Table altered
    SQL> ALTER TABLE DLV_SUBSCRIPTION MODIFY (CONV_ID VARCHAR2(256))
    Table altered
    SQL> ALTER TABLE DLV_SUBSCRIPTION ADD CONSTRAINT DS_PK PRIMARY KEY(CONV_ID, SUBSCRIBER_ID)
    Table altered
    SQL> ALTER TABLE INVOKE_MESSAGE MODIFY (CONV_ID VARCHAR2(256))
    Internal Error:thinExecute: Result Communication Failed
    SQL> ALTER TABLE INVOKE_MESSAGE MODIFY (MASTER_CONV_ID VARCHAR2(256))
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE NATIVE_CORRELATION MODIFY (CONVERSATION_ID VARCHAR2(1000))
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE NATIVE_CORRELATION MODIFY (NATIVE_CORRELATION_ID VARCHAR2(1000))
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE CUBE_INSTANCE MODIFY (CONVERSATION_ID VARCHAR2(256))
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE TASK MODIFY (CONVERSATION_ID VARCHAR2(256))
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE WORK_ITEM MODIFY (CUSTOM_ID VARCHAR2(256))
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE DLV_SUBSCRIPTION DROP CONSTRAINT DS_PK
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE DLV_SUBSCRIPTION MODIFY (SUBSCRIBER_ID VARCHAR2(256))
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE DLV_SUBSCRIPTION ADD CONSTRAINT DS_PK PRIMARY KEY(CONV_ID, SUBSCRIBER_ID)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE DLV_MESSAGE MODIFY (RES_SUBSCRIBER VARCHAR2(256))
    Internal Error:AllocStatement: Request Communication Failed
    SQL> CREATE INDEX DDMR_DOCKEY ON DOCUMENT_DLV_MSG_REF(DOCKEY)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> CREATE INDEX CI_CUSTOM4 ON CUBE_INSTANCE (MODIFY_DATE)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE WFUserTaskViewGrant ADD ( granteeType VARCHAR2(20), applicationContext VARCHAR2(200) )
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table cube_instance add ( at_count_id integer, at_event_id integer, at_detail_id integer )
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table activity_sensor_values add error_message_temp clob
    Internal Error:AllocStatement: Request Communication Failed
    SQL> update activity_sensor_values set error_message_temp=error_message
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table activity_sensor_values drop column error_message
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table activity_sensor_values add error_message clob
    Internal Error:AllocStatement: Request Communication Failed
    SQL> update activity_sensor_values set error_message=error_message_temp
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table activity_sensor_values drop column error_message_temp
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table activity_sensor_values drop column error_message_temp
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table fault_sensor_values drop primary key
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table variable_sensor_values drop primary key
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table activity_sensor_values drop primary key cascade
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table activity_sensor_values add constraint activity_sensor_pk primary key(id, process_instance_id)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table variable_sensor_values add constraint variable_sensor_pk primary key(id, process_instance_id)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table variable_sensor_values add constraint variable_sensor_fk1 foreign key(activity_sensor_id, process_instance_id) references activity_sensor_values(id, process_instance_id)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table fault_sensor_values add constraint fault_sensor_pk primary key(id, process_instance_id)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table activity_sensor_values modify constraint activity_sensor_pk enable
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table variable_sensor_values modify constraint variable_sensor_pk enable
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table variable_sensor_values modify constraint variable_sensor_fk1 enable
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table fault_sensor_values modify constraint fault_sensor_pk enable
    Internal Error:AllocStatement: Request Communication Failed
    SQL> drop index activity_sensor_values_indx
    Internal Error:AllocStatement: Request Communication Failed
    SQL> create index activity_sensor_values_indx on activity_sensor_values(process_instance_id, sensor_name, action_name)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> update version set guid = '10.1.3.4.0'
    Internal Error:AllocStatement: Request Communication Failed
    SQL> update version_server set guid = '10.1.3.4.0'
    Internal Error:AllocStatement: Request Communication Failed
    SQL> COMMIT
    Internal Error:AllocStatement: Request Communication Failed
    SQL> @@upgrade_10134_10135_olite.sql
    SQL> Rem Copyright (c) 2008, 2009, Oracle and/or its affiliates.
    SQL> Rem All rights reserved.
    SQL> Rem
    SQL> Rem NAME
    SQL> Rem
    SQL> Rem DESCRIPTION
    SQL> Rem
    SQL> Rem NOTES
    SQL> Rem <other useful comments, qualifications, etc.>
    SQL> Rem
    SQL> Rem MODIFIED (MM/DD/YY)
    SQL> Rem vnanjund 07/09/09 - Backport vnanjund_bug-8655721 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem mchinnan 07/07/09 - Backport mchinnan_bug-8636836 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem vnanjund 07/06/09 - olite fix
    SQL> Rem mchmiele 07/02/09 - Backport mchmiele_bug-8613538 from
    SQL> Rem mchmiele 07/01/09 - Backport mchmiele_bug-8613538 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem mchmiele 06/30/09 - Migrating processes with correlation sets
    SQL> Rem mchmiele 06/30/09 - Backport mchmiele_bug-8613538 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem mchmiele 06/29/09 - Olite resource tables
    SQL> Rem mchmiele 06/29/09 - Backport mchmiele_bug-8613538 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem ramisra 05/11/09 - Backport ramisra_bug-8498498 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem nverma 04/27/09 - Backport nverma_bug-8463393 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem mnanal 03/09/09 - Backport mnanal_bug-7286083 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem mnanal 02/10/09 - RFI bug 7022475
    SQL> Rem ramisra 01/02/09 - Backport ramisra_bug-7577303 from
    SQL> Rem st_pcbpel_10.1.3.1
    SQL> Rem ramisra 09/17/08 - Created
    SQL> Rem
    SQL> SET ECHO ON
    SQL> SET FEEDBACK 1
    SQL> SET NUMWIDTH 10
    SQL> SET LINESIZE 80
    SQL> SET TRIMSPOOL ON
    SQL> SET TAB OFF
    SQL> SET PAGESIZE 100
    SQL> -- Update version
    SQL> --
    SQL> update version set guid = '10.1.3.5.0' where dbtype = 'olite'
    Internal Error:AllocStatement: Request Communication Failed
    SQL> commit
    Internal Error:AllocStatement: Request Communication Failed
    SQL> CREATE table temp_attachment ( key varchar2( 50 ), bin blob )
    Internal Error:AllocStatement: Request Communication Failed
    SQL> INSERT into temp_attachment (key,bin) SELECT key, bin FROM attachment
    Internal Error:AllocStatement: Request Communication Failed
    SQL> DROP table attachment
    Internal Error:AllocStatement: Request Communication Failed
    SQL> CREATE table attachment ( key varchar2( 50 ), content_type varchar2( 50 ), bin blob, constraint att_pk primary key( key ) )
    Internal Error:AllocStatement: Request Communication Failed
    SQL> INSERT into attachment (key,bin) SELECT key, bin FROM temp_attachment
    Internal Error:AllocStatement: Request Communication Failed
    SQL> DROP table temp_attachment
    Internal Error:AllocStatement: Request Communication Failed
    SQL> DELETE FROM WFRoutingSlip rs WHERE NOT EXISTS (SELECT 1 FROM WFTask t WHERE t.taskid = rs.taskid)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE WFRoutingSlip ADD CONSTRAINT RoutingSlipTaskConstraint FOREIGN KEY (taskId) REFERENCES WFTask (taskId) ON DELETE CASCADE
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE process_descriptor ADD (last_change_time NUMBER(38))
    Internal Error:AllocStatement: Request Communication Failed
    SQL> UPDATE process_descriptor SET last_change_time=(SELECT (SYSDATE - TO_DATE('01-01-1970','DD-MM-YYYY')) * (24*60*60*1000) FROM DUAL)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> create index WFTaskTaskGroupId_I on WFTask(taskGroupId)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> create index WFTaskWorkflowPattern_I on WFTask(workflowPattern)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> DELETE FROM domain_properties WHERE prop_id IN ( 'dspMinThreads' , 'dspMaxThreads', 'dspInvokeAllocFactor' )
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE dlv_subscription ADD ( partner_link VARCHAR2(256) )
    Internal Error:AllocStatement: Request Communication Failed
    SQL> UPDATE VERSION SET guid = '10.1.3.5.0'
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table WFTaskTimer add key varchar(100)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> alter table WFAttachment modify (encoding varchar(100))
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE dlv_subscription DROP CONSTRAINT ds_pk
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE dlv_subscription ADD CONSTRAINT ds_pk PRIMARY KEY (subscriber_id)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> DROP INDEX ds_conversation
    Internal Error:AllocStatement: Request Communication Failed
    SQL> CREATE INDEX ds_conversation ON dlv_subscription( conv_id )
    Internal Error:AllocStatement: Request Communication Failed
    SQL> DROP INDEX ds_operation
    Internal Error:AllocStatement: Request Communication Failed
    SQL> CREATE INDEX ds_operation ON dlv_subscription( process_id, operation_name )
    Internal Error:AllocStatement: Request Communication Failed
    SQL> drop table cx_resource
    Internal Error:AllocStatement: Request Communication Failed
    SQL> create table cx_resource ( id integer, pid integer, name varchar(64), kind char(1), modify_date timestamp default sysdate, constraint cx_resource_pk primary key( id ), constraint cx_resource_no_dups_pk unique (pid,name) )
    Internal Error:AllocStatement: Request Communication Failed
    SQL> create index cx_resource_name_idx on cx_resource (name)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> create index cx_resource_pid_idx on cx_resource (pid)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> drop table cx_content
    Internal Error:AllocStatement: Request Communication Failed
    SQL> create table cx_content ( id integer, /* id of the resource content, pointing to Resource.id */ content blob, /* the content as a blob */ constraint cx_content_pk primary key( id ) )
    Internal Error:AllocStatement: Request Communication Failed
    SQL> -- Add debugger tables
    SQL> --
    SQL> @@debugger_olite.ddl
    E:\Downloads\Installables\p8626084_101350_WINNT\Disk1\install\soa_schema_upgrade\bpel\scripts\debugger_olite.ddl (The system cannot find the file specified)
    SQL> ALTER TABLE work_item ADD (ci_partition_date TIMESTAMP)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE dlv_subscription ADD (ci_partition_date TIMESTAMP)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE ci_indexes ADD (ci_partition_date TIMESTAMP)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE wi_exception ADD (ci_partition_date TIMESTAMP)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE wi_fault ADD (ci_partition_date TIMESTAMP)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE document_ci_ref ADD (ci_partition_date TIMESTAMP)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE audit_trail ADD (ci_partition_date TIMESTAMP)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE audit_details ADD (ci_partition_date TIMESTAMP)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE cube_scope ADD (ci_partition_date TIMESTAMP)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE attachment ADD (ci_partition_date TIMESTAMP)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE attachment_ref ADD (ci_partition_date TIMESTAMP)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE document_dlv_msg_ref ADD (dlv_partition_date TIMESTAMP)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> ALTER TABLE xml_document ADD (doc_partition_date TIMESTAMP)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> create or replace view admin_list_cx as select ci.cikey, domain_ref as ci_domain_ref, process_id, revision_tag, creation_date ci_creation_date, creator ci_creator, modify_date ci_modify_date, modifier ci_modifier, state ci_state, priority ci_priority, title, status, stage, conversation_id, metadata, root_id, parent_id, test_run_id, index_1, index_2, index_3, index_4, index_5, index_6, ci.test_run_id from cube_instance ci, ci_indexes cx where ci.cikey = cx.cikey (+)
    Internal Error:AllocStatement: Request Communication Failed
    SQL> COMMIT
    Internal Error:AllocStatement: Request Communication Failed

    Hi,
    IF ORACLE DATABASE HAS ALREADY HAS ORABPEL AND ORAESB USERS, I don't know password.:
    My remarks. If you upgrade a SOA suite to a higher version, you always need to known the passwords of the Oracle dehydration store (orabpel/orawsm/oraesb). If you do not know that, call your DBA. Otherwise try: the same password as the user name or try 'welcome1'. You could also force to change the password via the system user; alter user <user> identified by <password>;
    IS IT A GOOD IDEA TO UPGRADE Oracle SOA 10.1.3.1.0 to Oracle SOA 10.1.3.4.0?
    Yes! 10.1.3.4 is the succeeder of 10.1.3.3, in the beginning of next year 10.1.3.5 (with WLS 10.3) will come out. Note if you use 10.1.3.4 download also the latest patchset from metalink.
    Marc
    http://oroasoa.blogspot.com

  • RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack

    Hi Experts,
    I am performing Cloning for Oracle Application R12 with rapid clone and adcfgclone dbTier is failing with the below error.
    RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    Both my source and target system are on the same server. I am using dbTier option because I have cold backup available from the source system.
    DB Version: 11.2.0.3
    EBS version: 12.1.3
    OS Version: RHEL6, 64 bit
    cat /data/db_top/db/tech_st/11.2.0/appsutil/log/TEST_oracleupk/ApplyDBTier_07050816.log
    Log file contents:-
      AutoConfig could not successfully execute the following scripts:
        Directory: /data/db_top/db/tech_st/11.2.0/perl/bin/perl -I /data/db_top/db/tech_st/11.2.0/perl/lib/5.8.3 -I /data/db_top/db/tech_st/11.2.0/perl/lib/site_perl/5.8.3 -I /data/db_top/db/tech_st/11.2.0/appsutil/perl /data/db_top/db/tech_st/11.2.0/appsutil/clone
          ouicli.pl               INSTE8_APPLY       255
    AutoConfig is exiting with status 1
    RC-50013: Fatal: Instantiate driver did not complete successfully.
    /data/db_top/db/tech_st/11.2.0/appsutil/driver/regclone.drv
    cat $[target_oracle_home]/ appsutil/ log/$CONTEXT_NAME/make_[timeStamp].log
    Error found while relinking
      return code = .58
    I have already checked these MOS Notes
    OUICLI.PL Fails While Running Adcfgclone On Oracle EBS R12 If Global Inventory Does Not Exist [ID 458653.1]
    RC-00110 Error While Running adlnkoh.sh [ID 330469.1]
    But none has worked in my case. Please let me know what I'm missing here.
    Thanks,
    Ankur

    Hi Hussein,
    Following the workaround provided in this MOS Note ID has solved my issue.
    Rapid Clone On Dbtier Fails "RC-50013: Fatal: Instantiate Driver Did Not Complete Successfully" [ID 1352116.1]
    But now "adcfgclone.pl appsTier"  is failing with the below error.
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution.  Errors are grouped by directory and phase.
    The report format is:
          <filename>  <phase>  <return code where appropriate>
      [SETUP PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: /data/appl_top/inst/apps/TEST_oracleupk/admin/install
          adgendbc.sh             INSTE8_SETUP       1
          afcpnode.sh             INSTE8_SETUP       1
          afgcsreg.sh             INSTE8_SETUP       1
          txkWfClone.sh           INSTALL_SETUP      1
      [PROFILE PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: /data/appl_top/apps/tech_st/10.1.3/perl/bin/perl -I /data/appl_top/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /data/appl_top/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /data/appl_top/apps/apps_st/appl/au/12.0.0/perl -I /data/appl_top/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /data/appl_top/inst/apps/TEST_oracleupk/admin/scripts/adexecsql.pl sqlfile=/data/appl_top/inst/apps/TEST_oracleupk/admin/install
          afwebprf.sql            INSTE8_PRF         1
          amscmprf.sql            INSTE8_PRF         1
          amswebprf.sql           INSTE8_PRF         1
          bisadmprf.sql           INSTE8_PRF         1
          bisdblrp.sql            INSTE8_PRF         1
          clnadmprf.sql           INSTE8_PRF         1
          cncmprf.sql             INSTE8_PRF         1
          cseadmprf.sql           INSTE8_PRF         1
          csfadmprf.sql           INSTE8_PRF         1
    csiadmprf.sql     
    INSTE8_PRF   
    1
    eamadmprf.sql     
    INSTE8_PRF   
    1
    fteadmprf.sql     
    INSTE8_PRF   
    1
    icxwebprf.sql     
    INSTE8_PRF   
    1
    oksfrmprf.sql     
    INSTE8_PRF   
    1
    wshadmprf.sql     
    INSTE8_PRF   
    1
    Directory: /data/appl_top/inst/apps/TEST_oracleupk/admin/install
    adadmprf.sh       
    INSTE8_PRF   
    1
    admk80ln.sh       
    INSTALL_PRF  
    1
    afadmprf.sh       
    INSTE8_PRF   
    1
    afcpctx.sh        
    INSTE8_PRF   
    1
    afcpgsm.sh        
    INSTE8_PRF   
    1
    ibywebprf.sh      
    INSTE8_PRF   
    1
    igccmprf.sh       
    INSTE8_PRF   
    1
    jtfictx.sh        
    INSTE8_PRF   
    1
    okladmprf.sh      
    INSTE8_PRF   
    1
    txkJavaMailerCfg.sh
    INSTE8_PRF   
    1
    txkWebServicescfg.sh
    INSTE8_PRF   
    1
      [APPLY PHASE]
      AutoConfig could not successfully execute the following scripts:
    Directory: /data/appl_top/apps/tech_st/10.1.3/perl/bin/perl -I /data/appl_top/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /data/appl_top/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /data/appl_top/apps/apps_st/appl/au/12.0.0/perl -I /data/appl_top/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /data/appl_top/inst/apps/TEST_oracleupk/admin/install
    adadmat.pl        
    INSTE8_APPLY 
    1
    AutoConfig is exiting with status 31
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyApplTop
    ERROR: AutoConfig completed with errors. Check logfile at /data/appl_top/inst/apps/TEST_oracleupk/admin/log/ApplyAppsTier_07080320.log for details.
    ApplyApplTop Completed Successfully.
    # Checking the status of AutoConfig run of ApplyApplTop
    Warning : AutoConfig has completed with  errors .
    Thanks,
    Ankur

  • How to select data from table having date in timestamp

    hi All,
    I have table and having one field date in type (Timestamp(6))
    Date Timestamp(6)
    I want to select the data from this table for yesterday or current date or someother day
    Please let me know the query for the same.
    Regards
    Kumar

    Do you really have a column named "DATE"? That is a reserved word in Oracle-- you cannot (easily) use it as a column name
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engin
    e options
    SQL> create table abc (
      2    date timestamp(6)
      3  );
      date timestamp(6)
    ERROR at line 2:
    ORA-00904: : invalid identifierIt wouldn't be helpful to have a column named DATE either.
    If you have a table ABC and a column TABLE_TIMESTAMP_FIELD, you would simply do as Bruce has suggested
    SELECT *
      FROM abc
    WHERE table_timestamp_field > systimestamp - 1will give you all rows from ABC where TABLE_TIMESTAMP_FIELD is from the last 24 hours. If you want all rows where TABLE_TIMESTAMP_FIELD was some time yesterday
    SELECT *
      FROM abc
    WHERE table_timestamp_field >= trunc(systimestamp - 1)
        AND table_timestamp_field < trunc(systimestamp)Justin

  • FFailure to start DW 8.0.1 on Windows 7: error NTDLL.DLL

    Hi.
    On Win 7 pro X64 i've installed my (old) DW 8 BUT I have a Failure
    ntdll.dll, version: 6.1.7600.16559, timestamp: 0x4ba9b29c
    error: : C:\Windows\SysWOW64\ntdll.dll
    I've delete all WinFileCache
    What else can I do? Updating it I'm afraid I have the same error.

    That's a Windows system error, not a DW error.  NTDLL.DLL is a core system file.  You may need your OS disc handy for this one.  Open up a Command Prompt window and run:
    sfc /scannow
    Or Windows 7 may have a repair option on the disc now.  Either way you have to repair/reinstall OS.

  • Error deploying Agent from EM12C

    Hi,
    I am busy upgrading my Enterprise Manager from 11.1.0.1 to 12.1.0.2 using the two system approach.
    I am trying to deploy the agent software to a host machine through the old Enterprise Manager (Deployments, Enterprise Manager 12c Upgrade Comsole, Deploy and Configure Agents) , but an getting the following error during the deploy stage...
    Updating home dependencies...
    Executing command: /oracle/agent12c/core/12.1.0.2.0/oui/bin/runInstaller -ignoreSysPrereqs -updateHomeDeps -waitForCompletion HOME_DEPENDENCY_LIST={oracle/agent12c/sbin:/oracle/agent12c/core/12.1.0.2.0,} -invPtrLoc /oracle/agent12c/core/12.1.0.2.0/oraInst.loc -force
    Update Home Dependencies Location:/oracle/agent12c/core/12.1.0.2.0/cfgtoollogs/agentDeploy/UpdateHomeDeps<timestamp>.log
    ERROR: Update home dependency failed.
    Failed to deploy agent bits.
    When i run through the process manually on the host, it runs through successfully.
    I managed to get the following from one of the log files (agentDeploy_2012-10-19_00-00-34-AM.log), before it was cleaned up as part of the automated deploy action.
    INFO: 'UpdateHomeDeps' failed.
    INFO: 'UpdateHomeDeps' failed.
    INFO: /oracle/product/agent12c/core/12.1.0.2.0/oui/bin/runInstaller -ignoreSysPrereqs -updateHomeDeps -waitForCompletion HOME_DEPENDENCY_LIST={/oracle/product/agent12c
    sbin:/oracle/product/agent12c/core/12.1.0.2.0,} -invPtrLoc /oracle/product/agent12c/core/12.1.0.2.0/oraInst.loc -force completed with status=255
    SEVERE: ERROR: Update home dependency failed.
    SEVERE: ERROR: Agent Deployment Failed
    Any assistance would be greatly appreciated.
    Mel

    while doing the agent upgarde we detach the plugins from 12.1.0.1 agent home and attache dto 12.1.0.2 agent home along with plugin upgrade. log SR with the oracle support and upload the logs.

  • N78 v20.149 Bug List Thread

    Hi everyone, thanks for all your advice and comments now that v20.149 has been released here (only on FOTA and not NSU yet) are the changes I have noticed, along with some newly discovered bugs:
    NOTE: all the documented features/improvements are performed with the Theme Effects turned on.
    Changes/Improvements/New features I have noticed from v12.046 to v20.149:
    Standby screen:
    *While scanning for wireless networks in the home screen, instead of saying “No networks found” as in the past, it says “No WLANs available”, also some other minor name changes in this menu.
    *Share online icon in standby screen seems to be different
    *When going back to the music player via the standby screen, it goes straight into the player without a fading in/out transition as it did before when Theme Effects are turned on (an instantaneous response). However, for going into other sections from the standby screen the fade in/out transition still occurs.
    *When Music Player is operating, and seeing the track name on the screen, and then when one song ends and goes to the next track, the speed at which this happens is much improved although not flawless (there is still some lag).
    *Scrolling up and down through the entries in the standby screen is very fast and not slow like before.
    Call log, Contacts and calling function:
    *Calling speed (from standby screen to Contacts or Call Log) and transition to call/disconnected screens much faster and improved
    *Faster resume of music playback after call is ended
    *Volume bar is changed from ten dotted increment to continuous coloured volume triangle (this has also been reflected in other menus and options throughout the phone)
    Maps:
    *Maps updated to version 2.0
    Music Player:
    *Much faster interface and speed through all menus
    *Pressing volume keys is much improved and faster and more accurate response than before (where it may have taken time in the past for the volume level to update)
    *Music controls (i.e. Rewind, Fast forward, play/pause, stop) are no longer the same colour as the matching theme, now it is just the same light green colour across all themes
    *Visualisations are still a bit slow, but faster than before
    Photos:
    *Transition into the Photos application is much faster than before
    *Scrolling through photos and videos and the like is still jerky and thumbnails still take a while to be updated from pixelated to clear thumbnails
    Settings:
    *In Themes, there is a new theme called Music (very yucky looking I must admit)
    *Power saver now includes “Now playing” option, so when the backlight goes off, the currently playing song and time are displayed on the screen for a number of seconds before disappearing. This occurs before keypad lock is activated, and when any key is pressed, the names of the song light up (in green or red). Also when going from one track to the next while this screensaver is activated, the date is displayed briefly.
    Other:
    *General speed improvements across all menus and applications
    *Help function is much faster and speed improved
    *New help topics added to Help function
    *Speed dial now works without any lag
    *New RealPlayer interface and version updated (where the RealPlayer screen is no longer displayed but grey bars on top and bottom of the video)
    *About application has been updated for the year dates so that they are all “2009”.
    *Installation of applications and refresh of available applications within the Application Manager is much improved and faster (although icons for installed applications are now not displayed)
    *”Application update” added to Applications
    *Carousel menu has new options under each heading
    *Navi-wheel seems to have been tweaked a bit more
    *Background light settings actually work now
    *Truncated email-account login name fixed
    Other documented changes that have been stated by others for v13.052 and now v20.149:
    *Improvements:
    Connectivity:
    - System Error message appears when trying to stream a clip from a busy server
    - Timestamp corruption error in long streaming which leads to 'Error in receiving live
    content'
    -VPN not working through WLAN in offline mode
    - Priorities of protected IAPs could not be changed via UI
    - Mail For Exchange did not play tone for every mail received as per S60 3.0 and 3.1
    products
    - DM settings were not generated automatically when Email settings are defined in variant
    Photos:
    - Thumbnail displayed does not match actual image if user deletes thumbnail file in
    memory card private folder
    Internet:
    - UI issues when viewing Youtube videos
    Music:
    - Playing WMA audio files improved
    - IHF cannot be enabled during call when FMT is on
    - DRM: The ampersand character ('&') encoding is not correct
    Other changes:
    - Weekly recurring clock alarm always sets for the current weekday regardless of the day
    chosen
    - Contact Groups are not titled correctly
    - Help text located in settings/general/Navi Wheel
    - Help text for Voice commands
    - Access point generation difficulties after factory reset
    New features:
    - Boingo – Cancelled
    - Comes With Music (CWM) - This SW Version includes CWM enablers
    Changes:
    Bluetooth
    * N78 to CK-07W Audio Lost at regular intervals
    * Call Not Working With Bluetooth Headset
    WLAN
    * WLAN APN passed along with SDP contents is not utilized by Real Player
    Power Management
    * Sleep current too high while video applications at background
    GPS
    * The phone freezes when launching the Trip distance by clicking the link in Help content
    PC Suite
    * Harvester Server doesn’t close all necessary connections to other services during backup/restore
    SIM/USIM
    * Incorrect error codes are passed by TSY from SIM server to application layer for Smart card feature
    Radio
    * RadioLauncher gets corrupted state when VisualRadio exits
    * FM frequency range extends below 87.5MHz
    Podcast
    * Podcasts: garbled search results when entering a number as the search title
    Photos
    * Crash when launching Photos application after restoring from memory card
    * Slideshow doesn’t work after used device for a while
    Internet
    Maps
    * Maps:”My position” and “My place” are translated into the same Chinese
    Messaging
    * E-mail username truncated causes problem with login
    * Adding new number from SMS to existing number in ADN causes corruption
    Download!
    * Download client doesn’t work with certain operators WAP APN
    Other Changes:
    * Java platform version number not updated in IAD
    * Widget installer plugin cannot be upgraded
    * Removing battery during alarm makes the device unusable
    * Stub sis file doesn’t include httptransfer component
    * Paths are incorrect in cenrep creation file (Naviscroll and FMTX affected)
    * Internal Debugging tool wrongly included in Production SW
    * Device cuts off URL parameter in RTSP streaming link
    * Delivery via Device Management corrupts EAP-FAST PAC file
    * TCK failure with HTTP and AMR Combination
    * SpaceUI doesn’t allow for changes when a default number is assigned in Phonebook
    * Display corrupts with 3rd party application BestCalc
    Bugs/missing features already found:
    *Will not let you enter the Date and Time settings, instead going back to the main menu
    *Will not let you enter settings for the alarm Clock, instead going back to the main menu (related to the Date and Time above)
    *Carousel menu by pressing that small silver key is still inconsistent, sometimes appears with scroll bar and performance is still slow
    *Still no N-gage client within firmware
    I have yet to check all the bugs that were documented for v12.046 in the thread /discussions/board/message?board.id=swupdate&thread.id=42047&page=4, but I will go about that very soon and document all the changes here in this thread. But so far, so good, the firmware appears to be a lot better and more stable than 12.046. Again, thanks to all users for their current feedback on problems. Remember to be sure to add your experiences with the N78 here!
    Message Edited by celandine on 15-Jan-2009 02:59 PM

    My n78 froze at the standby screen when it rebooted itself during the upgrade from v12 to v20.149. The background image and active standby icons appeared, but nothing else - no network provider name, no battery or signal level indicator, no clock, no calender entries, no wlan scanning, no share online. I left it for 15 minutes or so before crossing my fingers and removing and replacing the battery (since the power button did nothing). Not a great start I thought. But it started up ok.
    new/unfixed bugs
    The clock alarm did not switch the phone back on after the first 5 minute snooze, but it did do the snooze resume thing when I actually switched the phone on 15 minutes later... I setup a "within 24 hours" alarm and that had no problems switching on the phone several times with a 1 minute snooze so I guess I'll have to wait until tomorrow morning to see if my weekday alarm snoozes properly now...
    The FM transmitter was transmitting at 107.5 even though the settings screen and active standby message showed 106.9 which I had set it to before the update... Viewing and saving the fm transmitter settings did update the frequency to 106.9 though.
    I'm still unable to set default numbers for some contacts - the contacts app exits to the standby screen.
    Unable to zoom camera/photos when musicplayer and fm transmitter activated.
    improvements
    At least the loudspeaker function works after using the FM transmitter now.
    Playback of videos through the images app seems much improved - i.e. it actually plays video clips all the way through without freezing the picture.
    I'll post more if I notice anything

Maybe you are looking for

  • How to find unhidden tv shows on iTunes?

    I recently saw that I had hid some TV shows on iTunes, and I wanted to watch them, so I clicked 'unhide'.  I thought this would mean that they would reappear in my library.  However I can not find them. Does anyone have any ideas as to where I might

  • Administer datafiles, tablespaces and free space

    Hi all, Firstly i want to apologize if my English is not very good, and secondly for if there is such topic already. I tried the "search" but didn't find something that suits my requirements... We are using Oracle9i. Here is the (potential) problem:

  • Topaz Adjust and LR 4.4

    I upgraded to Lightroom 4.4 yesterday.  I now no longer have access to Topaz Adjust,  I went into LR preferences to look for the app and it is nowhere to be found.  I reinstalled Topaz Fusion but it still does not show. Is this a bug, an incompatibil

  • Can a superdrive on a second Macbook be used to reinstall operating system?

    My Macbook superdrive is giving me trouble and needs some repair. In the mean time I need to reinstall the operating system from the disks that came with the computer. Can I use a second Macbook as an external cd/dvd. I understand the Firewire mode b

  • Group policy to set homepage

    I am trying to create a group policy to redirect everyone's home page to be the company site. I downloaded the adm and enabled the homepage policy and put in the URL. However it still doesn't correctly redirect. I have logged out and in to apply the