CF8. ODBC JDBC Oracle Date Vs. Portion of time not returned

Hello.

Just one of our servers upgraded to CF8. We are connect to an Oracle 10 g R2 server, and we also started to use Oracle JDBC drivers.

If I make the following query under ODBC and empty the result.

Query:
Select CALL_DATE
CALLS
WHERE CALL_ID = 1234

CALL_DATE
-------------------
2007-10-09 19:03:32.0


Same query in JDBC:

I get

CALL_DATE
--------------------
2007-10-09 00:00:00.0

Where my time gone missing?

I know that I can mess with the SQL to return what I want, but we have loads of old applications that use CF to format the date and time and it would be a little unrealistic to do this! In addition, we would not be able to work on the time between two dates.

Help!

Ta
Nick

FYI, this is covered by

http://KB.Adobe.com/selfservice/viewContent.do?externalId=kb400242&sliceId=1

that was not easy to find.

Note Although they spelled wrong compatible... they put compatibile... that does not work if you do a straight paste into!

Tags: ColdFusion

Similar Questions

  • Oracle Service Bus - XQuery - Transformation does not return any data

    Hello

    Firstly I appologise for the code so much but I couldn't find a better way to put it all in a single message.

    I met a very strange and difficult situation with a mapping of Xquery. I have 2 XSD (A and B below), I'm trying to map from A to B, but the result of the mapping returns with empty data (result). Has anyone encountered such a situation before? Perhaps someone could shed some light on the matter?

    Any help is very appreciated!

    Has WSDL
    <? XML version = "1.0" encoding = "UTF - 8"? >
    < s0:definitions name = "ConsultaEstadoCartaoDefinitions" targetNamespace = "http://siebel.com/loyalty/LoyaltyAccrualServices" xmlns = "" xmlns:crm = "http://www.siebel.com/xml/PCE%20Member-Card" xmlns:s0 = "http://schemas.xmlsoap.org/wsdl/" xmlns:s1 = "http://siebel.com/loyalty/LoyaltyAccrualServices" xmlns:s2 = "http://schemas.xmlsoap.org/wsdl/soap/" xmlns: XS = "http://www.w3.org/2001/XMLSchema" > "
    < s0:types >
    < xs: Schema attributeFormDefault = "unqualified" elementFormDefault = "qualified" targetNamespace = "http://siebel.com/loyalty/LoyaltyAccrualServices" xmlns: XS = "http://www.w3.org/2001/XMLSchema" >
    < xs: import namespace = schemaLocation = "CRM_ConsultaEstadoCartao.xsd" / "http://www.siebel.com/xml/PCE%20Member-Card" >
    < xs: element name = "ConsultaEstadoCartao_Input" >
    < xs: complexType >
    < xs: SEQUENCE >
    < xs: element name = "ListOfPceMemberCard" type = "crm:ListOfPceMemberCard" / >
    < / xs: SEQUENCE >
    < / xs: complexType >
    < / xs: element >
    < xs: element name = "ConsultaEstadoCartao_Output" >
    < xs: complexType >
    < xs: SEQUENCE >
    < xs: element name = "ListOfPceMemberCard" type = "crm:ListOfPceMemberCard" / >
    < / xs: SEQUENCE >
    < / xs: complexType >
    < / xs: element >
    < / xs: Schema >
    < / s0:types >
    < s0:message name = "ConsultaEstadoCartao_Input" >
    < item s0:part = "s1:ConsultaEstadoCartao_Input" name = 'settings' / >
    < / s0:message >
    < s0:message name = "ConsultaEstadoCartao_Output" >
    < item s0:part = "s1:ConsultaEstadoCartao_Output" name = "ListOfPceMemberCard_Output" / >
    < / s0:message >
    < s0:portType name = "ConsultaEstadoCartao" >
    < s0:operation name = "ConsultaEstadoCartao_Input" parameterOrder = 'settings' >
    < s0:input message = "s1:ConsultaEstadoCartao_Input" / >
    < s0:output message = "s1:ConsultaEstadoCartao_Output" / >
    < / s0:operation >
    < / s0:portType >
    < name s0:binding = "ConsultaEstadoCartaoSoapBinding" type = "s1:ConsultaEstadoCartao" >
    < s2:binding style = transport "document" = "http://schemas.xmlsoap.org/soap/http" / >
    < s0:operation name = "ConsultaEstadoCartao_Input" >
    < s2:operation style = "document" / >
    < s0:input >
    < s2:body pieces = use "settings" = "literal" / >
    < / s0:input >
    < s0:output >
    < s2:body pieces = use "ListOfPceMemberCard_Output" = "literal" / >
    < / s0:output >
    < / s0:operation >
    < / s0:binding >
    < s0:service name = "ConsultaEstadoCartao" >
    < s0:port binding = "s1:ConsultaEstadoCartaoSoapBinding" name = "ConsultaEstadoCartao" >
    < s2:address location = "http://localhost:7001/CartaoEscola_WS_Test/ConsultaEstadoCartao" / >
    < / s0:port >
    < / s0:service >
    < / s0:definitions >

    B XSD
    <? XML version = "1.0" encoding = "UTF-8"? >
    < schema targetNamespace = "http://pt.min-edu.cartaoescola/EAI/ConsultaEstadoCartao."
    elementFormDefault = "qualified" xmlns = "http://www.w3.org/2001/XMLSchema" xmlns:tns = "http://pt.min-edu.cartaoescola/EAI/ConsultaEstadoCartao" >
    < annotation >
    < documentation >
    Copyright (C) 2010 Novabase Consulting. All rights reserved.
    < / documentation >
    < / annotation >
    < complexType name = "CartaoComplexType" >
    <>sequence

    < element name = "NumCartao" type = "string" >

    < / item >



    < element name = "EstadoCartao" type = "string" > < / item >
    < / sequence >
    < / complexType >

    < element name = "ConsultaEstadoCartaoInput" type = "tns:consultaEstadoCartaoComplexType" > < / item >
    < complexType name = "consultaEstadoCartaoComplexType" >
    <>sequence
    < element name = "IdMensagem" type = "string" minOccurs = "1".
    maxOccurs = "1" >
    < / item >
    < element name = "Origem" type = "string" minOccurs = "1".
    maxOccurs = "1" >
    < / item >
    < element name = "card.
    Type = "tns:CartaoComplexType" minOccurs = "0".
    maxOccurs = "1" >
    < / item >
    < / sequence >
    < / complexType >


    < element name = "ConsultaEstadoCartaoOutput" type = "tns:consultaEstadoCartaoComplexType" > < / item >
    < / schema >

    Mapping of XQuery code
    (: pragma bea: global-element-OdbcParameter parameter = "$consultaEstadoCartao_Output1" element = "ns0:ConsultaEstadoCartao_Output" location =".. / CRM/CRM_ConsultaEstadoCartao4.wsdl '::))
    (: pragma bea: element global-element-return = "ns2:ConsultaEstadoCartaoOutput" location = "EAI_ConsultaEstadoCartao.xsd" ::))

    declare namespace ns2 = "http://pt.min-edu.cartaoescola/EAI/ConsultaEstadoCartao";
    declare namespace ns1 = "http://www.siebel.com/xml/PCE%20Member-Card";
    declare namespace ns0 = "http://siebel.com/loyalty/LoyaltyAccrualServices";
    declare namespace xf = "http://tempuri.org/OSB%20Project%20CartaoEscola%20Consulta%20Estado%20Cart ao/EAI/temp /";

    declare function xf:temp ($consultaEstadoCartao_Output1 as element (ns0:ConsultaEstadoCartao_Output))
    {element (ns2:ConsultaEstadoCartaoOutput)}
    < ns2:ConsultaEstadoCartaoOutput >
    < ns2:Cartao >
    < ns2:EstadoCartao > {data($consultaEstadoCartao_Output1/ns0:ListOfPceMemberCard/ListOfLoyMembershipCard/LoyMembershipCard[1]/CardStatusCode)} < / ns2:EstadoCartao >)
    < / ns2:Cartao >
    < / ns2:ConsultaEstadoCartaoOutput >
    };

    declare the external variable $consultaEstadoCartao_Output1 as element(ns0:ConsultaEstadoCartao_Output);

    XF:temp ($consultaEstadoCartao_Output1)


    Test data
    <? XML version = "1.0"? >
    < ns0:ConsultaEstadoCartao_Output xmlns:ns0 = "http://siebel.com/loyalty/LoyaltyAccrualServices".
    xmlns:ns1 = "http://www.siebel.com/xml/PCE%20Member-Card" >
    < ns0:ListOfPceMemberCard >
    < ns1:ListOfLoyMembershipCard >
    < ns1:LoyMembershipCard >
    < ns1:CardNumber > CardNumber_1 < / ns1:CardNumber >
    < ns1:CardStatusCode > CardStatusCode_1 < / ns1:CardStatusCode >
    < / ns1:LoyMembershipCard >
    < / ns1:ListOfLoyMembershipCard >
    < / ns0:ListOfPceMemberCard >
    < / ns0:ConsultaEstadoCartao_Output >

    Result
    < ns2:ConsultaEstadoCartaoOutput xmlns:ns2 = "http://pt.min-edu.cartaoescola/EAI/ConsultaEstadoCartao" >
    < ns2:Cartao >
    < ns2:EstadoCartao > < / ns2:EstadoCartao >
    < / ns2:Cartao >
    < / ns2:ConsultaEstadoCartaoOutput >

    Thank you

    Adel

    Hi Alex,

    I'm not quite sure what could have caused the problem - if the problem recurs, then this is probably a bug; If not, one of these things... :)

    Kind regards
    Yohanna.

  • HOW CAN I STOP MY DATE AND CLOCK IN TIME TO RETURN TO 01/01/2001

    SOMETIMES AT THE START OF MY PC IT WILL GO BACK TO 11/01/2001 AND I HAVE TO MANUALLY FIX THE GOOD INFO... THIS HAPPENS A LOT AND IS A NUISANCE. WHAT CAUSES THIS AND HOW CAN I STOP IT FROM HAPPENING?  THE PC DON'T ME LET HIM DO ANYTHING UNTIL I HAVE CORRECT

    POOPERDO

    Usually caused by the CMOS battery.  If you have not changed your in addition to a few years, this is certainly the reason.  Google how change it for your computer.

  • Time series by using Oracle Data Mining? Is there any equivalent of ARIMA in the MDGS?

    Hello

    I followed the extraction of data from Oracle Press book. I applied regression models to predict continuous variables.

    My use case is to predict the market price of stocks based on historical data.

    I see there R packages to do. Some popular methods that are widely used are ARIMA (Autoregressive integrated mobile average).

    Is there such an offer out-of-the-box in the MDGS?

    Pointers / whitepapers, or do we use component regression?

    Thank you

    Chrystelle

    Hey Lulu,

    MDG does not have an implementation of time series which is precisely part of the SQL in the algorithms of db.

    But AAO (Oracle Advanced Analtyics, ODM is a part of) has an implementation of time-series Oracle which may be useful for you:

    See ore.esm model, documented with examples here: https://docs.oracle.com/cd/E57012_01/doc.141/e56973/procs.htm#BEIEGCDG

    We also have the preparation of data for time series capabilities, listed here: https://docs.oracle.com/cd/E57012_01/doc.141/e56973/procs.htm#BEIJHHCG

    May also be interested to Marcos Campos blog on time series using the current characteristics of ODM/DB: Oracle Data Mining and Analytics: time series Revisited

    Hope it will be useful.

    THX, mark

  • JDBC Oracle CEP data cartridge

    Hello

    I'm trying to implement the JDBC Oracle CEP data cartridge
    From:
    http://docs.Oracle.com/CD/E23943_01/apirefs.1111/e12048/datacartjdbc.htm#CIHCEFBH
    The problem is that it fails on deployment with the following error:

    < exception thrown to prepare the com.oracle.cep.cartridge.jdbc.JdbcCartridgeContext.checkCartridgeContextConfig method.
    java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jdbc.wrapper.PoolConnection

    I added the file that contains this class of classpath (com.bea.core.datasource6_1.10.0.0.jar),
    but get the same error.
    Any help would be appreciated.

    Kind regards
    Dmitry

    Hi, Dmitry,
    Based on the version of your jar, I assume you are using 11g ps5 part. I tried your app on my about the issue can be reproduced.
    Could you try your application in an own env?
    Actually, you need not pack up the com.bea.core.datasource6_1.10.0.0.jar and com.bea.oracle.ojdbc6_1.1.0.0_11 - 2-0-2 - 0.jar in the container application.

    BTW: as the application to connect db in OraDcnAdapter, the following packages must be imported into the MANIFEST. MF
    Oracle.JDBC.DCN,
    Oracle.JDBC

    Concerning

  • [Microsoft] [ODBC driver manager] Data Source name not found and no driver by default specified

    Hi team,

    I am trying to connect to the Oracle 9i database using VB code below:

    strConnection = "Driver = {Microsoft ODBC for Oracle};" Server = SERVERNAME; UID = username; Pwd = PASSWORD"
    Connect = New ADODB. Connection
    Connect.Open (strConnection)

    The last line throws me below error:

    [Microsoft] [ODBC driver manager] Data Source name not found and no driver by default specified

    The VB code works well and able to connect to database server dev dev. The same script with the name of the UAT server does not work on server UAT.

    The servers are Windows server 2007-32 bit.

    When I checked the tab drivers in ODBC Data Source Administrator, dev server entry below:

    Microsoft ODBC for Oracle - 6.00.6001.18000 - Microsoft Corporation - MSORCL32.dll - Date

    Considering that the UAT server has entered below:

    Microsoft ODBC for Oracle-

    The Microsoft ODBC driver for oracle is listed in the tab UAT Server drivers, but did not have details of file version & dll. This driver is not installed correctly? If so, how the re install? Please help solve this problem as soon as POSSIBLE.

    Kind regards

    Tamil

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • ODI LKM Oracle for Oracle Data Pump question

    Hi all

    I have a weird problem, ODI.

    I associate myself with per_all_people_f, fnd_user to load the w_user_ds using Oracle Data Integrator. The used LKM is LKM Oracle for Oracle Data Pump.

    Fine when I run the interface. I am getting below error

    ODI-1227: task failed USER_DATA_SET (load) on the source of connection ORACLE EBS.

    Caused by: java.sql.SQLSyntaxErrorException: ORA-00923: KEYWORD not found where expected

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)

    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)

    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)

    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)

    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)

    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)

    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)

    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)

    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)

    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3954)

    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1539)

    at oracle.odi.runtime.agent.execution.sql.SQLCommand.execute(SQLCommand.java:163)

    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:102)

    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:1)

    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:366)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)

    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:292)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:855)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)

    at java.lang.Thread.run(Thread.java:662)

    The generated code is

    create the table 780021 X

    (

    C1_FIRST_NAME,

    C2_MID_NAME,

    C3_LAST_NAME,

    C4_FULL_NAME,

    C5_NAME_SUFFIX,

    C6_SEX_MF_CODE,

    C7_SEX_MF_NAME,

    C8_COUNTRY_NAME,

    C9_LOGIN,

    C10_CREATED_BY_ID,

    C11_CHANGED_BY_ID,

    C12_CREATED_ON_DT,

    C13_CHANGED_ON_DT,

    C14_AUX1_CHANGED_ON_DT,

    C15_SRC_EFF_TO_DT,

    C16_INTEGRATION_ID,

    C17_EFFECTIVE_START_DATE

    )

    (EXTERNAL) ORGANIZATION

    TYPE oracle_datapump

    Dat_dir default DIRECTORY

    LOCATION ("X780021.exp")

    )

    PARALLEL

    in SELECT

    ALL_PEOPLE_F.FIRST_NAME,

    ALL_PEOPLE_F.MIDDLE_NAMES,

    ALL_PEOPLE_F.LAST_NAME,

    ALL_PEOPLE_F.FULL_NAME,

    ALL_PEOPLE_F.SUFFIX,

    ALL_PEOPLE_F.SEX,

    ALL_PEOPLE_F.SEX,

    ALL_PEOPLE_F.NATIONALITY,

    USER. USER_NAME,

    ALL_PEOPLE_F.CREATED_BY,

    ALL_PEOPLE_F.LAST_UPDATED_BY,

    ALL_PEOPLE_F.CREATION_DATE,

    ALL_PEOPLE_F.LAST_UPDATE_DATE,

    ALL_PEOPLE_F.CREATION_DATE,

    ALL_PEOPLE_F.EFFECTIVE_END_DATE,

    USER. USER_ID,

    ALL_PEOPLE_F.EFFECTIVE_START_DATE

    from APPS. FND_USER USER, APPS. PER_ALL_PEOPLE_F ALL_PEOPLE_F

    where (1 = 1)

    And (ALL_PEOPLE_F.PERSON_ID = USER. EMPLOYEE_ID)

    I don't see what is the problem here.

    Someone can help me.

    Thank you and best regards,

    Krishna Prasad

    I found the problem, its with the way ODI generated alias for the FND_USER table, by default it produces USER as an alias, which is a keyword from oracle. We just need to rename it to something else, and it worked.

  • High availability Oracle Data Integrator-start managed servers exception

    Hello

    I am trying to configure high availability Oracle Data Integrator, using this tutorial: http://docs.oracle.com/cd/E14571_01/core.1111/e10106/odi.htm#autoId19

    Unfortunatelly, always without success. I stopped on ' 7.4.2.8 odi_server1 configure Node Manager and Start. My server fails to start because of the exception:

    WLS starting with line:
    /usr/lib/JVM/Java-1.6.0-openjdk-1.6.0.0.x86_64/bin/Java-serveur-Xms256m-Xmx512m - XX : MaxPermSize = 512m-Dweblogic.Name=odi_server1-Djava.security.policy=/home/oracle/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy-Dweblogic.ProductionModeEnabled=true-Dweblogic.system.BootIdentityFile=/home/oracle/Oracle/Middleware/user_projects/domains/odi_cluster/servers/odi_server1/data/nodemanager/boot.properties-Dweblogic.nodemanager.ServiceEnabled=true-Dweblogic.security.SSL.ignoreHostnameVerification=false-Dweblogic.ReverseDNSAllowed=false-Doracle.odi.coherence.wka1=eb-etl1 Doracle.odi.coherence.wka1.port=9088-Doracle.odi.coherence.wka2=eb-etl2-Doracle.odi.coherence.wka2.port=9088-Dtangosol.coherence.localport=9088--Dwls.home=/home/-Dplatform.home=/home/oracle/Oracle/Middleware/wlserver_10.3 da oracle/Oracle/Middleware/wlserver_10.3/server-Dweblogic.home=/home/oracle/Oracle/Middleware/wlserver_10.3/server-Dcommon.components.home=/home/oracle/Oracle/Middleware/oracle_common-Djrf.version=11.1.1-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger-Ddomain.home=/home/oracle/Oracle/Middleware/user_projects/domains/odi_cluster-Djrockit.optfile=/home/oracle/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt-Doracle.server.config.dir=/home/oracle/Oracle/Middleware/user_projects/domains/odi_cluster/config/fmwconfig/servers/odi_server1-Doracle.domain.config.dir=/home/oracle/Oracle/Middleware/user_projects/domains/odi_cluster/config/fmwconfig-Digf.arisidbeans.carmlloc=/home/oracle/Oracle/Middleware/user_ projets/domaines/odi_cluster/config/ fmwconfig/carml-Digf.arisidstack.home=/home/oracle/Oracle/Middleware/user_projects/domains/odi_cluster/config/fmwconfig/arisidprovider-Doracle.security.jps.config=/home/oracle/Oracle/Middleware/user_projects/domains/odi_cluster/config/fmwconfig/jps-config.xml-Doracle.deployed.app.dir=/home/oracle/Oracle/Middleware/user_projects/domains/odi_cluster/servers/odi_server1/tmp/_WL_user-Doracle.deployed.app.ext=/--Dweblogic.alternateTypesDirectory=/home/oracle/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/home/oracle/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1-Djava.protocol.handler.pkgs=oracle.mds.net.protocol - Dweblogic.jdbc.remoteEnabled=false-Dem.oracle.home=/home/oracle/Oracle/Middleware/oracle_common - Djava.awt.headless=true-Dodi.oracle.home=/home/oracle /Oracle/Middleware/Oracle_ODI1-Dodi.shared.config.dir.path=/home/oracle/Oracle/Middleware/user_projects/domains/odi_cluster/config/oracledi-Dweblogic.management.discover=false-Dweblogic.management.server= http://172.18.0.106 : 7005 - Dwlw.iterativeDev=false-Dwlw.testConsole=false-Dwlw.logErrorsToConsole=false-Dweblogic.ext.dirs=/home/oracle/Oracle/Middleware/patch_wls1036/profiles/default/sysext_manifest_classpath:/home/oracle/Oracle/Middleware/patch_ocp371/profiles/default/sysext_manifest_classpath weblogic. Server
    Exception in thread "main" java.lang.NoClassDefFoundError: Doracle/odi/coherence/wka1/port = 9088
    Caused by: java.lang.ClassNotFoundException: Doracle.odi.coherence.wka1.port = 9088
    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    The main class is not found: Doracle.odi.coherence.wka1.port = 9088. Program ends.

    Everything is configured exactly as described tutorial, but it does not work. You have ideas, what is the problem?

    It is because of the lack of '-' before Doracle.odi.coherence.wka1.port = 9088

  • Adobe offers support to upgrade DataDirect JDBC Oracle 11 g R2?

    I studied the forums, and apparently I'm the first person to ask this question.  Others called on the older versions of ColdFusion to connect to Oracle 11 g, and I saw that it was recommended to download directly from Oracle JDBC drivers.

    Amounts of change from Oracle 9 g to 11g R2, and we connect to Oracle with CF9.  CF9 documentation states that the DataDirect drivers supplied with CF9 support Oracle 11 g R1 (11.1).

    I need to know if this driver supports Oracle 11 g R2 (Oracle 11.2) or if I'll need to upgrade our JDBC driver?  Chances are if she supports R1, R2 must work well too... right?

    Maybe not.  I put in a direct data call, and they said that we would need to upgrade our JDBC drivers at least v4.1 support 11g R2.


    Information directly published versions JDBC 4.1, 4.2 and 5.0 since the release of Adobe CF9, so I need to know that Adobe offers a path of evolution for our JDBC drivers to a version superior or not - and I need to get this answer without any help from ColdFusion.  We should not need to pay for only one incident just whether or not Adobe provides a JDBC upgrade path.


    Appreciate the answers.

    Thank you!

    Well Yes, I'm sure that I've done it before and it'll be fine. This means that it will not necessarily support the new features in 11.2, but I believe that most of them are administrative and syntax additions, which are not something to do with the driver anyway.

  • CF8 ODBC Server Service missing files

    Upgraded from CF7 to CF8 Enterprise Windows Enterprise. After installation, "ColdFusion 8 ODBC Agent" and "ColdFusion 8 ODBC Server" services are not started. Tried to launch them manually and the directory where the service point to (D:\ColdFusion8\db\slserver54\bin\...) is missing.
    Of course, when you go to the administrator and add a new data source, I get a message that the ODBC ColdFusion Server service is not running or has not been installed.
    How can I install it? I uninstalled CF8 and reinstalled it trying to install 3 times.
    The server is Windows2003 Standard Edition. IIS.

    Ideas?

    The technical note to manually install services ODBC on CF 8.0 released. It includes zip files containing the necessary installation files, a datasource.cfc and update scripts to update for install and uninstall services.
    Manual installation of the ODBC Services (ColdFusion 8.0)

  • JDBC Oracle driver change requests for users with "rowid"?

    Hello

    I work with an IBM Java product that uses Oracle JDBC version 9.2.0.3.0 for Oracle DB connectivity (from file ojdbc14.jar is).
    The IBM product running an Oracle view called V_NGSM_GET_NEID which is used for elements of research network names in the Oracle
    DB and return the partners '' code of assets '' if the node is found.

    The problem is for all a single query sent I see two queries by using a packet sniffer. See below. The first query I see on the network
    a the string "rowid," prefix (107 package 0x9b offset) to the list in the column specified in my policy. But the first request fails with
    the following error (112 package)

    ORA-01446: cannot select ROWID from view DISTINCT, GROUP BY, etc +

    After the above error is returned, I see immediately the same request sent again, this time without "rowid", prefix (113 package offset 0 x 94)
    This same behavior occurs for each query, each time which results in twice the number of queries required and is a big problem.

    Support IBM claims it's the JDBC Oracle driver, not their code, adding "rowid", at the request and return it
    less "rowid", if it fails.

    Does make sense to anyone? I can't imagine that Oracle would distribute such a driver.

    Comments? Thoughts?

    Below are the packets captured using Solaris/snoop. The number is package on the extreme left (e.g., 107-117).

    ------

    107 0.00121 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq = Len 3275308205 = 193 Win 49640 = 3897618122

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 00e9 2440 4000 4006 0000 cfe5 1503 8eb2... $@. @...
    32: 20 dB f5a1 c339 3cad e850 eeca 5018 a231... ¢ 1.9 <... PI.p.
    48: 9551 0000 1 0000 0600 0000 0000 00C c1e8... Q............
    64: 1169 0001 0101 0103 0002 8021 0001 035F. i... ^... ! ...
    80:0183 00 0000 0004 7fff ffff 0000 0101 0D...
    96: 0000 0000 0073 656 c 6563 7420 726f 7769. . Select rowi
    112: 642 204th c 4554 574f 524bis 5f45 45 4 c 4 d 45 d, NETWORK_ELEME
    128: 204th 442c 4554 524bis 5f45 NT_ID, NETWORK_E 574f 5f49 4e54
    144: 45 4 c 4 d 45 4e54 5f4e 414d 4520 4652 4f4d LEMENT_NAME OF
    160: 204th 4753 4 d 55 5345 522e 2256 5f4e 4753 NGSMUSER. "V_NGS
    "176: 4d5f 4745 545f 4944 2220 5748 4552 M_GET_NEID 4e45" WHER
    192:4520 4e45 5457 454d 454 454c NETWORK_ELEMEN E 4b5f of the 4f52
    208: 545f 4e41 4 d 45 203d 2027 4544 544th 4142 T_NAME = ' EDTNAB
    224: 4453 4 C 41 4 30 3327 0101 0000 0000 0000 DSLAM03 D '...
    240: 0101 0000 0000 00...

    108 0.01144 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308398 = Len 3897618122 = Win 11 = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0033 2764 0000 3706 c7eb 8eb2 cfe5 20db. 3 would be... 7..... ...
    32: 1503 a231 f5a1 e850 eeca c339 5018 3d6e... ¢1.¡. PI... 9 = nP.
    48: 8052 1 d 57 0000 000 b 0000 00 0000 0100 0c. R.W............
    64: 01.

    109 0,00000 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308398 = Len 3897618133 = Win 11 = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0033 2765 0000 3706 c7ea 8eb2 cfe5 20db. 3' e... 7..... ...
    32: 1503 a231 f5a1 e850 eed5 c339 5018 3d6e... ¢1.¡. PI... 9 = nP.
    48: 8052 1c4c 000 0000 0000 00 0000 0100 0c b. R.L............
    64: 02.

    110 0,00008 ab9imdev01-> 142.178.32.219 TCP D = 41521 S = 62881 Ack = 3897618144 Seq = 3275308398, Len = 0 Win = 49640

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 0028 2441 4000 4006 0000 cfe5 1503 8eb2. ($A@.@.........
    32: 20 dB f5a1 a231 c339 3d6e e850 eee0 5010... ¢ 1.9 = n. Pi. P
    48: 9490 0000 c1e8...

    111 0,00019 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq 3897618144 Len 3275308398 = Win 49640 = 11 =

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 0033 2442 4000 4006 0000 cfe5 1503 $8eb2.3 B @. @...
    32: 20 dB f5a1 c339 3d6e e850 eee0 5018 a231... ¢ 1.9 = n. Pi. P
    48: c1e8 b 949 000 0000 0000 00 0000 0100 0c b... \233...
    64: 02.

    112 0.00870 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308409 = Len 3897618144 = 111 Win = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0097 2766 0000 3706 c785 20db cfe5 8eb2... " f.. 7..... ...
    32: 1503 a231 f5a1 e850 eee0 c339 79 5018 3d... ¢1.¡. PI... 9 = yP.
    48: 8052 7b 48 0000 0000 0600 0000 0000 006f. R{H...o........
    64:0400 0205 a600 0001 0301 0700 0001 2000...
    80: 0000 0000 0000 0000 0000 0001 0147 4f52... GOR
    96: 412d 3031 3434 363 2063 616e 7420 A - 01446 6e6f a: cannot
    112: 7365 6 c 65 6374 2052 4944 2066 726f 4f57 select ROWID BOF
    128: 6 d 20 7669 6577 2077 6974 6820 4449 5354 m seen with DIST
    144: 494e 4354 2 c 20 4752 5020 4259 2 c 20 INCT, GROUP BY 4f55,.
    0a 632nd 160:6574 etc...

    113 0,00037 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq = Len 3275308409 = 179 Win 49640 = 3897618255

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 00db 2443 4000 4006 0000 cfe5 1503 8eb2... $C @. @...
    32: 20 dB f5a1 c339 3d 79 e850 ef4f 5018 a231... ¢ 1.9 = y. P. OP
    48: 9543 0000 00b 3 0000 0600 0000 0000 c1e8... C............
    64: 0002 8021 0103 0101 7 c 01 010 035F d 0000. ^... ! ....| .....
    80: ff00 of ffff 0000 0000 0000 0000 5345 047f... IS
    96: 4 c 45 4354 204th 4554 574f 524bis 5f45 4 c 45 READING NETWORK_ELE
    112: 4 d 45 4e54 5f49 442c 204th 4554 524bis MENT_ID, NETWORK 574f
    128: 5f45 45 4 c 4 d 45 4e54 5f4e 4520 4652 ELEMENTNAME EN 414d
    144: 204th 4f4d 4753 4 d 55 5345 522e 2256 5f4e OM NGSMUSER. "V_N
    4745 545f 4944 2220 5748 GSM_GET_NEID 4e45 4d5f 160:4753"WH
    4520 4e45 5457 4f52 4b5f 454c 454d ERA NETWORK_ELEM 176:4552
    192: 454 545f 4e41 4 d 45 2027 4544 203d 544th ENT_NAME = ' EDTN
    208: 4142 4453 4 C 41 4 30 3327 0101 0000 0000 ABDSLAM03 D '...
    224: 0000 0101 0000 0000 00...

    114 0.01101 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308588 = Len 3897618255 = 174 Win = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16:00 6 2767 0000 3706 c745 20db cfe5 8eb2 d... " g... 7..E... ...
    32: 1503 a231 f5a1 e850 ef4f c339 5018 3e2c... ¢1.¡. P.O.9 >, P.
    48: 8052 c84a 0000 0000 0600 0000 0000 00ae. R.J............
    64: 3175 787 101d 0000 0003 0000 3ed0 949d c... 1UX|...\235 >...
    80: 786d 080d 30 3900 7400 0000 0201 xm ed27 0d... 09.i't...
    96: 3401-0243-0200, 0116 0000 0000 0000 0000 4.C...
    112:0112 0112 124th 4554 574f 524bis 5f45 4 c 45. . NETWORK_ELE
    128: 4 d 45 4e54 4400 0001 8000 0001 1e00 MENT_ID 5f49...
    144: 0000 0001 1f01 0114 0114 144F 4554 574f... . NETWO
    160: 524bis 5f45 45 4 c 4 d 45 5f4e 4500 RK_ELEMENT_NAME 414d 4e54.
    176: 0001 0707 786 d 080d 1024 1508 0104 04a 7... xm... $...
    192: d5e0 0791 0103 0000 0004 0000 0000 fa02...
    208: 0103 0003 0000 0000 0000 0000 0000 0000...
    224: 0000 0101...

    115 0.00026 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq = Len 3275308588 = 17 Win 49640 = 3897618429

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 0039 2444 4000 4006 0000 cfe5 1503 $8eb2.9 D @. @...
    32: 20 dB a231 c339 e850 5018 effd 3e2c f5a1... ¢ 1.9 >,. . P. P.
    48: c1e8 94a 1 0000 0011 0600 0000 0000 0000... ¡...
    64: 0305-0001-0301 0 has...

    116 0.10217 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 Ack = 3275308605 Seq = 3897618429, Len = 0 Win = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0028 2768 0000 3706 c7f2 8eb2 cfe5 20db. ('h.. 7..ò... ...
    32: 1503 a231 f5a1 e850 effd c339 3e3d 5010... ¢1.¡. P.... 9 > = P.
    48: 8052 2973 0000 0000 0000 0000. R)s........

    117 0.27052 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308605 = Len 3897618429 = Win 64 = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0068 2769 0000 3706 c7b1 8eb2 cfe5 20db. h'i... 7..... ...
    32: 1503 a231 f5a1 e850 effd c339 5018 3e3d... ¢1.¡. P.... 9 > = P.
    48: 8052 d42a 0000 0040 0000 0600 0000 0000. R.*...@........
    64:0400 0205 7 b 00 0001 0300 0300 0120 0000... {........ ..
    80: 0000 0000 0000 0000 0000 0101 194f 5241... ORA
    6e6f 3 a 20 96: 2d 30 3134 3033 2064 6174 6120 - 01403: no data
    112: 666f 756 640 has found.

    Looks like you are saying that the Java source code can control completely if the driver will try to get the ROWID by requested ResultSet settings. Is this true?

    I think it should, Yes. I guarantee you that all versions of the driver in all cases would have a parameter that has ignored the attempt to insert of a ROWID. But I strongly suspect that he does not bother if the result set which had been requested was such that the ROWID would not be beneficial.

    I expect the pilot to understand the complete Oracle SQL grammar, it can at least add "rowid" in the place in the query

    There is a major compromise. It is incredibly difficult to support full SQL grammar correctly. Oracle used to SQL for SQL and PL/SQL engine analyzers and would regularly find bugs where a scanner heard something that does not have the other parser. When you put too much SQL parsing code in the driver, you finish by the two spend more time parsing SQL statements and you end by potentially limiting the set of queries that could be issued to the dialect of SQL that the JDBC driver has been aware of when it was shipped that sucks when you use to connect to a database of the latest drivers.

    I suspect (assuming that is not speaking on behalf of the JDBC driver development team) they thought it better to do the simplest thing possible, throwing the ROWID right after SELECT it. If it worked, great. If this is not the case, they encoururent the cost of a round trip and an analysis of the database which is probably at the same level as the cost of the analysis of the SQL locally and then just downgrade the result set. If you ask an editable ResultSet, for example, Oracle is unable to identify a single line, if you specify also SEPARATE in the query. Rather than trying to understand all of the cases where a query generates a result not set editable intrinsically, it is easier and more accurate to try to get a ROWID and downgrade the result set if the addition of a ROWID generates a syntax error.

    Of course, the costs and benefits of arbitration depend on the proportion of result sets which requires a feature that is not available with the SQL statements, they deliver some. If you have an application that makes 300 000 queries that have SEPARATE and ask a modifiable and capable of scroll cursor, it would potentially put more logic in the JDBC driver. If you have an application that always brings queries that can be changed using simple algorithm of the driver, the simple algorithm is obviously preferable.

    Justin

  • Essbase adapter for Oracle Data Integrator

    Hello

    I need adapter Essbase for Oracle Data Integrator, because I'm going to copy data to DB2 and SAP Essbase.

    I found Essbase adapter edelivery.oracle.com (drivers), but it didn't work. When I create a new database server, an error message will appear:

    java.sql.SQLException: Driver must be specified
    at com.sunopsis.sql.SnpsConnection.a (SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.testConnection (SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.testConnection (SnpsConnection.java)
    at com.sunopsis.graphical.r.or.o (or.java)
    at com.sunopsis.graphical.r.or.f (or.java)
    at com.sunopsis.graphical.r.or.b (or.java)
    at com.sunopsis.graphical.r.or.b (or.java)
    at com.sunopsis.graphical.r.il.actionPerformed (il.java)
    at javax.swing.AbstractButton.fireActionPerformed (unknown Source)
    in javax.swing.AbstractButton$ ForwardActionEvents.actionPerformed (unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed (unknown Source)
    at javax.swing.DefaultButtonModel.setPressed (unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased (unknown Source)
    at java.awt.Component.processMouseEvent (unknown Source)
    at java.awt.Component.processEvent (unknown Source)
    at java.awt.Container.processEvent (unknown Source)
    at java.awt.Component.dispatchEventImpl (unknown Source)
    at java.awt.Container.dispatchEventImpl (unknown Source)
    at java.awt.Component.dispatchEvent (unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent (unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent (unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent (unknown Source)
    at java.awt.Container.dispatchEventImpl (unknown Source)
    at java.awt.Window.dispatchEventImpl (unknown Source)
    at java.awt.Component.dispatchEvent (unknown Source)
    at java.awt.EventQueue.dispatchEvent (unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy (unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy (unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy (unknown Source)
    in java.awt.Dialog$ 1.run (unknown Source)
    at java.awt.Dialog.show (unknown Source)
    at java.awt.Component.show (unknown Source)
    at java.awt.Component.setVisible (unknown Source)
    at com.sunopsis.graphical.r.or.q (or.java)
    to com.sunopsis.graphical.r.or. < init > (or.java)
    at com.sunopsis.graphical.frame.a.ji.bx (ji.java)
    at com.sunopsis.graphical.frame.bn.w (bn.java)
    at com.sunopsis.graphical.frame.bn.d (bn.java)
    at com.sunopsis.graphical.frame.w.actionPerformed (w.java)
    at javax.swing.AbstractButton.fireActionPerformed (unknown Source)
    in javax.swing.AbstractButton$ ForwardActionEvents.actionPerformed (unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed (unknown Source)
    at javax.swing.DefaultButtonModel.setPressed (unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased (unknown Source)
    at java.awt.Component.processMouseEvent (unknown Source)
    at java.awt.Component.processEvent (unknown Source)
    at java.awt.Container.processEvent (unknown Source)
    at java.awt.Component.dispatchEventImpl (unknown Source)
    at java.awt.Container.dispatchEventImpl (unknown Source)
    at java.awt.Component.dispatchEvent (unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent (unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent (unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent (unknown Source)
    at java.awt.Container.dispatchEventImpl (unknown Source)
    at java.awt.Window.dispatchEventImpl (unknown Source)
    at java.awt.Component.dispatchEvent (unknown Source)
    at java.awt.EventQueue.dispatchEvent (unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy (unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy (unknown Source)
    at java.awt.EventDispatchThread.pumpEvents (unknown Source)
    at java.awt.EventDispatchThread.pumpEvents (unknown Source)
    at java.awt.EventDispatchThread.run (unknown Source)

    Anyone know about this error?

    Thank you for your advance.

    Kind regards
    Stephan

    Hello

    Are you this message when you click the Test button, if so, then this is normal because you can use the Test button for components that use JDBC and the essbase adapter does not work.

    I hope this helps.

    John
    http://John-Goodwin.blogspot.com/

  • SSRS for lack of outer join with the Oracle data source

    It seems to be a problem with the Oracle driver used in the Reporting SERVICES query designer.

    When you use an Oracle data source, if I create an outer join in the graphic designer, it automatically inserts '{OJ' before the join and '} ' after her.  This is an incorrect syntax for Oracle and refuses to start.  The curly braces and the JO editable in designer text, but if I go back to the graphic designer and immediately to reintegrate them.

    Only, this has started to happen a year or two ago - before that it worked, but with the old (+) syntax.

    Can it not be healed?  It makes things very difficult.

    -Geoff

    Hi Geoff,

    Thanks for posting in the Microsoft Community.

    However, the question you posted would be better suited in the Forums of the Oracle Support; We recommend that you post your query in Oracle Support Forums to get help:

    https://forums.Oracle.com/forums/main.jspa;JSESSIONID=8d92100c30d8fb401bcbd10b46c38c9ddf1a3242549a.e34SbxmSbNyKai0Lc3mPbhmSc3aNe0? CategoryID = 84

    If you have any other questions or you need Windows guru, do not hesitate to post your questions and we will be happy to help you.

  • 5.1 ACS is not supported ODBC and Oracle

    Hi Netpro

    Train my familiar and careless with the old version of the ACS, ACS unit I bought two 5.1 device to work in the HA function. After installation and did ' t tried configured for use with the external database with ORACLE, I see nothing. I tried to read the paper and I saw no keyword that said this support the ODBC or Oracle version. If anyone can help me what is the workaround for ACS work with ODBC and Oracle.

    Thank you

    Pitcher

    This pitcher,

    4.2 the CSA can be installed on the CSACS-1120-K9 unit simply re-Imaging it (so not really a downgrade) with a dedicated DVD.

    You can get such a DVD through an official TAC case:

    http://Tools.Cisco.com/ServiceRequestTool/create/launch.do

    Kind regards

    Fede

    --

    If this helps you or answers to your question if it you please mark it as 'responded' or write it down, if other users can easily find it.

  • RDF Triple in Oracle Data Miner

    Minor data read Oracle triples of RDF data if will want to do a classification to them? or it reads only flat data? There are links on how to use minor oracle data to perform the ranking on triple RDF data?

    Hello

    Very good question! How to get RDF to work with ODM is simple. You can create the view or a physical table based on a query SPARQL (which, in your case, aims to release interesting part of the graph that you want to perform the classification on). After that, simply feed this view or table to ODM tool.

    Following 24-40 presentation of presentation slides on the integration of RDF in R, ODM and OBIEE. They might be useful.

    http://download.Oracle.com/otndocs/tech/semantic_web/PDF/semtech2012_presentations/semtech2012_candidate_v5.PDF

    Thank you

    Zhe Wu

Maybe you are looking for