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

Category: oracle

oraclePosted on14/12/201918/12/2019

impdp ORA-00001: unique constraint (SYS.I_JOB_JOB) violated

I encountered the following error when I import a dmp file to oracle database. Processing object type SCHEMA_EXPORT/JOB ORA-39083: Object type JOB failed to create…

FULL TEXT
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

Posts navigation

Previous Page Page 1 Page 2 Page 3 … Page 7 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 for error: ORA-28001: the password has expired
  • Windows Server 2003配置exchange邮件服务器 下
  • 再做 Oracle 11gR2 RAC部署2
  • Check vendor name and model number of a disk in RHEL/CentOS
  • Apache配置基于IP的虚拟主机

Tag Cloud

Your browser doesn't support the HTML5 CANVAS tag.

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

wechat QR code

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