search
Homephp教程PHP开发ORACLE user management
ORACLE user managementDec 15, 2016 am 10:16 AM

ORACLE user management
Each ORACLE database has many legal users. These users can log in to the database according to their user name and password, and use SQL language to access data.
(1) Create user
Create user command format Description
create user Username; The operation of creating a user must be done by the DBA. General users do not have the right to create users. Usernames must be unique, i.e. there cannot be two identical users in the same database.
identified by password; Set a password for the user
default tablespace tablespace name; Indicates the default tablespace where the user stores data
temporary tablespace tablespace name; Indicates the default temporary tablespace name used by the user
quota size on tablespace name ; Quota can limit the maximum number of bytes a user can use on a certain table space
Profile resource file; Profile specifies the use of various resources for users
The following is a complete example of creating a user:

 create user  scott;
identified by  tiger;
default tablespace  data_ts;
temporary tablespace  temp_ts;
quota 500K on data_ts;
profile newprofile;

(2) Modify the user
Modifications to users include: password, default table space, temporary table space, table space limit, profile, and default role. Role is a new concept in ORACLE7, we will discuss it in "Permission Management". A role can be thought of here as a special user with certain permissions. Modifying a user's default role is to specify another set of permissions for the user. The following example illustrates the operation of modifying the user:
Task command
Change scott’s password to hello ALTER USER scott IDENTIFIED BY hello;
Change scott’s default tablespace to data2_ts ALTER USER scott DEFAULT TABLESPACE data2_ts;
Change scott’s Modify the temporary table space to temp2_ts ALTER USER scott TEMPORARY TABLESPACE temp2_ts;
Change scott's resource file to otherprofile ALTER USER scott PROFILE otherprofile;
Change scott's default role to DEVELOPER ALTER USER scott DEFAULT ROLE DEVELOPER;
Change all the current system All roles are granted to scott, except Payroll ALTER USER scott DEFAULT ROLE ALL EXCEPT Payroll;
(3) Delete user
The command to delete a user is:

DROP USER 用户名 [CASCADE];

If you do not use the CASCADE option, all entities of the user must be deleted Only then can the user be deleted. After using CASCADE, no matter how big the user entity is, it will be deleted.

The above is the content of ORACLE user management. For more related articles, please pay attention to the PHP Chinese website (www.php.cn)!


Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
如何在uniapp中实现权限控制和用户管理如何在uniapp中实现权限控制和用户管理Oct 20, 2023 am 11:15 AM

如何在uniapp中实现权限控制和用户管理随着移动应用的发展,权限控制和用户管理成为了应用开发中的重要一环。在uniapp中,我们可以使用一些实用的方法来实现这两个功能,提高应用的安全性和用户体验。本文将介绍如何在uniapp中实现权限控制和用户管理,并提供一些具体代码示例供参考。一、权限控制权限控制是指在应用中对不同用户或用户组设置不同的操作权限,以保护应

什么是oracle asm什么是oracle asmApr 18, 2022 pm 04:16 PM

oracle asm指的是“自动存储管理”,是一种卷管理器,可自动管理磁盘组并提供有效的数据冗余功能;它是做为单独的Oracle实例实施和部署。asm的优势:1、配置简单、可最大化推动数据库合并的存储资源利用;2、支持BIGFILE文件等。

Laravel中的用户管理和权限控制:实现多用户和角色分配Laravel中的用户管理和权限控制:实现多用户和角色分配Aug 12, 2023 pm 02:57 PM

Laravel中的用户管理和权限控制:实现多用户和角色分配引言:在现代的Web应用程序中,用户管理和权限控制是非常重要的功能之一。Laravel作为一种流行的PHP框架,提供了强大而灵活的工具来实现多用户和角色分配的权限控制。本文将介绍如何在Laravel中实现用户管理和权限控制的功能,并提供相关的代码示例。一、安装与配置首先,在Laravel中实现用户管理

怎么关闭oracle触发器怎么关闭oracle触发器Apr 18, 2022 pm 05:34 PM

关闭触发器的方法:1、使用“ALTER TRIGGER 触发器名称 DISABLE;”语句,可关闭指定名称的触发器;2、使用“ALTER TABLE 表名称 DISABLE ALL TRIGGERS;”语句,可关闭指定数据表中的所有触发器。

oracle 11g中的g是什么意思oracle 11g中的g是什么意思May 07, 2022 pm 06:02 PM

在oracle中,11g中的g是网格运算的意思,是grid的缩写;oracle 11g的版本是为了迎合分布式计算而做出的变化,因此做出了网格运算方面的改进,是oracle支持网格计算环境的体现,与8i中i代表internet的情况类似。

oracle中desc怎么查询表结构oracle中desc怎么查询表结构May 10, 2022 pm 04:13 PM

查询方法:1、利用cmd,登录用户账号,连接到oracle database;2、利用“desc 表名”命令就可以得到指定表的设计结构以及表的类型。desc既可以作为降序升序的关键字,也可以与表名配合使用来显示表的详细字段。

oracle怎么增加列注释oracle怎么增加列注释May 10, 2022 pm 05:17 PM

在oracle中,可以利用“comment on column 表名.列名 is '列注释';”增加列注释;comment是注释的意思, comment on命令用于给表或字段加以说明,也即添加注释,column用于设置列的数据内容。

oracle中audit怎么关闭oracle中audit怎么关闭May 10, 2022 pm 04:20 PM

关闭方法:1、用“alter system set audit_trail=none scope=spfile”将“audit_trail”设置为none;2、用“shutdown immediate”和“startup”重启数据库即可。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment