Change Oracle Database User Password تغيير قاعدة البيانات أوراكل المستخدم كلمة السر

To ensure security of the Oracle database system and prevent unauthorized access to the Oracle database, it’s important for Oracle users to not only using strong and long Oracle passwords to avoid brute force or dictionary attacks, but also to change the Oracle user password regularly. لضمان الأمن للنظام قاعدة البيانات أوراكل ومنع الوصول غير المأذون به إلى قاعدة البيانات أوراكل ، انه من المهم لشركة أوراكل للمستخدمين ليس فقط باستخدام قوية وطويلة أوراكل كلمات السر لتجنب القوة الغاشمة أو قاموس الهجمات ، ولكن أيضا لتغيير أوراكل المستخدم كلمة المرور بانتظام . Oracle users also have to change the password when the password has or going to expire, if database system administrator implements and enforces strict password control with PASSWORD_LIFE_TIME option for user profiles which limits the number of days the password can be used for authentication to login to the system. مستخدمي أوراكل أيضا لتغيير كلمة المرور عند الذهاب أو كلمة السر قد ينتهي ، إذا كان نظام قاعدة البيانات ومدير ينفذ بإنفاذ قوانين صارمة لمراقبة مع كلمة السر PASSWORD_LIFE_TIME الخيار للمستخدم لمحات مما يحد من عدد الأيام التي يمكن أن تستخدم كلمة السر لتسجيل الدخول إلى التوثيق إلى نظام.

To change the Oracle password, users can use SQL*Plus or Oracle SQL and PL/SQL language interface administration tool such as Toad for Oracle. لتغيير كلمة السر أوراكل ، يمكن للمستخدمين استخدام مزود * زائد أو مزود وأوراكل رر / مزود لغة واجهة إدارة أداة مثل العلجوم لشركة أوراكل. No matter what SQL apps you use, the commands and SQL query languages used to change the password are similar. مهما كنت تستخدم مزود تطبيقات ، قيادة ومزود استفسار اللغات المستخدمة لتغيير كلمة السر هي مماثلة.

There are two SQL command syntaxes that can be used to change Oracle database user password: هناك نوعان من مزود قيادة syntaxes التي يمكن أن تستخدم لتغيير قاعدة البيانات أوراكل المستخدم كلمة السر :

ALTER USER user_name IDENTIFIED BY new_password ; تغيير المستخدم USER_NAME التي حددتها new_password ؛

or (from Oracle8 and above): أو (من Oracle8 وأعلاه) :

PASSWORD كلمة السر

For above SQL query, if you need to change another user’s password, use the following command: للاستفسار مزود أعلاه ، إذا كنت في حاجة الى تغيير المستخدم كلمة السر آخر ، استخدام الأمر التالي :

PASSWORD user_name كلمة السر USER_NAME

For PASSWORD command, after you press Enter, you will be prompted to input the old password and new password interactively. كلمة السر للقيادة ، بعد أن أدخل الصحافة لكم ، سيطلب منك إدخال كلمة المرور القديمة وكلمة المرور الجديدة تفاعلي. For example: على سبيل المثال :

SQL> password مزود> كلمة السر
Changing password for DAVID تغيير كلمة السر لديفيد
Old password: كلمة السر القديمة :
New password: كلمة المرور الجديدة :
Retype new password: إعادة الطباعة كلمة المرور الجديدة :

Note: You need to have enough privileges to change other Oracle user’s password. ملاحظة : أنت في حاجة لديه ما يكفيه لتغيير الامتيازات الأخرى أوراكل المستخدم كلمة السر.

As the variable in italic implied by name, user_name is the user whose password wishes to be changed, and new_password is the new password to assign. وكما في متغير مائل التي تنطوي عليها اسم ، USER_NAME هو المستخدم كلمة السر التي ترغب في تغييرها ، وnew_password هو كلمة سر جديدة لإسناد.

As ALTER USER SQL syntax will send the new password to the Oracle database server unencrypted if use without Advanced Security Option, and thus expose to security risk, Oracle users should always use the PASSWORD command to change the Oracle user password. كما أن يغير المستخدم بناء الجملة مزود سوف ترسل كلمة السر الجديدة إلى خادم قاعدة البيانات أوراكل غير المرمزة إذا متقدم الأمن دون استخدام الخيار ، وبالتالي تعرض لمخاطر أمنية ، وينبغي أن مستخدمي أوراكل دائما استخدام كلمة السر لتغيير القيادة أوراكل المستخدم كلمة السر.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. هام : هذه هي آلة الصفحة المترجمة التي تقدم "كما هي" دون ضمان. Machine translation may be difficult to understand. الترجمة الآلية قد يكون من الصعب فهم. Please refer to يرجى الرجوع إلى original English article المادة الانكليزية الأصلية whenever possible. كلما كان ذلك ممكنا.

Share and contribute or get technical support and help at وحصة المساهمة أو الحصول على الدعم التقني والمساعدة في My Digital Life Forums بلادي الرقمي الحياة المنتديات .



Leave a Reply ترك الرد

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> يمكنك استخدام هذه العلامات : <ahref="" title=""> <abbrtitle=""> <acronymtitle=""> <b><blockquotecite=""> <cite><code><ديل datetime = ""> <em><i><qcite=""> <strike><strong>

Subscribe without commenting اكتتاب دون التعليق


Custom Search

New Articles المواد الجديدة

Incoming Search Terms for the Article ابحث الواردة للشروط المنصوص عليها في المادة

oracle change password أوراكل تغيير كلمة المرور - -- sqlplus change password sqlplus تغيير كلمة المرور - -- change oracle password أوراكل تغيير كلمة المرور - -- oracle change user password أوراكل للمستخدم تغيير كلمة المرور - -- change password oracle تغيير كلمة المرور أوراكل - -- depositfiles password depositfiles كلمة المرور - -- oracle set password مجموعة أوراكل كلمة المرور - -- megaupload passwords megaupload كلمات السر - -- megaupload password megaupload كلمة المرور - -- change password in Oracle تغيير كلمة السر في أوراكل - -- reset oracle password إعادة تعيين كلمة المرور أوراكل - -- pl/sql change password رر / مزود تغيير كلمة المرور - -- TOAD CHANGE PASSWORD العلجوم تغيير كلمة المرور - -- change password in sqlplus تغيير كلمة المرور في sqlplus - -- sqlplus password change sqlplus تغيير كلمة المرور - -- change password sqlplus تغيير كلمة المرور sqlplus - -- oracle password change أوراكل تغيير كلمة المرور - -- change password in toad تغيير كلمة المرور في العلجوم - -- oracle password reset أوراكل اعادة ضبط كلمة السر - -- change oracle user password تغيير أوراكل المستخدم كلمة السر - -- all الكل - -- depositfiles passwords depositfiles كلمات السر - -- oracle user password أوراكل المستخدم كلمة السر - -- oracle reset password أوراكل إعادة ضبط كلمة المرور - -- oracle sqlplus change password أوراكل sqlplus تغيير كلمة المرور - -- reset oracle system password إعادة تعيين كلمة المرور نظام أوراكل - -- oracle user change password أوراكل للمستخدم تغيير كلمة المرور - -- oracle reset user password إعادة أوراكل المستخدم كلمة السر - -- sqlplus change user password sqlplus تغيير المستخدم كلمة المرور - -- pl sql change password رر مزود تغيير كلمة المرور - -- change password pl/sql تغيير كلمة المرور رر / مزود - -- change database user password تغيير قاعدة بيانات المستخدم كلمة السر - -- oracle "change password" أوراكل "تغيير كلمة السر" - -- password oracle كلمة المرور أوراكل - -- change password toad تغيير كلمة المرور العلجوم - -- oracle change password sqlplus أوراكل تغيير كلمة السر sqlplus - -- change password in pl/sql تغيير كلمة المرور في رر / مزود - -- oracle change password command أوراكل تغيير كلمة السر للقيادة - -- oracle reset system password إعادة تعيين كلمة المرور نظام أوراكل - -- reset password oracle إعادة ضبط كلمة المرور أوراكل - -- oracle database password قاعدة بيانات أوراكل كلمة المرور - -- change DB user password الديسيبل المستخدم تغيير كلمة المرور - -- set password oracle مجموعة أوراكل كلمة المرور - -- how to change password in sqlplus كيفية تغيير كلمة المرور في sqlplus - -- forgot oracle password نسيت كلمة المرور أوراكل - -- oracle alter password أوراكل تغيير كلمة المرور - -- password megaupload كلمة المرور megaupload - -- reset password in oracle إعادة تعيين كلمة المرور في أوراكل - -- how to change password in toad كيفية تغيير كلمة المرور في العلجوم - -- oracle pl/sql change password أوراكل رر / مزود تغيير كلمة المرور - -- sqlplus change user تغيير sqlplus المستخدم - -- alter password oracle تغيير كلمة المرور أوراكل - -- change oracle db password تغيير كلمة المرور أوراكل ديسيبل - -- bebo passwords bebo كلمات السر - -- change sqlplus password تغيير sqlplus كلمة المرور - -- sqlplus change SYSTEM password sqlplus تغيير نظام كلمة السر - -- megaupload user password megaupload المستخدم كلمة السر - -- oracle change password syntax تركيب أوراكل تغيير كلمة المرور - -- oracle change password query أوراكل تغيير كلمة السر استفسار - -- how to change oracle password كيفية تغيير كلمة السر أوراكل - -- passwords megaupload كلمات السر megaupload - -- demonoid user password demonoid المستخدم كلمة السر - -- BEBO change password BEBO تغيير كلمة المرور - -- reset oracle user password إعادة أوراكل المستخدم كلمة السر - -- oracle db change password أوراكل ديسيبل تغيير كلمة المرور - -- oracle password أوراكل كلمة المرور - -- oracle change password toad أوراكل تغيير كلمة السر العلجوم - -- toad oracle change password العلجوم أوراكل تغيير كلمة المرور - -- retrieve oracle password أوراكل استرجاع كلمة المرور - -- "Oracle Change Password" "أوراكل تغيير كلمة السر" - -- "Change password" oracle "تغيير كلمة المرور" أوراكل - -- oracle system password reset نظام أوراكل اعادة ضبط كلمة السر - -- sqlplus password reset sqlplus اعادة ضبط كلمة السر - -- change oracle database password تغيير قاعدة البيانات أوراكل كلمة المرور - -- toad password العلجوم كلمة المرور - --