In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.