Change Oracle Database User Password बदलें Oracle डाटाबेस प्रयोक्ता पासवर्ड
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 उपयोगकर्ताओं को भी पासवर्ड बदल दिया है जब पासवर्ड है या समाप्त होने जा रहा है, अगर डाटाबेस सिस्टम व्यवस्थापक से लागू है और उपयोगकर्ता प्रोफ़ाइल के लिए PASSWORD_LIFE_TIME विकल्प है जो दिनों की संख्या पासवर्ड प्रमाणीकरण के लिए प्रयोग किया जा सकता के लिए प्रवेश के लिए सीमा के साथ सख्त नियंत्रण पासवर्ड enforces प्रणाली.
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 करने के लिए पासवर्ड बदलने के लिए, उपयोगकर्ताओं को एसक्यूएल * प्लस या Oracle SQL और पी एल / एसक्यूएल भाषा इंटरफेस ऐसा टॉड के रूप में प्रशासन Oracle के लिए उपकरण का उपयोग कर सकते हैं. No matter what SQL apps you use, the commands and SQL query languages used to change the password are similar. कोई बात नहीं क्या एसक्यूएल Apps आप उपयोग करते हैं, कमांड और एसक्यूएल क्वेरी भाषाओं के लिए पासवर्ड बदलने के समान इस्तेमाल किया जाता है.
There are two SQL command syntaxes that can be used to change Oracle database user password: वहाँ दो एसक्यूएल कमान syntaxes कि Oracle डाटाबेस उपयोगकर्ता पासवर्ड बदलने के लिए किया जा सकता है:
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: 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. पासवर्ड कमांड के लिए, तुम्हारे जाने के बाद प्रेस दर्ज करें, आप निवेश के लिए प्रेरित किया जाएगा पासवर्ड पुराने और नए interactively पासवर्ड. For example: उदाहरण के लिए:
SQL> password एसक्यूएल पासवर्ड>
Changing password for DAVID डेविड के लिए पासवर्ड बदलना
Old password: पुराना पासवर्ड:
New password: नया कूटशब्द:
Retype new password: Retype नया कूटशब्द:
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 डाटाबेस unencrypted सर्वर पर नया पासवर्ड भेज अगर उन्नत सुरक्षा विकल्प के बिना उपयोग करते हैं, और इस तरह की सुरक्षा के लिए जोखिम का खुलासा होगा, 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 डाटाबेस के लिंक
- How Drop Tablespace and Recover Oracle Database When Accidentally Delete Datafile कैसे गिरा तालिकास्थान और पुनर्प्राप्त Oracle डाटाबेस जब गलती से नष्ट Datafile
- Oracle EXP-00091 Error When Export Database Oracle EXP-00091 त्रुटि जब निर्यात डाटाबेस
- How to Remove and Drop Datafiles from Tablespace in Oracle Database तालिकास्थान से Oracle डाटाबेस में निकालें और गिरा Datafiles कैसे
- Oracle Database Import Error 3113/3114 Oracle डाटाबेस के आयात त्रुटि 3113/3114
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error बनाने के लिए, जोड़ें या भाजित Oracle डाटाबेस के विभाजन के साथ विफल रहता है ORA-14,080 त्रुटि
- View and Retrieve Oracle Database Link Details देखें और निकालें Oracle डाटाबेस के लिंक विवरण
- Reset and Change Windows NT/2000 Administrator or User Password with chntpw in Linux रीसेट करें और बदलें Windows NT/2000 प्रशासक या प्रयोक्ता पासवर्ड लिनक्स में chntpw के साथ
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database छोटा सा भूत-00016 आवश्यक कैरेक्टर सेट रूपांतरण नहीं समर्थित त्रुटि जब Oracle डाटाबेस के लिए आयात
- How to Customize, Modify or Change WordPress Database Connection Error Page अनुकूलित करें, संशोधित करें या बदलें WordPress डाटाबेस कनेक्शन त्रुटि पेज में कैसे










































October 3rd, 2009 17:15 3 अक्टूबर 2009 17:15
[...] OR Change Oracle Database User Password [...] [...] या बदलें Oracle डाटाबेस प्रयोक्ता पासवर्ड [...]