ORA-03115 when connect to Oracle8.0.5.1 on Linux

My JDeveloper with JDBC(upgraded today) connects OK to Oracle8
on NT and SUN. But there is error with Oracle8 for Linux.
What's wrong?
null

Hi,
You may wish to try high-performance Openlink drivers in order
to provide connectivity to your Linux version of Oracle.
Drivers can be downloaded at http://www.openlinksw.com
-Stephen
Marcus Vogel (guest) wrote:
: Hi,
: I'm always getting an ORA-3115 error when accessing an Oracle
: database (8.0.5.1) on a SuSe 6.1 Linux server via JDBC.
: The connect works fine, but when i do a SELECT it always
brings
: the error ORA-3115 'unsupported network datatype...' or ORA-
3120
: 'two task conversion routine: integer overflow'.
: The same Java Applet with the same JDBC driver works fine with
: Oracle 7.3.4 (on DEC) and with 8.1.5 (on Solaris).
: Anybody got an idea where to look at?
null

Similar Messages

  • Error  ora-12638 when connect

    when i try yo connect to oracle8I with(sql plus, oem: dba studio)using system ( sysdba, sysoper, normal) i got the error messge ora-12638 impossible to extract the preferences of users, can anyone help me please( it's a production database)
    thanks

    Which OS are you using? are you using the base version 8.1.6? Try upgrading to 8.1.6.3.1 on both the server and clients. or try setting
    sqlnet.authentication_services=(none)
    in your sqlnet.ora file.

  • ORA-01031 WHEN CONNECTING TO AUXILIARY DATABASE

    Hi
    i am currently trying to to create a standby database using RMAN using the ORACLE RMAN Backup and recovery book.
    I get the ORA-01031 when i connect to the auxiliary database.
    i do the following:
    RMAN> connect target sys/password@primary
    connected to target
    RMAN > connect auxiliary sys/password@aux1
    ORA-01031.............insufficient privileges
    obviously the database aux1 hasnt been created yet but i have configured the tns and listener and both work fine, also created a password file and created a pfile from the spfile in the primary database as instructed by the book. I also started the aux1 database in nomount mode as well.
    does any one have any ideas where i maybe going wrong?
    thanks

    conn sys/pwd@aux1 as sysdba ,what happens to this
    in sqlplus
    add an entry to your TNSNAMES.ora
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    We dont need this entry this is for OS authenicarion sorry
    then try again
    Version and OS?
    Message was edited by:
    Maran Viswarayar
    Message was edited by:
    Maran Viswarayar

  • ORA-12154 when connects. Instant client installed.

    Hi. I am installed instant client 10.2 and cannot connect to database : give error ORA-12154: TNS:could not resolve the connect identifier specified. I am using Linux. I am set TNS_ADMIN and put into this directory file tnsnames.ora with all necessary instances, but have not no one result.

    Add the following line to sqlnet.ora in the directory to which TNS_ADMIN points:
    TRACLE_LEVEL_CLIENT = SUPPORT
    Then try again and examine the *.trc file created. This should tell you what's wrong.
    Yours,
    Laurenz Albe

  • Error when connect to SAP with JCo Connector on linux

    Dear all,
    Please, i need help. i was tray to connect to SAP with SAP JCo on linux ubuntu, but i have an error.
    this is the error :
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed
    Connect_PM  GWHOST=myhost, GWSERV=sapgw00, ASHOST=myhost, SYSNR=00
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       hostname 'avatar-bumi' unknown
    TIME        Thu Feb 14 15:25:48 2008
    RELEASE     640
    COMPONENT   NI (network interface)
    VERSION     37
    RC          -2
    MODULE      niuxi_mt.c
    LINE        388
    DETAIL      NiPGetHostByName2: hostname 'avatar-bumi' not found
    SYSTEM CALL gethostbyname_r
    ERRNO       110
    ERRNO TEXT  Connection timed out
    COUNT
            at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeConnect(Native Method)
            at com.sap.mw.jco.rfc.MiddlewareRFC$Client.connect(MiddlewareRFC.java:1125)
            at com.sap.mw.jco.JCO$Client.connect(JCO.java:3138)
            at sapjco.Main.main(Main.java:34)
    Exception in thread "main" com.sap.mw.jco.JCO$Exception: (121) JCO_ERROR_NULL_HANDLE: Invalid rfc_handle = NULL encountered
            at com.sap.mw.jco.rfc.MiddlewareRFC.nativeGetAttributes(Native Method)
            at com.sap.mw.jco.rfc.MiddlewareRFC$Client.getAttributes(MiddlewareRFC.java:1233)
            at com.sap.mw.jco.JCO$Client.getAttributesInternal(JCO.java:2940)
            at com.sap.mw.jco.JCO$Client.getAttributes(JCO.java:2994)
            at sapjco.Main.main(Main.java:38)
    How to resolve this error....
    Regards,
    Lisa
    Edited by: Lisa Yanti on Feb 14, 2008 9:35 AM

    I was resolve this error by my self.
    We can handle this error with registering our current IP and host name on /etc/hosts.
    example:
    content of /etc/hosts:
    127.0.0.1 localhost
    127.0.1.1 myhost.workgroup
    The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    added the ip and host name to be like this configuration
    127.0.0.1 localhost
    127.0.1.1 myhost.workgroup
    172.20.17.74 myhost
    The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts

  • Oracle raise ORA-03113 when connect to a remote oracle server using toad

    Hi there,
    when i use the tool toad connect to a remote oracle server which located in a different city,
    when i submit a query in toad,
    if the query returns many rows of data, it will raise the error ORA-03113:end-of-file on communication channel,
    however if the query returns only a few rows, i won't raise such error,
    however, when i use sqlplus connect to that remote server, it won't raise such error,
    what's the reason is, can any one tell me how to tackle this problem if using the tool toad. thanks/

    hi my oracle vsersion is:
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    my oracle server is 2 nodes rac server,
    and i've tried two different kind version of toad v9.6 and v10.5, and both have the same problem
    once i query a table, if the result returned more than 30 rows, then it will raise that error, if query returns less than 30 rows, it's ok.
    i assume it is a problem concern with network, but i don't know why no such error raise when using sqlplus ?

  • ORA-12546 When connecting without specifying sid in connect string

    I am currently having a difficult time connecting to an Oracle 9.2.0.4 database running on Red Hat Linux.
    I can successfully connect to this database with sqlplus as oracle whether a sid name is included in the connect string or not. I can also successfully connect to the instance through jdbc with jsp pages. However when I try to connect as root without specifying the sid I get an ORA-12546 TNS: Permission denied. I also receive this error when attempting to connect to the instance through php scripts. Note that root can connect through sqlplus with no problem as long as the sid is included in the connect string. Also note that the oracle user can connect either way.
    I turned on tracing and found that this error is occurring before it even gets to the listener as no log or trace entries are generated when the error occurs.
    Does anyone have any ideas?

    did you set the parameter TWO_TASK ?

  • ORA-12154 when connect to Ora10 using an odbc from visual C++

    Hello
    I have the follong problem , I have a machine that must access to an oracle database , I have made an Odbc Conection and if I make atest there is no one problem and the test is sucessfully . My problem is when I 'm trying to access using my visual c++ program in this case I get an ORA -12154 error , using the same odbc connection that I have probe, also I have probe this program over others machines and there is no problem to access to the database . Can anyone tell me something ??
    The machine is an windows XP and the programa is a Visual C++.net .

    Well we have find the problem , was the path of the application . this has 84 characters we have put our program in a shortest path and now works!!!!

  • ORA-604 when connecting to apex application

    Hello,
    We have a production server with apex 3.1 + database 10.2.0.1 64 bit + oracle http server. We wanted to move OHS to a different server.
    I have installed a standalone OHS from the oracle 10g companion CD on OEL 5 32bit and copied dads.conf from the production server.
    Now when i try to get to the application from the new server by accessing /pls/mdok application I get:
    "The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. "
    and in the error log:
    [Thu Mar 11 18:35:53 2010] [error] [client 172.16.10.99] [ecid: 1268328951:172.17.1.20:8159:0:125,0] mod_plsql: /pls/mdok/f HTTP-503 ORA-604
    What could be wrong? Does it matter that my new http server is 32 bit and the database server is 64bit?

    ok, found answer on another forum
    The issue was the NLS_LANG setting.

  • ORA-28183 when connect proxy user with password from java

    1. Create user on database 10.2.0.1.0
    create user scott identified by tiger;
    create user jeff identified by secnt;
    grant connect, resource to scott;
    grant create session to jeff;
    alter user jeff grant connect through scott authenticated using password;
    2. Try to open proxy session from java
    DriverManager.registerDriver(new OracleDriver());
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@//db.garage:1521/ILINK", "scott", "tiger");
    if (conn != null && conn instanceof OracleConnection) {
         Properties properties = new Properties();
         properties.put(OracleConnection.PROXY_USER_NAME, "jeff");
         properties.put(OracleConnection.PROXY_USER_PASSWORD, "secnt");
         ((OracleConnection)conn).openProxySession(OracleConnection.PROXYTYPE_USER_NAME, properties);
         ((OracleConnection)conn).close(OracleConnection.PROXY_SESSION);
    conn.close();
    3. Got the following error for step 2
    Exception in thread "main" java.sql.SQLException: ORA-28183: proper authentication not provided by proxy
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:277)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:647)
         at oracle.jdbc.driver.T4CConnection.doProxySession(T4CConnection.java:852)
         at oracle.jdbc.driver.PhysicalConnection.openProxySession(PhysicalConnection.java:1548)
         at ch.tie.cluster.Test.run(Test.java:30)
         at ch.tie.cluster.Test.main(Test.java:19)
    4. If i grant connect without using password like:
    alter user jeff grant connect through scott
    everything is fine, but i need password authentication.
    Thanks in advance.

    did you try using the oci driver?

  • ORA-15000 when Connect to ASM with ASMSNMP

    With ASM of 11g2 on Redhat 5, I tried to connect the instance with ASMSNMP but failed[grid@cchordrdb admin]$ sqlplus / as sysasm
    SQL> conn asmsnmp/asmsnmp@ASM
    ERROR:
    ORA-15000: command disallowed by current instance typeIs this a problme or normai?

    Normal/expected,
    You have 2 options. Or via OS autentication (I guess in your case login as grid user and sqlplus / as sysasm) or via password file (connect usu/pwd@inst as sysasm).
    Regards,
    Cerreia

  • ORA-01031 when connecting as sysdba after upgrading DB 10.2.0.1 to 10.2.0.3

    Hello everyone
    I have just finished upgrading my development database from 10.2.0.1.0 to 10.2.0.3.0. I have also upgraded my workstation client software to 10.2.0.3.0. Everything appears to be working fine except that I can no long access the new database "as sysdba" from my client computer. Each time I try to login using sys/password@mydb as sysdba I get an ORA-01031: Insufficient privileges error.
    I have no problem connecting to the database using any other normal user. I can connect using "/ as sysdba" from the server console and I also have no problem accessing my production database -- which is still 10.2.0.1 using the 10.2.0.3 drivers. The server is running SLES9 while my workstation runs openSUSE 10.2.
    Any help will be most welcome
    Thanks in advance.
    Thanassis.

    Ensure you have your password file inatct (recreate it if necessary).
    HTH,
    cciontu.

  • How can I resolve slow browsing in finder when connected to a share point on a linux box?

    Hi,
    I am having huge difficulties when browsing a share point that is on a Linux box. I am connecting to it with a Macbook Pro running Lion 10.7.5.
    Initially there was an SMB share point setup on the server which was extremely slow to browse. I then setup an AFP sharepoint thinking that would help with the issue but it hasn't made a difference at all. The issue is that files take forever to load when browsing using Finder. Moving between folders on the sharepoint takes extremely long since files are slow to load.
    There are very few options available on line to help with this and so far none of them have worked. I think the problem is with Finder and the way it indexes the files but I could be wrong.
    Please help!
    Nabeel

    Hey Brenda, this isn't 'Safari' I believe this is your Modem/Router to solve this issue please look on the bottom/side of your internet box, and find the codes. But I also believe, when starting up your modem/ Internet box when you first actually received it you had to sign up, this is the only way in order for you to receive this message. Please contact your Internet providers.
    Try Uninstalling Safari!
    Have you tried to press cancel to see if that helps?
    See if this happens on any other browser
    CorrellBest

  • Thin driver connection in oracle8i(8.1.5) on Linux with JDK1.2.2

    JDBC Development team quote:
    You can download the JDK 1.2 version of the 8.1.6 Thin driver from this site. It is 100% Pure Java and will run on Linux.
    As you replied, I downloaded 8.1.6 Thin driver(classes12.zip) and nls_charset12.zip. Then, as instructed in readme file of 8.1.6, I modified CLASSPATH and add LD_LIBRARY_PATH.
    I wrote a test program, and it compiled without errors. But when I excuted it, I got the error message below:
    java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNU
    M=135286784)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    Is there any other installation procedures I missed?
    Below is the test program I used:
    import java.sql.*;
    import oracle.jdbc.driver.*;
    public class Test
    public static void main (String args [])throws SQLException
    //DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    try{
    Class.forName("oracle.jdbc.driver.OracleDriver");
    catch(ClassNotFoundException e){
    System.out.println("Cannot load the Driver");
    Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@host:port:sid","id", "password");
    Statement stmt = conn.createStatement ();
    ResultSet rset = stmt.executeQuery ("select sysdate from dual");
    while (rset.next ())
    System.out.println (rset.getString (1));
    I'd appreciate if you give me some insight.
    null

    It seems like the database listener is not setup properly. Please double check the listener is up and it's listening to the port you specified.
    Thanks.

  • ORA-1017 when installing companion 10.2.0.1 on Linux with 9207 db

    During installation, after having specified HTML DB Database Details, clicking on Next-button immediately produces ORA-1017 even if I know I am giving the correct password for SYS.
    The 9207 DB is installed in userid "orasos".
    The 10201 companion is being installed in userid "apex".
    Both "orasos" and "apex" belong to same OS group.
    REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVE
    I can login to 9207 DB from userid "apex" by setting PATH and ORACLE_HOME to 9207-values.
    I can login to 9207 DB from "orasos" with password specified in companion installation.
    Can anyone help with this?

    The installation doc you should be following is Oracle's.
    http://docs.oracle.com

Maybe you are looking for

  • Unity Connection 8.6.2 Forward vm to another email address

    Hey team! I have employees that I want the ability to forward voicemails to an outside email address such as [email protected] I do this currently for the users that I have NOT migrated from Unity to Unity connection.  The way i do it for Unity users

  • MacBook Pro & Snow Leopard Update: No-Entry Symbol

    Hi Everyone, I've run into some trouble as of last week involving my MacBook Pro. I feel as though this trouble may be a ressult of the 10.6.2 update, and was hoping you all could give me some advice on resolving it. Shortly after updating to 10.6.2,

  • OI template error - Failed to create template

    Hi, I was under the impression that the Excel snapshot templates could be customized and tried to do this but it didn't work. I restored the master (copied it back to the template folder) but got an error message when I try to (re)set the template pa

  • Why did my video streaming on Safari suddenly become jumpy?

    Why did video playback on my MacBook Pro with Safari suddenly become jumpy? I can watch the same video on Google Chrome without issue. Thanks

  • Heads Up: Private VLAN Sticky-ARP DHCP Issues

    Here is the scenario: Private VLANs are configured on a 6500 Sup720 with SVIs routing for the PVLANs. DHCP Snooping and IP ARP Inspection are also configured for the PVLAN subnets. A DHCP Server is offering 3 day leases. A laptop connects to the netw