URGENT!iBATIS not evaluating value in #value#  when accessing ORACLE

Hi,
I am unable to run an SQl to select a record set from oracle when i specify the value in where condition in the following manner.
This is my sql query in XML file:
<select id="getContractor" resultMap="contractorResult" parameterClass="contractor">
select EIXID as eixid, FIRST_NAME as first_name, LAST_NAME as last_name from TB_CONTRACTOR where EIXID = #eixid#
</select>
But, when i hard code the value in sql as follows it works fine and retrieves the record.
<select id="getContractor" resultMap="contractorResult" parameterClass="contractor">
select EIXID as eixid, FIRST_NAME as first_name, LAST_NAME as last_name from TB_CONTRACTOR where EIXID = '12345'
</select>
Has anyone faces this issues. What can be the possible reason for this issue? Is there an alternate way to do it (Without using stored procedure). Please help!!
Its urgent.
Suni

Bingo. The issue is that Oracle can apply implicit conversion between a
value passed in with the SQL as it's parsed, so it will equate a passed
in "ABC" with the real table value "ABC ". However, if the query is
parsed with a parametrer marker instead, such as in a PreparedStatement,
you lose the implicit conversion, so "ABC" != "ABC ". The only solutions
are to:
1 - redefine the column as VARCHAR2(9)
2 - Pad all your parameter values to 9 characters, (send "ABC "
3 - File a TAR asking Oracle to enhance it's query plan engine to apply
the same implicit conversion of a string parameter as it would have done
to a string value passed in in the original SQL. (Good luck on this one... ;) )
HTH,
Joe Weinstein at BEA Systems
(PS: I don't even know what iBATIS is!)

Similar Messages

  • Error when accessing Oracle BPEL console

    The following error message shows up when access oracle BPEL console. Any advice to resolve this error? Thanks a lot in advance!
    ***************************************************************************** Oracle BPEL Server version 10.1.3.1.0 Build: 0 Build time: Mon Oct 09 08:44:49 PDT 2006 Build type: release Source tag: PCBPEL_10.1.3.1.0_GENERIC_061009.0802
    Exception Message:
    [java.lang.NoClassDefFoundError] org/apache/log4j/Category
    Exception Trace:
    java.lang.NoClassDefFoundError: org/apache/log4j/Category at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328) at java.lang.Class.getConstructor0(Class.java:2640) at java.lang.Class.getConstructor(Class.java:1629) at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:410) at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529) at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370) at org.collaxa.thirdparty.apache.axis.components.logger.LogFactory.getLog(LogFactory.java:37) at org.collaxa.thirdparty.apache.axis.encoding.TypeMappingImpl.(TypeMappingImpl.java:68) at com.collaxa.cube.engine.deployment.TypeSoapRegistry.registerHeaderTypes(TypeSoapRegistry.java:251) at com.collaxa.cube.engine.deployment.TypeSoapRegistry.load(TypeSoapRegistry.java:79) at com.collaxa.cube.engine.core.TypeRegistry.load(TypeRegistry.java:126) at com.collaxa.cube.engine.CubeEngine.__load(CubeEngine.java:613) at com.collaxa.cube.engine.CubeEngine.load(CubeEngine.java:474) at com.collaxa.cube.admin.ServerManager.loadDomain(ServerManager.java:1111) at com.collaxa.cube.admin.ServerManager.loadAllDomains(ServerManager.java:924) at com.collaxa.cube.admin.ServerManager.init(ServerManager.java:111) at com.collaxa.cube.ejb.impl.ServerBean.init(ServerBean.java:254) 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:585) at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:396) at com.evermind.server.ThreadState.runAs(ThreadState.java:622) at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119) at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55) at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87) at ServerBean_RemoteProxy_4bin6i8.init(Unknown Source) at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:60) at javax.servlet.GenericServlet.init(GenericServlet.java:256) at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2361) at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4810) at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4734) at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4922) at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1134) at com.evermind.server.http.HttpApplication.(HttpApplication.java:738) at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:414) at com.evermind.server.Application.getHttpApplication(Application.java:545) at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1990) at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.(HttpSite.java:1909) at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:645) at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290) at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270) at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177) at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2450) at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:998) at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131) at java.lang.Thread.run(Thread.java:595)

    ru able to login to the other applications on your App server ... viz.
    Oracle App Server Console, ESB Console, Worklist App ... etc

  • HTTP 400 Bad Request when accessing Oracle XE/Apex from the Internet

    I have Oracle Express Edition upgraded to Apex 3.2. I can access everything (SQL prompt, Apex HTTP) from my local machine. I have configured the server for remote access on a non-default (not 8080) port.
    I have executed: exec dbms_xdb.setListenerLocalAccess(false);
    I can access the server using:
    http://coyote:9977/apex (brings me to Application Express Administration Services login screen)
    (where "coyote" is the local machine name of my Windows Vista box, where the Oracle/Apex server is installed.)
    But when I try:
    http://internet_server_name:9977/apex
    (where "internet_server_name" is the internet DNS name visible of my machine visible from the internet.)
    I get "HTTP 400 Bad Request"
    I know the request is hitting the Oracle Listener (getting through firewalls, cable modem router, etc) since the http attempt causes the entry:
    20-MAR-2009 20:36:53 * http * (ADDRESS=(PROTOCOL=tcp)(HOST=68.189.244.22)(PORT=52540)) * handoff * http * 0
    to be made in the C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    An attempt using the local (Windows) machine name makes a similar entry in the listener log:
    20-MAR-2009 20:47:35 * http * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.7)(PORT=52811)) * handoff * http * 0
    This seems like a security issue of some kind (is the server dropping a request from "outside" the local domain?)
    I'm new to Oracle so I am not familiar with how to debug this sort of connectivity issue. In case it helps:
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 20-MAR-2009 19:27:00
    Uptime 0 days 1 hr. 30 min. 59 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=coyote)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=coyote)(PORT=9977))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XEXDB" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "XE_XPT" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "xe" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    The command completed successfully
    Any help appreciated,
    john

    Hans Forbrich wrote:
    CoyoteTech wrote:
    I have tried running with the firewall (F-Secure) completely disabled, but it made no difference. I do see the request hit the listener, and the handoff appears to be successful, but it goes silent from there. I also have a cable modem router that has the port forwarding set, but maybe there are other handoff ports besides the initial one (e.g. 8080) that need to be forwarded?Please also check the Windows firewall is off as well. Yes, Windows Firewall is disabled as well. See my previous post to Tyler - I'm pretty sure the reqwuest makes it through the firewall/router layer, since it causes an entry in Listener.log
    Is your problem through the router only? In other words, if you try from a second machine that is on the same side as your XE, are you working OK? (My home ISP blocks a bunch of ports. Including SMTP, FTP, Telnet. And 8080 since that is a traditional default for many Java 'servers'.)
    Yes, it appears to be related to a non-local IP address. I'm sure it makes it through the router - I also have several other ports that make it through (e.g. port 80).
    I have poked around the DBMS_EPG docs, and ran a few of the commands there (list DADS etc). DBMS_EPG was first 'released' to us in 10gR2. As far as I'm concerned, XE is the public 'beta' or 'release candidate'. (This is supported by Oracle's docs that state that Apex using DBMS_EPG is first supported using 10.2.0.3 or 11g.) There are known bugs and there is no way to patch XE to fix them. However, I do not know whether you are hitting those bugs.
    http://www.astral-consultancy.co.uk/cgi-bin/hunbug/doco.cgi?11410 provides some good notes.
    Interesting. I will check out these docs later today.
    >>
    What happens when the listener hands off to a registered handler?
    http://download.oracle.com/docs/cd/B19306_01/network.102/b14212/concepts.htm#i1049597 gives a good description.
    Thanks.
    How do I pick up the [log] trail from there?I'm thniking that the listener's log is still the primary way to go. You may need to increase the log or trace level. I have not investigated how to gen or access logs inside EPG.I tried Tyler's trace but did not seem to add additional info to the Listener.log.

  • Error display when accessing oracle erp

    am getting error when i try access oracle erp with dns name
    Network Error (tcp_error)
    A communication error occurred: "Connection refused"
    The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.
    For assistance, contact your network support team.
    what could be the solution for this issue.

    Either URL is wrong or Services on ERP server are down

  • [URGENT]: expression not evaluated at runtime for Managed Bean ?

    I have written my Custom template for SingleStepButton..
    <af:singleStepButtonBar maxStep="#{TriggerBean.selec and (TriggerBean.nodeLabel=='Services' and TriggerBean.nodeLevel=='5' or TriggerBean.nodeType=='Services' and TriggerBean.nodeLevel=='6')?6:(TriggerBean.selec and (TriggerBean.nodeLevel=='5' and TriggerBean.nodeLabel=='Packages' or TriggerBean.nodeLevel=='6' and TriggerBean.nodeType=='Packages')?WizardPageListCreateNewEquip_Acc.maxStep:5)}"
    selectedStep="#{#WIZARD_PAGE_LIST_BEAN().selectedStep}"
    previousAction="#{#WIZARD_PAGE_LIST_BEAN().getPreviousAction}"
    nextAction="#{#WIZARD_PAGE_LIST_BEAN().selectedStep==5?TriggerBean.wizardNavigator:#WIZARD_PAGE_LIST_BEAN().getNextAction}"
    id="wizardStepButtons"/>
    MY nextAction Statement doesnot Evaluate at IF statement, i.e. my Else statment for it is working perfectly but when statement is true for IF statement it gives Exception and says getNextAction property not found.
    my TriggerBean.wizardNavigator class works perfectly and tested for other scenarios e.g
    when i write and call the nextAction="#{TriggerBean.wizardNavigator}" it does call the method and works. but not for the above case. IT DO NOT EVALUATE the TriggerBean.wizardNavigator part only which is between '?' and ':'

    You cannot use the JSF EL if-then-else statement in a property that expects a simple method binding. So, you should create an additional method on a subclass of the WIZARD_PAGE_LIST_BEAN bean class and perform the if-then-else logic inside this custom method, and bind the nextAction property to this custom metho.
    Steven Davelaar,
    JHeadstart team.

  • Server Admin not connecting to Leopard Server when accessing via VPN

    Hi everyone,
    Recently, as the title suggests, Server Admin (or Server Preferences, for that matter) would not connect to my remote server via VPN. I'm quite sure that the server is working nicely, as the users (both of them lovely young ladies with considerable charms, which makes on-site support quite interesting, if distracting) didn't call me to complain, and I can login via SSH with no problems.
    The server is a Mac Mini, connected to an Airport Extreme (gigabit N), which in turn connects to our ADSL modem, if that helps any.
    Now, I did tinker around a bit with the settings before this happened, so I think it's probably my fault (well, I started my "career" of administering this server a week ago, what do you expect), so I suppose I may have inadvertently limited access to a service required for Server Admin and Server Preferences to function.
    If anyone could tell me which services are absolutely necessary for Server Admin to function, or at least where to start looking, I'd be immensely grateful. I didn't yet go on site to try and wrestle the whole thing from there, as the travel costs are non-trivial, so I'd rather do it remotely, if at all possible.

    This is exactly the difficulty I am having with a 10.5.4 Intel xserve. I have established a VPN connection that connects me to my business LAN, and I know it has carried out the connection because there are a number of things I can access properly that are not available on the public internet. For instance, my LOM ports are restricted to my business LAN, and when I connect to the server via VPN I can access teh LOM ports and using server monitor. However, when I try to use Server Admin, nothing works. It won't connect. I too am confused. All traffic to the xserve is allowed via the business LAN. I thought all traffic was supposed to be routed to the VPN server when connected via a VPN. If this is the case, shouldn't Server Admin work? When I go on site and connect my computer directly to the business LAN, I have no difficulty using Server Admin.

  • Idisk not showing up in Safari when accessing through the webpage

    When I login to dotmac, and access my idisk (the first time), it shows all files and folders. But, if I am to close that window, then immediately attempt to reopen idisk, it shows a blank page.
    Using Firefox, this does not happen. All works all the time. But, I want to use Safari.
    Originally, I was using 3.0.3 beta and was told by dotmac help that it wasn't supported. I then reinstalled 2.0.4, but with the same results. I have tried resetting the browser, deleting the cache, and so on, but still have this problem.
    Thanks in advance,
    John C.

    I understand, QuicktimeKirk. However, when on the road, I sometimes only have access to (gasp!) a windows machine, which of course doesn't have access to the finder.
    BTW, this apparently is a widespread issue with Safari. The dotmac help gang escalated this issue, and they have acknowledged the problem, and have sent it on to the programmers for a solution.
    John

  • Files do not always show in finder when accessing server

    When I access our server(PC) files do not always show up in the finder. Sometimes it shows and sometimes it does not. I have to go back and start over. I recently updated to Snow when this problem started happening. Example. If i'm in illustrator and want to open a file on the server I will go to server than to the folder on the server. once the folder is open there is not any files showing. If I go back and start over they will be there. Sometimes I have to do this several time to show files. There are multiple type of files in the folders and none of them show. Any suggestions would be greatly appreciated.

    When you are viewing the tracks on the hard disc, did you then click on "Import CD"?  This is needed to initiate the importing process that will add the tracks to your library.

  • "Not in a transaction" errors when using Oracle Thin Driver 9.0.1 with Weblogic 6.1

    Within a Tx data source by administered by Weblogic, I receive these
    errors when trying to access a Stored Procedure (that returns a
    resultset) through JDBC.
    The code fails at line ***, with the call to getObject;
    Any ideas?
    -H
    Here's an example of some code:
    try {
    stmt = getConnection().prepareCall(getTarget());
    stmt.registerOutParameter(1, OracleTypes.CURSOR);
    // set the input param
    stmt = JDBCHelper.paramSetter(stmt, getParameters());
    // execute and retrieve the result set
    stmt.execute();
    *** rs = (ResultSet)stmt.getObject(1);
    crs = new CachedRowSet();
    crs.populate(rs);
    a.add(crs);
    setResult(a);
    catch (Exception e) {

    Humphrey,
    Support of a feature means that it's gone though the full QA and
    PM approval cycle and it has been officially declared as supported.
    Feature may work well even if it's not supported. It just means you use
    it at your own risk.
    Regards,
    Slava Imeshev
    "Humphrey" <[email protected]> wrote in message
    news:[email protected]..
    According to the BEA documentation, this version of the driver is not
    supported due to "Known Issues" - does anyone know of what these
    issues are, perhaps there's a list somewhere?
    This is particularly strange since another document from BEA at
    http://e-docs.bea.com/wls/docs61/jdbc/thirdparty.html does mention how
    to upgrade the driver to 9.0.1, with no mention of any problems.

  • Bookmark button not working and spinning ball when accessing Japanese sites

    I started getting this problem since I updated to 10.5.2. I even removed all the bookmarks and still Safari won't let me access my bookmarks (spinning ball). I also cannot access many of Japanese urls where Firefox can -- it would start to load the page and half way through I get the spinning ball. I tried repairing permission, trashing cache. I'm not sure what else I can do. Can someone help?
    Thank you!

    Problem solved! The cause was Linotype FontExplorer X v. 1.2.2 which launched at startup. Update to 1.2.3 fixed my Safari problem.

  • TIME_OUT when accessing Oracle table from SAP using native SQL

    Hi,
    I have a problem in one of my native SQL statement. It takes a long time accessing the table considering that the number of records to be retrieved is only small.
    Something happened on the Oracle system. But, stilll to be confirmed. Looking further at the issue, it seems that when the value in the where clause equated is a literal (meaning the value is not declared in DATA or CONSTANTS in the ABAP Program)
    Example
    1.
    EXEC.
    WHERE FIELD = '1'
    ENDEXEC.
    instead of
    2.
    CONSTANTS: c_1 value '1'.
    EXEC.
    WHERE FIELD = c_1
    ENDEXEC.
    i found that when the way of coding is same as Example 1, a time-out error occurs. But when in Example 2, no issue.
    Can someone explain this?
    Thanks!

    Repetitively asking the same question again and again is against the forum rules.
    Please post an explain of the SQL statement on the remote machine.
    Markus

  • Strange behaviour when accessing Oracle 8i table from servlet

    Hi there,
    First a little background, I've got a 2 column table in an Oracle 8i DB that holds a very simple code to word map. There are no strange characters. Both columns are varchar.
    From my desktop machine, when I execute the the following:
    <SNIP>
                OracleDataSource ods = new OracleDataSource();
                ods.setDriverType("thin");
                ods.setServerName("DBserver.db");
                ods.setDatabaseName("DB");
                ods.setPortNumber(1527);
                ods.setUser("user");
                ods.setPassword("password");
                Connection connection = ods.getConnection();
                Statement stmt = connection.createStatement();
                ResultSet res = stmt.executeQuery(SQL);
                CachedRowSet crs = new CachedRowSetImpl();
                crs.populate(res);
                while (crs.next()) {
                    System.out.println("ID: " + crs.getString(1) +
                                       ",  Name: " + crs.getString(2));
                }<SNIP>
    Everything works fine, and I get the results I expect (both return values for getString(1) and getString(2) are exactly as they are stored in the table)
    HOWEVER:
    When I execute the same exact code in a servlet sitting on a Tomcat server (I'm using a simple applet servlet model to access the table and return a response to the applet), crs.getString(int) returns strings like: 0x53, 0x54, 0x4E and so on.
    I am unsure what this means, and would be grateful for any assistance. I am wondering where to start to troubleshoot the problem.

    I suggest you use the name of the field in your getString() so you can be sure what field its getting.
    Example:
    from:
    crs.getString(1)
    to:
    crs.getString("first_name");
    Also, I suggest you get a connection, use it, and close it (along with closing the resultSet and statement) all within a try/catch/finally block. You have to close the connection when you are done with it or you may run out of connections.
    Also, I suggest replacing this:
    CachedRowSet crs = new CachedRowSetImpl();
    crs.populate(res);
    while (crs.next()) {
    System.out.println("ID: " + crs.getString(1) +
    ", Name: " + crs.getString(2));
    with something like this:
    while(resultSet.next()){
    System.out.println("ID"
    System.out.println("ID: " + resultSet.getString("first_name") +
    ", Name: " + resultSet.getString("last_name"));
    }

  • Do I need additional Driver/Clients when accessing Oracle from CSharp ?

    I am trying to connect from within a CSharp program to Oracle database 10g Express.
    I coded in CSharp:
    using System.Data.OracleClient;
    but this line gives an unresolve error: Type or namespace missing ...?
    As far as I thought VisualStudio 2005 provides a standard client for Oracle database.
    How do I enable it ?
    Or do I need some additional files from Oracle to get it working ?

    You may find useful these links from the Oracle technology corner >
    http://www.oracle.com/technology/sample_code/tech/windows/ole_db/oledb92/index.html
    http://www.oracle.com/technology/sample_code/tech/windows/ole_db/oledb8/index.html
    Regards.

  • Intermittent JNI Panic exception when accessing Oracle

    I was wondering if anyone had seem this error before and if so, did you find a resolution.
    The system is a Solaris system running oracle 8.0.6 using the JDBC 9.0.1 thin client drivers.
    Any help would be greatly appriciated.
    The error as reported is:-
    JNI panic: native code passed a wrong class to a static method
    at oracle.net.ns.Packet.receive(Unknown Source)
    at oracle.net.ns.NetInputStream.getNextPacket(Unknown Source)
    at oracle.net.ns.NetInputStream.read(Unknown Source)
    at oracle.net.ns.NetInputStream.read(Unknown Source)
    at oracle.net.ns.NetInputStream.read(Unknown Source)
    at oracle.jdbc.ttc7.MAREngine.unmarshalUB1(MAREngine.java:715)
    at oracle.jdbc.ttc7.MAREngine.unmarshalSB1(MAREngine.java:700)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:361)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1357)
    at oracle.jdbc.ttc7.TTC7Protocol.fetch(TTC7Protocol.java:921)
    at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2064)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2289)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:396)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:354)
    at com.telstra.mnpcis.db.domain.DBEnvelope.getNextSequenceNbr(DBEnvelope.java:498)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.company.project.db.DBAccess.getNextSequenceNbr(DBAccess.java:566)
    at com.company.project.db.PersistentDomain.getNextSequenceNbr(PersistentDomain.java:1005)
    Thanks,
    Neil M.

    Was there a solution found to this issue?

  • Missing rows when accessing Oracle Lite from Forte?

     

    You may find useful these links from the Oracle technology corner >
    http://www.oracle.com/technology/sample_code/tech/windows/ole_db/oledb92/index.html
    http://www.oracle.com/technology/sample_code/tech/windows/ole_db/oledb8/index.html
    Regards.

Maybe you are looking for

  • How do I fix my mac book Pro  from running slow?

    How do I fix my mac book Pro  from running slow?

  • How to restrict users to not default layout while creating a user specific?

    Hi all,            I have a problem with frequent changes in report layout setting. When users trying to create a user specific layout in the window "Default" is set, out of "User specific" & "default" checkbox defaultly, so users saving the layouts.

  • Rejected podcast

    Last month, after more than a year with out incident I received the following message from message from apple: "Dear Podcast Owner The podcast located at the URL shown below has been blocked or removed from the iTunes directory as a result of technic

  • ICloud 'mail' not loading in browser

    Can't get the iCloud 'mail' app to load in Safari (or Firefox) browser window, every other 'App' loads and shows correctly, but every time I try and launch the 'Mail' it just says 'not responding - send report to Apple?' Frustrating!! I've flushed th

  • Rerunning Recurring Reports for Crystal X from Business Enterprise XI

    I have several reports attached to a calendar but no date was selected on the calendar so no reports ran.  I tried putting today's date on the calendar prior to the sceduled time but they did not run.  Is there a way other than manually to get these