Search found 30 matches

by Kristoff
Sat Feb 16, 2013 3:10 pm
Forum: Data Guard
Topic: Data Guard 11g Best Practice
Replies: 5
Views: 2019

Data Guard 11g Best Practice

All databases: RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON; RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK CLEAR; RMAN> CONFIGURE CHANNEL DEVICE TYPE SBT PARMS '<channel parameters>'; RMAN Configurations at the Primary Database The following RMAN configurations are recommended at t...
by Kristoff
Sat Feb 09, 2013 8:37 pm
Forum: Data Guard
Topic: Changing SYS Password In A RAC-Data Guard Environment
Replies: 6
Views: 1753

Changing SYS Password In A RAC-Data Guard Environment

-- |-----------------------------------------------------------------------------| -- | Changing SYS Password | -- | In A RAC/DG Environment | -- |-----------------------------------------------------------------------------| -- | DATABASE : Oracle Database 11gR2 | -- | PURPOSE : This guide will he...
by Kristoff
Wed Dec 26, 2012 3:31 pm
Forum: Recovery Manager (RMAN)
Topic: What is the difference between incremental level = 0 and full backup?
Replies: 4
Views: 3003

What is the difference between incremental level = 0 and full backup?

See the below RMAN script: INCREMENTAL LEVEL=0 Backup RUN { ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE'; ALLOCATE CHANNEL ch01 TYPE 'SBT_TAPE'; ALLOCATE CHANNEL ch02 TYPE 'SBT_TAPE'; ALLOCATE CHANNEL ch03 TYPE 'SBT_TAPE'; SEND 'NB_ORA_POLICY=NB_POLICY'; BACKUP INCREMENTAL LEVEL=0 FILESPERSET 10 FORMAT 'de...
by Kristoff
Sat Dec 22, 2012 4:29 pm
Forum: Data Guard
Topic: Heartbeat failed to connect to standby Error is 1031
Replies: 4
Views: 2102

Heartbeat failed to connect to standby Error is 1031

Issue: You are getting an error in LogTransportService PING[ARC0]: Heartbeat failed to connect to standby . Error is 1031. Explanation: oerr ora 01031 01031, 00000, "insufficient privileges" // *Cause: An attempt was made to change the current username or password // without the appropria...
by Kristoff
Sat Dec 22, 2012 10:15 am
Forum: Database Administration
Topic: Trying to find out where the archive log destination is
Replies: 5
Views: 2166

Trying to find out where the archive log destination is

11.2.0.2.0/RHEL 5.6 In one of our DBs , because of archiver error , we want to increase the space in file system which host the archive logs. This DB uses FRA, so it is showing USE_DB_RECOVERY_FILE_DEST. So, how to find the actual filesystem which stores the archive logs? SQL> show parameter log_arc...
by Kristoff
Tue Dec 18, 2012 3:53 pm
Forum: General Discussions
Topic: Completed: New Hosting Migration
Replies: 6
Views: 1903

Completed: New Hosting Migration

http://www.oracle-forums.com was recently migrated successfully to its new web hosting, http://www.solidhosting.ph. Solidhosting.ph is one of the companies that operate cPanel servers in the Philippines. The hosting includes the following features: Control Panel Acceptable Disk Space Allocation and ...
by Kristoff
Fri Dec 14, 2012 3:38 pm
Forum: Oracle RAC
Topic: Single Client Access Name (SCAN) for Oracle RAC 11g Release 2
Replies: 7
Views: 2289

Re: Single Client Access Name (SCAN) for Oracle RAC 11g Release 2

Check the SCAN IP config:

[oracle@server1 oracle]$ srvctl config scan

Code: Select all

SCAN name: rac01-scan, Network: 1/172.99.78.0/255.255.255.0/bond0
SCAN VIP name: scan1, IP: /rac01-scan/172.99.78.82
SCAN VIP name: scan2, IP: /rac01-scan/172.99.78.94
SCAN VIP name: scan3, IP: /rac01-scan/172.99.78.95
by Kristoff
Sat Dec 08, 2012 6:17 pm
Forum: Datapump Export / Import
Topic: Backout Plan using Data Pump for deleting records on table and then re-inserting
Replies: 16
Views: 4137

Backout Plan using Data Pump for deleting records on table and then re-inserting

1. Export: nohup expdp "" '/ as sysdba' "" directory=DBA_EXP dumpfile=emjo.table1_table2_%u.dmp tables=user.table1,user.table2 logfile=expdp_table1_table2.log &" 2. Delete records. 3. Backout A) Import the 2 tables into a new table name. A-1 nohup impdp " '/ as sysd...
by Kristoff
Sat Oct 13, 2012 5:37 pm
Forum: Oracle RAC
Topic: SRVCTL CheatSheet
Replies: 5
Views: 1669

SRVCTL CheatSheet

Displays the current state of the database. srvctl status database -d <db_unique_name> -v -d <db_unique_name> Unique name for the database -f Include disabled applications -v Verbose output -h Print usage Displays the current state of the database instance. srvctl status instance -d <db_unique_name>...