製品
Mind Mapping Software
Outlining Software
ガントチャートソフトウェア
用途
教育向けマインドマップ
Mind maps for Business
個人的な開発のためのマインドマップ
マインドマッピングの利点
リソース
特徴
教育
個人と仕事
デスクトップ
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
価格
ログイン
登録
製品
Mind Mapping Software
Outlining Software
ガントチャートソフトウェア
用途
教育向けマインドマップ
Mind maps for Business
個人的な開発のためのマインドマップ
マインドマッピングの利点
記事
マインドマッピングとは何ですか?
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
価格
登録
ログイン
カテゴリー
全て
によって
richard ccoyllo
5年前.
274
planificación y creacion de base de datos
Esta es una muestra de mapa mental
開く
もっと見る
COMANDOS SQL DENTRO DE UNA BASE DE DATOS
maria elena faicanにより
¿qué tiempo hace?
Inma Rosaにより
planificación y creación de base de datos
DAYANA ALTAMIRANOにより
planificación y creación de base de datos
DAYANA ALTAMIRANOにより
planificación y creacion de base de datos
iniciar sesión del usuario
grant create session to usuariosjb;
selección de nombre del usuario
SELECT username FROM dba_users WHERE USERNAME='usuariosjb ';
creación del usuario
create user usuariosjb identified by 12345678 default tablespace users temporary TABLESPACE temp quota UNLIMITED on system;
autorización de código
alter session set "_ORACLE_SCRIPT"=true;
CREACIÓN DEL ROL
create role rolsjb;
verificar todos los usuarios
select * from all_users;
verificar los privilegios del usuario
select * from system_privilege_map;
verificación de los roles
select * from role_sys_privs;