Skip to content
Menu
  • System
    • windows
    • linux
    • mysql
    • oracle
    • Virtualization
  • Network
  • Storage
  • tittle-tattle

Category: System

oraclePosted on07/12/201911/12/2019

Flashback database/table to a specified time or SCN

Firstly you must enable flashback features in mount mode. You can check url https://www.roamway.com/2792.html for details. Example: Flashback database to specified time SQL> shutdown immediate;…

FULL TEXT
oraclePosted on02/12/201902/12/2019

Check frequency of redo log switch in oracle database

Execute the following command to check frequency of redo log switch in every hours of every day. SELECT TO_CHAR(first_time, ‘YYYY-MON-DD’) DAY , TO_CHAR(SUM(DECODE(TO_CHAR(first_time, ‘HH24′), ’00’,…

FULL TEXT
oraclePosted on29/11/201919/12/2019

Extend size of redo log files in oracle

Check status of redo logs SQL> set line 800 pages 1000;SQL> col member for a90;SQL> col name for a110;SQL> col IS_RECOVERY_DEST_FILE for a21;SQL> select *…

FULL TEXT
oraclePosted on28/11/201903/12/2019

Details about “alter database recover managed standby database finish force”

There is a dataguard database, the simple information as shown in below. I wanna know what will happen when I execute command “alter database recover…

FULL TEXT
oraclePosted on26/11/201903/12/2019

Preparation before impdp operation in an new oracle database

Confirm size of data tablespace and temp tablespace in original database check data tablespace of original database SQL>set line 500; SELECT total.tablespace_name, Round(total.MB, 2) AS…

FULL TEXT
oraclePosted on26/11/201926/11/2019

Expdp with compression option in oracle

It’s absolutely that adopting compression option can reduce occupation of disk space. For example the size of original dmp file which without compression option is…

FULL TEXT
oraclePosted on13/11/201913/11/2019

Solution for error: ORA-06564: object does not exist

background When I imported an impdp(a.dmp) file to an idel instance,I encountered an error “ORA-06564: object X does not exist” A portion of importing logs…

FULL TEXT
oraclePosted on12/11/201918/11/2019

Solution for error: ORA-28001: the password has expired

background A JAVA program throwed out an error that ” java.sql.SQLException: ORA-28001: the password has expired ” when The program was runing. This error is…

FULL TEXT

Posts navigation

Previous Page Page 1 … Page 3 Page 4 Page 5 … Page 23 Next Page

Translation


Input Relevant Words

Categories

  • linux (100)
  • mysql (11)
  • Network (9)
  • oracle (52)
  • Storage (6)
  • System (11)
  • tittle-tattle (6)
  • Virtualization (7)
  • windows (10)

Look around

  • Solution: absent of compatibility option in file proterties of WIN10 and WIN2012
  • MySQL的INNODB引擎性能优化总结一
  • Linux任务计划之crontab
  • Linux中Apache整合Tomcat
  • Flashback database/table to a specified time or SCN

Tag Cloud

Your browser doesn't support the HTML5 CANVAS tag.

  • samba
  • mysql
  • Apache
  • docker
  • shell
  • K8S
  • Nagios
  • Mail
  • Cluster
  • lnmp
  • Performance
  • Virtualization
  • Monitor
  • DNS
  • nginx
  • Tomcat
  • windows
  • dhcp
  • Net Security
  • oracle
  • lamp
  • linux
  • Routing and switching
  • LB
  • vpn
  • python
  • Storage

wechat QR code

© Copyright 2019 – www.roamway.com
Allium Theme by TemplateLens ⋅ Powered by WordPress