Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Oracle create user

2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Step 1 (connect to oracle):

In the dos interface (the following are all operated in the dos interface), enter: sqlplus sang/12345 (user name and password are casually written here) @ orcl as sysdba

Step 2 (create and authorize users):

Create user user1 (user name) identified by 123456 (password) default tablespace pamphm temporary tablespace p_m_temp

Grant connet to user1

Grant dba to user1

Conn user1/12356@locathost/orcl

Step 3 (connect to the software)

Connection name: write whatever you want

User name: user1

Password: 123456

Hostname: locathost (default)

Port: 1521 (default)

Sid:orcl (@ above)

After completing the above steps, you can operate on the dos interface!

Dos interface user login: sqlplus user1/123456@orcl as sysdba

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report