Link to home
Start Free TrialLog in
Avatar of sharone_
sharone_

asked on

ORA-01041: internal error. hostdef extension doesn't exist

Hi
Im writing a C Cartridge using Oracle Application Server 4.0.8 with Oracle database 8i on SUN Solaris 7.
While trying to execute any of my SQL Statements (using OCI) I got the error :
ORA-01041: internal error. hostdef extension doesn't exist.
The database and the Application Server
are placed on different nodes.
I tought it was a problem with the Listener of the database but the with sqlplus I succeeded to connect the database (from the different node).
What can be the problem and how can I solve it.
Thank you.
sharone
Avatar of sudhi022299
sudhi022299

What is the statement that ie causing the error ?
Avatar of sharone_

ASKER

an INSERT statement , but the problem is not with a specific statement.
Sharone
an INSERT statement , but the problem is not with a specific statement.
Sharone
well the documentation says this:

ORA-01041: internal error. HOSTDEF extension does not exist
Cause: The pointer to the HOSTDEF extension in HOSTDEF is null.
Action: Report as a bug to customer support.

Test another simple oci script and see whether you get the same error.

Regards,
Sudhi.
an INSERT statement , but the problem is not with a specific statement.
Sharone
Sudhi , I checked the documentation myself...
I get the same error for all my trials.
I think it has something to do with the different hosts of the databse and the OAS
well i have an OAS and Database on different nodes. None of the guys had any problems with C cartdriges.
Lets see if someone else had similar problems.

Regards,
Sudhi.
Sudhi , I checked the documentation myself...
I get the same error for all my trials.
I think it has something to do with the different hosts of the databse and the OAS
Sudhi , I checked the documentation myself...
I get the same error for all my trials.
I think it has something to do with the different hosts of the databse and the OAS
Sudhi , I checked the documentation myself...
I get the same error for all my trials.
I think it has something to do with the different hosts of the databse and the OAS
whats happening here ? why 3 comments of the same.

Adjusted points to 200
ASKER CERTIFIED SOLUTION
Avatar of uri22
uri22

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial