Currently I am looking for any Oracle database consultancy work or any training offer here in Saudi Arabia (even out side Saudi Arabia).
Following are my specialized ares for consultancy work:
Database installation/configuration
RAC Setup
Database Migration
Data Guard/Physical Standby Setup (Disaster Recovery)
Performance Tuning
RMAN Policies and Setup
Following are my expertise for Oracle Technology Training:
Advanced RMAN concepts - 1 day
Automatic Storage Management (ASM) - 1 day
Data Guard - 2 days
Database Concepts
Feel free to contact me on sjaffarhussain@gmail.com for further enquirers.
Happy Reading,
Jaffar
Whatever topic has been discussed on this blog is my own finding and views, not necessary match with others. I strongly recommend you to do a test before you implement the piece of advice given at my blog.
Expert Oracle RAC
3.12.2008
3.11.2008
ocrconfig 11g improvement
Starting in 11g, the ocrconfig command now supports manual backup option which enables you to perform ocr file backup at any time, rather than waiting for the default automatic backup (i.e. every 4 or more hrs) interval.
Using the ocrconfig -manualbackup option, you can perform the manual (binary) backup on demand.
The -showbackup option now includes auto and manual flags that you can optionally specify to view the auto/manual existing backup information.
http://download.oracle.com/docs/cd/B28359_01/rac.111/b28255/votocr.htm#i1012456
Happy Reading,
Jaffar
Using the ocrconfig -manualbackup option, you can perform the manual (binary) backup on demand.
The -showbackup option now includes auto and manual flags that you can optionally specify to view the auto/manual existing backup information.
http://download.oracle.com/docs/cd/B28359_01/rac.111/b28255/votocr.htm#i1012456
Happy Reading,
Jaffar
3.09.2008
Wow! I am able to change my email ID on OTN forums.
It was a known fact that once you setup an email id on the OTN forums, it was not possible to change the email id again and many people were just surprised about this behaviour.
I don't know, how many of you aware that the changing of email id on OTN forums is possible now. I knew that many of you are least bothered about this, however, if anybody wants to change the email id, now you can do that easily and get rid off your legay email id.
How to change the profile information on OTN forums:
Once you log in on OTN forums, click 'Your Control Panel' option on right top corner which gives the facility to change the profile information, including your email id.
Happy Reading,
Jaffar
I don't know, how many of you aware that the changing of email id on OTN forums is possible now. I knew that many of you are least bothered about this, however, if anybody wants to change the email id, now you can do that easily and get rid off your legay email id.
How to change the profile information on OTN forums:
Once you log in on OTN forums, click 'Your Control Panel' option on right top corner which gives the facility to change the profile information, including your email id.
Happy Reading,
Jaffar
3.06.2008
Complete Checklist for Manual Upgrades to 11gR1 - ML Note:429825.1
I am really not sure how many of you aware of the newly published Metalink Note about step-by-step manual upgrade to 11gR1.
Metalink Note : Note:429825.1. (latest revision on 05-MAR-2008)
Jaffar
Metalink Note : Note:429825.1. (latest revision on 05-MAR-2008)
Jaffar
Does ASM has controlfile?
SELECT * FROM V$VERSION;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
PL/SQL Release 10.2.0.1.0 - Production
CORE 10.2.0.1.0 Production
TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production
SQL> select instance_name from v$instance;
INSTANCE_NAME
----------------
+asm
SQL> show parameter control_files
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
control_files string D:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE
\CTL1+ASM.ORA
Probably we all know that ASM consist of an Instance, doesn't have database, i.e. physical structure. Therefore, the above definitely misleads.
According to the ASM book, the control_files parameters point to a dummy (nonexistent) file. This is the default internal value for this parameter and it is a meaningless value in the ASM instance.
Happy Reading,
Jaffar
Subscribe to:
Posts (Atom)