`
雨过天晴0521
  • 浏览: 159357 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

How to change the password for a user in Oracle

 
阅读更多
Answer:  To change a user's password in Oracle, you need to execute the alter user command.

The syntax for changing a password is:

alter user user_name identified by new_password;


user_name is the user whose password you wish to change.

new_password is the new password to assign.


For example:

If you wanted to reset the password for a user named smithj, and you wanted to set the new password to autumn, you would run the following command:

alter user smithj identified by autumn;


From http://www.techonthenet.com/oracle/password.php
分享到:
评论

相关推荐

    英文原版-PeopleSoft for the Oracle DBA 2nd Edition

    This new edition of David Kurtz‘s book is freshly revised, showing how to tame the beast and manage Oracle successfully in a PeopleSoft environment.You’ll learn about PeopleSoft’s Internet ...

    A Practical Guide to Designing for the Web.pdf

    Conclusion What does it really feel like to be a designer in this industry today? Well, let me ask you, what was the most rewarding aspect of the last project you finished?...that control to the user.

    The Cloud DBA-Oracle: Managing Oracle Database in the Cloud

    Learn how to define strategies for cloud adoption of your Oracle database landscape. Understand private cloud, public cloud, and hybrid cloud computing in order to successfully design and manage ...

    The Google Resume: How to Prepare for a Career and Land a Job

    Covers key concerns like what to major in, which extra-curriculars and other experiences look good, how to apply, how to design and tailor your resume, how to prepare for and excel in the interview, ...

    How_to_write_and_publish_a_scientific_paper

    How to write and publish a scientific paper ContentsChapter 1 What Is Scientific Writing? Chapter 2 Origins of Scientific Writing Chapter 3 What Is a Scientific Paper? Chapter 4 How to Prepare the ...

    How to Cheat at Securing a Wireless Network

    With this increase in usage comes a commensurate increase in the network's vulnerability to intrusion. This book provides the typical network administrator with the basic tools and instruction they ...

    log4j-tutorial.zip_How To Change It

    This tutorial explains how to set up ...properties configuration files, shows how to change LogLevels for a running application. Furthermore, we explain best practices on logging and exception handling.

    How to Share a Secret

    In cryptography, a shared secret is a piece of data, known only to the parties involved, in a secure communication. The shared secret can be a password, a passphrase, a big number or an array of ...

    Pro Docker: Learn how to use Containers as a Service for development and

    In this fast-paced book on the Docker open standards platform for developing, packaging and running portable distributed applications, Deepak Vorhadiscusses how to build, ship and run applications on ...

    Oracle Security

    Connecting to the Database Without a Password Installing and Configuring SQL*Net Setting Up Initialization Parameters for Security Chapter 9 Developing a Simple Security Application The ...

    How To Connect To The FTP Server

    How To Connect To The FTP Server

    How to use SFTP

    The topic How to use SFTP (with client validation - password authentication) discusses the simplest form of client authentication, via password. In public key authentication, SSH clients and ...

    Oracle SQL Tuning with Oracle SQLTXPLAIN: Oracle Database 12c Edition

    Learn through this practical guide to SQL tuning how Oracle's own experts do it, using a freely downloadable tool called SQLTXPLAIN. This new edition has been expanded to include AWR, Oracle 12c ...

    how to solve it

    George Polya revealed how the mathematical method of demonstrating a proof or finding an unknown can be of help in attacking any problem that can be "reasoned" out - from building a bridge to winning...

    C++ How to Program, 10th Edition

    C++ How to Program presents leading-edge computing technologies in a friendly manner appropriate for introductory college course sequences, based on the curriculum recommendations of two key ...

    Think Java: How to Think Like a Computer Scientist [2016]

    Each brief chapter covers the material for one week of a college course and includes exercises to help you practice what you’ve learned. Learn one concept at a time: tackle complex topics in a ...

    1Z0-811 Exam Guide to Have a Cakewalk in Oracle Java SE Certific

    - **Overview:** Before diving into the preparation, it is crucial to understand the syllabus and topics covered in the exam. The 1Z0-811 exam covers various aspects of Java programming, including ...

Global site tag (gtag.js) - Google Analytics