Is there shutdown of primary database needed when creating standby by Grid?

I want to create physical standby database
using EM Grid Control. Is there neccessary during
the process to shutdown primary database, e.g.
when creating backup of primary database?
Thanks for advise,
M.

Yes you need to shutdown the database while,
Backup all database files.
After changing the entries in pfile you need to start the database through pfile.
After changing the listener, reload the listener file.

Similar Messages

  • Is there special software that is needed to create screensavers?

    Is there special software that is needed to create screensavers? I'm using Snow Leopard on a MacBook.

    this isn't os x server related, but you can try using quartz composer, which is part of the development tools available as an additional install on the 10.6 installer disc.

  • Problem when create standby database

    hello,
    I have two server(NT4.0,SP6) installed Oracle 8i(8.1.6 Enterprise) at the same directory.I want one as the primary database,another one as the standby database.
    The two database have the same SID,use SQL*Plus it can access each other.
    My operating steps as below:
    1.on primary server:
    1)connect internal;
    2)shutdown immediate;
    3)copy all datafiles(*.DBF) to a backup directory;
    4)startup
    5)alter database create standby controlfile as 'd:\oracle\ora81\ILLDB\standby.ctl'
    6)alter system archive log current
    2.on standby server:
    1)copy all backuped datafile,standby.ctl,all redo log files from primary server to standby server,overwrite all same name files;
    2)modify the init.ora,add this parameter:
    "standby_archive_dest = "location=D:\Oracle\oradata\ILLDB\archive" ";
    3)statup oracle service in Service control manel;
    4)run svrmgrl.exe;
    5)startup nomount;
    6)alter database mount standby database;
    then a error message appear:
    "ORA-01665 controlfile is not a standby controlfile".
    I don't know which step is mistake.Please tell me correct steps.
    Thanks

    I did face the similar problem while trying to create and startup a clone database for Point in Time Recovery (PITR). The error message is
    ORA-01696 controlfile is not a clone controlfile
    Are you folks have any idea how do I resolve this problem?? Is there any way to create clone control file??

  • Accidentally primary database convert to physical standby

    Hi ,
    Accidentally the primary database was converted to physical standby .Is there any way where it can be revert back to primary other than using the activate command.
    Thanks and Regards,
    Hussain

    Well although I said "alter database open;" and the same is written into the alert.log, the sequence# again starts with 1 - only the bad word "resetlogs" is no longer mentioned :-)
    SQL> select * from v$log;
        GROUP#    THREAD#  SEQUENCE#      BYTES    MEMBERS ARC STATUS
    FIRST_CHANGE# FIRST_TIM
             2          1          5  104857600          1 YES CLEARING_CURRENT
           383710 16-JUN-09
             1          1          4  104857600          1 YES CLEARING
           383708 16-JUN-09
    SQL> alter database activate standby database;
    alter database activate standby database
    ERROR at line 1:
    ORA-01154: database busy. Open, close, mount, and dismount not allowed now
    SQL> recover managed standby database cancel
    Media recovery complete.
    SQL> alter database activate standby database;
    Database altered.
    SQL> alter database open;
    Database altered.
    SQL>  select * from v$log;
        GROUP#    THREAD#  SEQUENCE#      BYTES    MEMBERS ARC STATUS
    FIRST_CHANGE# FIRST_TIM
             1          1          1  104857600          1 NO  CURRENT
           383714 16-JUN-09
             2          1          0  104857600          1 YES UNUSED
                0But it seems to me as if you have no other option anyway.

  • 3 node RAC database need to build standby database

    Respected DBA's
    I have create 3 node rac architecture now i want create a single instance standby database is anyone tell me the steps or any documentation to consult.
    thanks

    See the [ MAA Home page|http://www.oracle.com/technology/deploy/availability/htdocs/maa.htm#Database] for " [MAA 10g Setup Guide: Creating a Single Instance Physical Standby Database for a RAC Primary Database|http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10g_RACPrimarySingleInstancePhysicalStandby.pdf] "

  • Cannot change Tracking to Primary and Secondary when creating Item

    We are on Inventory Management 11.5.10.2 but not on WMS. We notice that we cannot track an item with a Secondary UOM when creating it. The only way to track is by
    Primary UOM. Is this because we are not on WMS or are we hitting a bug?

    As I know seconday UOM feature is used for Process Manufacturing installed customers. If you do not have that you may not be able to use that.
    Thanks
    Nagamohan

  • Insufficient Permission When Creating Standby

    I have a remote server which I believe I have prepped appropriately. I have installed grid infrastructure /w ASM, and database software. I have created a virtually blank initMyDB.ora file with a single parameter (db_name) as per docs. I start that skeletal database instance in NOMOUNT mode.
    I go to RMAN and try to connect to the primary as SYS. It connects easily.
    I try to connect to the local instance as SYS. It gives me the "ora-01031 insufficient privileges" error.
    I can, of course, log into +ASM and change the SYS password/change permissions/etc, but I cannot log into the skeletal instance and do anything to SYS as the db is in NOMOUNT mode.
    I'm a Data Guard newcomer, so what am I doing wrong? DB is 11r2 and OS is RHEL 5.
    Thanks

    893968 wrote:
    I have a remote server which I believe I have prepped appropriately. I have installed grid infrastructure /w ASM, and database software. I have created a virtually blank initMyDB.ora file with a single parameter (db_name) as per docs. I start that skeletal database instance in NOMOUNT mode.
    I go to RMAN and try to connect to the primary as SYS. It connects easily.
    I try to connect to the local instance as SYS. It gives me the "ora-01031 insufficient privileges" error.
    I can, of course, log into +ASM and change the SYS password/change permissions/etc, but I cannot log into the skeletal instance and do anything to SYS as the db is in NOMOUNT mode.
    I'm a Data Guard newcomer, so what am I doing wrong? DB is 11r2 and OS is RHEL 5.
    ThanksHi,
    In a Data Guard configuration, all physical and snapshot standby databases must use a copy of the password file from the primary database,
    and that copy must be refreshed whenever the SYSOPER or SYSDBA privilege is granted or revoked,
    and after the password of any user with these privileges is changed.
    Regards
    Mahir M. Quluzade

  • Access key needed when creating a new database table with SE11

    Hi,
    I'm using SAP Testdrive (evaluation) on linux in order to learn a bit about ABAP programming. I want to create a new database table in the  dictionary to be used in my programs. I proceed in the following way:
    1) I run the SE11 transaction
    2) At the first entry I write the name of the table to be created (in the Database Table field)
    3) I click on the create button.
    But then the system asks me an Access Key to register, where can I get this?
    Thanks in advance,
    Kind Regards,
    Dariyoosh

    Ok I found the answer to my question in another thread
    Developer Key
    Make sure that your program names starts with "Z" or "Y", otherwise the system will ask you to register the object because it thinks you are creating/changing in the SAP namespace.
    In fact this was my error, my table name didn't start with neither "Z" nor "Y".
    Kind Regards,
    Dariyoosh
    Edited by: dariyoosh on Nov 13, 2010 12:34 PM

  • Database error when creating a new ADDM

    Hi Guys,
    In my dbconsole 10.1.0.4 i got this error when trying to create a snapshot:
    Database Error
    Task TASK_38223 has been created, but following error occurs during the execution time : ORA-13707: Either the start snapshot 19110 or the end snapshot 19111 is incomplete or missing
    key statistics. ORA-06512: at "SYS.PRVT_ADVISOR", line 1283 ORA-06512: at "SYS.DBMS_ADVISOR",
    line 190 ORA-06512: at line 1
    everything else is OK.
    Please advise,
    Regards,
    Firas

    Hi,
    I checked the trace files in BDUMP and found this:
    Oracle process number: 13
    Unix process pid: 21443, image: oracle@xxxxx (m000)
    *** ACTION NAME:(Auto-Flush Slave Action) 2008-04-15 12:00:22.103
    *** MODULE NAME:(MMON_SLAVE) 2008-04-15 12:00:22.103
    *** SERVICE NAME:(SYS$BACKGROUND) 2008-04-15 12:00:22.103
    *** SESSION ID:(156.413) 2008-04-15 12:00:22.103
    *** KEWROCISTMTEXEC - encountered error:
    ( ORA-00001: unique constraint (SYS.WRH$_SQLTEXT_PK) violated )
    *** SQLSTR: total-len=632, dump-len=240,
    STR={INSERT INTO wrh$_sqltext                      (sql_id, dbid, sql_text,                       command_type, snap_id, ref_count)      SELECT /*+ ord
    ered use_nl(s1) index(s1) */             sie.sqlid_kewrsie, :dbid, s1.sql_fulltext,           }
    *** KEWRAFM1: Error=13509 encountered by kewrfteh
    Please advise,
    Cheers,
    Firas

  • Database error when creating a report

    Hi all,
    When we are creating a report with a universe based on BW, we are getting this error message:
    "A database error occurred. The database error text is: An error occurred while trying to load the provider for transport sap. Failed to load library mda_sap. System error message: 0509-022 Cannot load module /Apps/BOEXI31/bobje/enterprise120/aix_rs6000/libmda_sap.so.
    0509-150 Dependent module
    /Apps/BOEXI31/bobje/enterprise120/aix_rs6000/librfccm.o could not be loaded.
    0509-103 The module has an invalid magic number.
    0509-022 Cannot load module
    /Apps/BOEXI31/bobje/enterprise120/aix_rs6000/libmda_sap.so
    0509-150 Dependent module
    /Apps/BOEXI31/bobje/enterprise120/aix_rs6000/libmda_sap.so could not be
    loaded.. (WIS 10901)"
    When I test the connection of the universe in Designer, the result is ok. Also, when I create a report on Rich Client, the report is created fine.
    This is the Environment details:
    BusinessObjects XI 3.1 Service Pack 3 Fix Pack 3.2 (distributed installation)
    Windows Server 2008 R2 (CMS)
    AIX 5.3 Level 10 (Other BO services)
    Integration Kit SP3 fp 3.2 installed on both servers
    Thanks,
    Alvaro

    Because the customer wanted the functionallity of single sign-on with Vintela. We used this guide for the installation: http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/d0f6ac3c-b3ac-2b10-1b95-c9bd46194977?quicklink=index&overridelayout=true
    Regards,
    Alvaro

  • A question about database schema when creating JClient Form

    Sir,
    I created a JClient Form application using the wizard, in which a JCLoginDialog was generated. Then I modified the JCLoginDialog.java file so that it works with JDBC instead of with the OracleAS JAAS Provider. My name is the database schama name, and I created the form using my name.
    When I log in using my name, It is fine. But when my colleague log in using her name, it is failed. The error message said that the table is not found. My colleague has access of the related database table through a database role.
    I think it is the schema problem when I create the model project. I do not know how to add the schema name before the table name, such as stephen.mytable .
    Please help me. Thanks
    Stephen

    I have solve the problem. That was a mistake I made.
    Stephen

  • Is there any space alloted by default when creating DSO

    Hi ALL,
    Recently we created a DSO2 for a backup and then reloaded the same data into original DSO1 and deleted the contents of the DSO2.
    When loading first time to DSO2 the DB space increased to 13GB with duplicated data and then after deleting also the same space is existing.
    Now my question: Is there any space alloted to newly created DSO by default, If yes howmuch it'll be...
    rgds,

    Yes, but did you delete the content of the PSA?
    Exactly what tablespace are you looking at?
    Did you refresh the DB space statistics after you deleted the data?
    When you create a new DSO it should not use more than some MB on the disk.
    BR
    Stefan

  • Database error when creating a web app instance

    I'm trying to setup Project 2013 on SharePoint 2013 and am at the point where you create a Project web app instance. I'm on step 3 on this page.
    http://alinimer.com/2013/02/28/install-configure-and-deploy-project-server-2013-part-4/
    I'm getting an error saying "Provisioning Failed - see the Application event Log." In the event log it says
    Failed to provision site PWA with error: Microsoft.Office.Project.Server.Administration.ProvisionException: Failed to provision database.
    Database provisioning failed. The database ProjectWebApp contains a non project schema and cannot be used. ---> Microsoft.Office.Project.Server.Administration.ProvisionException: Database provisioning failed. The database ProjectWebApp contains a
    non project schema and cannot be used.
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureProjectServiceDatabase(ProjectProvisionSettings provset, String collation, ProjectDatabaseStateType& originalDatabaseState)
       --- End of inner exception stack trace ---
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureProjectServiceDatabase(ProjectProvisionSettings provset, String collation, ProjectDatabaseStateType& originalDatabaseState)
       at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.CreateSite(ProjectProvisionSettings provset)
    I'm new to Project Server and fairly new to SharePoint so is this something that's easy to fix? The database was created new for Project.
    Free computer help and tips http://www.onlinecomputertips.com

    Looking at the code, it flags this if the database specified is not empty.  Can you validate that the database is either new or does not have any tables, views, sprocs, etc?
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Is newfs needed when creating mirror from existing ufs partition

    I have the root drive of my sparc solaris 10 server mirrored with SVM. In the same machine I have another single partition disk that was mounted /dev/dsk/ct0d0s6 to /home1, and I wanted to mirror it to another disk. This happened without problem.
    While the resync was happening I realized that I did not do a newfs on the target mirror disk (/dev/dsk/c1t2d0s6 partition before doing the metattach. I did not have a problem with reboots or anything after the resync was done. Will the mirror create a UFS partition on the target disk? If the source /home1 disk failed, would I be able to mount the target disk as a regular /dev/dsk partition? Or if I wanted to metaoffline the target half of the /home1 mirror to do a backup, would it recognize it as be a UFS partition?
    I'm thinking I should metadetach the mirror, do a newfs on the target S6 partition and then metattach again.
    Any ideas would be appreciated.

    Your getting a little confused about the difference between a partition/slice and a filesystem.
    Partitioning is the act of breaking the disk up into "slices". You have been referring to c0t0d0s6 which is a slice.
    Partitioning is done with the format program.
    The filesystem is the data that goes onto the slice. This is what newfs does. It creates a filesystem on a slice. So all its doing is writing a particular pattern of data onto a chunk of disk.
    So mirroring filesystems doesnt require a newfs. Since the correct pattern of data already exists. You just need to copy it onto the new slice.
    But the mirroring doesnt do partitioning ie create the slice. You have to do that with format. But it does copy the filesystem.
    So assuming you created a new slice of the correct size.
    You should be able to mirror the existing slice to the new slice. Then mount the virtual device representing the mirror.
    You do have to always use the mirror through the virtual /dev/md device, not the raw slices.
    The raw slices making up the mirror are perfectly ordinary UFS partitions. So yes they will be recognised.
    But if you modify one directly instead of through the virtual device, you changes won't be mirrored to the other.
    But yes, if a disk fails. You can use the other slice directly if necessary. But normally you would just keep using the metadevice.
    And if you metaoffline a disk. You could then back it up.
    But backups are normally more conveniently done with fssnap. That way you don't have to split mirrors and join them again.

  • Standby database,Possible network disconnect with primary database

    Hello
    I have a database on linux with standby configured on different server with same os and database version.When i was about clone primary database through OEM,it stuck in the middle and popup for recovery. I restored and recover whole database. Then, the alert log on the standby database shows this error.
    Possible network disconnect with primary database.
    I checked standby databsase,listener is up & running. But archive files are getting into standby database.
    What should i do now? Please anybody can put some light on this.
    Thanks
    Ariz

    Is there anything in the primary alert log? Can you tnsping the standby instance from the primary server, and the primary instance from the standby server?

Maybe you are looking for