Pak Wadi, Gak mungkin ada hubungannya dengan LISTENER. Startup database khan tidak ada hubungannya dengan LISTENER.
Pak Agus, Coba baca Metalink *Note:1011305.102 & **Note:17613.1 * Problem Description: ==================== You receive the error: ORA-01041 : internal error. hostdef extension doesn't exist. What does it actually mean? What is the hostdef extension? Solution Description: ===================== The hostdef extension referred to is a structure which was added to the control structure for the client/server communication. It is accessed via a pointer in the original structure. When the communication between the client and the server goes awry, this can result in ORA-1041 and ORA-3113 errors. The ORA-1041 is flagged when the POINTER to the EXTENSION structure for the HOST DEFinition (for the communication channel between the client and the server) has been nulled. This can occur when the connection gets lost 'for some reason' and hence the procedure to investigate is the same as for ORA-3113. Explanation: ============ The hostdef extension refers to the structures used to maintain the client/server communication channel. On 5/21/07, Wadi Achmed <[EMAIL PROTECTED]> wrote: > > Hello Om Agus, > > Coba cek di listener.ora nya apakah host nya sama dengan > nama server/komputer? > > Kalo di windows bisa dilihat di system properties, kalo *nix family > bisa lihat di /etc/hosts, atau di solaris pakai command hostname di > console nya. > > -- > Best regards, > Wadi Achmed > > --------------Original Message-------------- > Monday, May 21, 2007, 7:42:37 AM, you wrote: > > Salam, > > saya punya masalah waktu startup database 10g. > pada waktu saya shutdown --> database shutdown > sql> shutdown immediate; > > tetapi pada saat saya startup > sql> startup; > muncul error host ... doesn't exists > > itu error karena apa ya? pada saat saya pakai syntax tersebut di 9i tidak > masalah, apakah ada settingngan lagi yg belum saya buat. > > terima kasih, > ags > > > [Non-text portions of this message have been removed]

