怎么给oracle数据库,创建表空间和用户
2017-03-06 · 做真实的自己 用良心做教育
千锋教育
千锋教育专注HTML5大前端、JavaEE、Python、人工智能、UI&UE、云计算、全栈软件测试、大数据、物联网+嵌入式、Unity游戏开发、网络安全、互联网营销、Go语言等培训教育。
向TA提问
关注
展开全部
SQL> Create User usernameIdentified by passwordDefault Tablespace tablespaceTemporary Tablespace tablespaceProfile profileQuota integer/unlimited on tablespace;例:SQL> Create user acc01identified by acc01 // 如果密码是数字,请用双引号括起来default tablespace accounttemporary tablespace tempprofile defaultquota 50m on account;SQL> grant connect, resource to acc01;[*] 查询用户缺省表空间、临时表空间SQL> select username, default_tablespace, temporary_tablespace from dba_users;[*] 查询系统资源文件名:SQL> select * from dba_profiles;资源文件类似表,一旦创建就会保存在数据库中。SQL> select username, profile, default_tablespace, temporary_tablespace from dba_users;SQL> create profile common limitfailed_login_attempts 5idle_time 5;SQL> Alter user acc01 profile common;
ZESTRON
2024-09-04 广告
2024-09-04 广告
表界面分析在材料科学及化学领域占据核心地位,它深入探索物质表面与界面的微观结构、化学组成及相互作用。通过电商平台射线光电子能谱(电商平台PS)、扫描电子显微镜(SEM)及原子力显微镜(AFM)等先进技术手段,我们Dr. O.K. Wack ...
点击进入详情页
本回答由ZESTRON提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询