Oracle Drivers Problem

I am facing unique problem. I am connecting to Oracle using Oracle Inproc server 3.0 type library(Set Session = CreateObject("OracleInProcServer.XOraSession")).
After establising the connection when we execute the a stored procedure using the datbase object
Set SQLStmt = Database.CreateSql(SQL, &H0)
Now when we try and insert nine digit decimal number e.g 1011111.87 instead of updating it with above no it updates it to 1011111.88 or 1011111.77 or any other random last 2 chars
Now here the SQL is of the type string which fires a stored procedure
Table details
CREATE TABLE XXX_TEST (
PAYMENTID NUMBER (9),
PAYMENTAMOUNT NUMBER (10,2))
TABLESPACE DATA NOLOGGING
PCTFREE 10
PCTUSED 40
INITRANS 1
MAXTRANS 255
STORAGE (
INITIAL 1048576
NEXT 1048576
MINEXTENTS 1
MAXEXTENTS 1024
FREELISTS 1 FREELIST GROUPS 1 )
NOCACHE;
Stored Procedure details
PROCEDURE prc_XXX_temp
payment_id_i IN NUMBER(6),
payment_amount_i IN NUMBER(10,2),
          payment_amount_o out NUMBER(10,2)
IS
BEGIN
Insert into XXX_TEST
          (paymentid ,
               paymentamount )
                    values
                    (payment_id_i,
                    payment_amount_i);
                    payment_amount_o:=payment_amount_i;
                    return;
COMMIT;
END prc_XXX_temp;

I am glad I found this post!
I am using Sun Java 1.1.8 to build a signed applet.
My database is upgrading to 9.2.0.5
I get this exception when I try "DriverManager.getConnection";
java.lang.NullPointerException
at oracle.jdbc.ttc7.O3log.marshal(Compiled Code)
at oracle.jdbc.ttc7.TTC7Protocol.logon(Compiled Code)
at oracle.jdbc.driver.OracleConnection.<init>(Compiled Code)
at oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled Code)
at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
at java.sql.DriverManager.getConnection(Compiled Code)
* at java.sql.DriverManager.getConnection(Compiled Code)
at TestApplet.paint(Compiled Code)
at java.awt.Component.dispatchEventImpl(Compiled Code)
at java.awt.Container.dispatchEventImpl(Compiled Code)
at java.awt.Component.dispatchEvent(Compiled Code)
at java.awt.EventDispatchThread$EventPump.dispatchEvents(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
at netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(Compiled Code)
I had no problem connecting to the db as an application, but the applet did not work. I "downgraded" the JDBC driver to 9.0.1 and it works fine now. I second Dennis' plea to Oracle. The 9.2 jdbc drivers are broken!

Similar Messages

  • Problems with classpath and oracle drivers

    Hi, i've developed an application that uses oracle drivers "classes12.jar" using Eclipse. While i was writing the code, i manually specified the classpath which contains "classes12.jar" file using Eclipse's own configuration tool and now it works perfect when i run it under Eclipse. I then tried to run it using dos prompt but when i tried to run the program i got "ClassNotFoundException: oracle.jdbc.driver.oracledriver". As you can guess, i thought that was a classpath issue so i set the classpath as follows:
    set CLASSPATH=C:\oracle\ora92\jdbc\lib
    where the directory "C:\oracle\ora92\jdbc\lib" is the one that contains classes12.jar file which i had also specified using Eclipse before.
    After that, i recompiled my application and tried to launch it as follows:
    ->javac Test.java
    ->java Test
    But then i got the following runtime error:
    Exception in thread "main" java.lang.NoClassDefFoundError: Test
    Since this happened after i manually set CLASSPATH variable, this has something to do with that. What should i do now? Thanks in advance.

    Correct - the JAR has to be spelled out in the CLASSPATH.
    I'd also recommend that you not set CLASSPATH using a system environment variable. Better to use the -classpath parameter on javac.exe when you compile and java.exe when you run. Put the command into a script that you invoke when you start up the app. It'll document the fact that it's needed for anyone that comes after you and relieves you from having to change the CLASSPATH on machines you deploy to. And, for good measure, app servers like Tomcat and WebLogic totally ignore the system CLASSPATH. I don't even have one.
    %

  • Oracle drivers not found by servlets after upgrade of JDK

    I am using jakarta-tomcat 4.0.1 with WIN2K.
    After a recent upgrade to jdk 1.4.0_02 from jdk1.3.1, servlets that try to use oracle crash with this error:
    java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
         at ProductLookup.loadJDBCDriver(ProductLookup.java:23)
    the code at line 23 is:
    DriverManager.registerDriver ( new oracle.jdbc.driver.OracleDriver());
    This all worked prior to the upgrade of jdk.
    The code at line 23 does work using the command line.
    I did check the ENVIRONMENT VARIABLES - in my limitted knowledge they look OK. But I am sure there MUST be something missing &/or incorrect.
    During execution, the servlet is just not finding "something".
    I am relatively new to JAVA and especially new to servlets.
    What should I look for to solve this problem?
    TIA
    WalkGood

    The oracle drivers are in a file called classes12.zip.
    Make sure that you unzip these files to where the
    servlets can find them.
    %TOMCAT_HOME%\common\classes
    or
    %TOMCAT_HOME%\classes
    or
    %TOMCAT_HOME\webapps\{app name}\WEB-INF\classesIs %TOMCAT_HOME% an environment variable? I have one called CATALINA_HOME. It is set the jakarta folder "C:\jakarta-tomcat-4.0.1"
    Something I noticed: If I execute tomcat "startup.bat" in a command prompt window, I see echo'd messages. One says "Using CLASSPATH: C:\jakarta-tomcat-4.0.1\bin\bootstarp.jar;C:\jakarta-tomcat-4.0.1\lib\tools.jar" but this NOT match the Environment Variable "classpath" which does specify the path to the classes12.zip folder. Should the "catalina.bat" file assemble the classpath to include the same Environment Variable "classpath" in addition to bootstrap.jar and tools.jar?
    Where can I find specific documentation on how to setup the environment for jakarta-tomcat to find the ORACLE drivers during execution of a servlet?
    TIA
    WalkGood

  • Oracle db problem in Global Creation

    Hi all,
    We are experiencing problems at the start of a process itself..It worked well in the development and the QA environment but when it went into production it gave an error...at the start of Global Creation activity..
    We suspect this error to be of Oracle Drivers wrongly installed...(whether they are XA or NON -XA) ..But we cannot properly figure out the exact error..
    The only error that we get when we try and initiate the process is:--
    Activity '/EmployeeChallenge#Default-1.0/GlobalCreation[CreateEmployeeChallenge]' task '' could not execute successfully.<br>Detail:Method: '', Exception: 'The task could not be successfully executed.<br>Reason: 'fuego.lang.RuntimeCILExecutionException: xobject.UserExceptions.SqlException@44a352d'.'<br><br>Caused by: The task could not be successfully executed.<br>Reason: 'fuego.lang.RuntimeCILExecutionException: xobject.UserExceptions.SqlException@44a352d'.<br>Caused by: xobject.UserExceptions.SqlException@4785b0c<br>fuego.papi.exception.ActivityFailedException: Activity '/EmployeeChallenge#Default-1.0/GlobalCreation[CreateEmployeeChallenge]' task '' could not execute successfully.<br>Detail:Method: '', Exception: 'The task could not be successfully executed.<br>Reason: 'fuego.lang.RuntimeCILExecutionException: xobject.UserExceptions.SqlException@44a352d'.'<br> <br>    at fuego.papi.exception.ActivityFailedException.create(ActivityFailedException.java:66) <br>    at fuego.server.AbstractProcessBean.createActivityFailedException(
    AbstractProcessBean.java:3308) <br>    at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2724
    This error cannot be because we do not have any data in the db because we use a try and catch block which writing db queries and therefore that kind of error would be caught easily..
    This error is a problem in the Oracle db drivers being XA and NON-XA..
    Can anyone let me know where do I check for the NON XA and XA errors?
    Is there something in the Process Adminsitrator to check and change
    We are using the Weblogic Portal..
    Is there anything in the weblogic portal to change..?

    Hi, I am working along with ALBPM studio and from our process trying to create a Scorecard process and receiving the same error, may i know what part i have to check to resolve this issue, presently my error screen shows thie error:-
    Caused by: xobject.UserExceptions.SqlException@1d84476 fuego.papi.exception.ActivityFailedException:
    Activity '/ScorecardChallenge#Default-1.0/GlobalCreation[CreateScorecardChallenge]' task '' could not execute successfully.
    Detail:Method: '', Exception: 'The method 'CIL_createScorecardChallengeCreateScorecardChallengeIN' from class 'ALBPM.ScorecardChallenge.Default_1_0.Instance'
    could not be successfully executed.' at fuego.papi.exception.ActivityFailedException.create(ActivityFailedException.java:66)
    at fuego.server.AbstractProcessBean.createActivityFailedException(AbstractProcessBean.java:3337)
    at fuego.fengine.FEngineProcessBean.createActivityFailedException(FEngineProcessBean.java:346)
    at fuego.server.AbstractProcessBean.runGlobalActivity(AbstractProcessBean.java:2747)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source)
    at fuego.lang.JavaClass.invokeMethod(JavaClass.java:1410) at fuego.lang.JavaObject.invoke(JavaObject.java:227)
    at fuego.component.Message.process(Message.java:587) at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:778)
    at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:753) at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:142)
    at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:134) at fuego.fengine.FEngineProcessBean.processBatch(FEngineProcessBean.java:248)
    at fuego.component.ExecutionThread.work(ExecutionThread.java:837) at fuego.component.ExecutionThread.run(ExecutionThread.java:408)
    at fuego.component.CustomExecution.next(CustomExecution.java:176) at fuego.papi.impl.rmi.RMIExecution.next(RMIExecution.java:111)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:177)
    at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
    at fuego.web.papi.TaskExecutor.runApplicationTask(TaskExecutor.java:349) at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:95)
    at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117) at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:228)
    at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:219) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:61) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at sun.reflect.GeneratedMethodAccessor168.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
    at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Unknown Source)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156) at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
    at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64) at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    at sun.reflect.GeneratedMethodAccessor167.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
    at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Unknown Source)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156) at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)

  • How to find Oracle drivers are installed in WAS

    Hi
    I am doing Proto type application using webdynpro.I want to create tables in Oracle database,because WAS is installed on Oracle.Now i went to Visual Admin tool and checked the "JDBC Connector" properties.I tried to create the new 'DataSource".While creating DataSource ,it is asking me DriverName,Driver ClassName,Version.I have following questions:
    1.How to find the wheather Oracle drivers are installed or not?if not where to get these drivers?
    2.Once DataSource is created ,how to test wheater it is working fine or not?please help
    Thanks
    Prasad

    Hello Prasad,
    Don't create a new datasource, but create a datasource alias for the existing SAP<sid>DB datasource with your new name.
    <u>(remember to restart the j2ee cluster)</u>
    Then in your application instatiate the datasource and use your create/update/select statements.
    <b><i>Once this is set up test from your java code as follows:</i></b>
    InitialContext ic = new InitialContext(); 
    DataSource mySource = (DataSource)ic.lookup("java:comp/env/jdbc/YourDataSource");
    or.. DataSource mySource = (DataSource)ic.lookup("java:jdbc/YourDataSource"); <b>(can't remember which of the 2 worked)</b>
    if this throws a NamingException, then your alias doesn't work, or perhaps you forgot to restart the cluster.
    After this executes successfully, use the datasource freely.
    Connection con = mySource.getConnection();
    con.executeQuery
    con.executeUpdate
    con.executeStatement
    ect...
    And forget about oracle, sapdb, informix, db2, or whatever drivers. This makes your application portable and independent from the DB layer.
    Please feel free to reward points if this solves your problem.
    Best regards,
    Homer Vargas

  • Oracle configuration problem or driver bug?

    Hi guys,
    I'm using 5.1 sp 6 on Windows 2000 with default Oracle drivers. I basically
    copied the "oraclePool" definition in weblogic.properties. I also tried
    adding :machineName:portNumber:SID to the URL, and it made absolutely no
    difference. Have you ever seen anything like this?
    ---------- LOGIN ERROR CODE: 24327
    Wed Oct 18 20:08:16 PDT 2000:<E> <JDBC Pool>
    Failed to create connection pool "oraclePool"
    weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: ORA-24327:
    need explicit attach before authenticating a user -
    (weblogic/*****@visitor1)
    It occurs as a result of the following entry in weblogic.properties:
    weblogic.jdbc.connectionPool.oraclePool=\
    url=jdbc:weblogic:oracle:visitor1:1521:weblogic,\
    driver=weblogic.jdbc.oci.Driver,\
    loginDelaySecs=1,\
    initialCapacity=4,\
    maxCapacity=16,\
    capacityIncrement=4,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshMinutes=5,\
    testTable=test,\
    props=user=weblogic;password=weblogic;server=visitor1
    I've tried using "url=jdbc:weblogic:oracle" as in the default Oracle pool,
    but it fails the same way as the fully qualified path.

    Can you post the relevant portion of visitor1 (TNS alias name) from
    tnsnames.ora?
    Kumar
    Dan Zivkovic wrote:
    Hi guys,
    I'm using 5.1 sp 6 on Windows 2000 with default Oracle drivers. I basically
    copied the "oraclePool" definition in weblogic.properties. I also tried
    adding :machineName:portNumber:SID to the URL, and it made absolutely no
    difference. Have you ever seen anything like this?
    ---------- LOGIN ERROR CODE: 24327
    Wed Oct 18 20:08:16 PDT 2000:<E> <JDBC Pool>
    Failed to create connection pool "oraclePool"
    weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: ORA-24327:
    need explicit attach before authenticating a user -
    (weblogic/*****@visitor1)
    It occurs as a result of the following entry in weblogic.properties:
    weblogic.jdbc.connectionPool.oraclePool=\
    url=jdbc:weblogic:oracle:visitor1:1521:weblogic,\
    driver=weblogic.jdbc.oci.Driver,\
    loginDelaySecs=1,\
    initialCapacity=4,\
    maxCapacity=16,\
    capacityIncrement=4,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshMinutes=5,\
    testTable=test,\
    props=user=weblogic;password=weblogic;server=visitor1
    I've tried using "url=jdbc:weblogic:oracle" as in the default Oracle pool,
    but it fails the same way as the fully qualified path.

  • Oracle reports problem in distribution with xml file

    Hi ,
    I am having problem while I am trying to distribute the file with specifing the destination details in the xml. If I am giving the destination details in url then it is working.
    Ex.
    This is Working
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&desformat=pdf&destype=file&desname=devlopersuit/reports/output_file.pdf
    Not working :
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&DISTRIBUTE=YES&destination=devlopersuit/reports/dis_test.xml
    xml file
    <destinations>
    <file id="test" name="output_file.pdf" format="pdf">
    <include scr="mainSection"/>
    </file>
    </destinations>
    Error : REP-34304: Distribution failed to complete; review the distribution lists
    Its been week I tried many things , but not working.
    Right now I am trying to distribute to single file but my goal is to burst and distribute on basis of account number.
    This is the first stage of the project.
    Thanks a lot for the help
    Anju

    Hello
    see answer in Oracle reports problem in distribution with xml file
    Regards

  • Oracle Drivers

    I'm kinda desperate here, and I think you guys can help. Here is some information first.
    Currently using Oracle database, 8i
    Using JSP coding
    On Apache Tomcat.
    OK. I can't connect the JSP to the Oracle database. Obviously I need something like a driver and a connection string.
    Recommended ones so far are oracle.jdbc.driver.OracleDriver (driver) and jdbc:oracle:oci8:@ for connection string.
    Seriously, I have no idea what these are about.
    1) Are there any Oracle drivers I need to further install, or have they been installed already? I always get the javax.servlet.ServletException: No suitable driver error. Is it because I don't have the above driver installed?
    2) What other drivers/connection string do you recommend that are less of a hassle to use?
    3) jdbc:oracle:oci8:@ <--- what is this ??? I've tried searching up but i can't find it. Does it vary from computer to computer?
    4) Are there any drivers that can be supported on Linux? Or are they the same? :(
    5) once i get the drivers in hand, what's the code to connect to it?
    So far I have this
    <%@ page import = "java.sql.*" %>
    <%
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection conn = DriverManager.getConnection("jdbc:oracle:oci8:@" ,"abc", "def");
    Statement stmt = conn.createStatement ();
    %>
    Got no idea how to work it to fit any new recommendations you might have... :(
    Please help me I have a deadline in two weeks and everything has been coded fine, except for the database connectivity, which, of all things, is the most important!
    Kindly respond, you experts out there!

    Hi there...
    oracle.jdbc.driver.OracleDriver - this is just a java class. You should be able to find it in classes12.zip. Also you sould add that classes12.zip to the classapth of your webserver. And try to use jdbc:oracle:thin:@db_ip:db_port:db_sid.
    Hope this helps.

  • Differences in Oracle Drivers

    We're running 5.1 sp11, and we're encountering the ORA-01475 error with the
    Weblogic Oracle Driver.
    The suggestions are to either change to the Oracle Thin driver or to set the
    statement cache to 0.
    It seems to me at this stage that setting the statement cache would be the
    "safest", though it supposedly has some potential performance hit.
    If I were to change to the Thin driver, what kind of issues might I
    encounter? Is the Thin driver faster or slower? Do the different drivers
    have any dramatic compatability issues? We're using CLOBs and BLOBs in our
    application if that has any bearing.
    Thanx!
    Regards,
    Will Hartung
    ([email protected])

    As a further word of warning -- not all classes12.zip are equal. The name classes12.zip
    belongs to at least a half dozen different versions and releases of the Oracle
    thin driver... You shouldn't assume you have the right one. Go to Oracle's website
    and get the right thin driver for your exact database version, as Kenneth recommends...
    "Kenneth A Kauffman" <[email protected]> wrote:
    >
    "Will Hartung" <[email protected]> wrote in message
    news:3e970812$[email protected]..
    We're running 5.1 sp11, and we're encountering the ORA-01475 errorwith
    the
    Weblogic Oracle Driver.
    The suggestions are to either change to the Oracle Thin driver or toset
    the
    statement cache to 0.
    It seems to me at this stage that setting the statement cache wouldbe the
    "safest", though it supposedly has some potential performance hit.
    If I were to change to the Thin driver, what kind of issues might I
    encounter? Is the Thin driver faster or slower? Do the different drivers
    have any dramatic compatability issues? We're using CLOBs and BLOBsin our
    application if that has any bearing.
    Thanx!
    Regards,
    Will Hartung
    ([email protected])
    JDBC drivers vary, especially by version of Oracle. There's even a
    different between 8.1.7.1 and 8.1.7.4. Use the Oracle drivers for the
    version of Oracle that you have for either thin or OCI. Classes12.zip
    should be the library. Add it to your classpath and configure according
    to
    the documentation. You may even notice an increase in performance.
    ken k

  • Specifying Different Oracle Drivers

    I'm having some issues using some Oracle drivers versions in different applications that use different Oracle versions (8 and 9), is there a way to define for one Connection Pool one version and for another a different one but still have XA support?
    Thanks,
    Johann

    johann renck wrote:
    I'm having some issues using some Oracle drivers versions in different applications that use different Oracle versions (8 and 9), is there a way to define for one Connection Pool one version and for another a different one but still have XA support?
    Thanks,
    JohannHi, nope. The whole JVM will only load one version of a given class.
    I would do everything you need to do to use the 10.2.0.3 thin
    driver in all cases.
    Joe

  • Help on how to install ODBC Oracle drivers

    I need to install ODBC drivers for Oracle on a W95 machine.
    I tryed to install ODBC Oracle drivers on my W95 machine but when
    I extracted the zipped file from ora8052 it created a directory
    called win32; then I searched for the 'setup' executable...
    without to find one...
    In the readme file, on 'software required' I read that I need the
    Oracle Net8 client and teh Oracle8 installer to install ODBC.
    Where can I find Oracle Net8 client and teh Oracle8 installer
    without downloading all the try and by version of Oracle??
    null

    Fulvio,
    you have to get hold of a CD containing Oracle Client software;
    you should ask Oracle for it. SQL*Net itself is free for
    owners of the server license, but I do not know how Oracle
    handles users of the free development kits. If you plan to
    use Oracle for software development I strongly recommend to enter
    one of the partner programmes; it's not free, but very good value
    for money.
    Thomas
    Fulvio Drago (guest) wrote:
    : I need to install ODBC drivers for Oracle on a W95 machine.
    : I tryed to install ODBC Oracle drivers on my W95 machine but
    when
    : I extracted the zipped file from ora8052 it created a directory
    : called win32; then I searched for the 'setup' executable...
    : without to find one...
    : In the readme file, on 'software required' I read that I need
    the
    : Oracle Net8 client and teh Oracle8 installer to install ODBC.
    : Where can I find Oracle Net8 client and teh Oracle8 installer
    : without downloading all the try and by version of Oracle??
    null

  • Everyones Oracle Linux Problem solved!!!

    Everyones Oracle Linux Problem solved!!!
    Here's something Linux people should relate to: Use what works!
    what works?
    NT works! NT works great with 8i AND OAS.
    No hassles at all!
    Up and running within one day!!!!
    Guaranteed!
    U don't see a NT forum here with people having ridiculous install problems like Linux people?
    Perhaps Oracle should moderate this newsgroup and even give an authorative answer or two?
    null

    I have switched our development and soon production databases to Linux because it runs like a charm. Fast and efficient, no problems. The installer has been a problem no doubt because Oracle put less of an emphasis on debugging their Linux installer than their idiot-proof NT installer.
    By the way, I was able to circumvent installer problems by just linking svrmgrl to svrmgrlO; this avoided the dreaded segmentation fault and kicked everything open just fine.
    BTW, about NT; what makes an OS is not how well everything works when everything is going well, but how bad it gets when something goes bad. For instance, the segmentation faults on Linux weren't a problem because I just picked up and continued; on NT you'd have to restart the whole system...not a pleasant feature.
    null

  • Where to get Old Oracle Drivers (for Mac)?

    Hi, I need to run an old Mac OS 9 application (actually I'm trying with Classic under OS X on a Mac Mini G4)
    This application needs the OCI library OracleOci73Lib.
    I've been searching it in Oracle web downloads section, but i can't find it.
    I've tried installing the newer OCI drivers, but these are for Mac OS X and I suppose Classic doesn't even "see" them.
    Does anyone know where could I get old Oracle drivers?
    thanks!

    Hi Alexlee,
    Welcome to Lenovo Community!
    As per the query we understood that you are looking for driver to your ThinkPad T430.
    Below is the link to enter the downloads page and download latest application accordingly, please click on "Select Product" then in "QUICK PATH" enter the MTM no. select the exact model.
    http://support.lenovo.com/en_US/downloads/default.​page#
    Hope this helps!
    Best regards,
    Hemanth Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Satellite P300 and XP - some drivers problems

    Hi there,
    My notebook: Toshiba Satellite P300 PSPC4E!
    I switched from Windows Vista (preinstalled) to Windows XP Pro SERVICE PACK 2, but I got a few drivers problems:
    1. USB-ROOT-DRIVERS cannot be installed.
    Yep this doesn't work. Can't use any USB-Stick and stuff. I installed all drivers from the download page for my Notebook and Win XP for sure.
    2. Mass Storage Drivers cant be installed:
    Errormassage:
    "This Computer doesn't have the Requirements to install this Software (translated)"
    3. No WLAN Drivers from the Driver page work :(
    Thanks for now. Would be nice to get some help.
    Cheers

    > Installed Win XP without SATA drivers, but changed the SATA value in the BIOS to compatibility! Can I update the SATA drivers now? (xp is installed)
    No you cannot install the SATA drivers now because the HDD doesnt run in SATA mode. You changed it in BIOS to compatibility!
    And now; if you would change the mode to SATA then you will get a BSOD and you will have to install XP again. So if SATA is set to compatibility mode -> you dont need to install the SATA drivers
    > There is no WLan hardware found. Nothing :/
    Check this Toshiba WLan page;
    http://aps2.toshiba-tro.de/wlan/
    Maybe one of the available WLan drivers will help you

  • Oracle Designer Problem Please help me

    Sir,
    1) I created a database
    2) Run>cd d:\Oracle_home\repadm61\admin\@ckqa
    @ckparams.txt
    @ ckvalqa
    @ ckcreate
    3)Opened Repository Administration Utility
    Log in as 'repos_manager/repos_manager@orcltest'
    Installed Repository.
    4) Opened Oracle 9i Designer. I am able to connect
    as 'repos_manager/repos_manager@orcltest'
    But I am not able to logon as any other user in same database/ any other user in different database. Why?
    Please help me.
    regards
    Mathew

    duplicate thread, see this one -> Re: Oracle Designer Problem Please help me

Maybe you are looking for