Kalau anda mengakses Oracle9i sebaiknya JANGAN menggunakan svrmgrl.
Di versi 9i svrmgrl sudah RIP (Rest In Peace) ! (Kami turut berduka cita .. he..he..he..) Sebagai gantinya gunakan SQL*Plus, karena seluruh function yg ada di svrmgrl sudah bisa dipakai dari SQL*Plus, termasuk startup dan shutdown. Tambahan lagi, connect INTERNAL juga sudah RIP, sebagai gantinya connect dgn menggunakan SYSDBA atau SYSOPER privilege. Jika menggunakan OS authentication $ sqlplus /nolog SQL> conn / as sysdba Jika menggunakan password file authentication $ sqlplus /nolog SQL> conn sys/sys_pwd as sysdba Jangan lupa juga SQL*Plus-nya harus yg versi 9i. Oleh karenanya set ORACLE_HOME-nya ke Oracle9i. Bowo --- In [email protected], `newbies` <[EMAIL PROTECTED]> wrote: > Benar Pak, memang masalah kemarin database-nya belum > UP. Saya tidak memakai windows, tapi Linux RHEL 3.0 > dengan Oracle Applications 11.5.9 dengan type database > yang saya install adalah vision demo. > > Sekarang masalahnya dah kesolved, ternyata Anda memang > tepat, saya tidak bisa melakukan koneksi "connect / as > sysdba" di env aplikasi 8.0.6, dan berhasil pada saat > melakukan "connect / as sysdba" di env database > (9.2.0.3) > > Sekarang Ada masalah baru dengan 'svrmgrl' > > -sh-2.05b$ svrmgrl > > Oracle Server Manager Release 3.0.6.0.0 - Production > > Message 4505 not found; No message file for > product=SVRMGR, facility=MGR > > Oracle9i Enterprise Edition Release 9.2.0.3.0 - > Production > With the Partitioning, OLAP and Oracle Data Mining > options > JServer Release 9.2.0.3.0 - Production > > SVRMGR> connect internal > Message 701 not found; No message file for > product=SVRMGR, facility=MGR > > Message 701 not found; No message file for > product=SVRMGR, facility=MGR > > ORA-09275: CONNECT INTERNAL is not a valid DBA > connection > > Apa harus set ke env aplikasi 8.0.6 pada saat > memanggil svrmgrl ? > > Sekarang saya coba set env aplikasi 8.0.6 > > -sh-2.05b$ > ORACLE_HOME=/oracle/d01/oracle/prodora/8.0.6 > -sh-2.05b$ export > ORACLE_HOME=/oracle/d01/oracle/prodora/8.0.6 > -sh-2.05b$ export PATH=$ORACLE_HOME/bin:$PATH > -sh-2.05b$ svrmgrl > > Oracle Server Manager Release 3.0.6.0.0 - Production > > (c) Copyright 1999, Oracle Corporation. All Rights > Reserved. > > Oracle8 Enterprise Edition Release 8.0.6.3.0 - > Production > With the Partitioning and Objects options > PL/SQL Release 8.0.6.3.0 - Production > > SVRMGR> connect internal > Password: manager > > ORA-01031: insufficient privileges > SVRMGR> > > > insufficient privileges?? > > Makasih atas bantuannya dan mohon pencerahan! > > > Wass, > rab > > --- Johanes Benyamin <[EMAIL PROTECTED]> > wrote: > > > ( sorry tidak posting di forum )... > > > > hmm, berdasarkan pengalaman, masalah yang anda alami > > disebabkan > > database-nya belum up ( windows sering menipu, di > > service dinyatakan > > starting, padahal keadaan database belum start-up, > > :) ). > > > > Step2 yang saya anjurkan : > > 1. matikan aplikasi ( adstpall.sh ) > > 2. matikan database secara manual > > 3. hidupkan database secara manual > > 4. startup aplikasi ( adstrtal.sh ) > > 5. Test masuk aplikasi. > > > > Berdasarkan pengalaman, oracle e-business suite at > > windows, memang > > tidak terlalu compatible, ;). > > > > Regards, > > > > Joben > > > > On Wed, 16 Feb 2005 20:41:27 -0800 (PST), `newbies` > > <[EMAIL PROTECTED]> wrote: > > > > > > Halo rekan2... > > > > > > Saya memakai oracle apps 11.5.9 setelah diinstall > > > semuanya terlihat lancar, namun setelah saya me > > > 'reboot' kompi saya oracle e-businnes suite-nya ga > > bsa > > > diakses, hikz... padahal service dah di run: > > > > > > $ ./adstrtal.sh apps/apps > > > > > > apache, concurrent manager, etc semua running, > > tapi di > > > browser ada tampilan error seperti ini : > > > > > > null Cannot get Connection to the Database > > > > > > kira2 apa yah penyebabya... apa ada service yang > > belum > > > di run ??? > > > > > > Wass, > > > rab-> > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - Find what you need with new enhanced search. > http://info.mail.yahoo.com/mail_250 -- -----------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/

