Chinaunix首页 | 论坛 | 博客
  • 博客访问: 711877
  • 博文数量: 94
  • 博客积分: 1937
  • 博客等级: 上尉
  • 技术积分: 1618
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-04 18:46
个人简介

专注数据库开发管理

文章分类

全部博文(94)

文章存档

2015年(1)

2014年(2)

2013年(19)

2012年(32)

2011年(10)

2010年(30)

发布时间:2013-01-16 17:22:52

Installing Oracle10g in the Windows:Environment Variables:$ORACLE_BASE$ORACLE_HOME$ORACLE_SID$ORACLE_HOME/install/portlist.ini ?-- All the ports for oracle including db control home page and isqlplus$ORACLE_HOME/Apache/Apache/port.ini -- for oracle9i体系结构:Database: ControlFiles.........【阅读全文】

阅读(723) | 评论(0) | 转发(0)

发布时间:2013-01-16 17:22:07

数据库启动停止......【阅读全文】

阅读(673) | 评论(0) | 转发(0)

发布时间:2013-01-16 17:13:36

OUI
Oracle Universal Installer 用于oracle软件的安装卸载......【阅读全文】

阅读(760) | 评论(0) | 转发(0)

发布时间:2013-01-16 17:12:39

数据字典......【阅读全文】

阅读(644) | 评论(0) | 转发(0)

发布时间:2013-01-16 17:09:50

查看控制文件信息
SELECT TYPE, record_size, records_total, records_used
FROM v$controlfile_record_section
WHERE TYPE IN ('DATAFILE','TABLESPACE','REDO LOG');
select value from v$parameter where name='control_files';
select * from v$controlfile;......【阅读全文】

阅读(1206) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册