oracle怎样创建scott用户,oracle 手工创建Scott用户

本文档详细介绍了如何在Oracle数据库中手动创建Scott用户,并赋予必要的权限。接着,通过登录scott用户并执行demobld.sql脚本,创建了包括EMP、DEPT、BONUS、SALGRADE和DUMMY在内的演示表格,用于SQL*Plus的示例操作。
摘要由CSDN通过智能技术生成

oracle 手工创建Scott用户

1.登录数据库

sqlplus / as sysdba

2.创建scott用户

create user scott identified by tiger;

3.为scott用户分配权限

grant connect,resource to scott;

4.用scott用户登录

conn scott/tiger

5.执行demobld.sql脚本,脚本内容是:

----------------------demobld.sql begin-----------------------

--

-- Copyright (c) Oracle Corporation 1988, 2000. All Rights Reserved.

--

-- NAME

-- demobld.sql

--

-- DESCRIPTION

-- This script. creates the SQL*Plus demonstration tables in the

-- current schema. It should be STARTed by each user wishing to

-- access the tables. To remove the tables use the demodrop.sql

-- script.

--

-- USAGE

-- From within SQL*Plus, enter:

-- START demobld.sql

SET TERMOUT ON

PROMPT Building demonstration tables. Please wait.<

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值