Products
Mind Mapping Software
Outlining Software
甘特图软件
Uses
Mind Maps for Education
企业思维导图
用于个人发展的思维导图
思维导图的好处
資源
特点
教育
个人和工作
台式电脑
Video Tutorials
Watch tips and tricks about using Mindomo.
Help Center
Detailed help guide on configuring and using Mindomo.
文章
甚麼是思維導圖?
How to Mind Map?
How to Take Notes with Mind Maps?
How to Prioritize Tasks with Mind Maps?
What is a Concept Map?
Top 29 Mind Map Examples
定价
登入
注册
Products
Mind Mapping Software
Outlining Software
甘特图软件
Uses
Mind Maps for Education
企业思维导图
用于个人发展的思维导图
思维导图的好处
文章
甚麼是思維導圖?
How to Mind Map?
How to Take Notes with Mind Maps?
How to Prioritize Tasks with Mind Maps?
What is a Concept Map?
Top 29 Mind Map Examples
特点
教育
个人和工作
台式电脑
說明
Video Tutorials
Help Center
定价
注册
登入
类别
全部
作者:
DAYANA ALTAMIRANO
5 年以前
259
planificación y creación de base de datos
開啟
更多类似内容
planificación y creacion de base de datos
由richard ccoyllo
planificación y creacion de base de datos
由richard ccoyllo
planificación y creacion de base de datos
由richard ccoyllo
OLAP
由Lcastillo S
planificación y creación de base de datos
4- permite que el servidor ingrese el script
alter session set "_ORACLE_SCRIPT"=true;
5- crea el usuario y contraseña
create user usuariosjb identified by 12345678 default tablespace users temporary TABLESPACE temp quota UNLIMITED on system;
6- verifica el numero de usuarios
SELECT username FROM dba_users WHERE USERNAME='usuariosjb ';
7- crea la sesion
grant create session to usuariosjb;
8- crea el rol
create role rolsjb;
3- muestra los roles
select * from role_sys_privs;
2- verifica los usuarios
select * from all_users; ver los privilegios
1- verifica los privilegios
select* from system_privilege_map; ver los usuarios