[applprod@erp10 ~]$ watch ps -fu applprod
[applprod@erp10 ~]$ kill -9 82902 84923
[applprod@erp10 ~]$ watch ps -fu applprod
[applprod@erp10 ~]$ cd
You have new mail in /var/spool/mail/applprod
[oraprod@erp10 ~]$ sqlplus / as sysdba
SQL*Plus: Release 12.1.0.2.0 Production on Tue Jun 27 18:35:31 2017
Copyright (c) 1982, 2014, Oracle.  All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> archive log list;
Database log mode        No Archive Mode
Automatic archival        Disabled
Archive destination        /erp/prod/db/data/archive
Oldest online log sequence     55
Current log sequence        56
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
[oraprod@erp10 ~]$ ls /erp/prod/db/data/archive
[oraprod@erp10 ~]$ ls
startdb.sh  stopdb.sh
[oraprod@erp10 ~]$ sqlplus / as sysdba
SQL*Plus: Release 12.1.0.2.0 Production on Tue Jun 27 18:38:08 2017
Copyright (c) 1982, 2014, Oracle.  All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> SQL>
SQL>
SQL> startup mount;
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.
Total System Global Area 2.1475E+10 bytes
Fixed Size      7654304 bytes
Variable Size   2751464544 bytes
Database Buffers  1.8656E+10 bytes
Redo Buffers     59453440 bytes
Database mounted.
SQL> alter database archivelog;
Database altered.
SQL> alter database open;
Database altered.
SQL> alter system switch logfile;
System altered.
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
[oraprod@erp10 ~]$ ls /erp/prod/db/data/archive
1_56_943217062.dbf
[oraprod@erp10 ~]$
[oraprod@erp10 ~]$
[oraprod@erp10 ~]$

最新文章

  1. Mysql(Mariadb) 基础操作语句 (持续更新)
  2. angular2 - content projection-
  3. Java导出数据为EXCEL的两种方式JXL和POI
  4. CSS 绝对定位和相对定位
  5. WordPress添加网站图标
  6. Unity3d项目合作 场景的合并和还原
  7. SignalR的实时高频通讯
  8. Windows server 2008 r2上安装MySQL
  9. Flask Session 使用和源码分析 —— (6)
  10. python 2解决编码问题
  11. MySQL5.7: sql script demo
  12. Windows 10文件夹Shirt+鼠标右键出现“在此处打开命令窗口”
  13. Spring_使用XML文件的方式配置事务
  14. OpenCV开发环境搭建-并测试一个图像灰度处理程序
  15. 【bzoj2878】 Noi2012—迷失游乐园
  16. tablix“Tablix1”有一个具有内部成员的详细信息成员
  17. POJ 2425 A Chess Game(有向图SG函数)题解
  18. kettle--变量的使用
  19. JSP九大对象
  20. Backup--完整备份会打破现有的日志备份链么?

热门文章

  1. 【树】Path Sum II(递归)
  2. 《Mysql技术内幕,Innodb存储引擎》——事物
  3. redis实战笔记(10)-第10章 扩展Redis
  4. JS的作用域和声明提前
  5. 区别js中name与id的简单方法
  6. composer windows安装
  7. python学习之参数传递
  8. js加载事件和js函数定义
  9. c#基础学习(0806)之可变参数、ref和out关键字的简单使用
  10. SQL SERVER 原来还可以这样玩 FOR XML PATH