Oradata directory recovery....

If I copy all the files in oradata directory, will that be sufficient for me to recover the entire database?
If my RMAN recovery failed, can I replace all oradata files by OS copy command to the oradata directory and startup. Will that work?
A whole database backup is it equaivalant as backing up all the files from oradata directory?
Thanks

The short answer is no.
A longer answer:
OS copies of database files will not be consistent if
the database is open while the copies are being made.
You must use special procedures to perform online (hot)
backups - i.e backups of an open database. Two options
are RMAN and User Managed Backups. Read the Oracle
documentation for details. A good starting point is:
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96519/toc.htm
OS copies of datafiles will be consistent if the database
is closed when the copies are made - this is known as a
cold backup. For a cold backup you would also need a
copy of the controlfile, online redo logs and
(optionally) the parameter and password files. It is
important that all copies of datafiles, controlfiles
and online logs are made only after the the
database is shutdown. Note that in a cold backup you
will only be able to recover up to the time of the
backup. If you want to do better you must perform hot
backups.
Start with the above reference for further details.
Hope this helps.
Kailash.

Similar Messages

  • RMAN Restore - continue from a failed point?

    Hi All,
    While cloning a db using RMAN, We get
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 07/10/2008 01:53:12
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-00344: unable to re-create online log '/rcatsi/oradata/data02/data03/log1a.dbf'
    ORA-27040: file create error, unable to create file
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Recovery Manager complete.
    I realized that, I had given an incorrect location for the logfile. The database is restored, control file created, while opening the db I see this error. Is it possible to continue with the clone using rman without having to restart the whole clone. I know it can be done manually using create control file and manually applying the archives. However, Is there a way to continue the clone in rman by specifying the correct location for the logfile?
    -Ritesh

    The directory name was incorrect. I corrected it and re-ran the script. But it started the clone right from the scratch....Instead of continuing from the point it failed..
    Did you use LOG_FILE_NAME_CONVERT (possibly
    incorrectly)? Is that directory name correct? You
    have data02 and data03 beneath it?

  • Can archivelog history in the v$table be full?

    Hi All,
    9i
    OEL 5.6
    Our database in set to archivelog mode but we keep on deleting the archive logs because we do cold backup everyday at 12 midnight,
    since we only have 9am - 6pm office hours and apps processing window.
    All the users go home after 6pm. So we shut down the database and perform tar all the /u01/oradata directory where all the data files are located.
    Then we delete all the archive logs.
    My question is ....since we do manual delete of the archivelogs (and not rman delete obsolete logs) this means in the data dictionary views all the logs are still recorded?
    I am afraid the data dictionary for archive logs will get full since we generate lots of logs everyday.
    Any comments or suggestions please....
    Thanks a lot,
    Yxz

    I thank you all,
    @Ed
    Every time an archivelog is written, a record of that is created in the control file.So if I am not deleting my expired archive logs using rman crosscheck the control file will grow bigger and bigger? Since it is recording all the archivelogs ?
    If I delete the archivelogs using rman does it make the controlfile smaller?
    ***Oh sorry I think this is answered my heman.
    It is a very powerful tool, and without it you are just making any recovery scenario much more difficult.I agree with you dear :), but sometimes I found it hard and complicated to recover if you miss a single archive log or when it gets corrupted for some reason(just a single archivelog will make a database get doomed) :(. Sometimes the database will not start even after appyling the last archive log....it will ask for the next one (why is this?, How can I force startup the database after applying a certain archivelog?)
    Compared to a cold backup (which we can afford since we should down it everyday) , After copying the datafiles ...presto! the database is good. What you see is what you get. You do not
    feel afraid or stressed that something is missing. Well this is only my opinion and it can be wrong.
    @bawer
    What do you copy at midnight? flash_recovery_area or control+data files ?
    is there any scheduled rman task to backup database (daily or weekly) ?There is a schedule cron that shutdown db and copy datafiles and then startup db. the archive logs just retained where they are and deleted every week using "rm" and not rman delete.
    Edited by: yxes2013 on 14.2.2013 18:03

  • Missing datafile from system-tablespace?

    Hello!
    We've got a major power-loss yesterday. After that our database does not start correct.
    I got the message:
    ORA-00600: Interner Fehlercode, Argumente: [kccpb_sanity_check_2], [9577], [9542], [0x0], [], [], [], []
    After that I searched the forum and recreated the controlfiles and started recover database.
    Now I always got the following error-message:
    ORA-01173:Data dictionary indicates missing data file from system tablespace
    I'm not really shure if I created another datafile for that tablespace. Even though there is no other datafile in the "oradata-directory".
    Does anyone know how to go further?
    Regards, Sascha
    Message was edited by:
    Sorehead

    Hello,
    Need help very quickly please!
    I have the same error message. ORacle 10.2.0.3 AIX 5.3 on a datawarehouse.
    I need to recover one tablespace from the database.
    I restored my system tablespace and the data tablespace on a test environment and recreated the controlfile. I recovered my database. Recover OK and when I open the database resetlogs the message is :
    Thread 1 opened at log sequence 1
    Current log# 2 seq# 1 mem# 0: /oradata5/RL_G2_1.ORA
    Successful open of redo thread 1
    Thu Feb 18 13:59:47 2010
    SMON: enabling cache recovery
    Thu Feb 18 13:59:47 2010
    Errors in file /opt/app/oracle/admin/MKT1/udump/mkt1_ora_2318672.trc:
    ORA-00704: bootstrap process failure
    ORA-00604: error occurred at recursive SQL level 2
    ORA-01173: data dictionary indicates missing data file from system tablespace
    Thu Feb 18 13:59:47 2010
    Error 704 happened during db open, shutting down database
    USER: terminating instance due to error 704
    Instance terminated by USER, pid = 2318672
    ORA-1092 signalled during: alter database open resetlogs...
    Thanks for help, production data ;)

  • Installation on HP-UX 11.0

    Hi !
    Please pardon my knowledge in Database area. Here I am facing a situation -> Initially I installed ORACLE 8i (Release 3) on HP-UX 11.0. Oracle software was loaded fine on /u01 directory. During installtion database mount point I gave /u02. Both /u01 and /u02 were created on system disk with 2GB Space for each directory. Installation was OK, no problem. After installtion, if I remember correctly, under /u02 "oradata" directory was created and under "oradata" labdata (I gave this name for default database) directory was created.
    Now I connected RAID system to the Server and created /u02 directory and all underneath directory structure with much more space and removed /u02 from system disk. Problem is that when I am trying to create database through "dbassist" utility it is telling not enough space in /u01. I would like to know that whether really 2GB in /u01 is less or it is not recognizing /u02 dirctory on RAID system so it is trying to create under /u01 in default situation and then it not seeing enough space and gives this message.
    This is a Lab environment, I need your people help. Awaiting your reply.

    Duplicite post... reffer to Re: Error During Oracle 9.2.0 installion on HP-UX

  • Resetting a backup

    A customer of mine has a backup of the oradata directory
    and some configuration directories like dcm, opmn, Apache.
    Due to a theft, they lost their machine.
    They got a new one.
    What do they need to do to be able to restore the backup ?
    Is just installing the iAS, with the necessairy patches to
    9.0.2.6, enough (this was the verions of the backuped iAS) ?
    Thanks a lot for any comment or pointers.
    Filip.

    I would use documents in metalink such as
    How to restore a cold backup of a Portal IAS 9.0.2 on another machine 217187.1
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=217187.1
    to guide your restoration process.
    Regards

  • Installation error of Oracle 9.0.2.4 on Linux 9

    when iam installing 0racle 9.2.0.4 on red hat linux 9, i got the following error. i got it on my error log file.
    Please can you help me to correct the problem.
    regrds
    upul
    name = ORACLE_BASE
    Query returned :
    Setting value of s_mountPoint to /oradata
    *** Error Dialog: Error: You do not have sufficient privileges to write to the specified path. in component Database Configuration Assistant 9.2.0.1.0 . Installation cannot continue for this component. ***
    User selected: Stop installation of all products.
    You do not have sufficient privileges to write to the specified path.
    Unable to read the list of homes from the inventory.

    Setting value of s_mountPoint to /oradata
    *** Error Dialog: Error: You do not have sufficient privileges to write to the specified path.Did you read the message?
    Check whether user oracle has write permissions on /oradata directory.

  • Optimization advice requested - 10g Java / ncomp

    Hi.
    I am a Linux System Administrator who has been assigned the task of maximizing the performance of my company's Oracle datamining.
    I have little experience in SQL, little experience in Java coding, and most of my Oracle experience is from 1998. But apparently I am the most qualified person in the company for this, so I'll give it my best shot.
    Previously, the company had analysts running the datamining queries on their own desktops. This would effectively monopolize their PC's for several hours while the queries ran. The company now intends to have the analysts send 'analysis packages' to a batch server which would process the queries and pass the results back when each query is finished. Currently they have assigned a Windows XP PC with a q6600 CPU and 4GB of RAM as the batch server. Eventually they plan to buy a new server for this, which should run Redhat AS4 x86_64. I have also been asked to provide a hardware spec for this new server.
    The size of the oradata directory is not large, only 7GB. The queries use a lot of embedded Java on tables with a million rows, and sometimes the Java will make it's own SQL queries. After a bit of web searching, I thought that NCOMP'ing all the JAVA would surely give a large performance boost. Oddly, the main Oracle developer in our company had never heard of NCOMP.
    So I downloaded the companion CD, and I downloaded the Visual Studio 2008 Trial .iso, and I installed them on our 'batch server'
    There was a glitch when I ran the NCOMP example/demo:
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    + Ncomping ...
    + Running ...
    OJVMJAVA
    --type "help" at the command line for help message
    $ #
    # NCOMP TEST Sun Nov 23 03:20:08 GMT-05:00 2008
    # class java.lang.Object...................ncomped
    # class java.lang.String...............not ncomped
    # class java.io.StringReader...............ncomped
    # class java.util.LinkedList...............ncomped
    # SYSTEM CLASSES STATUS.............PARTLY NCOMPED
    # method ncomp.Test.factorial..........not ncomped
    # method ncomp.Test.factorial_intp.....not ncomped
    # 250000 times factorial(20): ..............328 MS
    # 250000 times factorial_intp(20): .........344 MS
    # USER NCOMP STATUS.......................DISABLED
    Anyway I tried running ncomp on our main .jar , SMOracleFuncs.jar 200K(compressed), which has 50 classes in it.
    It deployed a jar SMOracleFuncs_depl.jar which included:
    oracle/aurora/deploy/orajox10_11dc86c0b10_XXXXX_com_YYYYY_oracle_util.dll(in = 41472) (out= 41472)(stored 0%)
    oracle/aurora/deploy/orajox10_11dc86c0b10_XXXXX_com_YYYYY_oracle.dll(in = 3114496) (out= 3114496)(stored 0%)
    However, when I run the benchmark query after the NCOMP, it appears to take about 40% longer to complete the query.
    Much of the time during the 80 minute execution, the CPU utilization is only 25%. Since this is on a quad-core CPU, I thought perhaps it was running only in a single thread, but when I look at the taskmgr, I see all the cores getting used, but not well.
    Why would this happen? What am I doing wrong?
    Perhaps there are compilation options that I need to use to get full multithreaded support.
    from the compile output:
    package com.XXXXX.oracle
    -- closing connection: null
    -- closed connection: null
    touch com_XXXXX_oracle.stp
    -- got java.io.IOException: CreateProcess: touch com_XXXXX_oracle.stp error=2 when executing action: touch com_XXXXX_oracle.stp
    c:/devstudio/vc/bin/cl com_XXXXX_oracle.c -FoC:\oracle\product\10.2.0\db_1\javavm\demo\examples\jsproc\basic\ncomp\oracle\aurora\deploy\opt\com_XXXXX_oracle.obj -I. -IC:\oracle\product\10.2.0\db_1\javavm\jahome -Ox -Oy- -c com_XXXXX_oracle.c
    c:/devstudio/vc/bin/LINK /DLL /OUT:C:\oracle\product\10.2.0\db_1\javavm\demo\examples\jsproc\basic\ncomp\oracle\aurora\deploy\orajox10_11dc86c0b10_???_com_XXXXX_oracle.dll /LIBPATH:"c:/devstudio/vc/lib" /DEF:orajox10_11dc86c0b10_???_com_XXXXX_oracle.def C:\oracle\product\10.2.0\db_1\javavm\demo\examples\jsproc\basic\ncomp\oracle\aurora\deploy\opt\com_XXXXX_oracle.obj C:\oracle\product\10.2.0\db_1/lib/orajox10.lib /NODEFAULTLIB msvcrt.lib kernel32.lib
    Microsoft (R) Incremental Linker Version 9.00.21022.08
    Copyright (C) Microsoft Corporation. All rights reserved.
    Creating library
    Also, I'm trying to come up with a good hardware spec for the Linux 64bit batch server.
    I'm thinking of a Core i7 965 CPU with 12GB of RAM. The database is small enough to run in a tempfs, for ramdisk speeds.
    Frequent backups should be enough, because we don't require 24x7 uptime.
    Does anyone know if 1600MHz DDR3 would be worthwhile instead of 1066Mhz ?
    Any point in storing the Oracle application on a SSD?
    Thanks in advance for any help.
    --Charles                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I see some strange results when I try to check if JAccellerator is installed correctly.
    C:\>sqlplus system/XXXX as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Dec 2 04:15:55 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select dbms_java.full_ncomp_enabled from dual;
    select dbms_java.full_ncomp_enabled from dual
    ERROR at line 1:
    ORA-29558: JAccelerator (NCOMP) not installed. Refer to Install Guide for
    instructions.
    ORA-06512: at "SYS.DBMS_JAVA", line 236
    SQL> select NCOMP.STATUS from dual;
    select NCOMP.STATUS from dual
    ERROR at line 1:
    ORA-00904: "NCOMP"."STATUS": invalid identifier
    SQL> quit

  • Page Space usage in Windows XP64 with 10g PE 32-bit

    Hi.
    We have three workstations installed with 12GB of RAM and XP64.
    Due to issues porting the database from the user's XP32 bit machines into oracle 64-bit,
    I instead installed Oracle 10g 32-bit, and just copied over the %ORACLE_HOME\oradata\orcl directories.
    Since the time that I installed these machine, I have learned how to port the database to 64-bit correctly.
    However, I've noticed that the systems slow down a great deal when loading data into tables.
    I've traced this to Paging file activity - which is odd because there is 6GB completely unused on these
    machines, and I don't understand why it is paging. The size of the paging is fairly small, under 100MB,
    but the machine slows to a crawl when it starts paging, not just for Oracle but for all applications.
    Does anyone know if this is 'normal' behavior? Would switching to Oracle 64-bit fix this problem?
    What about disabling the pagefile? SGA memory settings? The systems are configured to use a
    SGA of 3.2 GB. Is this wrong?

    avramits wrote:
    Windows will be always using Page file. But i do not think paging is a problem. Running 32 bit emulation in 64 bit environment is a problem. Why won't you upgrade your database to 64 bit and enjoy. It will take no time to do that.
    install 64 bit oracle software, Recreate service, copy database dirrectory, then startup upgrade, run utlirp, shutdown then startup normal and run utlrp. Done. All together will takes less then 10 min to complete (64 bit software could be installed upfront).Oracle 10g 32-bit was causing significant paging even though less than 6GB out of 12GB system RAM was used.
    I read the instructions for upgrading a 32-bit database to 64-bit, but it didn't work correctly on this database.
    The database contained a good deal of JAVA and other code, and utlrp crashed every time I ran it, to upgrade a 32-bit database to 64-bit.
    I found other advice on the network on how to upgrade the 32-bit database completely to 64-bit, but I could never get it completely error-free.
    However, after I actually learned what the tables in the database were for, I came up with a script which exported/imported only the non-system data, and then re-installed all of the 'code' tables separately, which results in a fully-working 64-bit database.
    Initially there was a very short 'porting' window for moving the data from the old 32-bit machine to the 64-bit PC, so I went with the easier solution of just copying the oradata directory and using 32-bit Oracle 10g. Now I have essentially the entire weekend to
    upgrade the PC from Oracle 32-bit to Oracle 64-bit, which is plenty of time.

  • Trying to restore a database with RMAN in new server

    Hello,
    Database: Oracle 10gR2
    O/S: Windows Server 2003
    My RMAN backuppieces are stored in a network drive:
    \\old_location\FULL
    and
    \\old_location\INC
    I'm trying to restore a whole database with RMAN in another server from my FULL backup.
    For that, I copy all backuppieces files
    from: \\old_location\FULL
    to new server: D:\new_location\
    Also I created the relevant folder hierarchy under <ORACLE_BASE> directory, as follows:
    a. Create BDUMP, CDUMP, and UDUMP directories under '<ORACLE_ BASE>\admin' directory
    b. Create <DATABASE_NAME> directory under '<ORACLE_BASE>\oradata' directory
    c. pfile.ora and controlfile (CTL_MTDPROD_2308_20120401_1.CTL) are backup from original database and they are in D:\new_location\
    d. I copied pfile.ora and controlfile to folder: C:\oracle\product\10.2.0\db_1\database\
    I started creating an instance in new server from scratch:
    C:\>oradim -new -sid MTDPROD -intpwd mtdprod
    C:\> SET ORACLE_SID=MTDPROD
    C:\> rman
    RMAN> connect target sys
    RMAN> SET DBID=21692876873
    RMAN> STARTUP force nomount PFILE=C:\oracle\product\10.2.0\db_1\database\init_mtdprod.ora
    RMAN> restore controlfile from 'C:\oracle\product\10.2.0\db_1\database\CTL_MTDPROD_2308_20120401_1.CTL';
    RMAN> alter database mount;
    #Since I want to read my backuppieces from D:\new_location and not from \\old_location\FULL then I catalog and restore like:
    RMAN> catalog start with 'D:\new_location\';
    RMAN> restore database;
    Starting recover at 25/04/12
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=541 devtype=DISK
    channel ORA_DISK_1: starting incremental datafile backupset restore
    channel ORA_DISK_1: specifying datafile copies to recover
    recovering datafile copy fno=00003 name=D:\BD_MTDPROD\CONTROLFILES\SYSAUX01.DBF
    recovering datafile copy fno=00004 name=D:\BD_MTDPROD\CONTROLFILES\USERS01.DBF
    recovering datafile copy fno=00007 name=D:\BD_MTDPROD\DATAFILES_DATA\MSE.ORA
    recovering datafile copy fno=00010 name=D:\BD_MTDPROD\DATAFILES_DATA\EXPEDIENTES2.ORA
    channel ORA_DISK_1: reading from backup piece \\old_location\FULL\FULL_MTDPROD_20120401_2304_1.BAK
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: failover to piece handle=D:\new_location\FULL\FULL_MTDPROD_20120401_2304_1.BAK tag=TAG20120401T190004
    .....(continues)
    Questions:
    1. RMAN still reads from old_location. The only way to avoid that would be deleting all files from \\old_location\FULL ?
    2. The message "failover to piece handle=D:\new_location\...." indicates that that file is not usefull? I just copy them from old_location to new_location... how can they get useless?
    I suspect there is something in controlfile that redirects to \\old_location\FULL\ and doesn't let to read from D:\new_location\
    Please, advice.

    user521219 wrote:
    Questions:
    1. RMAN still reads from old_location. The only way to avoid that would be deleting all files from \\old_location\FULL ?
    2. The message "failover to piece handle=D:\new_location\...." indicates that that file is not usefull? I just copy them from old_location to new_location... how can they get useless?
    I suspect there is something in controlfile that redirects to \\old_location\FULL\ and doesn't let to read from D:\new_location\Is this a cold backup? Did you change the location of control file in your PFILE or is it still pointing to old location?
    You may want to check the output of RESTORE DATABASE PREVIEW command, which will just report which backup files it uses without actually restoring thhe DB.

  • Problem with spool file

    I have a written a hot backup script and I am having the following problem.
    In my script I do:
    dbms_output.put_line('alter system switch logfile;');
    dbms_output.put_line('archive log all;');
    dbms_output.put_line('!cp /oracle/u01/oradata/design/arch/*.dbf /oracle/u011/oradata/design/recovery/archive_bkup');
    dbms_output.put_line('!compress /oracle/u11/oradata/design/recovery/archive_bkup/*.dbf');
    I spool the above and in the spool file it shows up as
    alter system switch logfile;
    archive log all;
    !cp /oracle/u01/oradata/design/arch/*.dbf
    /oracle/u11/oradata/design/recovery/archive_bkup
    !compress /oracle/u11/oradata/design/recovery/archive_bkup/*.dbf
    alter database backup controlfile to trace;
    !cp /oracle/u01/oradata/design/arch/*.dbf
    /oracle/u11/oradata/design/recovery/archive_bkup
    This command fails as it shows up as 2 lines. How can I get in one line.
    Thanks.

    The reason that is happening is because your LINESIZE is set too low for this (probably 80).
    what you need to do is, do a SET LINESIZE 132 (or something larger, depending upon how big the
    entire line can be - up to 255 - limit of DBMS_OUTPUT.PUT_LINE) and then run the PL/SQL
    statements:
    SQL> set serveroutput on
    SQL> set linesize 132
    SQL> begin
      2  dbms_output.put_line('alter system switch logfile;');
      3  dbms_output.put_line('archive log all;');
      4  dbms_output.put_line('!cp /oracle/u01/oradata/design/arch/*.dbf /oracle/u011/oradata/design/recovery/archive_bkup');
      5  dbms_output.put_line('!compress /oracle/u11/oradata/design/recovery/archive_bkup/*.dbf');
      6
      7  end ;
      8  /
    alter system switch logfile;
    archive log all;
    !cp /oracle/u01/oradata/design/arch/*.dbf /oracle/u011/oradata/design/recovery/archive_bkup
    !compress /oracle/u11/oradata/design/recovery/archive_bkup/*.dbf
    PL/SQL procedure successfully completed.
    SQL>

  • Dataguard using ASM in primary node and FILESYSTEM in standby node

    Hi There!
    I need to configure a Dataguard, and my primary DB is working on ASM, the standby node is going to be using filesystems, so I want to know if there is a guide that I can follow in order to get this task successfully completed.
    My operating system is Solaris 10, and the DB Release is 10.2.0.4. I want to know the best practices.
    Also I want to remember some RMAN Restore and Recover techniques to have this configuration ready, up and running.
    Thanks in Advance.
    Paola
    @>--->----

    setting this up isn't that different to setting up a single instance standby on ASM,
    the MAA guide is here
    http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10g_RACPrimarySingleInstancePhysicalStandby.pdf
    this details the configuration using ASM on both sides, if you want to use filesystem storage on the standby then the following parameters will need to be changed
    *.db_file_name_convert='+DATA/CHICAGO/','+DATA/BOSTON/','+RECOVERY/CHICAGO','+RECOVERY/BOSTON'
    *.log_file_name_convert='+DATA/CHICAGO/','+DATA/BOSTON/','+RECOVERY/CHICAGO','+RECOVERY/BOSTON'
    to something like
    *.db_file_name_convert='+DATA/CHICAGO/','/oradata/boston','+RECOVERY/CHICAGO','/recovery/boston'
    *.log_file_name_convert='+DATA/CHICAGO/','/oradata/boston','+RECOVERY/CHICAGO','/recovery/boston'
    alternativly you can set the DB_CREATE_FILE_DEST and DB_CREATE_ONLINE_LOG_DEST_n parameters and let oracle create OMF files for the dataguard instance.
    Chris

  • How to exclude savesets in Solstice backup ??

    Hello Everyone,
    I have a very large database on 3 filesystems, approx. 120 G and it has been backed up 2 times and doesn't need backup anymore being a static datawarehouse database.
    I would really appreciate If someone can help me to exclude it from being backed up.
    We are using Solstice backup.
    Thanks,
    Gtma

    Read the man page on nsr, it explains how to create a directive that allows you to specify specific files/filesystems to skip. Here is an example of a .nsr file that would skip all .dbf and .ctl files in the oradata directory:
    << ./oradata >>
    +skip: *.dbf *.ctl
    This .nsr file would reside in parent directory of oradata.
    Hope this helps
    Jason Fry

  • 9iAS Release2 on RedHat 8 - ORA-1503

    I'm attempting an install of Oracle 9iAS Release 2 (9.0.2.1) on RedHat 8. During install I initially received some linking errors, but was able to resolve them by performing the following actions:
    1. Go into the $ORACLE_HOME/bin directory
    2. Open the file 'genclntsh' with an editor
    3. Locate the line LD_SELF_CONTAINED="-z defs"
    4. Replace the line with that string LD_SELF_CONTAINED=""
    5. Run the genclntsh script
    6. Return to the dialog and klick at the 'Retry' button
    The install continued, but failed during DB Configuration Assistant.
    COMPLETED - Copying Database Files
    COMPLETED - Initializing database
    IN PROGRESS - Creating and Starting Oracle Instance
    The error occurs at that 3rd step. "ORA-1503: CREATE CONTROLFILE FAILED" (IGNORE/ABORT)
    The alert Log states:
    <snip>
    ORA-1503 signalled during: Create controlfile reuse set database iasdb
    MAXINS...
    </snip>
    I checked the directory permissions as well as free space. I am good there. It looks like the control files were created as 3 of them (same size, date, time) as well as 3 redolog files are contained within the oradata directory.
    Suggestions? Fixes? Ideas?

    the error messages are telling you that either
    1) you do not have a running database OR
    2) you have not set your ORACLE_SID
    Set your ORACLE_SID
    export ORACLE_SID=mySIDname
    then sqlplus '/ as sysdba'
    startup
    this should get the instance running if it is not already.
    if you get a message stating that you cannot startup an already running instance, then you have corrected option 2 just by setting your ORACLE_SID
    you should be OK at this point

  • How to view once ORACLE_SID is set in Windows version?

    Hi
    I have just created a Database in Windows XP usinf DBCA. Now, I was trying to logon as SYS. I did set the DB using ORACLE_SID but I don't know if the DB I am pointing is current as when I type 'echo ORACLE_SID' it is giving me 'ORACLE_SID' andnot the DB I want to switch to.
    My question is...how to view after setting ORACLE_SID if it is pointing to the correct database we want to switch to?
    Remember, I am using Windows XP.
    Thanks

    Hi,
    In simple you can find in many ways.. when you create a DB, if you are using the deault locaitons by ORACLE,
    Example this is the path
    " F:\oracle\product\10.2.0\oradata\ORCL1 "
    After oradata Directory ORACLE Creates the Directory by name "ORCL1"... it's your SID.
    Second you can find from your tnsnames.ora life where you service_name is refereed.
    Third you can find from your listener too..
    fourth.. If windows....
    go servicesin windows..
    Check "OracleServiceORCL1" in this ORCL1 is the SID of your DB.
    IF your double click that you can find the path
    f:\oracle\product\10.2.0\db_1\bin\ORACLE.EXE ORCL1
    Wher ORCL1 is SID..
    stil so many ways are there..
    - Pavan Kumar N

Maybe you are looking for

  • Report parameters for pdf instance

    Hi, is there a way to read the parameters from a pdf report instance? I already successfully retrieved the report parameters from a CrystalReport using the IReport.getReportParamters. Is there a similar way to do this for pdf instances or Excel insta

  • Capitalize borrowing costs to asset under construction u2013 IAS23

    Dear experts, According to IAS 23 we are required to calculate interest on capital invested in an asset under construction. Borrowing costs that are directly attributable to the acquisition, construction or production of a qualifying asset form part

  • How can I better improve the color of images between Photoshop and Premiere?

    I have trouble getting true colors between Photoshop and Premiere CS6. What can I do to solve this situation?

  • PI/INTERFACE EXCEPTIONS

    Hi Experts i am unable to understand what are the PI exceptions / Interafce exceptions. please help me out with this issue . thanx in advance Edited by: VArjun86 on Feb 2, 2010 5:35 AM

  • Grouping smart photo sets

    I have set up a lot of smart photo sets in the Flick section of the Publish Services panel. I have a lot of these sets now and they are becoming a bit unwieldly to manage.  Is there a way to set up a hierarchy and group a number of sets together?  Fo