cangos

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年2月20日

摘要: 1、创建oracle用户:create user test identified by test;使用select * from dba_users可以查询到所有的用户2、创建用户时指定表空间:create user test identified by test default tablespace test temporary tablespace temp;3、查看数据库的默认表空间: select * from database_properties其中: DEFAULT_PERMANENT_TABLESPACEUSER Name of default permanent tables 阅读全文
posted @ 2012-02-20 17:24 cangos 阅读(251) 评论(0) 推荐(0)