Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How Oracle creates tablespaces

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

How to create tablespaces in Oracle? There are two main ways: one is to use the SQL command, and the other is to create it through the Oracle client Enterprise Manager Console. The following are introduced separately:

1 create a tablespace through the SQL command

1.1 create tablespaces

Create tablespace tablespace name

Logging

Datafile'D:\ oracle\ oradata\ Oracle9i\ user_data.dbf'

Size 50m

Autoextend on

Next 50m maxsize 20480m

Extent management local

1.2 create a user and specify a tablespace

Create user username identified by password

Default tablespace user_data

Temporary tablespace user_temp

1.3 authorize users

Grant connect,resource,dba to username

2 create tablespaces through Oracle client Enterprise Manager Console

2.1 Open Enterprise Manager Console

2.2 connecting to the database

2.3 Select a tablespace on the left and create a new tablespace.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report