Change Oracle Database User Password שנה ל-Oracle Database משתמש סיסמה
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 המערכת ולמנוע גישה לא מורשית אל הנתונים של Oracle, חשוב עבור Oracle למשתמשים לא רק באמצעות חזקה וארוכת Oracle סיסמאות כוח פראי, כדי למנוע פיגועים או במילון, אלא גם כדי לשנות את סיסמת המשתמש Oracle בקביעות. 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. Oracle משתמשים גם כדי לשנות את הסיסמה כאשר יש סיסמה או עומד לפוג, אם מנהל המערכת מיישמת הנתונים ואת הסיסמה enforces שליטה קפדנית עם 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. כדי לשנות את הסיסמה של Oracle, משתמשים יכולים להשתמש ב-SQL * Plus או Oracle SQL ו PL / SQL שפת ממשק כלי ניהול כגון קרפדה עבור Oracle. No matter what SQL apps you use, the commands and SQL query languages used to change the password are similar. לא משנה מה אתה משתמש ב-SQL Apps, את הפקודות ואת שאילתת SQL שפות השתמשו כדי לשנות את הסיסמה דומים.
There are two SQL command syntaxes that can be used to change Oracle database user password: ישנן שתי syntaxes SQL הפקודה בהם ניתן להשתמש כדי לשנות את הנתונים Oracle משתמש סיסמה:
ALTER USER user_name IDENTIFIED BY new_password ; Alter המשתמש מזוהה באמצעות 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: עבור שאילתת SQL לעיל, אם ברצונך לשנות סיסמה של משתמש אחר, השתמש בפקודה הבאה:
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. לקבלת סיסמה הפקודה, לאחר לחץ על Enter, תתבקש להזין את הסיסמה הישנה ואת הסיסמה החדשה אינטראקטיבי. For example: לדוגמה:
SQL> password SQL> סיסמה
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. הערה: אתה צריך להיות מספיק כדי לשנות הרשאות של משתמש אחר Oracle סיסמה.
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. כפי אלטר שם SQL תחביר תשלח את הסיסמא החדשה של שרת מסד הנתונים Oracle מוצפנות אם להשתמש ללא אפשרות אבטחה מתקדמים, ובכך לחשוף את הסיכון הביטחוני, אורקל משתמשים תמיד צריך להשתמש בפקודה סיסמה כדי לשנות את סיסמת המשתמש Oracle.
IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף הוא מכונה בתרגום ובתנאי "כמות שהוא", ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to אנא פנה ל original English article המאמר המקורי באנגלית whenever possible. ככל שניתן.
Related Articles מאמרים קשורים
- Oracle Database Link קישור ל-Oracle Database
- How Drop Tablespace and Recover Oracle Database When Accidentally Delete Datafile כיצד זרוק שחזר Tablespace ו-Oracle Database כאשר מחק בטעות Datafile
- Oracle EXP-00091 Error When Export Database EXP-00091-Oracle שגיאה כאשר יצא מסד נתונים
- How to Remove and Drop Datafiles from Tablespace in Oracle Database כיצד להסיר ולהתקין זרוק Datafiles מ Tablespace ב-Oracle Database
- Oracle Database Import Error 3113/3114 Oracle Database ייבוא שגיאה 3113/3114
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error יצירה, הוספה או פיצול Oracle Database מחיצה נכשל עם שגיאה אורה-14080
- View and Retrieve Oracle Database Link Details הצג לאחזור ו-Oracle Database קישור פרטים
- Reset and Change Windows NT/2000 Administrator or User Password with chntpw in Linux אפס ולשנות את Windows NT/2000 המנהל או עם סיסמה chntpw משתמש ב-Linux
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database שובב-00016 נדרש התווים המרה אין תמיכה שגיאה כאשר יבוא אל Oracle Database
- How to Customize, Modify or Change WordPress Database Connection Error Page כיצד להתאים אישית, שנה או שנה של חיבור מסד נתונים WordPress דף שגיאה









































