摘要:
(一)什么叫用户(user):A user is a name defined in the database that can connect to and access objects.用户是用连接数据库和访问数据库对象的。(用户是用来连接数据库访问数据库)。(二)什么叫模式(schema):A schema is a collection of database objects (used ... 阅读全文
posted @ 2009-06-17 14:44
jiangchao
阅读(1058)
评论(0)
推荐(0)
摘要:
数据字典dict总是属于Oracle用户sys的。 1、用户: select username from dba_users; 改口令 alter user spgroup identified by spgtest; 2、表空间: select * from dba_data_files; select * from dba_tablespaces;//表空间... 阅读全文
posted @ 2009-06-17 13:40
jiangchao
阅读(195)
评论(0)
推荐(0)
浙公网安备 33010602011771号