prabhu_mpp
01-23-2002, 15:50
Hi,
I am seeing the following error from my oracle adapter, can anyone tell what is this error and why do i get this? What is the solution for this?
Right now i am restarting the adapter whenever I get this error and it works. can anybody help me?
event Adapter::error {
unicode_string adapterType = "oracle";
unicode_string errorCategory = "Application";
unicode_string errorText = "(304) ORA-01041: internal error. hostdef extension doesn't exist\n";
long eventId = 23233L;
struct {
int tag;
unicode_string trackId;
unicode_string destId;
date enqueueTime;
date recvTime;
unicode_string pubId;
int age;
} _env = {
tag = 2;
trackId = "#vclient77-128";
destId = "#vclient77-128";
enqueueTime = "01/23/2002 09:14:25.818";
recvTime = "01/23/2002 09:14:25.818";
pubId =
age = 0;
};
};
I am seeing the following error from my oracle adapter, can anyone tell what is this error and why do i get this? What is the solution for this?
Right now i am restarting the adapter whenever I get this error and it works. can anybody help me?
event Adapter::error {
unicode_string adapterType = "oracle";
unicode_string errorCategory = "Application";
unicode_string errorText = "(304) ORA-01041: internal error. hostdef extension doesn't exist\n";
long eventId = 23233L;
struct {
int tag;
unicode_string trackId;
unicode_string destId;
date enqueueTime;
date recvTime;
unicode_string pubId;
int age;
} _env = {
tag = 2;
trackId = "#vclient77-128";
destId = "#vclient77-128";
enqueueTime = "01/23/2002 09:14:25.818";
recvTime = "01/23/2002 09:14:25.818";
pubId =
age = 0;
};
};