
I'll present at OUG Ireland Conference, Wednesday 21st March in Dublin. My presentation will be on Oracle Data Guard as in the Open World last year. I'm looking forward to present, listen to and meet with new people. There are a wide range of topics from Oracle professionals in the agenda. There will be 6 streams and 35 sessions in total. Well known Oracle ACEs/ACE Directors and Oracle employees will be on the stage. Some of the presentations are:
Roel Hartman, ACE Director - LOGICA - 5 Cool things you can do with HTML5
Mark Rittman, ACE Director - Rittman Mead - Inside Oracle Data Integrator 11g
Simon Haslam, ACE Director - Veriton Limited - WebLogic for DBAs
Frits Hoogland, ACE Director - VX Company - About multiblock reads
Lonneke Dikmans, ACE Director - Vennster - How do we integrate our packaged app?
Grant Ronald, ACE - Oracle - What is The Future of Forms?
Marcin Przepiorowski, ACE - Amazon - Performance troubleshooting using Active Session History
David Hall, ACE - Peak Indicators Ltd - OBIEE in Education in Action
Brendan Tierney, ACE - Dublin Institute of Technology ; Co-Presenter Antony Heljula – Peak Indicators Ltd - Getting Started with Oracle Data Miner
Event page is here and the full agenda is here.
My Presentation at OUG Ireland Conference 2012
Automatic Block Media Recovery on Maximum Performance Mode
Labels: oracle, oracle_dataguardAutomatic Block Media Recovery is a cool 11gR2 feature. If the database on which a corruption occurs is associated with a
real-time query physical standby database, then the database automatically
attempts to perform block media recovery. The primary database searches
for good copies of blocks on the standby database and, if found,
repairs the blocks with no impact to the query that encountered the
corrupt block. Only if the database is unable to repair the corruption
is the Oracle physical block corruption message (ORA-1578) displayed.
Oracle Database High Availability Overview11g Release 2 (11.2) guide explains the requirements of this feature as below:
Automatic block repair requires the use of the Oracle Active Data Guard
option so that you can open a physical standby database for read-write
I/O. Also, note that this feature requires that Oracle Data Guard is
running in maximum availability mode and has the LOG_ARCHIVE_DEST_n initialization parameter set to the SYNC redo transport mode
But, in a case we experienced in my company last week, we saw in the primary database alert.log, that the database tried to use ABMR in a Maximum Performance Data Guard configuration. Here is the log:
A Grid Infrastructure Installation Adventure
Labels: oracle, oracle_asm, oracle_installation
INFO: Executing ASMCAINFO: Command /u01/app/oracle/product/11.2.0/grid/bin/asmca -silent -oui_internal -configureASM -diskString '/dev/ORACLE/ASMDISKS/*' -diskGroupName DATA -diskList /dev/ORACLE/ASMDISKS/hostx_asm0,/dev/ORACLE/ASMDISKS/hostx_asm1 -redundancy EXTERNALINFO: ... GenericInternalPlugIn.handleProcess() entered.INFO: ... GenericInternalPlugIn: getting configAssistantParmas.INFO: ... GenericInternalPlugIn: checking secretArguments.INFO: ... GenericInternalPlugIn: starting read loop.INFO: Read: SYS_PASSWORD_PROMPTINFO: Processing: SYS_PASSWORD_PROMPT for argument tag -sysAsmPasswordINFO: Read: ASMSNMP_PASSWORD_PROMPTINFO: Processing: ASMSNMP_PASSWORD_PROMPT for argument tag -asmMonitorPasswordINFO: End of argument passing to stdinINFO: Read:INFO: Read: Configuring ASM failed with the following message:INFO: Read: Adding Monitor user failed. The following error occured:INFO: Read: ORA-00922: missing or invalid optionINFO: Read:INFO: Read:INFO: Completed Plugin named: Automatic Storage Management Configuration AssistantINFO: Automatic Storage Management Configuration Assistant failed.INFO: Automatic Storage Management Configuration Assistant failed.INFO: ConfigClient.executeToolsInAggregate action performedINFO: Exiting ConfigClient.executeToolsInAggregate method INFO: Calling event ConfigToolsExecuted
[INS-20802] Oracle Net Configuration Assistant failed
Labels: oracle, oracle_installationI had the following error on 11gR2 Grid Infrastructure installation:
Log file indicates that it’s not possible to start listener, because “The information provided for this listener is currently in use by other software on this computer.” Not very helpful, so i checked the trace file.
tail -50 /u01/app/oraInventory/logs/installActions2012-01-06_09-45-58AM.logINFO: Oracle Net Listener Startup:INFO: The information provided for this listener is currently in use by other software on this computer.INFO: Listener start failed.INFO: Check the trace file for details: /u01/app/oracle/cfgtoollogs/netca/trace_Ora11g_gridinfrahome1-1201069AM5717.logINFO: Oracle Net Services configuration failed. The exit code is 1WARNING:
Book Review: Oracle WebCenter 11g PS3 Administration Cookbook
"Getting ready"
"How to do it..."
"How it works..."
and "There's more..."
With this way of teaching, the prerequests for testing the case are defined, the way to implement the topic on WebCenter is defined, "what is happening behind the scenes" is explained and the details of the issue are told. I think this is a great way of explaning a test case.
Book Review: Oracle Enterprise Manager Grid Control 11gR1: Business Service Management
Labels: oracle, oracle_enterprise_managerBook starts with defining Business Service Management, how to manage the complexities of today's data centers and also touch upon Information Technology Infrastructure Library (ITIL) guidelines. Then continues with modelling groups and systems. OEM Grid Control offers capabilities to model IT infrastructure as systems, groups, and redundancy groups. Book covers all the three areas. Then modeling services like generic service target, web application target, forms application, and so on is discussed. A detailed topic of "Service Modeling Using Synthetic Transactions", dives deeper into the area of active monitoring using beacons and service tests. Book continues with "Modeling Service Metrics", "Service-Level Management", "Modeling Composite Business Services" and "Real-Time Business Service Monitoring". At the end you'll find a chapter which provides some of the best practices and recommendations around Business Service Management with OEM Grid Control. This chapters includes very valuable real world scenarios which add this book a great worth.
I strongly advise this book for current users of Enterprise Manager Grid Control to dive deep into details and take advantage of Grid Control in the widest sense. Also potential users of Grid Control will find very valuable information about the capabilities of this software.
You can find information and buy this book here: http://link.packtpub.com/GZNpvq.
Thanks to Ashwin Kumar Karkala and Govinda Raj Sambamurthy for the nights and weekends they spend for this book :)
RMAN Channels, Parallelism, Multisection Backups & Multiplexing
Labels: oracle, oracle_rman
My OOW 2011 Presentation
I submitted for Open World 2011 with a presentation titled "Effectively using Oracle Data Guard for multiple purposes". After the voting phase, Oracle reviewed and accepted my session. Here are some details of my presentation. Hope to see you there.
Type: Conference
Presenter: Emre Baransel
Primary Track Database: High Availability
Optional Track: Performance and Scalability
Session Category: Best Practices
Attendee Role: Database Administrator and Architect
Abstract:
Turkcell, the leader GSM operator of Turkey, has a large disaster recovery environment which includes 30 standby databases with different versions & characteristics, on various storage options and operating systems. In this session, hear the Turkcell scenario of using standby databases as a source for datawarehouse extraction and test purposes, in the meantime keeping the primary aim of disaster recovery. Learn the challenges arising from database version deficiencies, RTO&RPO objectives, performance needs and solutions for these problems. 11g features such as Active Data Guard, snapshot standby, RMAN integration, compression of redo traffic, lost-write detection, heterogeneous configuration will also be touched on.
Book Review: Oracle GoldenGate 11g Implementer's Guide
Labels: oracle, oracle_goldendateI've just finished reading the book "Oracle GoldenGate 11g Implementer's Guide" written by John P. Jeffries and published by PACKT. I strongly advise this book for solution/database architects who wants to learn what GoldenGate can do and how, database administrators who are new to GoldenGate and wants to learn the technical details of implementations and GoldenGate experienced administrators who needs troubleshooting, performance tuning details.
The book starts with the consepts of GoldenGate. Who needs it, which different solutions it offer, what technology lies behind it and supported platform & database information. Before starting with configuration details there is a seperate chapter for design considerations in detail. This is really important, because going after a wrong desing, because of poor knowledge, will bring lots of problems and also waste of time. After the desing considerations you'll find very much information about the techical configuration details of GoldenGate.
Another important topic for GoldenGate is the "initial load". Book describes the options we have, with pros and cons in detail. Choosing the correct method for the initial load will bring you performance and time gain.
Advanced topics like configuring GoldenGate for high availability (RAC/ASM/Exadata), efficiently using filters & mapping, data transformation, DDL support, performance tuning and troubleshooting, makes this book a valuable source for GoldenGate users.
You can find detailed information and buy it on this page: http://link.packtpub.com/O7sfch
Thank you John Jeffries and all the team for their effort on the book !!!
Presenting at TROUG Day 2011
I'll be presenting at TROUG (Turkish Oracle User Group) Day 2011 on 21 April about "Using Oracle Dataguard Efficiently". Jonathan Lewis will be there with keynote and a presentation titled "Thinking About Joins". There will be very valuable presentations from valuable professionals. You can find event details here: (in Turkish)
This event will be live streamed on the internet:
http://www.theformspider.com/troug/index.php







