如果要访问远程的某个ORACLE实例,,如果访问呢,,,既然拿出视频专门说这个,,为什么不精细化些呢???看的出来你缺乏经验
2015-07-25
视频第2分钟的时候,,是删除ORCL数据库实例,,而非删除ORCL数据库,否则很容易给初学者造成误解。对于开放性的视频,说话/ppt引导/做实例 都要谨慎,严格!!!
2015-07-25
alter tablespace tablespace_name read only | read write (online)
alter tablespace tablespace_name online | offline;-----修改表空间的状态
alter tablespace tablespace_name online | offline;-----修改表空间的状态
2015-07-24
alter tablespace tablespace_name read only | read write (online)
alter tablespace tablespace_name online | offline;-----修改表空间的状态
alter tablespace tablespace_name online | offline;-----修改表空间的状态
2015-07-24
alter tablespace tablespace_name read only | read write (online)
alter tablespace tablespace_name online | offline;-----修改表空间
alter tablespace tablespace_name online | offline;-----修改表空间
2015-07-24
create tablespace test1_tablespace datafile 'test1file.dbf' size 10m;--------创建表空间
create temporary tablespace temptest1_tablespace temfile 'tempfile1.dbf' size 10m;
temporary temporary
dba_data_files where tablespace_name='TEST1_TABLESPACE';
dba_temp_files
create temporary tablespace temptest1_tablespace temfile 'tempfile1.dbf' size 10m;
temporary temporary
dba_data_files where tablespace_name='TEST1_TABLESPACE';
dba_temp_files
2015-07-24
查看登录用户
cmd命令:sqlplus
show user命令------------能查看用户是否登录
dba_users数据字典-------------能查看用户的表里的内容
select username from dba_users;----------能查看所有用户
cmd命令:sqlplus
show user命令------------能查看用户是否登录
dba_users数据字典-------------能查看用户的表里的内容
select username from dba_users;----------能查看所有用户
2015-07-24