Recent content by Keene Scouser

  1. K

    Hostdef Extension Error

    There is indeed an entry in trace file, however, it's huge so I've just included the header section, if you want all the Call Stack Trace and other Dump stuff just let me know. *** SESSION ID:(16.6) 2005-03-10 09:00:01.855 *** 2005-03-10 09:00:01.855 ksedmp: internal or fatal error ORA-00600...
  2. K

    Hostdef Extension Error

    I get a hostdef extension does not exist error whenever I try to query a particular database instance. I can query other instances just not this one, although I know the instance itself is fine because other users can connect and query it fine. And I could query it before recently I installed...
  3. K

    ODBC Connection Problem

    Great, I've tried several ways to reproduce this error, unfortunately it seems to be random. I executed a simple select * statement and all rows were returned, I then changed the statement to return just one col and I got the following eror: 'ORA-28500:connection from ORACLE to a non-Oracle...
  4. K

    ODBC Connection Problem

    I'll give that try....but perhaps I should clarify my connection details: I have an ODBC DSN on the Oracle DB server, I then have a 'Linked Database' in my Oracle instance. I am connecting to the Oracle instance with PL/SQ Dev in the normal manner (as sysdba from a client pc) and I run the...
  5. K

    ODBC Connection Problem

    I am using an ODBC connection to connect to a AS400 tables, when I run a query in an SQL Window for the first time, everything works great. But....if I run the same query again in the same window I get the following error: 'ORA-28500: connection from ORACLE to a non-Oracle system returned...
Back
Top