Standby Database with Oracle Standard Edition

Hi,
my customer wants to create a standby database for his production database (Oracle Standard Edition 11g R2 @ Windows 2008 R2 64 Bit). Now has somebody a proof-of-concept which explains shortly the concept and how to achieve it.
Many thanks in advance.
Best Regards,
Martin

Hi
We have the following options :
1. Oracle Enterprise Edition (EE) - Will have automatically 'Oracle DataGuard' option. No extra license for Oracle DataGuard. We have to purchase Oracle EE for both the sites.
2. Oracle Standard Edition (SE) - Will not have 'Oracle DataGuard' option. So we can't implement Standby database.
3. Oracle Standard Edition (SE) - Will not have 'Oracle DataGuard' option. If you want to implement disaster recovery site we have to purchase Oracle GoldenGate for both the sites. But we have to Oracle GoldenGate license for both the sites
Thanks
LaserSoft

Similar Messages

  • Standby Database on Oracle Standard Edition

    Is there a way to create a standby database on Oracle Server Standard Edition? Some guys told me that it can be possible using RMAN. What are your comments on this?

    Is there a way to create a standby database on Oracle
    Server Standard Edition? Some guys told me that it
    can be possible using RMAN. What are your comments on
    this?hi,
    Checkout Niall's site:
    http://www.niall.litchfield.dial.pipex.com/index.html
    He has some scripts for manual standby on windows
    If posible, I'm looking some scripts for Linux Red Hat 3.0
    Thanks
    Gissel

  • Create standby database on 11gR2 standard edition one

    Hi experts,
    i want to create standby database on 11gR2 standard edition one on both environment linux to linux and window to window. i have invested my 4-5 days on that but i didn't able to create, due to standard edition. plz provide me step by step creation. it wil bel great help.....
    Thanks and Regards
    Sanchit Gupta

    SANCHIT GUPTA  wrote:
    Hi experts,
    i want to create standby database on 11gR2 standard edition one on both environment linux to linux and window to window. i have invested my 4-5 days on that but i didn't able to create, due to standard edition. plz provide me step by step creation. it wil bel great help.....
    Did you have a look at the dataguard docs,
    http://docs.oracle.com/cd/E11882_01/server.112/e10700/standby.htm#i72073
    Which has this mentioned quite clearly,
    >
    Oracle Data Guard is available only as a feature of Oracle Database Enterprise Edition. It is not available with Oracle Database Standard Edition.
    Note:
    It is possible to simulate a standby database environment with databases running Oracle Database Standard Edition. You can do this by manually transferring archived redo log files using an operating system copy utility or using custom scripts that periodically send archived redo log files from one database to the other. The consequence is that this configuration does not provide the ease-of-use, manageability, performance, and disaster-recovery capabilities available with Data Guard>
    So if you want to have data guard, use Enterprise Edition.
    Aman....

  • To find SCN number in standby database with Oracle 9i.

    Hi all,
    1.how to find SCN number in standby database with Oracle 9i.
    note:
    1.it is in mount stage.
    2.oracle 9i.
    regards,
    Jayaprakash.

    Hello;
    I have no Data Guard 9 to review. However I might try this :
    select * from "_DBA_APPLY_PROGRESS";
    OR
    select time_mp,time_dp,  scn_wrp, scn_bas, scn from smon_scn_time;Also found this: ( almost certainly NOT a physical Standby )
    SELECT APPLIED_SCN, NEWEST_SCN FROM DBA_LOGSTDBY_PROGRESS;Best Regards
    mseberg
    Not worth another post but I think v$database on Oracle 9 has these columns only :
    v$database on Oracle 9
    DBID                      
    NAME                      
    CREATED                   
    RESETLOGS_CHANGE#         
    RESETLOGS_TIME            
    PRIOR_RESETLOGS_CHANGE#   
    PRIOR_RESETLOGS_TIME      
    LOG_MODE                  
    CHECKPOINT_CHANGE#        
    ARCHIVE_CHANGE#           
    CONTROLFILE_TYPE          
    CONTROLFILE_CREATED       
    CONTROLFILE_SEQUENCE#     
    CONTROLFILE_CHANGE#       
    CONTROLFILE_TIME          
    OPEN_RESETLOGS            
    VERSION_TIME              
    OPEN_MODE                 
    PROTECTION_MODE           
    PROTECTION_LEVEL          
    REMOTE_ARCHIVE            
    ACTIVATION#               
    DATABASE_ROLE             
    ARCHIVELOG_CHANGE#        
    SWITCHOVER_STATUS         
    DATAGUARD_BROKER          
    GUARD_STATUS              
    SUPPLEMENTAL_LOG_DATA_MIN 
    SUPPLEMENTAL_LOG_DATA_PK  
    SUPPLEMENTAL_LOG_DATA_UI  
    FORCE_LOGGING              ."_DBA_REGISTERED_ARCHIVED_LOG" has a "NEXT_SCN"
    Edited by: mseberg on Dec 19, 2011 10:03 AM
    Edited by: mseberg on Dec 19, 2011 10:29 AM
    Much later
    Also found this :
    select dbms_flashback.get_system_change_number scn from dual;
    Edited by: mseberg on Dec 19, 2011 11:06 AM

  • Creating Standby database with Oracle 10gR2 SE (no dataguard). Procedure

    Hello,
    I have problems in creating a standby database without Dataguard (Oracle Standard Edition)
    -Oracle 10gR2 SE (No DataGuard !!!!)
    - SUSE Enterprise 10.
    Both primary and standby databases are running in Virtual machines (lab).
    I will describe the exact steps I followed :
    1.---------------------------------------------------
    Both primary and standby databases have exactly the same file / folder structure
    2.---------------------------------------------------
    I enabled archive log mode with a new destination : /opt/oracle/oradata/orcl/archive_logs.
    Also : SQL> alter database force logging;
    3.---------------------------------------------------
    I shut down the primary database (shutdown immediate)
    4.---------------------------------------------------
    I created a standby controlfile on the primary database:
    SQL> startup mount
    SQL> alter database create standby controlfile as '/tmp/standby.ctl'
    SQL> shutdown immediate
    5.---------------------------------------------------
    I did a cold backup from the primary db to the standby db
    (I copied all the db files, control files, redo log)
    6.---------------------------------------------------
    I copied from the primary db to the standby db the standby control file
    (from primary /tmp/standby.ctl)
    7.---------------------------------------------------
    I copied from the primary db to the standby db the standby control file
    (from primary /tmp/standby.ctl)
    8.---------------------------------------------------
    I created on the standby database a pfile from the spfile :
    SQL> create pfile from spfile;
    9.---------------------------------------------------
    I edited the pfile and changed the controlfile location (with the standby controlfile created in step 4)
    >>>>> *.control_files='/opt/oracle/oradata/orcl/standby.ctl'
    10.--------------------------------------------------
    I started the standby db
    SQL> startup mount pfile='/opt/oracle/product/10.2/db_1/dbs/initorcl.ora'
    SQL> alter database recover managed standby database disconnect from session;
    SQL> quit
    11.--------------------------------------------------
    I made some changes on the primary db on user scott
    SQL> update table set .......
    12.--------------------------------------------------
    I switched logfile on the primary db
    SQL> alter system switch logfile;
    13.--------------------------------------------------
    I manually copied the new archivelog to the standby db
    And then nothing !!!
    The db changes are not applied.
    Please help me fix the procedure !!!
    Thanks

    Hi
    Ref to your Oracle SE Standby issue, we were in similar situation couple of years ago to build an Automated Standby for our disaster recovery on Oracle SE. We finally got a solution provider Anbul Technologies , they have a one of their solutions based on Oracle SE which provided fully automated Standby in Oracle SE.
    We are successfully running that solution in our prod env for many years. You can visit their site www.anbultechnologies.co.uk or contact them for further details. They are Uk based but provides support and services all over Europe.
    Cheers

  • EM Packs with Oracle Standard Edition

    Hi,
    1) Enterprise Manager Packs like Diagnostic, Tuning, Change and Configuration Management Pack can be licensed only with Oracle Enteprise Edition (according to sales people)
    2) I can manage Oracle EE and SE databases with Grid Control 10g (from technical perspective)
    3) With Database Control or Grid Control i can use the EM packs features with EE and SE (from technical perspective)
    Questions:
    1) Does anybody know what is the way to license EM packs to use with Oracle SE?
    2) For example if i have one Oracle EE and 3 Oracle SE in my shop: Does anybody know if i can license EM packs with my Oracle EE and use them with my 3 Oracle SE?
    I know that they are sales questions but maybe someone has an answer.
    Thank you

    You are right these are sales questions and I'm not a sales representative, so I can't give you an official and legally binding answer.
    1) Technically spoken (you are again right) in many cases it's possible to use much more features than licensed.
    But If you have SE and you want to use the EM management packs you have to contact your Oracle sales person to buy the proper licences.You do this in the same manner as you would do for any basic software.
    2) If you have an 'out-of-the-box' licence agreement this is not possible, you cannot mix EE and SE licences. But talk to your sales representative, Oracle has more different licence flavours than one can imagine. I think it's possible to reach an agreement,which fits your needs.
    Werner

  • Problem to create database with RAC 10g with Oracle Standard Edition

    I install CRS (Cluster Ready Services), and then install Oracle 10g database. Also, I install patches 10.1.0.4. When I create database with ASM storage give me a error to create files database.
    Any idea?
    Thanks
    Edu Alcañiz

    You were right.
    http://download-uk.oracle.com/docs/html/B14203_05/intro.htm#sthref44
    under the section
    "1.3 Configuration Tasks for Oracle Clusterware and Oracle Real Application Clusters"
    "... If you use RAC on Oracle Database 10g Standard Edition, then you must use ASM."
    Thanks, problem solved.
    - Vegard

  • Not able to install rtcxds database with Lync Standard Edition

    Hello everybody,
    I'm trying to install Lync 2013 Standard in an lab environment. After publishing my topology i try to
    install the database from the topology builder and everything works fine, but the rtcxds database times out.
    It says that the database does not exist and will be created but it fails then with a timeout. The other
    databases are created successfully. A 4gb file is in the expected folder, which gets deleted when the timeout appears.
    I got 4 services on my server that won't start (SQL Server-Agent RTC & SQL Server-Agent LYNCLOCAL & SQL Server-Agent RTCLOCAL & Lync Server XMPP-Übersetzungsgateway)
    Log-File:
    ****DbSetupInstance für 'Microsoft.Rtc.Common.Data.BlobStore' wird erstellt****
    "DbSetupBase" wird initialisiert.
    Analyseparameter...
    Gefundener Parameter: SqlServer Wert lync01.lynctest.local\rtc.
    Gefundener Parameter: SqlFilePath Wert C:\Program Files\Common Files\Microsoft Lync Server 2013\DbSetup.
    Gefundener Parameter: Publisheracct Wert LYNCTEST\RTCHSUniversalServices;RTC Server Local Group;RTC Local Administrators;LYNCTEST\RTCUniversalServerAdmins.
    Gefundener Parameter: Replicatoracct Wert LYNCTEST\RTCHSUniversalServices;RTC Server Local Group.
    Gefundener Parameter: Consumeracct Wert LYNCTEST\RTCHSUniversalServices;RTC Server Local Group;RTC Local Read-only Administrators;LYNCTEST\RTCUniversalReadOnlyAdmins.
    Gefundener Parameter: DbPath Wert e:\csdata\BackendStore\rtc\DbPath.
    Gefundener Parameter: LogPath Wert f:\cslog\BackendStore\rtc\LogPath.
    Gefundener Parameter: Role Wert master.
    Versuch, eine Verbindung mit SQL Server "lync01.lynctest.local\rtc" herzustellen. mit Windows-Authentifizierung...
    SQL-Version: Hauptversion: 11, Unterversion: 0, Build 5058.
    Die SQL-Version ist akzeptabel.
    Parameter werden überprüft...
    DbName rtcxds überprüft.
    SqlFilePath C:\Program Files\Common Files\Microsoft Lync Server 2013\DbSetup überprüft.
    DbFileBase rtcxds überprüft.
    DbPath e:\csdata\BackendStore\rtc\DbPath überprüft.
    Wirksamer Datenbankpfad: \\lync01.lynctest.local\e$\csdata\BackendStore\rtc\DbPath.
    LogPath f:\cslog\BackendStore\rtc\LogPath überprüft.
    Wirksamer Protokollpfad: \\lync01.lynctest.local\f$\cslog\BackendStore\rtc\LogPath.
    Der Status für Datenbank "rtcxds" wird überprüft.
    Der Status für Datenbank "rtcxds" wird überprüft.
    Der Status der Datenbank "rtcxds" ist getrennt.
    Die Datenbank "rtcxds" wird von Datenpfad "\\lync01.lynctest.local\e$\csdata\BackendStore\rtc\DbPath" und Protokollpfad "\\lync01.lynctest.local\f$\cslog\BackendStore\rtc\LogPath" angefügt.
    Fehler des Vorgangs, weil die Datei "\\lync01.lynctest.local\e$\csdata\BackendStore\rtc\DbPath\rtcxds.mdf" fehlt.
    Fehler beim Anfügen der Datenbank, da eine der Dateien nicht gefunden wurde. Die Datenbank wird erstellt.
    Der Status der Datenbank "rtcxds" ist "DbState_DoesNotExist".
    Die Datenbank "rtcxds" wird von Grund auf neu erstellt. Pfad der Datendatei = e:\csdata\BackendStore\rtc\DbPath, Pfad der Protokolldatei = f:\cslog\BackendStore\rtc\LogPath.
    Die Installationsdatenbank "rtcxds" wird bereinigt.
    Timeout abgelaufen. Das Zeitlimit wurde vor dem Beenden des Vorgangs überschritten oder der Server reagiert nicht.
    ****DbSetupInstance für 'Microsoft.Rtc.Common.Data.RtcSharedDatabase' wird erstellt****
    "DbSetupBase" wird initialisiert.
    Analyseparameter...
    Gefundener Parameter: SqlServer Wert lync01.lynctest.local\rtc.
    Gefundener Parameter: SqlFilePath Wert C:\Program Files\Common Files\Microsoft Lync Server 2013\DbSetup.
    Gefundener Parameter: Serveracct Wert LYNCTEST\RTCHSUniversalServices;RTC Server Local Group.
    Gefundener Parameter: DbPath Wert e:\csdata\BackendStore\rtc\DbPath.
    Gefundener Parameter: LogPath Wert f:\cslog\BackendStore\rtc\LogPath.
    Versuch, eine Verbindung mit SQL Server "lync01.lynctest.local\rtc" herzustellen. mit Windows-Authentifizierung...
    SQL-Version: Hauptversion: 11, Unterversion: 0, Build 5058.
    Die SQL-Version ist akzeptabel.
    Parameter werden überprüft...
    DbName rtcshared überprüft.
    SqlFilePath C:\Program Files\Common Files\Microsoft Lync Server 2013\DbSetup überprüft.
    DbFileBase rtcshared überprüft.
    DbPath e:\csdata\BackendStore\rtc\DbPath überprüft.
    Wirksamer Datenbankpfad: \\lync01.lynctest.local\e$\csdata\BackendStore\rtc\DbPath.
    LogPath f:\cslog\BackendStore\rtc\LogPath überprüft.
    Wirksamer Protokollpfad: \\lync01.lynctest.local\f$\cslog\BackendStore\rtc\LogPath.
    Der Status für Datenbank "rtcshared" wird überprüft.
    Die Datenbankversion für Datenbank "rtcshared" wird gelesen.
    Datenbankversion für Datenbank "rtcshared" – Schemaversion 5, Version der gespeicherten Prozedur 0, Updateversion 1.
    Does anyone have an idea, what causes this timeout/error?
    Thanks in Advance!
    Kind regards,
    Fabio

    Datei "\\lync01.lynctest.local\e$\csdata\BackendStore\rtc\DbPath\rtcxds.mdf" fehlt.
     Fehler beim Anfügen der Datenbank, da eine der Dateien nicht gefunden wurde. Die Datenbank wird erstellt.
    It looks like it can't find that file.  Do you see it on your drive? 
    If you run Topology Builder, will it let you download the topology from the Central Management store and publish a tiny change at the moment? 
    Do you get the same error if you rerun step 2?
    To confirm, this is your first Lync server in the environment?
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • Standby Database with Standard Edition

    Hi All,
    I'm attempting to setup a Standby database with Oracle 10g Standard Edition. I must manually copy over the archive logs to my Standby database server because i'm using Standard Edition.
    Once my primary database archive logs have been copied over to the standby location shouldn't the database automatically apply those archive logs? I have issued the "alter database recover managed standby database disconnect from session" so my understanding is that it is in recovery mode and shoudl be finding the archive logs to apply. Can anyone confirm that this configuration should work with Standard Edition and perhaps point me in the right direction, which parameters in the init file to check, to get my standby database to apply these archive logs automatically.
    Thanks,

    To quickly determine the level of synchronization for the standby database, issue the following query on the physical standby database:
    SQL> SELECT ARCHIVED_THREAD#, ARCHIVED_SEQ#, APPLIED_THREAD#, APPLIED_SEQ#
    2> FROM V$ARCHIVE_DEST_STATUS;
    ARCHIVED_THREAD# ARCHIVED_SEQ# APPLIED_THREAD# APPLIED_SEQ#
    1 947 1 945

  • Creation of Standby Database on Oracle 10g Standard Edition

    Hi Gurus,
    Can anyone let me know how to create physical standby database on Oracle 10.2.0.1(Standard Edition). I am using the Fedora7(32-bit) machine. Can anyone please send me some documentation on how to create.
    Thanks in advance.
    Thanks & Regards,
    Farooqui.

    How to create physical standby database without dataguard

  • Can i create a standby database in oracle 10g standared edition ?

    what are the steps required for creating a standby database using oracle 10g standard edition. or Any other feature for mirroring database in oracle 10g standared edition

    Dear mithun,
    Please read the following online documentation;
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14239/standby.htm
    +"+
    +2.3.2 Oracle Software Requirements+
    +The following list describes Oracle software requirements for using Data Guard:+
    +* Oracle Data Guard is available only as a feature of Oracle Database Enterprise Edition. It is not available with Oracle Database Standard Edition. This means the same release of Oracle Database Enterprise Edition must be installed on the primary database and all standby databases in a Data Guard configuration.+
    +Note:+
    +It is possible to simulate a standby database environment with databases running Oracle Database Standard Edition. You can do this by manually transferring archived redo log files using an operating system copy utility or using custom scripts that periodically send archived redo log files from one database to the other. The consequence is that this configuration does not provide the ease-of-use, manageability, performance, and disaster-recovery capabilities available with Data Guard.+
    +"+
    Hope That Helps.
    Ogan

  • To create standby database using oracle 10g standared edition

    my producation database is oracle 10G standard edition .Can i implement a oracle dataguard or standby database using standard edition licenses.if standby database is possiable in standard edition .what are the steps for creating a standby database using oracle 10g standard edition.

    General answer is http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/editions.htm#BABJICBB.
    For Data Guard you cannot :
    - use instance parameters to automatically send archived redo logs
    - use instance parameters to resolve archived redo logs gaps
    - create a logical standby
    - use SQL statements to do switchover / failover
    - use Data Guard Broker.

  • Oracle Standard Edition databases are based on a maximum number of sockets

    Can someone explain this further?
    I need install Database in RAC.
    I have:
    1. Named User Plus Licenses.
    2. Oracle standard Edition Database.
    3. Two servers with 2 processors Dual Core 64-bit Intel® Xeon® Processor 7140M.
    4. Each server has 4 sockets, 2 are occupied and 2 are unoccupied.
    My question is:
    I need upgrade Oracle Enterprise edition database because I will have 8 socket, although only will use 4 sockets.
    I need more information on these sockets, specially in Database SE, User Named plus and multi-chip
    processors.
    I have contacted Oracle Sales and they/the sales person also do not have
    these information.
    Thanks in advance.
    Regards
    Carl

    Try reading through http://www.oracle.com/corporate/pricing/databaselicensing.pdf, and then http://www.oracle.com/corporate/pricing/sig.pdf (page 11) - also pass those URLs to your Oracle sales guy and ask for clarification.
    Note that any answers you get here will be quite useless in a court of law, if you and Oracle decide to have different opinions. So it is important you get an answer from Oracle - in writing.

  • Creating a Database with Oracle 10 Express Edition

    Hello,
    I had installed Oracle Database 10g Express Edition whith linux, fedora core 4.
    I want to create a new database with Oracle 10g Express Edition. How can i do this?
    I know that Orcale 10g express edition have only one Database which is installed by default sid 'XE', but my database must have another name.
    Thanks.

    Really you need to change database name ?
    Oracle 10g Espress Edition and change ORACLE_SID

  • Standby Database in 10g Standard One

    Hello Everyone,
    I need to do a standby database using Oracle Database 10g Standard One.
    Do you know how can I do it, step by step??
    Thanks

    Standby or so called dataguard after 9i is not availible in standard edition nor standard one.

Maybe you are looking for

  • 11g on OUL 5:  CHKCONFIG ISSUE

    Hello, I was able to install 11g on OUL5 after following Ivans preinstallation instructions. (looks like main issue was default install was missing the following: compat-db, libaio-devel, unixODBC, unixODBC) They were present on the ISO files and ins

  • Use CW to shutdown unused ports?

    Is there a way to have CW (LMS 3.2) shutdown ports that have been inactive for X number of days? I know Campus Manager has the "Reclaim Unused ports UP" where I can enter a number of days and it will give me a list of all the ports that have been unu

  • User managed coldbkp vs rman cold backup

    Hi, I confused about rman cold backup in no catalog mode while restore the backup.please anyone clarify it. 1,I am not confused about user manged cold backup.I took the backup (spfile,control file,redo file,datafile,password file.)Is it right one? 2,

  • Where can I find NeoMagic video driver for Thinkpad 600 ?

    Hello, Can anyone managed to find the video driver for Thinkpad 600 which is NeoMagic NM2160 ? Thanks, Charles

  • Unable to open the iTunes?

    From morning I have been getting an error when ever I tap on the iTunes app saying " can't connect to iTunes " so does any one have any solution for that