
oralce 学习
iteye_7135
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
oralce 启动信息
[code="java"] SQL> startup nomout SP2-0714: invalid combination of STARTUP options SQL> startup nomount ORACLE instance started. Total System Global Area 209715200 bytes Fixed Size ...原创 2010-10-21 21:59:09 · 351 阅读 · 0 评论 -
oralce 闪回
[code="java"] sys@ORCL> variable scn number; sys@ORCL> exec :scn :=dbms_flashback.get_system_change_number; PL/SQL procedure successfully completed. sys@ORCL> print scn; SCN -----...原创 2010-11-17 21:43:36 · 86 阅读 · 0 评论