Error.

Ranga

Member
I am getting the following error
ora-o1041: internal error,hostdef extension doesn't exist.

I am getting this error only when i connect to some specific instances, also the pl/sql developer allows me to login, when i execute a query it's firing the above error. I am not getting this error when i connect that instance using SQL Plus.
Can anyone pls help me out to fix this problem.

------------------
Ranga
 
Is there a user dump trace file on the server that corresponds to this error?

------------------
Marco Kalter
Allround Automations
 
here the trace info...

Dump file /app/SG02/oracle/admin/PNYTREC1/udump/pnytrec1_ora_27341.trc
Oracle8i Enterprise Edition Release 8.1.6.3.0 - Production
With the Partitioning option
JServer Release 8.1.6.3.0 - Production
ORACLE_HOME = /app/SG02/oracle/product/dbms/PNYTREC1
System name: SunOS
Node name: pdchdm-b
Release: 5.7
Version: Generic_106541-16
Machine: sun4u
Instance name: PNYTREC1
Redo thread mounted by this instance: 1
Oracle process number: 19
Unix process pid: 27341, image: oracle@pdchdm-b (TNS V1-V3)

*** SESSION ID
frown.gif
43.2660) 2003-05-09 12:43:39.064
*** 2003-05-09 12:43:39.064
ksedmp: internal or fatal error
ORA-00600: internal error code, arguments: [12333], [0], [0], [0], [], [], [], []
Current SQL statement for this session:
begin sys.dbms_application_info.set_module('PL/SQL Developer', :action); end;
----- Call Stack Trace -----
calling call entry argument values in hex
location type point (? means dubious value)
-------------------- -------- -------------------- ----------------------------
ksedmp()+168 CALL ksedst()+0 230 ? 1 ? FFBED3F0 ?
FFBECE94 ? FFBECE78 ? 0 ?
kgeriv()+196 PTR_CALL 00000000 3 ? 0 ? 0 ? 258 ? 3 ? 302D ?
kgesiv()+96 CALL kgeriv()+0 18A7414 ? 18F9014 ? 1491F90 ?
3 ? FFBEDC08 ? 1897A00 ?
ksesic3()+64 CALL kgesiv()+0 18A7414 ? 18F9014 ? 302D ?
3 ? FFBEDC08 ? 1 ?
opitsk()+2148 CALL ksesic3()+0 302D ? 0 ? 0 ? 0 ? 0 ? 0 ?
opiino()+1696 CALL opitsk()+0 0 ? 0 ? 1 ? 0 ? 0 ? A ?
opiodr()+5392 PTR_CALL 00000000 FFBEF7E0 ? 80004400 ?
18A9C00 ? 18DE248 ? 0 ?
1897A00 ?
opidrv()+1192 CALL opiodr()+0 153D6C8 ? FFBEF41C ?
18A7488 ? 18AB400 ? 1574D0A ?
0 ?
sou2o()+20 CALL opidrv()+0 3C ? FFBEF510 ? 18A7488 ?
2F6C6F67 ? 0 ? 2F ?
main()+160 CALL sou2o()+0 FFBEF7F0 ? 3C ? 4 ?
FFBEF7E0 ? E27C ? E000 ?
_start()+220 CALL main()+0 0 ? FFBEF99C ? 18C9FB0 ?
18A7000 ? 0 ? 0 ?
----- Argument/Register Address Dump -----
Argument/Register addr=ffbed3f0.
Dump of memory from 0xFFBED3B0 to 0xFFBED4F0
FFBED3B0 018EAB90 00000000 018A7414 FFBED449 [..........t....I]
FFBED3C0 01491F90 0000009F FFBED3FC 018A7930 [.I............y0]
FFBED3D0 FFBEDA10 000FBB6C 00000000 00000000 [.......l........]
FFBED3E0 FFBEE6A9 00000048 FFBEEF58 81010100 [.......H...X....]
FFBED3F0 FFBECBF8 00000006 00000006 FFBEDA10 [................]
FFBED400 00000006 00000006 FFBEDA90 00000006 [................]
FFBED410 00000006 FFBEDB00 00000006 00000006 [................]
FFBED420 FFBEDB60 00000006 00000006 FFBEDBC0 [...`............]
FFBED430 00000006 00000006 FFBEEF58 00000006 [...........X....]
FFBED440 00000006 FFBEF1B0 00000006 00000006 [................]
FFBED450 FFBEF490 00000006 00000006 FFBEF710 [................]
FFBED460 00000006 00000006 FFBEF770 00000006 [...........p....]
FFBED470 00000006 5B313233 33335D2C 205B305D [....[12333], [0]]
FFBED480 2C205B30 5D2C205B 305D2C20 5B5D2C20 [, [0], [0], [], ]
FFBED490 5B5D2C20 5B5D2C20 5B5D0A00 7FFFFFFF [[], [], []......]
FFBED4A0 00000000 FFBED5C7 FFBED510 001154B0 [..............T.]
FFBED4B0 00000000 00000007 00000000 00000000 [................]
FFBED4C0 00215265 33000000 00000000 00000028 [.!Re3..........(]
FFBED4D0 00000028 FFBED167 FFBED168 000003AE [...(...g...h....]
FFBED4E0 00000000 00000000 0175CEF8 8C26DE1E [.........u...&..]
Argument/Register addr=ffbece94.
 
Thanks. Can you also let me know your PL/SQL Developer version (Help > About screen)?

------------------
Marco Kalter
Allround Automations
 
Back
Top