Change Oracle Database User Password Maina Oracle Database Lietotājs Parole
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. Drošības nodrošināšanai Oracle datu bāzes sistēmu un novērstu neatļautu piekļuvi Oracle datu bāzes, tās svarīgi Oracle lietotājus, ne tikai izmantojot spēcīgu un sen Oracle paroles, lai izvairītos no brutālu spēku vai vārdnīca uzbrukumiem, bet arī mainīt Oracle lietotāja paroli. 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 lietotāji arī ir jāmaina parole, ja parole ir vai drīzumā beigsies, ja datu bāzes sistēmas administrators īsteno un nodrošina stingru paroli kontrole ar PASSWORD_LIFE_TIME izvēle lietotāju profilus, kas ierobežo dienu skaitu paroli var izmantot autentifikāciju, lai pieteiktos sistēmu.
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. Lai mainītu Oracle paroli, lietotāji var izmantot SQL * Plus vai Oracle SQL un PL / SQL valodas interfeisa administrācijas rīku kā krupis uz Oracle. No matter what SQL apps you use, the commands and SQL query languages used to change the password are similar. Nav svarīgi, cik SQL apps jūs izmantojat, komandas un SQL vaicājumu valodu izmanto, lai mainītu paroli, ir līdzīgas.
There are two SQL command syntaxes that can be used to change Oracle database user password: Ir divi SQL komandu sintakses, ko var izmantot, lai mainītu Oracle datu bāzes lietotāja parole:
ALTER USER user_name IDENTIFIED BY new_password ; ALTER USER user_name pierāda ar new_password;
or (from Oracle8 and above): vai (no Oracle8 un vecākiem):
PASSWORD PAROLE
For above SQL query, if you need to change another user's password, use the following command: Iepriekšminētajos SQL vaicājumu, ja jums nepieciešams mainīt cita lietotāja paroli, izmantojiet komandu:
PASSWORD user_name PAROLE user_name
For PASSWORD command, after you press Enter, you will be prompted to input the old password and new password interactively. For PAROLE komandu, kad esat nospiediet Enter, jums tiks piedāvāts ievadi veco paroli un jauno paroli interaktīvi. For example: For example:
SQL> password SQL> parole
Changing password for DAVID Changing parole DAVID
Old password: Vecā parole:
New password: Jaunā parole:
Retype new password: Atkārtojiet jauno paroli:
Note: You need to have enough privileges to change other Oracle user's password. Piezīme: Jums ir pietiekami daudz privilēģiju, lai mainītu citus Oracle lietotāja paroli.
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. Kā mainīgo lielumu slīprakstā netieši nosaukumu, user_name ir lietotājs, kura parole vēlas tikt mainīta, un new_password ir jauno paroli uzdot.
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. Kā ALTER USER SQL syntax nosūtīs jaunu paroli uz Oracle datu bāzes servera nešifrētā veidā, ja tiks izmantoti bez papildu drošību risinājums un tādējādi pakļaut drošības risku, Oracle lietotājus, vienmēr izmantojiet PAROLE komandu mainīt Oracle lietotāja paroli.
IMPORTANT : The page is machine translated and provided "as is" without warranty. SVARĪGI: lapa mašīna iztulkot un pasniegts tàds, "kàds tas ir" bez garantijas. Machine translation may be difficult to understand. Mašīntulkošanas var būt grūti saprast. Please refer to Lūdzu, skatiet original English article oriģināls angļu rakstu whenever possible. kad vien iespējams.
Related Articles Saistītie raksti
- Oracle Database Link Oracle Database Link
- How Drop Tablespace and Recover Oracle Database When Accidentally Delete Datafile Kā Drop Tablespace un atgūt Oracle Database Kad Nejauši Dzēst datni
- Oracle EXP-00091 Error When Export Database Oracle EXP-00091 kļūdu Export Database
- How to Remove and Drop Datafiles from Tablespace in Oracle Database Kā noņemt un Drop Datafiles no Tablespace in Oracle Database
- Oracle Database Import Error 3113/3114 Oracle Database Import Error 3113/3114
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error Izveidot, pievienošana vai Split Oracle Database Partition neizdodas, ORA-14.080 Kļūda
- View and Retrieve Oracle Database Link Details Apskatīt un Retrieve Oracle Database Link Details
- Reset and Change Windows NT/2000 Administrator or User Password with chntpw in Linux Reset un pārmaiņu Windows NT/2000 administrators vai Lietotājs Parole ar chntpw Linux
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database IMP-00016 Nepieciešams Character Set Conversion Not Supported Kļūda Imports Oracle Database
- How to Customize, Modify or Change WordPress Database Connection Error Page Kā pielāgot, mainīt vai Mainït WordPress Database Connection Error Page









































