How to create User in Database Using SQL Command Line

preview_player
Показать описание
how to create user in database using sql command line
If you liked this video, please like it and share and consider
subscribing to my channel for more advance tutorials and more informative tutorials.

follow these steps.....,.........
-----------------------------------------------------
connect sys as sysdba
enter password:
connected.
create user zubair identified by 123456;
users created.
show user;
user is "sys"
Grant dba to zubair;
Grant succeeded.
show user;
user is "sys"
connect zubair;
enter password:123456;
connected.
show user;
user is zubair.
----------------------------------------------------
----------------------/Links\-----------------------
Translate Languages On Face Book Messenger

How to Set Your Photo on USB New Trick For Computer User

How to Remove Water Mark Fillmora Wonder Share Free 2019

How to upload your websites to live server to Cpanel account 2019

HTML Tutorial for Beginners 21 break and space tag

How to know Who is using my WiFi of my WiFi Router

How To Download Voice and Audio on Facebook Messenger

How to Translate Language on Whats app and Messenger

Values Passing using a Hyperlink in PHP Advance Part
----------------\/------------------
#ZubairShah#CreateUserDatabaseSQLCommandLine
#sqlcommandline
#sqllline
Рекомендации по теме
Комментарии
Автор

Thanks, its really helpful and u wrap up all the process in a quick manner that's very nice

mkusuma
Автор

Searched many videos, and finally this video helped me, thanks alot bro 🤝

stean
Автор

Thanks bro this video is helpful for me ☺️

mathbysuraj
Автор

Thanks bro very usefull video thanx salute apko

tillumaurya
Автор

Super bro I have used the video thanks

zakirbasha
Автор

Thank you sir I useful this information

sekhar
Автор

I have a question. I am from Saudi Arabia. How can I download this program into the laptop?

lzrjgxx
Автор

SQL> create table stuSirdent ( roll no (3), name char (10), marks (6), address varchar2 (10)); ye lihane ke bad enter Kiya to unknown command beginning " creat table..."- rest of line ignored. Aata he to ky kare

akanksha
Автор

last but one connect xyz ; enter password: getting error in this last line to me pls help me

shreedharbatthad
Автор

Hello sir ... After entering the password I face with an error Oracle database not found .. how can I resolve this error ... Please help me

tanuuppal
Автор

Hello bro!
Could you tell me how i can change user by id in a database using sql command line? This was an assignment the professor gave!

ahmedal-akhali
Автор

After entering
Create user XYZ identified by 12345;
It is showing error
Username XYZ conflicts with another user or role name


Pls help

sushmakshirsagar
Автор

Hey i am getting a error missing or invalid password(s) after
Create user username identified by password;
Plz help

richaparekh
Автор

Create user sowmiya identified by 12345 ;
Enter pana database not open nu error kamikuthu how to clear this sir . please reply

sowmiyap
Автор

Create user sushma identified by 123456;
It's showing error
Plzz tell me what to do

mahekchavda