TIMESTAMP Error

I get the following error :
ERROR at line 2:
ORA-01843: not a valid month
when I try to insert in a timestamp : '2000-03-23 10:13:54'
I have looked at TIMESTAMP format and it is set to : YYYY-MM-DD HH24:MI:SS
I am using Oracle 9i.
Is there a command I could use that would return what format my database is expecting for TIMESTAMP.
Thanks Tony

This is how you would do the parameter change (for DATE and TIMESTAMP datatypes), if not using explicit conversion, as shown in above examples:
SQL> create table t (a date, b timestamp) ;
Table created.
SQL> insert into t values ('2000-03-23 10:13:54', '2000-03-23 10:13:54') ;
insert into t values ('2000-03-23 10:13:54', '2000-03-23 10:13:54')
ERROR at line 1:
ORA-01861: literal does not match format string
SQL> alter session set nls_date_format = 'yyyy-mm-dd hh24:mi:ss' ;
Session altered.
SQL> insert into t values ('2000-03-23 10:13:54', '2000-03-23 10:13:54') ;
insert into t values ('2000-03-23 10:13:54', '2000-03-23 10:13:54')
ERROR at line 1:
ORA-01843: not a valid month
SQL> alter session set nls_timestamp_format = 'yyyy-mm-dd hh24:mi:ss' ;
Session altered.
SQL> insert into t values ('2000-03-23 10:13:54', '2000-03-23 10:13:54') ;
1 row created.
SQL>

Similar Messages

  • Timestamp error in Pricing

    Hi All,
    I'm having an timestamp error in CRM pricing.
    Scenario:
    I'm in CRM 5.0, while creating a sales order , i'm getting an OPRO error, this is sorted by manually entering the conditon at the item level , everything works fine.
    My question is when i tried to anaylse the access i've come across this message
    Access not made due to missing timestamp.
    Please do an insight.
    Points will be given
    Kind regards
    Deepak

    Hi Kai
    I am also getting the same error
    Access not made due to missing timestamp (DET_DEFAULT_TIMESTAMP)
    can you please let me know the solution for the same
    regards
    Subhasis

  • Timestamp error with IR 9.3 and CSV Files

    Hi all, I'm new to this forum and getting used to all of the Hyperion functionalities. I'm trying to create a query that will give me the history of orders and for that I'm using CSV files as the source of information. I have date fields that when I select them returns me a formatting error: "12/18/2009 doesn't match date format: 1992-01-31 00:00:00". I assume that this is because the field format is recognized as Timestamp. Is there a way to change the field format from within Hyperion?
    Appreciate your help!

    How and where exactly did you make this modification? I moved from an old PC to a new one and my queries work great on my old PC but with my new one, I am getting this "doesn't match date format:" error. I didn't have to make any changes when I set things up on my old PC (at least not that I remember) and not sure what to do here. Any help would be greatly appreciated.

  • CQLServerTrace : out of order timestamp Error

    Hi everyone,
    When I try to run this command I am getting the error which I specified bottom, how can I solve this problem?
    is-total-order parameter was set to "True".
    This is a simple Helloworld Application
    channel parameters are default ( max threads and max size was set to 0
    11.1.1.7 Version
            SELECT
                           shortName, avg(price) as price
                      FROM
                           stockInputChannel [PARTITION BY shortName ROWS 3 RANGE 3 SLIDE 3]
                      GROUP BY
                           shortName
    <Apr 28, 2013 1:15:48 PM VET> <Emergency> <CQLServerTrace> <BEA-000000> <event timestamp is out of order timestamp0=1,367,171,106,000,000,000 timestamp1=1,367,171,103,357,000,000 event=22715375 : kind=E_PLUS tuple=Tuple(14886,25458514) 'obj=Stock21921411,3.3803851379397982,char[15]=FWGUKXDXBPSYGPB,1367171103357,char[5]=XTCFZ,1367171103357000000,byte[1],obj=PartitionNode25458617,' ts=1367171103357000000 totalOrderingGuarantee=true in PO_GROUP_AGGR#144
    oracle.cep.execution.SoftExecException: event timestamp is out of order timestamp0=1,367,171,106,000,000,000 timestamp1=1,367,171,103,357,000,000 event=22715375 : kind=E_PLUS tuple=Tuple(14886,25458514) 'obj=Stock21921411,3.3803851379397982,char[15]=FWGUKXDXBPSYGPB,1367171103357,char[5]=XTCFZ,1367171103357000000,byte[1],obj=PartitionNode25458617,' ts=1367171103357000000 totalOrderingGuarantee=true in PO_GROUP_AGGR#144
            at oracle.cep.execution.ExecException.OutOfOrderException(ExecException.java:154)
            at oracle.cep.execution.operators.GroupAggr.run(GroupAggr.java:780)
            at oracle.cep.execution.operators.ExecOpt.run(ExecOpt.java:1002)
            at oracle.cep.execution.operators.ExecOpt.run(ExecOpt.java:984)
            at oracle.cep.execution.operators.ExecOpt.run(ExecOpt.java:1062)

    Hi,
    I am using Oracle CEP 11.1.1.4.
    I am trying to understand pattern matchin feature therefore my examples are meaningless. I am producing data like that ( between 1-3 and printing to console ):
    00:00:00 Producer produced 1
    00:00:05 Producer produced 2
    00:00:10 Producer produced 1
    00:00:15 Producer produced 3
    00:00:20 Producer produced 3
    00:00:25 Producer produced 1
    Then I am looking for the data ( or you can think that as 1-2-3 ) that has been produced once and has not been produced within last 10 seconds.
    I am using system-timestamp channels.

  • Timestamp error in one-to-one load

    Hi, I'm facing a issue while loading data from oracle view to sql table.Its simple one to one load.SRC-SQ-TGT Error:Message Code : WRT_8229Message : Database errors occurred: FnName: Execute -- [Informatica][ODBC SQL Server Wire Protocol driver]Timestamp parameters with a scale, must have a scale less than ten and a precision equal to 20 plus the scale. You specified a precision of 999 and scale of 3. Error in parameter 1.FnName: Execute -- [DataDirect][ODBC lib] Function sequence error  When imported to informatica oracle source view has timestamp(29) Target SQL table has timestamp(23).   Assume this to be the issue.  Please let me know how to handle this issue. Thanks in advance,Vikram

    Hi All,  I'm trying to load data from flat file to oracle databse table using Informatica power center 9.1.0 and I have some special characters in source file. Data are loaded sucessfully without any errors but these special characters are loaded different way like 1) Planner – loaded as Planner ��������2) Háiréch  loaded as Hair��������ch  While same flatfile loaded into another flatfile,data loaded correctly including special characters.So,I am unable to understand problem with database or informatica.   SourceFlat File - comma ',' delimtedCode page is defined as UTF-8 encoding of Unicode Relational connectionI have tried by changing the code page while creating relational connection in Informatica to UTF-8, ISO 8859-1 Western European,  MS Windows Latin 1 etc.,didn't work. InformaticaIntegration Service and Repo code page is defined as UTF8Data movement code page of Integration server was set to UNICODE   TargetOracle databaseNLS_NCHAR_CHARACTERSET: AL16UTF16NLS_CHARACTERSET: AL32UTF8   ThanksSai

  • Timestamp error in j2se5.0

    I am working on opensource project and i am buiding it from source.
    it will work on jdk1.5 and orackle 10g, when i am buindling, i am getting error of timestamp as:
    "reference to Timestamp is ambiguous, both class java.sql.Timestamp in java.sql a
    nd class java.security.Timestamp in java.security match
    [javac] Timestamp ConvDate, String RateType, int AD_Client_ID, i
    nt AD_Org_ID)"
    first I tried with jdk5.0 as in the sun site in compatbility it is given timestamp function is removedin jdk5.0, and j2se5.0 i shaving that function.so I tried with it but I am getting the same error.
    How can I include Timestamp function in j2se, so that i can over come this problem.plz help me out.

    This has nothgin to do with Java 1.5 and not with Timestamp and not with compatibility and not with any removal. This is simple namespace behaviour in your source code. You have a class that imports java.sql.Timestamp and java.security.Timestamp (e.g. if you do a import java.security.*). If you now use the class Timestamp how should Java know which one to use? You need to use it with full package reference in your method where you use it:
    java.sql.Timestamp ts = new java.sql.Timestamp(System.currentMillis());Perhaps you don't need java.security.Timestamp but other classes from java.security. So don't import the whole package (import java.security.*) but onle the classes you really need. Then you can use Timestamp without the package reference in your method.

  • Timestamp Error when calling Encrypt and Signed Web Service

    Hello,
    I maked one Web Service in the Oracle Service Bus 10gR3 that supports Encryption and Sign, basically inserting (manually) this on WSDL Contract:
    This two namespaces:
    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
    This Declarations:
    <wsp:UsingPolicy Required="true"/>
    <input>
    <wsp:Policy>
    <wsp:PolicyReference URI="policy:Encrypt.xml"/>
    </wsp:Policy>
    <soap:body use="literal" />
    </input>
    <wsp:Policy>
    <wsp:PolicyReference URI="policy:Sign.xml"/>
    </wsp:Policy>
    The above declarations was inserted in the correct points inside the WSDL Contract and the Web Service is working correctly.
    The Problem is related to Sign.xml declaration, when i insert this declaration:
    <wsp:Policy>
    <wsp:PolicyReference URI="policy:Sign.xml"/>
    </wsp:Policy>
    Then, the Web Service shows an error. Following the Request and Resonse (That shows the error):
    Request:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ger="http://www.abc.com.br/Service">
    <soapenv:Header/>
    <soapenv:Body>
    <ger:gerarHashSenha>
    <arg0>123456</arg0>
    </ger:gerarHashSenha>
    </soapenv:Body>
    </soapenv:Envelope>
    Response:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault>
    <faultcode>env:Server</faultcode>
    *<faultstring>Can not retrieve header: {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Timestamp</faultstring>*
    </env:Fault>
    </env:Body>
    </env:Envelope>
    Observation: I was invoking the WebService using the soapUI Tool.
    I Tryed change the request to bellow code, but doesn't work:
    <soapenv:Envelope xmlns:ger="http://www.abc.com.br/Service" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header>
    <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsu:Timestamp wsu:Id="Timestamp-447" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsu:Created>2010-05-27T21:40:55.667Z</wsu:Created>
    <wsu:Expires>2010-05-27T21:41:55.667Z</wsu:Expires>
    </wsu:Timestamp>
    </wsse:Security>
    </soapenv:Header>
    <soapenv:Body>
    <ger:gerarHashSenha>
    <arg0>123456</arg0>
    </ger:gerarHashSenha>
    </soapenv:Body>
    </soapenv:Envelope>
    Thanks.
    Victor Jabur.

    someone has any idea ?
    Thanks

  • 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

  • Strange "Scan From String" to Timestamp Error

    hi,
    i am trying to parse my time-string into a Time Stamp with "Scan From String" but i get some strange Error(1).
    The Code:
    The Error:
    can anyone confirm? do i have an error in my parser-string?
    is it possibly related to this Bug
    461196
    Scan From String VI returns Error 1 with "%t" as the format string input
    http://www.ni.com/product-documentation/52151/en/
    that should be fixed?
    my labview version is
    LV 2014 Service Pack 1 -- Version 14.0.1 (32bit)
    with the RealTime addon (but the code in question was not run on RT)
    thanks for your time.
    Solved!
    Go to Solution.

    Why do you have the square brackets around the scan from string format string? They are not there when you generate the timestamp string so it will fail when trying to convert it back as they are expected to be there.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • Cannot understand Security element wsu:Timestamp error

    I got the below error while trying to call the GetEvents method. I generated a Web Service proxy in Jdeveloper 11g and I'm using Weblogic 10.X. Below are my code. Do you have any idea?
    IntegrationEventWS integEventService = new IntegrationEventWS_Impl("IntegrationEventWS_saved_wsdl.wsdl");
    InputStream inbound = new Object().getClass().getResourceAsStream("/weblogic/wsee/policy/runtime/Wssp1.2-2007-Https-UsernameToken-Plain.xml");
    Default_Binding_IntegrationEventWS port = integEventService.getDefault(inbound, true, false);
    Stub portStub = (Stub)port;
    ArrayList credentialproviders = new ArrayList();
    CredentialProvider cp = new ClientUNTCredentialProvider(username.getBytes(),password.getBytes());
    credentialproviders.add(cp);
    portStub._setProperty(WSSecurityContext.CREDENTIAL_PROVIDER_LIST,credentialproviders);
    IntegrationEventWS_GetEvents_Input getEventsInput = new IntegrationEventWS_GetEvents_Input();
    getEventsInput.setEventCount(null);
    getEventsInput.setQueueName("Opportunity");
    IntegrationEventWS_GetEvents_Output getEventsOutput = port.getEvents(getEventsInput);
    Error
    java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}MustUnderstand] FaultString [Cannot understand Security element wsu:Timestamp] FaultActor [null]No Detail; nested exception is:
         weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: Cannot understand Security element wsu:Timestamp
    java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}MustUnderstand] FaultString [Cannot understand Security element wsu:Timestamp] FaultActor [null]No Detail; nested exception is:
         weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: Cannot understand Security element wsu:Timestamp
         at oracle.e1.bssv.JC57M007.proxy.Default_Binding_IntegrationEventWS_Stub.getEvents(Default_Binding_IntegrationEventWS_Stub.java:87)
         at oracle.e1.bssv.JC57M007.IBS_CRMODProcessor.manageOpportunity(IBS_CRMODProcessor.java:63)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.e1.bssvfoundation.impl.jdenet.CallSBFHandler.callSBF(Unknown Source)
         at oracle.e1.bssvfoundation.impl.jdenet.CallSBFMsgHandler.process(Unknown Source)
         at oracle.e1.bssvfoundation.impl.jdenet.SBFServerJavaKernel.process(Unknown Source)
         at com.jdedwards.system.net.ProcessKernel.run(Unknown Source)
    Caused by: weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: Cannot understand Security element wsu:Timestamp
         at weblogic.wsee.codec.soap11.SoapCodec.decodeFault(SoapCodec.java:357)
         at weblogic.wsee.ws.dispatch.client.CodecHandler.decodeFault(CodecHandler.java:118)
         at weblogic.wsee.ws.dispatch.client.CodecHandler.decode(CodecHandler.java:103)
         at weblogic.wsee.ws.dispatch.client.CodecHandler.handleFault(CodecHandler.java:91)
         at weblogic.wsee.handler.HandlerIterator.handleFault(HandlerIterator.java:309)
         at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:269)
         at weblogic.wsee.ws.dispatch.client.ClientDispatcher.handleResponse(ClientDispatcher.java:213)
         at weblogic.wsee.ws.dispatch.client.ClientDispatcher.dispatch(ClientDispatcher.java:150)
         at weblogic.wsee.ws.WsStub.invoke(WsStub.java:87)
         at weblogic.wsee.jaxrpc.StubImpl._invoke(StubImpl.java:337)
         at oracle.e1.bssv.JC57M007.proxy.Default_Binding_IntegrationEventWS_Stub.getEvents(Default_Binding_IntegrationEventWS_Stub.java:82)
         ... 9 more

    Thank you for the replys. However, when running the command:
    *$ java -classpath /export/home/jtownsen/java/ojdbc14_g.jar Connect*
    I got the following error message:
    Exception in thread "main" java.lang.NoClassDefFoundError: Connect
    In case anyone is interested, I did figure out a solution. First, I set the environment variable like so: (using Korn shell)
    *$ CLASSPATH=/export/home/jtownsen/java/ojdbc14_g.jar:/export/home/jtownsen/java/Connect.class:*
    *$ export CLASSPATH*
    Then I compiled the program with:
    *$ javac Connect.java*
    ...which created the Connect.class file.
    And ran the program with:
    *$ java Connect*
    ...and the program ran with no errors returned.
    Now I can begin on the next step. Thanks again to those who have replied.

  • Publish timestamp error - Air 2 Flash CS5

    Hello, I use Adobe Flash CS5 Pro to create AIR presentations and when I try to build an AIR application, Flash fails to create the timestamp for the self-signed certificate and shows an error "There was an error connecting to the timestamp server. You might not have a connection to the network, or the server itself may have a problem".
    I've tried publishing at home and the server seems to work, so I guess it's something related with the company firewall. Can anyone provide any information about what might be blocking a connection to the timestamp server? Is there some other setting that I can change (other than the JRE proxy settings)?
    Thanks a lot,
    Michele

    Hi Michele,
    Our timestamp server url is https://timestamp.geotrust.com/tsa, however this isn't a normal webserver so it gives me a 404 when I try and navigate to it.  I'm not sure is there is a way or utility to verify it's online other than going through the ADT process.
    Chris

  • OBIEE Cast as char,timestamp erroring

    Hi,
    I AM ABLE to use the cast as char and then cast as timestamp function on 2 date columns to get the time diffrnc using timestampdiff. This is on an ebs 11 instance database.
    As we are upgrading to EBS R12, we set up a new test instance of obiee on this. But in this new test instance, the same formula is erroring out.
    The date is in format yyyy/mm/dd. After cast as char , i get it in format mm-dd-yyyy in both instances. But on cast as timestamp,in the new (r12) instance i get the error
    Oracle Error code: 1843, message: ORA-01843: not a valid month at OCI call OCIStmtFetch. [nQSError: 17012] Bulk fetch failed. (HY000)
    I tried passing date in the format 'dd-mon-yy' (char format) in the r12 instance and then cast it timestamp and this seems to work. Why is the bi server expecting date in this format after char and how can i change this?
    note:the nls_date_formats are same in both the database.
    the date formats in both the nqsconfig.ini files are also same
    any other place where i should set this?

    Try to search the xml for the same code and replace using Catalog Manager.
    Using Catalog Manager find your old code which is using cast as char and replace with new code for more details see
    http://docs.oracle.com/cd/E23943_01/bi.1111/e10541/prescatadmin.htm#i1046286
    Since given suggestion worked can you mark as correct on my last response?
    Edited by: Srini VEERAVALLI on Apr 1, 2013 9:46 AM
    Edited by: Srini VEERAVALLI on Apr 1, 2013 9:52 AM

  • HomeHub 2a timestamp error

    I have Homehub 2A and Windows 7 64b
    I have set up a 320Gb WD Passport drive to the USB port of the Hub. It powers fine from the Hub USB.
    I have detected it as a Network Share and can copy files back and forth (a bit slow). So this is in effect a cheap NAS.
    I have two computers on the network and all 3 clocks are set correctly and update from the internet. DST is set on both computers. 
    When I save a file from either computer to the Hub Drive the timestamp on the file now on the hub drive is one hour ahead and so defeats my live sync system.
    When I copy to the hub the same happens (as if I used Move instead of copy)
    Copying the other way leaves the file timestamp as it was as expected.
    I have set the hub clock to manual and within a minute I get DNS lookup failure (why??)
    Set back to auto and all is well.
    Desperate.

    Hi Kai
    I am also getting the same error
    Access not made due to missing timestamp (DET_DEFAULT_TIMESTAMP)
    can you please let me know the solution for the same
    regards
    Subhasis

  • SQLScript TIMESTAMP error

    Hi,
    We're facing peculiar issues while working with TIMESTAMP variables in SQLScript. All table variables in use are of type TIMESTAMP.
    While running the code below, we experience the error: not supported type conversion: cannot insert Longdate to BigInt parameter.
    DECLARE       V_GRT_DATE_1                      TIMESTAMP;
    SELECT        GREATEST(REQUESTED_DELIVERY_START_DATE, SLA_DATE, ALLOC_START_DATE)
    INTO          V_GRT_DATE_1
    FROM          TIMETABLE;
    Any ideas why?
    Nehal.

    Hi Kai
    I am also getting the same error
    Access not made due to missing timestamp (DET_DEFAULT_TIMESTAMP)
    can you please let me know the solution for the same
    regards
    Subhasis

  • Timestamp error error

    i have a table a(store varchar2(20),tmstmp timestamp(6)); <composite primary key>
    when i am trying to insert records in separate time it doesnot return any error
    but when i wote this script in a sql file and trying to run these sql file then it return unique key constraint violation during insert.
    how i will overcome this situation please help asap.
    insert into a values('b',systimestamp);
    insert into a values('b',systimestamp);

    Or that you do not have access to dbms_lock and the following will give you runtime error:
    EXECUTE IMMEDIATE 'dbms_lock.sleep(1)' ;
    but without any code sample and the exact error stack, it is all speculation.
    Anyway, the call should be static, directly in the code, no dynamic sql needed, if you have grants for it, that is.
    Message was edited by:
    Kamal Kishore

Maybe you are looking for

  • Suddenly prompted to activate iPad Air in use for over a year, never been used for betas or jailbroken

    Last night I turned on my iPad Air to a message that read I needed to activate my iPad.  I went through the steps (selected a wifi network and entered my Apple ID password).  IT spun for several minutes before saying it was unable to activate, try ag

  • Iphone calendar off by 1 hour after daylight savings

    i have my iphone synced to my outook 2007 through an exchange server. after daylight savings this weekend, all of my appointments are now off by 1 hour. they are all correct in my outlook and on the exchange server (verified by web browser). i've tri

  • Can I install 1 8GB RAM module in my macbook pro 13???

    Hi I am planning on upgrading my macbook pro 13's ram from 8 to 16GB by installing 2  seperate 8 GB modules by replacing the current 4GB ones. I am gonna use these Kingston 8GB 1600MHz DDR3 (PC3-12800) SODIMM Memory for Apple MacBook Pro (KTA-MB1600/

  • Removing unwanted songs

    I just got a 5th generation and (stupidly) agreed to transferring all the songs on my computer. But there's actually a lot of stuff (embarrassing 80s hits) that I don't want and which are wasting space - how do I delete them?

  • Freeing up memory for windows

    As I was deleting some un-needed programs on my computer to free up some memory on my hard drive, I came across 3 Ipod for Windows Programs dated 01/10/2006, 10/13/2005, and 9/06/2005. The first two averaged 200mb of ram, and the third was 100mb. Nei