database control

Oracle Global Database Name. The distinction between environmental variables and sid

First, the database name What is the database name Database name is a database of identity, as the identity cards of the same number. Parameter DB_NAME he said that if more than one machine to upload the entire database, then every database has a dat ...

Very strange issue emctl start dbconsole

Today, I visit our 10rac page oem, found that the page does not open, check the db1 dbconsole state found no reason halted. emctl start dbconsole can not start, check / opt/oracle/app/prod102/db1_racdb1/sysman/log/emdctl.trc trace file and found reco ...

oracle em start the error-related problem solving

1, em commonly used commands emca-repos create database to create an EM emca-repos recreate the database to rebuild a EM emca-repos drop database to remove a EM emca-config dbcontrol db Database Control configuration database emca-deconfig dbcontrol ...

oracle database basic concepts of statistics

The basic concept of ORACLE database (1-24) 1. ORACLE database architecture 2. ORACLE database installation process 3. ORACLE database initialization parameters 4. ORACLE database, network services and monitor 5. ORACLE database data dictionary and d ...

oracle basic concept of database statistics

The basic concept of ORACLE database (1-24) 1. ORACLE database architecture 2. ORACLE database installation process 3. ORACLE database initialization parameters 4. ORACLE database, network services and monitor 5. ORACLE database data dictionary and d ...

the basic concepts of oracle database statistics

The basic concept of ORACLE database (1-24) 1. ORACLE database architecture 2. ORACLE database installation process 3. ORACLE database initialization parameters 4. ORACLE database, network services and monitor 5. ORACLE database data dictionary and d ...

oracle DBA Command Reference: alter database

alter database: modify the data file alter database datafile 4 offline; alter database datafile '/ opt/oracle/datafile/users01.dbf' offline; alter database datafile '/ opt/oracle/datafile/users01.dbf' resize 100M; alter database dataf ...

DBMS_SERVER_ALERT package set threshold

DBMS_SERVER_ALERT Description: is the oracle database used to set the alarm in service. When a measurement has been monitored over the threshold will start the event, and record to the database. Managing Server-Generated Alerts Threshold alerts leverage t

In the UNIX raw device and file system, move between ORACLE

This is my http://blog.itpub.net/post/2553/15298 reproduced down, the fear of the future can not find. rn rn 1, on the bare equipment 1.1 What is a raw device (RAW DEVICE) Bare equipment is not created file system disk partition (raw partition), or l ...

oracle administrator

rn oracle study list 1.start oracle # Set oracle enviroment . / Usr / local / bin / oraenv # / Etc / oratab # Stop Oracle Database or Automatic Storage Management rnInstance $ Sqlplus / nolog SQL> CONNECT SYS / sys_password as SYSDBA SQL> SHUTD ...

RMAN said, I can backup (2) - familiar with RMAN operations

Are familiar with RMAN operations already know how to get in front of RMAN, I believe we will feel in RMAN simple fact is also true. On the one hand do not be such a resounding name of the first intimidated by the professional tools that the professi ...

rman notes

First, connect to the database $ rman target sys @ db; Then you are prompted for a password Then back up the table space $ backup tablespace users format "/ home /% U" Backup users to the / home directory. Baocuo, suggesting that the non-lo ...

RMAN Concise Manual (reproduced) Collection

Technorati Tags: oracle, rman RMAN Concise Manual (reproduced) Background Information Based on ORACLE 10.2 User's Guide Data Reference: B14193-02 Minimal use of the environment ■ target database: the backup of the target database ■ RMAN client: RMAN c

Prototype and RMAN to restore the database

Each implementation of the OPEN RESETLOGS, the database will enter a new prototype. At this point the backup for the database is still valid (when the Is best prepared to do a full-ran, after all, to reset the log sequence number, the resulting archi ...

RAC database creation STANDBY (5)

This article described as a RAC environment, create a STANDBY database. Due to space constraints and met a lot of bug, the article can only be split into multiple articles. Due to an error too many, leading to an article can not be completely recorde ...

RAC database creation STANDBY (6)

This article described as a RAC environment, create a STANDBY database. Due to space constraints and met a lot of bug, the article can only be split into multiple articles. Due to an error too many, leading to an article can not be completely recorde ...

RAC database creation STANDBY (3)

This article described as a RAC environment, create a STANDBY database. Due to space constraints and met a lot of bug, the article can only be split into multiple articles. This chapter records about the database creation process STANDBY problems the ...

Oracle Study Notes

1, log switch rn SQL> alter system switch logfile; rn 2, increasing the log file group members rn SQL> alter database add logfile member rn '/ database/oradata/db/redo05.log' rn to group 1; rn 3, increasing the log file group rn SQL> ...

RMAN backup and recovery - RAC environment, the database backup (2)

RAC environment, backup, recovery and general database backup, restore, there are some differences. RMAN backup and recovery - RAC environment, the database backup (1): http://yangtingkun.itpub.net/post/468/285260 This description is based on the raw ...

Use Oracle Transportable Tablespaces feature to copy data (7) actual RMAN backup Transportable Tablespaces

First, check whether to support the platform, Skip (if unknown please see Section III example) Second, check to be whether the self-contained Transportable Tablespaces Skip (if unknown please see Section III example) Third, check the Backup Skip (if ...

The use of VMware Server on Linux to install Oracle RAC (12)

12. Explore Oracle Enterprise Manager (OEM) Database Console Oracle Enterprise Manager Database Console provides a very good integrated, comprehensive GUI interface for managing clustered database environment. You can be implemented within the consol ...

The use of VMware Server on Linux to install Oracle RAC (11)

11. Database Backup and Recovery Using the Oracle Recovery Manager (RMAN) backup and recovery Oracle RAC database, the process and single-instance database backup and recovery process is the same. In this section, you will see a very simple backup an ...

Conversion of non-ASM using RMAN data file for the ASM

[oracle @ ASM ~] $ rman target / Recovery Manager: Release 10.2.0 .1.0 - Production on Mon Apr 6 01:55:54 2009 Copyright (c) 1982, 2005, Oracle. All rights reserved. connected to target database: TOASM (DBID = 1511021326) RMAN> report schema; using tar

In the RMAN backup file to restore the backup of archive log files

rn Business systems logmnr do log extraction, need to archive logs, but found that some archive logs because the retention time is too short, has been cleared. In order to restore the archive logs needed to restore the backup in rman backup archive l ...

RAC environment, the database backup (1)

rn RAC environment, backup, recovery and general database backup, recovery is some difference. rn rn rn This difference mainly reflected in the particularity of the RAC environment. rn According to Oracle's RAC environment, different, RMAN backup ...

RAC environment, the database backup (2)

rn RAC environment, backup, recovery and general database backup, recovery is some difference. rn RMAN Backup and Recovery - RAC environment database backup (1): http://yangtingkun.itpub.net/post/468/285260 rn This description is based on the bare de ...

RAC environment, the database backup (4)

rn RAC environment, backup, recovery and general database backup, recovery is some difference. rn RMAN Backup and Recovery - RAC environment database backup (1): http://yangtingkun.itpub.net/post/468/285260 rn RMAN Backup and Recovery - RAC environme ...

RAC environment, the database backup (6)

rn RAC environment, backup, recovery and general database backup, recovery is some difference. rn RMAN Backup and Recovery - RAC environment database backup (1): http://yangtingkun.itpub.net/post/468/285260 rn RMAN Backup and Recovery - RAC environme ...

RAC environment, the database backup (7)

rn RAC environment, backup, recovery and general database backup, recovery is some difference. rn RMAN Backup and Recovery - RAC environment database backup (1): http://yangtingkun.itpub.net/post/468/285260 rn RMAN Backup and Recovery - RAC environme ...

Installed in the Windows2003 platform to install Oracle 11.1.0.6.0 very detailed steps for beginners

File: In Windows Server 2003 platform, install Oracle11.1.0.rar Size: 1509KB Download: Download Install the Windows 2003 platform, Oracle 11.1.0.6.0 very detailed installation steps for beginners (download) Double-click Into the Oracle11g installatio ...

10gR2 - EMCA commonly used commands Description:

10gR2 - EMCA commonly used commands Description: ================================================== ========= Study: vongates (http://vongates.itpub.net) Published on: 2007.03.14 16:12 Category: 10gR2 Source: http://vongates.itpub.net/post/2553/27177 ...

EM reconstruction of the database

Today, again for the IP address of the machine, EM service is not up on the start, so reconstruction of the EM data repository, reconfigure the dbconsole. Steps are as follows: C: \ Documents and Settings \ new> set oracle_sid = ora10g C: \ Docume ...

Data backup and recovery management

Chapter IX of data backup and recovery management § 9.1 database configuration § 9.1.1 runtime environment configuration database if the database operation mode to run mode for the NOARCHIVELOG (non-archive log mode), then to ARCHIVELOG (archive log mode)

oracle notes (DBA Management a)

1, typically Oracle need to start OracleServiceORCL, OracleStartORCL, OracleTNSListener task to start in the NT at least two service oraclestartID and oracleserverID Each database has a system identifier (SID), a typical installation using the databa ...

Rebuild control files

alter database backup controlfile to trace and then to the reconstruction of udump directory control file script. you can rebuild control file. rn STARTUP NOMOUNT CREATE CONTROLFILE REUSE DATABASE "ORADBSP" NORESETLOGS NOARCHIVELOG MAXLOGFI ...

Known schemas in Oracle

/ * http://www.adp-gmbh.ch/ora/misc/known_schemas.html * / Known schemas in Oracle This is a (most probably unfinished) list of schemes (users) that come with an Oracle installation or with installing the Oracle sample schemas. For most of these user ...

Use RMAN-based incomplete recovery time

Use RMAN-based incomplete recovery time Author: eygle Source: http://www.eygle.com/blog Date: September 17, 2006 Views: 44 This link: http://www.eygle.com/archives/2006/09/rman_until_time_recovery.html Last week a friend of the database operation occ ...

oracle 10g study manual (3) select statement Advanced - terms of control statements and data formatting output

Days of cold, keep warm. A long time busy with homework, can only be out of this leisure here to talk nonsense, please forgive me elders. Last time I documented here, the basic usage of the select statement, and some oracle of the common specificatio ...

controlfile reconstruction to lv

aix 5.1 oracle 9.2.0 Background: As the Database control files when built in the $ ORACLE_HOME / oradata / mig / below, other data files are in lv, so these control files are also trying to get lv up. First, the operating system to create three lv, r ...

Simulation in resetlogs open DB, controlfile then lost with the previous backup and recovery!

Simulation in resetlogs open DB, have not yet had time to do backup controlfile damaged at this time, can not use prior to the most recent full-prepared to restore? (In the past when the whole script prepared by the implementation of the backup files ...

rman to do time-based cases of complete recovery

1. Time point A, I made a full backup, rn C: \> rman target sys/hunter0 @ hunter nocatalog rn Recovery Manager: Version 9.2.0.1.0 - Production rn Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved. rn Connected to target database: H ...

[Notes] Tools of DBA

Tasks: Tools: The Oracle Enterprise Manager SQL * Plus iSQL * Plus Introduction to the Oracle Enterprise Manager The web-based Database Control serves as the primary tool for managing your Oracle database and sets a new standard in ease-of-use. From ...

Query and modify the database name

Today, the Internet that queries on oracle database name changes and a small article and paste them in order to preserve rn rn rn A query: rn In the database installation is complete, if you want to know what is running on the database database name, ...

oracle backup and restore data file 2

Use rman backup database, the data document two situations: a non-system table space 2 is the system table space Under the rman online backup database, rman> backup database plus archivelog; 1, loss, non-system tablespace sql> shutdown immediat ...

Analysis of REDO LOGFILE

Analysis of REDO LOGFILE We know that Oracle online log files inside (Online redo logfile) loop recorded all database transactions (transaction). Its size, number and storage location of the database performance and recovery are also an important inf ...

Target database control file and catalog database information inconsistency has been resolved (original)

rnrnrnrnrn rn End cxvg recovery was conducted after the error after rman rn su - oracle rn rman target / rcvcat rmancx / rmancx @ oramz9i rn RMAN> resync catalog; rn rn RMAN-00571: ============================================== ============= RMAN- ...

Dataguard Configuration Step by Step

Dataguard Configuration Step by Step Last Updated: Friday, 2004-10-15 21:49 Eygle 1. The primary node back up and generate the standby database control file Set the primary node to force Logging mode (for bi-directional switch, the proposed standby n ...

Oracle Database RMAN Backup and Recovery Technology

rn rn The computer is easy to bad. On the motherboard chip, motherboard circuitry, memory, power supply, etc. to any one not working properly, can lead to the computer system can not work properly. Of course, such damage can be repaired, will not lea ...

Delete oracle error processing log

From deletion log backup oracle prompts the following error when RMAN-00571: ============================================== ============= RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: ============================ ...

Analysis of Oracle Online Redo LogFile

We know that Oracle online log files inside (Onlineredologfile) loop recorded all database transactions (transaction). Its size, number and storage location of the database performance and recovery are also an important influence. 1, redologfile a br ...
Recent
Recent Entries
Tag Cloud
Random Entries
Latest Comments