بتاريخ: 27 مارس 200520 سنة comment_31063 بسم الله الرحمن الرحيم الحمد لله ولصلاة والسلام على رسول لله وبعد صادفتي مشكلة في الدخول ل SQL*PLUS عبر المتصفح Inernet Explorer بواسطة حساب SYS AS SYSDBA أما في حالة الدخول بحساب SCOTT AS User فلا تظهر مربع طلب اليوزر خاص بالوكال هوست و الباس ورد ما سبب ظهورها في حساب SYSDBA دون حساب Userكا الموضح في الصورة المرفقة تحياتي ،،، تقديم بلاغ
بتاريخ: 1 أبريل 200520 سنة comment_31543 I hope I did understand the problem properly, because you did not specify the database version I will assume it is 10g.You want to connect to isqlplus as a user with DBA privileges so thatyou can perform Administrative task on isqlplus session.For this you need to create a user with "webdba" privilege using the oracle implementation of the Java Authentication and Authorization service - JAZNThe following steps need to be performed:This is done as follows:1. Go to $ORACLE_HOME/oc4j/j2ee/isqlplus/application-deployments/isqlplus2. point $JAVA_HOME to the java executable. Position may vary if you use a different jdk but the default position would be like this:- JAVA_HOME=$ORACLE_HOME/jdk In Windows "Start-->ControlPanel-->System-->Advanced-->EnvironmentVariables" In unix "$ export JAVA_HOME=$ORACLE_HOME/jdk"3. Run the JANZ program like this:-JAVA_HOME/bin/java -Djava.security.properties=$ORACLE_HOME/sqlplus/admin/iplus/provider -jar $ORACLE_HOME/oc4j/j2ee/home/jazn.jar -user "iSQL*Plus DBA/admin" -password "welcome" -shell This will get you to the "JANZ:>" prompt.4. Create user 'sqldba' with password 'sqldba' for example like this: JAZN:> adduser "iSQL*Plus DBA" sqldba sqldba5. Grant Role to newly created user, sqldba: JAZN:> grantrole webDba "iSQL*Plus DBA" sqldba6. Restart isqlplus like this:- $ORACLE_HOME/bin/isqlplusctl stop $ORACLE_HOME/bin/isqlplusctl start then, connect to isqlplus using a url of the form http://localhost:5560:/isqlplus/dbaHope this will helpSalam تقديم بلاغ
بتاريخ: 14 أبريل 200520 سنة كاتب الموضوع comment_33106 بسم لله نسخة اصدار الإوراكل كما هي ظاهرة في الصورة المرفقة هي 9i المشكلة ببساطة ان حساب SYS عند إدخال كلمة السر يظهر مربع حوار اخر و الظاهر في الصورة عند الدخول من خلال المتصفح فقط أما حساب Scott لا تظهر و يتم الدخول كا المعتاد عبر المتصفح كا أي برنامج اخر من برامج الإواركل الملحقة ... فهل هل يمكنني اتباع الخطوات التي ذكرتها ام لا ...؟؟ عموماً اشكر تفاعلك و تجاوبك تجاه حل المشكلة الاخ ba7eth لي طلب بارك لله فيك هل يمكنك كتابة الرد باللغة العربية بواسطة ارفاق ملف نصي .. او صورة تقبل تحياتي و إمتناني ،،، تم تعديل 14 أبريل 200520 سنة بواسطة Orabigner تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.