Oracle的学习
1、系统的安装
2、使用工具。
3、操作命令
查询数据库版本
select * from v$version;
4、创建表空间,创建用户,进行授权
create tablespace hospital_data_ts datafile 'D:\app\Administrator\oradata\orcl\yyjh_jl.dbf' size 20M autoextend on;
create user yyjh_jl identified by hik12345 default tablespace hospital_data_ts;
grant create session,create table,create view,create sequence,unlimited tablespace to yyjh_jl;
grant connect to yyjh_jl;
grant resource to yyjh_jl;
grant dba to yyjh_jl;
人生,总是有一些空城旧事,年华未央;总是有些季节,一季花凉,满地忧伤。许多事,看开了,便会峰回路转;许多梦,看淡了,便会云开日出。学会思索,学会珍藏,微笑领悟,默默坚强。