Oracle create user, create a table space, user authorization

The first step, install the Oracle database software, depending on the actual needs of the database can install additional client software. There are many articles online installation process, not discussed here. (Note: When using ArcMap need to connect to the database client)

A second portion, mounted common database client as PL / SQL, or the like Nacicat, I use the PL / SQL.

The third step, use the SYS account login, create a database table space using SQL statements, create users, and authorize users.

          

 

Notes on the Oracle database user rights, I think this article is very well written a very detailed.

Oracle user permissions, role management:

https://blog.csdn.net/junmail/article/details/4381287

Guess you like

Origin www.cnblogs.com/snopydog/p/11204969.html