文件名称:Oracle课程设计报告学生管理系统.docx
文件大小:495KB
文件格式:DOCX
更新时间:2017-01-23 11:08:30
Oracle
(1)打开Sqlplus,然后输入以下代码: A.用户 建立:create user ouyang identified by jxust; 授权:grant create session to ouyang; grant create table to ouyang; grant create tablespace to ouyang; grant create view to ouyang;