JDBC provides wrong meta information (Oracle 8.1.7)

Hi all
When I get the meta information about the datatype 'date', the literal prefix and the literal suffix are delivered as 'null'.
When I execute an insert statement such as: 'insert into TEST_TABLE (BIRTHDATE) values (31.01.2002)' I get the error: 'ORA-00917: missing comma'
Now I change the statement to 'insert into TEST_TABLE (BIRTHDATE) values ('31.01.2002')' everything works fine.
It seems that the meta information are not correct! Does anybody have a hint?
Thanks
Kind regards

Just a guess...
The Oracle comm processes (net8 or whatever it is called) allows for different protocols to communicate. Your server is set up for a different protocol than the old one was. Either the client or the server needs to adjust.
You can test this by creating a TSN and using sqlplus to connect. Once it works open up the TSN file (*.ora?) and get the correct params from there.

Similar Messages

  • JDBC Sender - Wrong SELECT statement (Oracle driver)

    Hi,
    3 days ago I was having a problem with my JDBC Sender adapter [JDBC Sender adapter is reading but then there isn't the message in SXMB_MON; .
    Finally I discovered what's wrong but I can't understant why is not working. When I deleted the "WHERE" condition in my SELECT statement all worked OK (except that I need the WHERE statement...).
    Why that statement is not working in my JDBC Sender:
    SELECT * FROM MATERIALES WHERE LEIDO<>'X'
    and that statement works:
    SELECT * FROM MATERIALES
    The field "LEIDO" is my flag that I must set to X when I read with the UPDATE statement, so I need the where condition...

    Thanks Christopher but still not working
    I tried two new statements:
    1 - Escaping:    SELECT * FROM MATERIALES WHERE LEIDO <> 'X'
    2 - Changing the operator symbol: SELECT * FROM MATERIALES WHERE LEIDO != 'X'
    The nº1 gives me an error of invalid character
    The nº2 has the same effect than the other symbol, the adapter reads from the DB but no XML message is generated and no payload to check what's happening... just a message ID without information and without a message generated in SXMB_MONI

  • JDBC Drivers to access from Oracle on Unix environment

    hi,
    Iam able to run my java application to access the data from the Oracle (8.1.7)using JDBC-ODBC bridge drivers on my Windows environment,but when i tried to execute the same program on Unix(I used same DSN)enivronmentit is giving an 'SQLException:NO Suitable Driver'.
    Iam using JDK1.2.2 version and have got Oracle 8.0.5 client on my PC.Iam using WindowsNT workstation and Unix on the same machine.
    This is the program Iam using in both Windows and Unix.
    import java.sql.*;
    import java.util.*;
    import java.math.*;
    public class db11
    public static void main(String[] args)
    String url="jdbc:odbc:dsn_name";
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection dbconn=DriverManager.getConnection(url,"scott","tiger");
    System.out.println("Connection OK");
    catch(ClassNotFoundException c1)
    System.out.println(c1.toString());
    catch(SQLException c2)
    System.out.println(c2.toString());
    Can anyone help me out how to run the same in Unix.Iam able to ru my other Java applications with out database applications.
    Regards
    Rao

    Hi Sekar,
    Thanks for replies.Iam sending you the code.Pls go thru that and let me know where I went wrong.
    import java.io.*;
    import java.sql.*;
    import java.util.*;
    import java.math.*;
    public class db11
    public static void main(String[] args)
    String url="jdbc:oracle:thin@<host>:1521:dsn";
    try
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    // Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection dbconn=DriverManager.getConnection(url,"username","pwd");
    System.out.println("Connection OK");
    catch(ClassNotFoundException c1)
    System.out.println(c1.toString());
    catch(SQLException c2)
    System.out.println(c2.toString());
    Iam still getting the error ClassNotFoundException:oracle.jdbc.driver.OracleDriver.
    I tried by including the oracle.sql.*;oracle.jdbc.driver.*; as well,then Iam getting cannot import the above packages.
    Classpath and path are same as I mentioned in my previous mail.
    regards
    Rao

  • Help required on jdbc 2.0 driver for oracle 8.0.4

    Hi all,
    I wanted to know whether any oracle/Third party jdbc 2.0 driver is available to connect to oracle 8.0.4 enterprise server.
    Any help would be kindly appreciated....
    Regards,
    Sudhakar

    Ravindra Rao (guest) wrote:
    : I'm looking for a Type 4 JDBC 2.0 driver for Oracle 8.0.4. Does
    : Oracle provide one. I have looked at the downloads area but was
    : not able to locate one.
    : Any pointers?
    : Ravindra Rao
    : [email protected]
    The only oracle JDBC driver that can run with JDK 1.2.x is in the
    OTN download area and is named "816SDK for JDK 1.2"
    it will work with the JDK 1.2.X using the JDBC 1.22 spec from JDK
    1.1.X.
    IT DOES NOT PROVIDE THE FULL JDBC 2.0 FEATURES/ FUNCTIONALITY
    THAT ARE INCLUDED IN THE JDK 1.2.X CLASSES.
    you're using a jdk 1.2.x/jdbc 2.0 feature -- which is anticipated
    to be included in the 816 driver later this year -- it's not in
    the "816SDK" JDBC driver you're using now..
    816SDK can be thought of as stepping stone between 815 using jdk
    1.1.x and 816 supporting jdk 1.1.x and 1.2.x.
    i think of it as "8.1.5 and a half" to avoid the naming confusion
    between "816sdk" and "816" .
    SEE the following FAQ link for additional details :
    http://technet.oracle.com/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
    null

  • Oracle JDBC Driver too old in Oracle WebLogic Server 10.3

    I check oracle jdbc driver bundles in the Oracle WebLogic Server 10.3
    The version is too old,and current version is:
    Oracle Database 11g Release 1 (11.1.0.7.0) JDBC Drivers
    The question is:
    Could we replace the old ojdbc6.jar with the current one (11.1.0.7.0)?
    Thanks in advance!

    Yes, but be sure the new driver provides the classes registered in Administration Console that are provided by ojdbc6.jar when you configure jdbc resources to Oracle database

  • Access DC Meta Information at Runtime (SAP AS CE 7.1)

    Hello,
    is it possible (e.g. for a session bean)  to access its DC meta information at runtime? I.e. does the AS provide a means to query information like which dependencies my ear DC has? The only way I'm currently seeing is to manually parse the generated SAP_MANIFEST file.
    Something like Eclipse provides for its plug-ins. Some kind of DC registry.
    ciao,
    elm

    Yes, I see that.  I also don't have the path you specified.  I do have: C:\usr\sap\U07\J00\j2ee\JSPM\log
    What exactly does Deployment queue YUX-1257468729140 should be validated successfully before it can be deployed.  Mean? 
    One other thing, I am updating to SP8 from an executable: CEUPDATE71_0-10005100.EXE
    I did notice this:
    Trouble Ticket Report
    Java Support Package Manager for SAP NetWeaver
    SID................: $(/J2EE/StandardSystem/SAPSystemName)
    Hostname...........: daver
    Install directory..: $(/J2EE/StandardSystem/SAPSIDDirectory)
    Database...........: $(/J2EE/DBSystem/DBInfoName)
    Operating System...: $(/J2EE/StandardSystem/CentralInstance/J2EEEngineInstanceHost/OpSysType)
    JDK version........: 1.5.0_13 SAP AG
    JSPM version.......: 7.10.5.0.24
    System release.....: 630
    ABAP stack present.: false
    The execution ended in error.
    Could not initialize JSPM in unattended mode.
    Unable to send message. See previous message.
    Connection timed out after 10 seconds.
    More information can be found in the log file C:\usr\sap\U07\J00\j2ee\JSPM\log\log_2009_10_30_11_10_14\JSPM_MAIN_1_01.LOG.
    Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:
    com.sap.sdt.jspm.phases.PhaseTypeLupJSPM
    com.sap.sdt.jspm.unattended.UnattendedControllerException
    Could not initialize JSPM in unattended mode.
    JSPM_MAIN
    JSPMPhases
    NetWeaver Upgrade
    SAPJup
    Java Upgrade
    thanks a lot for your time....
    Edited by: David Robertson on Nov 9, 2009 3:05 PM

  • WRONG VOLUME INFORMATION (during APPS 11.5.9 installation)

    Hi friends,
    I am trying to install ORACLE APPS 11.5.9 on my desktop with configuration of
    PIV 2.8GHZ
    1 GB RAM
    160 GB SATA HDD
    but I am unable to install the s.w ,I am getting this error message
    WRONG VOLUME INFORMATION.
    i have installed all the pre-requiste s/w like
    java
    VC++
    MKS
    PERL
    GNU MAKE
    Plz reply me soon
    bye.

    Check the Thread: How to Install 11.5.10 on Win XP
    which is same for the Windows 2000.
    Thanks
    Uday

  • Hp pavilion showing wrong battery information

    hp pavilion showing wrong battery information, also not giving warning message when battery low. Sometiimes its showing right information. What should i do to solve this problems?

    Hi @ajmalmji ,
    Welcome to the HP Forums!
    It is a terrific place to find answers.
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I understand that your battery power is not showing correctly and does not provide warnings.
    Here is a link to Test and Calibrate battery.  As you did not provide your Operating System you will need to select the correct one from the list.
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • I need to know free login for itunes so please provide me necessary information on free procedure of free downloading apps of apple.

    i need to know free login for itunes so please provide me necessary information on free procedure of free downloading apps of apple

    Follow the instructions on this page when creating an account : http://support.apple.com/kb/HT2534

  • How to fix this error "this iPad is not able to complete the activation process. Please press Home and start over. If the issue persists, please visit your nearest Apple Store or Authorized service provider for more information or replacement"?

    How to fix this error "this iPad is not able to complete the activation process. Please press Home and start over. If the issue persists, please visit your nearest Apple Store or Authorized service provider for more information or replacement"? When I plugged in my iPad this popped up!

    Hi csreddy, 
    If you are receiving a message to contact an Apple Retail Store or Authorized Service Provider for help updating from iOS 3, click on the link below to initiate that support:
    Update the iOS software on your iPhone, iPad, and iPod touch - Apple Support
    http://support.apple.com/en-us/HT204204
    Update your device using iTunes
    If you can’t update wirelessly, or if you want to update with iTunes, follow these steps:
    Install the latest version of iTunes on your computer.
    Plug in your device to your computer.
    In iTunes, select your device.
    In the Summary pane, click Check for Update. 
    Click Download and Update.
    If you don't have enough free space to update using iTunes, you'll need to delete content manually from your device.
    Find out what to do if you get other error messages while updating your device.
    Last Modified: Jan 12, 2015
    Apple - Find Locations
    https://locate.apple.com
    Contact Apple for support and service - Apple Support
    http://support.apple.com/en-us/HT201232
    Regards,
    - Judy

  • How to track meta information throughout a site

    I was wondering if there is an easy way to track meta information (keywords, descrption) and possibly page titles throughout a site and have it exported to something like an excel spreadsheet.  I'm trying to track meta and title information over time and see how changes affect google rankings.  It would be nice if I could extract the data quickly instead of going page by page.  Odd request, I know...
    Thanks in advance for any help.

    A good idea is to use something like Log4J to handle logging in your application. You do have to be careful if your application is clustered and there is serialization involved since your logger won't be serializable, causing clustering to fail (I swear it didn't happen to me)....
    private transient Logger log = null;
    protected final Logger getLogger() {
        if (this.log == null)
            this.log = LogFactory.getLogger(this.getClass());
        return this.log;
    }

  • OIM 9.1.0.2 - Weblogic JDBC Multi Data Sources for Oracle RAC

    Does OIM OIM 9.1.0.2 BP07 support Weblogic JDBC Multi Data Sources (Services>JDBC>Multi Data Sources) for Oracle RAC instead of inserting the "Oracle RAC JDBC URL" on JDBC Data Sources for xlDS and xlXADS (Services>JDBC>Data Sources> xlDS|xlXADS > Connection Poll> URL) ?
    If yes, is there are any other modifications that need to be made on OIM, or just changing the data sources?

    Yes, it's supported. You install against one instance directly of the Rac Server. Then you update the config.xml file and the jdbc resource in your weblogic server with the full rac address. It is documented for installation against RAC. http://docs.oracle.com/cd/E14049_01/doc.9101/e14047/database.htm#insertedID2
    -Kevin

  • Use jdbc to connect servlet to oracle 8.1.6 database on win2k

    The code is below:
    package moreservlets;
    import java.sql.*;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    /** Simple servlet used to test JDBC connection. */
    public class TitleQueries extends HttpServlet {
    public void doGet(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    String title = "Connecting to Database";
    DriverManager.registerDriver (new
    oracle.jdbc.driver.OracleDriver());
    Connection conn = DriverManager.getConnection
    ("jdbc:oracle:thin:@pc840:1521:orcl", "scott", "tiger");
    Statement stmt = conn.createStatement();
    ResultSet rset = stmt.executeQuery
    ("select ename from emp");
    while (rset.next()) {
    String name = rset.getString("ename");
    out.println(ServletUtilities.headWithTitle(title) +
    "<body bgcolor=\"#FDF5E6\">\n" +
    "<h1 align=\"center\">" + name + "</h1>\n" +
    "</body></html>");
    CLASSPATH=.;C:\J2ee;C:\j2sdkee1.3.1\lib\cloudscape;C:\Program Files\Apache Tomcat 4.0\common\lib\servlet.jar;C:\Oracle\Ora81\orb\classes\yoj.jar;C:\Oracle\Ora81\orb\classes\share.zip
    My code cannot find the JDBC driver. Any suggestions?
    Thanks.
    I get the following errors:
    C:\J2ee\moreservlets>javac -d "C:\Program Files\Apache Tomcat 4.0\webapps\ROOT\
    EB-INF\classes" TitleQueries.java
    TitleQueries.java:19: package oracle.jdbc.driver does not exist
    oracle.jdbc.driver.OracleDriver());
    ^
    TitleQueries.java:31: cannot resolve symbol
    symbol : variable name
    location: class moreservlets.TitleQueries
    "<h1 align=\"center\">" + name + "</h1>\n" +
    ^
    2 errors

    I changed my classpath variable and my servlet
    compiles okay with the:
    "import oracle.jdbc.driver.*" statement.
    However, I still get the following error.
    Why can't it find the jdbc driver, since it finds the
    import statement?
    Apache Tomcat/4.0.3
    Error loading driver: java.lang.ClassNotFoundException: oracle.jdbc.driver.Oracl
    eDriver
    WebappClassLoader: Resource '/WEB-INF/classes/moreservlets/ServletUtilities.cl
    ass' was modified; Date is now: Tue Jul 02 09:57:26 CDT 2002 Was: Tue Jul 02 09:
    37:20 CDT 2002
    Error loading driver: java.lang.ClassNotFoundException: oracle.jdbc.driver.Oracl
    eDriver
    CLASSPATH=.;C:\J2ee;C:\j2sdkee1.3.1\lib\cloudscape\RmiJdbc;C:\Program Files\Apache Tomcat 4.0\common\lib\servlet.jar;C:\Oracle\Ora81\jdbc\lib\classes12.zip;C:\Oracle\Ora81\orb\classes\yoj.jar;C:\Program Files\Oracle\JDeveloper 3.2.3\jdbc\lib\oracle8.1.7\classes12.zip;C:\Oracle\Ora81\orb\classes\share.zip
    //code begins here
    package moreservlets;
    import java.sql.*;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import oracle.jdbc.driver.*;
    public class TitleQueries extends HttpServlet {
    public void doGet(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    try {
    Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection conn = DriverManager.getConnection
    ("jdbc:oracle:thin:@pc840:1521:orcl", "scott", "tiger");
    Statement stmt = conn.createStatement();
    ResultSet rset = stmt.executeQuery
    ("select * from emp");
    out.println(ServletUtilities.headWithTitle(title) +
    "<body bgcolor=\"#FDF5E6\">");
    while (rset.next()) {
    out.println("<h1 align=\"center\">"
    + rset.getString("ename") + "</h1>\n");
    out.println("</body></html>");
    catch(ClassNotFoundException cnfe) {
    System.err.println("Error loading driver: " + cnfe);
    catch(SQLException sqle) {
    System.err.println("Error connecting: " + sqle);
    }

  • Using lightroom 5.7.1 not all the meta-information is copied when exporting pictures

    using lightroom 5.7.1 not all the meta-information is copied when exporting pictures: city and country are not copied, although this information appears if i open the original file in photoshop. if i export this file via lightroom, the information dissappears.
    does anyone know how to solve this problem?

    thank you!
    although i did not change anything updating from lightroom3 to lightroom5, this box was automatically checked in all presets. now i unchecked it and everything works fine.

  • HT1918 Apple ID for kids without providing credit card information

    I want to create an Apple ID for my 10 year old son, without providing credit card information. on the web I found a video telling that it is possible to set the payment information to "none" - but this choice does not show up in my settings

    I'm not sure how this "none" option works in other countries, but it is accessible in the U.S. So I assume that you are not in the U.S. You can create another Apple ID for the child to use
    The minimum age for an Apple ID needed to create an iTunes account is 13. You will have to set this up using your information (your birthday, address, etc.) and you will need another email address. You can create a free email account using AOL, Hotmail, Yahoo, or Gmail as well.
    Create iTunes Store account without credit card - Support - Apple
    Use this Apple ID only for the kids account. Purchases cannot be transferred from one Apple ID to another one.

Maybe you are looking for

  • Error Message when connecting to FIOS Internet

    When I go to Network Connections and try to connect to FIOS Internet, I get a box to enter User ID and Password. Per the instruction from Verizon Tech Support, for the User ID, I enter the ESSID from my Actiontec M1424-WR, Rev C, modem  For the passw

  • Distorted video in finished dvd.

    Hello, this is my first dvd I created. From premiere I exported a 3min long avi video. Aspesct Ratio: 720x576 Pixel aspect ratio 1,422. Copressor: Indeo Video 5.10. Interlace: Lower Field First In Encore DVD I imported the video as an asset, menu is

  • How To Insert Video

    Hi I have created a video to put on my websites home page. However, when I try to insert it using Dreamweaver it doesn't play. In dreamweaver which is the best option to insert a video?:- Insert flash, flash video - progressive download video or stre

  • Does JDBC/ODBC bridge support Unicode ?

    I'm importing data from an Access database and Unicoded characters dont shop up correctly, but as '?'. I assume that this is due to the ODBC driver, but just to rule other options out: Can the JDBC/ODBC bridge cause this ??

  • Iw56-action box

    Hi We have a below requirement We are using IW56 for creating service notification. In the service notification,header tab,we use service order function,create to do autamatic service order creation iw31 . We would require to use this function in act