DBA Tips Archive for Oracle |
|
Duplicating an SPFILE from an ASM Diskgroup to the Local File System
by Jeff Hunter, Sr. Database Administrator
Suppose your database is stored using ASM including all physical database files and the SPFILE. You already know and understand how to duplicate database files and even the control file from ASM to the local file system using RMAN (see Migrating Databases from non-ASM to ASM and Vice-Versa). But what about the SPFILE? What if all you need to do is make a copy of the current SPFILE file stored in ASM to the local file system? Your first thought might be to use RMAN, however, there is a much easier method as described below. This method makes a copy of an SPFILE stored in ASM to a text-based initialization parameter file on the local file system.
First, identify the SPFILE you want to duplicate in ASM. When the SPFILE is stored in ASM, you generally have a text-based version of the initialization parameter file that points to the SPFILE in ASM.
|
You can further verify that the SPFILE really does indeed reside in ASM by performing the following query against the ASM instance.
|
OK, so at this point, you want to make a copy of the +ORCL_DATA1/ORCL/spfileorcl.ora stored in ASM to the local file system. The solution is to use the CREATE PFILE... statement as follows.
|
Jeffrey Hunter is an Oracle Certified Professional, Java Development Certified Professional, Author, and an Oracle ACE. Jeff currently works as a Senior Database Administrator for The DBA Zone, Inc. located in Pittsburgh, Pennsylvania. His work includes advanced performance tuning, Java and PL/SQL programming, developing high availability solutions, capacity planning, database security, and physical / logical database design in a UNIX, Linux, and Windows server environment. Jeff's other interests include mathematical encryption theory, programming language processors (compilers and interpreters) in Java and C, LDAP, writing web-based database administration tools, and of course Linux. He has been a Sr. Database Administrator and Software Engineer for over 17 years and maintains his own website site at: http://www.iDevelopment.info. Jeff graduated from Stanislaus State University in Turlock, California, with a Bachelor's degree in Computer Science.
Copyright (c) 1998-2012 Jeffrey M. Hunter. All rights reserved.
All articles, scripts and material located at the Internet address of http://www.idevelopment.info is the copyright of Jeffrey M. Hunter and is protected under copyright laws of the United States. This document may not be hosted on any other site without my express, prior, written permission. Application to host any of the material elsewhere can be made by contacting me at jhunter@idevelopment.info.
I have made every effort and taken great care in making sure that the material included on my web site is technically accurate, but I disclaim any and all responsibility for any loss, damage or destruction of data or any other property which may arise from relying on it. I will in no case be liable for any monetary damages arising from such loss, damage or destruction.
Last modified on
Tuesday, 17-Jan-2012 14:11:54 EST
Page Count: 9962