SQL tutorial 42: How to Unlock user using SQL Developer By Manish Sharma RebellionRider
Skills:
Prompting Basics53%
Key Takeaways
Unlocks user accounts in Oracle database using SQL Developer
Full Transcript
What's up internet? Welcome back once again. I'm Manish from rebellionrider.com. In my previous tutorial, I have shown you the traditional way of unlocking a user using alter user command. And today I will show you how to unlock a user using SQL developer tool. So without further ado, let's jump onto today's SQL tutorial. As I have already mentioned in my previous tutorial that to unlock or to perform any user management task in Oracle database, you either need to have all user system privilege or log on to your database using SIS user with CISDB privileges. Like always, I'm going to log on to my database using SIS user with CISDB privileges. And for that I have already created a connection with SIS user here in my SQL developer by the name of SIS at local host. In my tutorial 38, I have explained how to make connection using SIS user. You can watch that tutorial link is in the description box. So let's connect to our database using this connection. For that simply right click and select the connection and choose connect. After doing this just double click and expand your CIS connection. In my case it's already expanded. This will open up the tree structure as you can see here of all the database objects owned by our SIS user. From all these objects, we have to choose the other users, which is the last one in the list. Now, double click and expand this other users folder. Now, you will be able to see the list of all the users created in your database. Some of them are created by database and some of them are created by you. In my case, most of the users are from Oracle sample schema. By the way, I have done a video series on how to create a user where I explain different ways of creating users. If you want, you can watch them. Links are in the description box. From this list, choose the user which you want to unlock. For the demonstration purpose, I'm going to use user SH as I have never worked with this user and have never unlocked it. So, let's find the user SH. Here it is. Using the steps which I'm going to perform to unlock the SH user, you can unlock any users. Steps are the same. Now, right click the user which is SH in my case and select edit user. This will open up an edit user wizard. Using this edit user wizard, you can change any of the setting of the user. But for this tutorial, we will concentrate on how to unlock this user. If you can see here on the first tab of this wizard, we have three check boxes from which second one is account is locked which by default is checked which indicates that the user is locked and not accessible. To unlock the user, you need to uncheck this box. If you have forgotten the password or you don't know the default password or you are unlocking sample user account for the first time then I highly recommend you to set the password here otherwise you won't be able to login. So I'm going to set the password for SH account as it's a sample user account and I'm unlocking it for the first time and I have no idea what's its default password. A quick tip for you guys. If you are a DBA and your user informs you that his or her account has expired and logged, then let this password expired checkbox remain checked. By doing so, Oracle engine will ask your user to change the password on next login attempt. And this will let your user set his or her desired password for the account. In my case, I am the only user of the account and have already set the password. So, I don't think I need to set the password again. Thus, I will uncheck this password expired checkbox. Now click apply. Successful proceed SQL command. Click okay. And now click close. Means our user is now unlocked. Let's try to login using this SSH user. For that I will again use the command prompt. Now let's log on to our database using the SSH user. Let me quickly show you the user. Here we go. Our account is unlocked and ready for use. Using the same steps which I have shown you in this tutorial, you can unlock any user of your database. Please hit like if you want me to do more such quick and easy to understand tutorial. Hope you find this quick tutorial helpful. I'll be really happy if you hit like on this video and subscribe to my channel. You can follow me on my social media. All the links are in the description box. Signing off for today. This is Manish from Rebellion Rider.
Original Description
In this tutorial you will learn how to unlock account using SQL Developer. Using the steps used in this tutorial you can unlock any user account such as HR,OE,Scott in oracle database.
Another part of user management in Oracle Database. Keep watching Enjoy SQLing
Celebrating 1000 subscribers. Thanks a lot guys for all your love and support.
------------------------------------------------------------------------
►►►LINKS◄◄◄
Website: www,Rebellionrider.com
Blog: http://bit.ly/unlock-user-using-sql-developer
Previous Tutorial: How to unlock user using SQL Alter User command
http://youtu.be/sMqq9MSVmQo
Tutorial 38: http://youtu.be/GS4udgR44Ls
Links of how to create user tutorial
Create user using SQL Developer
http://youtu.be/GS4udgR44Ls
Create user using Create user command
http://youtu.be/4QbK2Y-1LZw
Create user using EM
http://youtu.be/zGjh-Bb3HrI
-------------------------------------------------------------------------
--------------------------------------------------------------------------
►Make sure you SUBSCRIBE and be the first one to see my videos!
--------------------------------------------------------------------------
Amazon Wishlist: http://bit.ly/wishlist-amazon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
►►►Find me on Social Media◄◄◄
Follow What I am up to as it happens on
https://twitter.com/rebellionrider
https://www.facebook.com/imthebhardwaj
http://instagram.com/rebellionrider
https://plus.google.com/+Rebellionrider
http://in.linkedin.com/in/mannbhardwaj/
http://rebellionrider.tumblr.com/
http://www.pinterest.com/rebellionrider/
You can also Email me at
RebellionRiderYT@gmail.com
Please please LIKE and SHARE my videos it makes me happy.
Thanks for liking, commenting, sharing and watching more of our videos
This is Manish from RebellionRider.com
♥ I LOVE ALL MY VIEWERS AND SUBSCRIBERS
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from Manish Sharma · Manish Sharma · 49 of 60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
▶
50
51
52
53
54
55
56
57
58
59
60
Oracle Database tutorials 1: How to install Oracle Database 11g on windows 7
Manish Sharma
Oracle Database tutorials 2:How To install SQL Developer on windows 7
Manish Sharma
Oracle Database tutorials 3:How to enable Line numbers in SQL Developer.
Manish Sharma
Oracle Database tutorials 4: database connectivity using SQL developer and command prompt
Manish Sharma
Oracle Database tutorials 5: how to Fetch Data using SELECT - SQL statement by Manish Sharma
Manish Sharma
Oracle Database11g tutorials 6 | | How to use Concatenation operator, character String
Manish Sharma
Oracle Database11g tutorials 7 | |SQL DISTINCT keyword || SQL tutorials
Manish Sharma
Canon EOS 600D 2 lens kit/Canon rebell EOS T3i 2 lens kit Unboxing
Manish Sharma
First look: ORACLE CERTIFIED ASSOCIATE (OCA) CERTIFICATE - ORACLE DATABASE ADMINISTRATOR
Manish Sharma
Oracle Database11g tutorials 8 || SQL DISTINCT with multiple columns |SQL Distinct with Two columns
Manish Sharma
Oracle Database11g tutorials 9 || What is archive log mode and how to enable archive log mode
Manish Sharma
Oracle Database11g tutorials 10 || SQL Single Row Function (SQL Functions )
Manish Sharma
Oracle Database11g tutorials 11: SQL case manipulation function in Oracle Database
Manish Sharma
how to add channel trailer and section on your youtube channel 2014
Manish Sharma
Oracle Database11g tutorials 12 || SQL Concat Function - SQL character manipulation function
Manish Sharma
Oracle Database11g tutorials 13 || SQL substr function / SQL substring function
Manish Sharma
Oracle Database11g tutorials 14 : How to CREATE TABLE using sql developer and command prompt
Manish Sharma
SQL tutorials 15 || How To CREATE TABLE using enterprise manager 11g
Manish Sharma
Oracle Database11g tutorials 16: How to uninstall oracle 11g from windows 7 64 bit
Manish Sharma
ORACLE CERTIFIED PROFESSIONAL(OCP) CERTIFICATE First look - ORACLE DATABASE ADMINISTRATOR
Manish Sharma
Plantronics audio 655 USB headset with Mic Unboxing and Review and Plantronics audio 655 Mic test
Manish Sharma
SQL tutorials 17: SQL Primary Key constraint, Drop primary Key
Manish Sharma
SQL tutorials 18: SQL Foreign Key Constraint By Manish Sharma
Manish Sharma
SQL tutorial 19: ON DELETE SET NULL clause of Foreign Key By Manish Sharma (RebellionRider)
Manish Sharma
SQL tutorials 20: On Delete Cascade Foreign Key By Manish Sharma (RebellionRider)
Manish Sharma
SQL tutorial 21: How To Rename Table in SQL using ALTER TABLE statement By Manish Sharma
Manish Sharma
SQL tutorial 22: How to Add / Delete column from an existing table using alter table
Manish Sharma
SQL tutorial 23: Rename and Modify Column Using Alter Table By Manish Sharma (RebellionRider)
Manish Sharma
SQL tutorial 24 :SQLJoins- Natural Join With ON and USING clause By Manish/Rebellionrider
Manish Sharma
Oracle Database11g tutorials 25: How to install Oracle Database 11g Express Edition R2 on Windows 7
Manish Sharma
SQL tutorial 26: Introduction to SQL Joins in Oracle Database
Manish Sharma
Vidcon 2014 YouTube Fan Funding: How to enable fan funding on YouTube Channel
Manish Sharma
SQL tutorial 27: Right Outer Join in SQL by Manish Sharma for RebellionRider
Manish Sharma
SQL tutorial 28: Left Outer Join By Manish Sharma / RebellionRider
Manish Sharma
SQL tutorial 29: Full Outer Join with example By Manish Sharma/ RebellionRider
Manish Sharma
SQL tutorial 30: Inner Join In SQL by Manish Sharma/RebellionRider
Manish Sharma
SQL tutorial 31 : SQL Cross Join In Oracle Database By Manish Sharma from RebellionRider
Manish Sharma
SQL tutorial 32: How To Insert Data into a Table Using SQL Developer
Manish Sharma
SQL tutorial 33:How To Insert Data into a Table Using SQL INSERT INTO dml statement
Manish Sharma
SQL tutorial 34: How to copy /Insert data into a table from another table using INSERT INTO SELECT
Manish Sharma
SQL tutorial 35: DELETE and TRUNCATE how to delete data from a table
Manish Sharma
SQL tutorial 36: how to create database using database configuration assistant DBCA
Manish Sharma
SQL tutorial 37: How to create NEW USER account using Create User statement in Oracle database
Manish Sharma
SQL tutorial 38: How to create user using SQL Developer in Oracle database
Manish Sharma
SQL tutorial 39: How to create user in oracle using Enterprise Manager
Manish Sharma
SQL tutorial 40: DBA Trick, How to drop a user when it is connected to the database
Manish Sharma
Motorola Moto G 2nd Generation / G2 Unboxing and Review
Manish Sharma
SQL tutorial 41: How to UNLOCK USER in oracle Database
Manish Sharma
SQL tutorial 42: How to Unlock user using SQL Developer By Manish Sharma RebellionRider
Manish Sharma
SQL tutorial 43: How to create an EXTERNAL USER in oracle database By Manish Sharma RebellionRider
Manish Sharma
SQL tutorial 44: How to import data from Microsoft Excel to Oracle Database using SQL Developer
Manish Sharma
SQL tutorial 45: Introduction to user Privileges in Oracle Database By Manish Sharma RebellionRider
Manish Sharma
SQL tutorial 46: What are System Privileges & How To Grant them using Data Control Language
Manish Sharma
SQL tutorial 47: How to Grant Object Privileges With Grant Option in Oracle Database
Manish Sharma
SQL tutorial 48: How to create Roles in Oracle Database
Manish Sharma
SQL tutorial 49: CASE - Simple Case Expression in Oracle Database (1/2)
Manish Sharma
SQL tutorial 50: CASE - Searched Case Expression In Oracle (2/2)
Manish Sharma
SQL tutorial 51: DECODE function in Oracle Database By Manish Sharma (RebellionRider)
Manish Sharma
Oracle Database Tutorial 52 : Data Pump expdp - How to Export full database using expdp
Manish Sharma
Oracle Database Tutorial 53 : Data pump expdp - How to Export tablespace in Oracle Database
Manish Sharma
More on: Prompting Basics
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
Müşteri Değerini Anlamak: RFM, CLTV ve Tahmine Dayalı CRM Analitiği
Medium · Machine Learning
Müşteri Değerini Anlamak: RFM, CLTV ve Tahmine Dayalı CRM Analitiği
Medium · Data Science
Müşteri Değerini Anlamak: RFM, CLTV ve Tahmine Dayalı CRM Analitiği
Medium · Python
Surviving the Data Science Behavioral Interview
Towards Data Science
🎓
Tutor Explanation
DeepCamp AI