Sekedar menambahkan: 1. Hal serupa pernah saya alami, dikarenakan saya melakukan instalasi lebih dari satu Oracle product. Solusinya: -a- Set Oracle Home-nya ke Oracle home dari database server. -b- secara manual, pindak ke ORACLE_HOME\bin misal: kalau ORACLE_HOME=c:\oracle\ora902 C:\> cd c:\oracle\ora902\bin C:\oracle\ora902\bin> sqlplus /nolog SQL> conn / as sysdba
2. Penyebab lainnya dikarenakan salah set TNS_ADMIN-nya. secara manual bisa diset sbb (misal pada windows platform) C:\> SET TNS_ADMIN=c:\oracle\ora902\bin\NETWORK\ADMIN C:\oracle\ora902\bin> sqlplus /nolog SQL> conn / as sysdba CMIIW Bowo --- In [email protected], "Andrew E.K." <[EMAIL PROTECTED]> wrote: > hi, > yang anda maskud Console SQL ORACLE ini apa yah ? > Dari OEM atau sqlplus biasa? > Ada kemungkinan sih instance sudah "UP" tapi tidak > dikenali sudah "UP" ini memang kadang terjadi di > windows. Tapi biasanya saya restart manual service dan > instance nya. Mungkin bisa coba dengan command berikut > : > - Untuk Shutdown Service + instance: > c:> oradim -shutdown -sid <SID_NAME> -intpwd > <SYS_PASS> -shuttype srvc,inst > - Untuk startup kembali service + instance : > c:> oradim -startup -sid <SID_NAME> -intwpd <SYS_PASS> > c:> lsnrctl stop > c:> lsnrctl start > Lalu coba lagi koneksi sqlplus nya. Harusnya bila > tidak ada masalah yg crucial pada database (ex: > corrupt atau instalasi nya ada yg failed) bisa koneksi > normal. > - Mungkin anda bisa cek juga alert log file apakah ada > yg bermasalah dari sisi database nya. > > Semoga membantu :) > > salam, > > Andrew E.K. > > --- Muksin <[EMAIL PROTECTED]> wrote: > > thank's P' Andrew.... > > sudah saya coba saran Bapak pake DOS prompt, sudah > > Terkoneksi & status listener sudah OK juga, tapi > > jika saya jalankan pake Console SQL ORACLE nya tetap > > masih muncul > > ERROR : ORA-12560: TNS:protocol adapter error. > > ada ide lain ? , atau boleh sharing Bapak - bapak > > yang sudah expert, biasanya kasus ini terjadi > > karena apa yaach?, jika step -step saran dari Bapak > > sudah saya lakukan tapi masih ERROR juga. > > terimakasih atas pencerahannya .... > > > > > > > > > __________________________________ > Discover Yahoo! > Use Yahoo! to plan a weekend, have fun online and more. Check it out! > http://discover.yahoo.com/ -- -----------I.N.D.O - O.R.A.C.L.E--------------- Keluar: [EMAIL PROTECTED] Website: http://indo-oracle.blogspot.com ----------------------------------------------- Bergabung dengan Indonesia Thin Client User Groups, Terminal Server, Citrix, New Moon Caneveral, di: http://indo-thin.vze.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indo-oracle/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

