Upgrade from Siebel 8.1 Production & Data Guard

Hello
We will have new material available for Siebel upgrade 8.x pre-production several months in advance. This material will be the same of prodcution with regard to size. We plan to use 'DataGuard' for Siebel 77 DB (2.5 to) replication on the new Siebel 8 DB pre-production server. My requirement is to have minimal downtime!

I'm thinking next steps upgrade before the deployment weekend.
1. take cold Siebel 77 PROD DB Backup
2 database copy 77 PROD to the new pre-production Siebel 8 DB
3. install and gateway of Siebel server, server Siebel, Siebel utility of database server and the Siebel web server extensions
4. install the database schema and seeds
5 import the new repository of Siebel 8
6 test the application
7 stop Siebel application and get ready for deployment to production

Deployment weekend production steps:
1. stop Siebel 77 application and DB
2. start Siebel 77 DB data replication in the new Siebel 8 DB
3. after the replication is complete, start Siebel 8 application.

Can one that the steps above from the end of week of the production deployment might work, which means "DataGuard" replication to keep my DB Upgrade from Siebel 8 intact and wipe it away? I try to avoid the installation/configuration/upgrade to level the application during the deployment weekend.

I'm lost and confused on how the upgrade of production will work. I have read several messages online, upgrade guides and haven't met good information/help for upgrade of production, all the support, the items are for the modernization of development environments!

Please note that the 'Golden Gate' is not an option, do not have a budget for that!

I'd appreciate any help.

Thank you
PM

Now that you have added the stages of the upgrade, it is logical but there is no doubt some additional steps are required as you progress...

regarding the statement:

"I think that 'install & configure the Siebel servers' can be done before weekend of deployment without a database active, can anyone confirm that for me?"

It might indeed and this could also be done on a copy of your development DB Upgrade environment. Siebel installation is not dependent on your DB, but there are some entries in your DB, which can be Siebel specific server, look at the guide for the copy of production if you don't understand what I mean. Restoration of Production environments in the Test [477772.1 ID] environments. If you move servers during the upgrade this guide will give you some tips too to areas that you need to consider.

Tags: Oracle Applications

Similar Questions

  • Creative cloud Packer upgraded from 2014 to 2015 products

    The packer of creative cloud for teams allows us to build our essential software.

    After that install us this Package on Clients.

    We must do this for 2014 products and install them. It's working.

    Also the packaging for products of 2015 can be installed on a clean computer.

    But now, we want to upgrade the products installed Adobe 2014 to 2015 on the clients.

    After we have completed the installation of the package of 2015 see us all 2014 and 2015 on the computer.

    adobe.PNG

    Here is a screenshot. Normally, it takes the previous version is uninstalled and the new version must be installed.

    We are not the old Versions...

    How can we do this with adobe creative cloud package manager?

    We cannot update manually on each client!

    THX

    The options are the same. Command line uninstall are what most admins prefer because, for reasons of license, they like to have a control tight on what software is deployed on each machine and need to make it through an organization not on a basis of system-by-system.

    Deploy packages for Adobe Creative Cloud

    Using the command line to uninstall

    You can use the command line to uninstall the newer versions of some individual products.

    For a list of products you can uninstall it by using the line command and their sapCodes, baseVersions and platforms, see Applications that can be deployed without their versions of basic.

    Examples of syntax:

    • Windows: C:\Program Files (x 86) \Adobe\Adobe Creative Cloud\HDCore\Setup.exe--désinstaller = 1 - sapCode = RPAS - baseVersion = 17, 0 - platform = win32 - deleteUserPreferences = false
    • Mac: / Applications/Utilities/Adobe Creative Cloud/HDCore/Setup - uninstall = 1 - sapCode = RPAS - baseVersion = 17, 0 - platform = osx10-64 - deleteUserPreferences = true
    • Mac: / Applications/Utilities/Adobe Creative HDCore/Cloud/Setup
  • Refresh the MV of standby Active Data Guard

    Is it possible to refresh a materialized view (quick or full) come from a standby database Active Data Guard open in read mode only w/apply?  Or can I just do the update of the primary?

    Hello mseberg,

    You made a very good point about the definition of a database of the READER.

    After you have answered, I found in MOS: create a distributed materialized view based on a master table on a database in read-only (Doc ID 276023.1)

    This explains that it is NOT possible to make a fast refresh of a database shall RO.  However, it *peut* be possible to do a complete refresh of a standby Number.  It depends on the query used to define the MV.  If the RDBMS Analyzer determines the MV is *able* to fast refresh (even if there may not need it right now), so you can't do a full refresh since the eve of the RO.  If the parser determines that the request is NOT able to fast refresh, then you can do a full refresh since the eve of the RO.  I tested this script on 11.2.0.3.8 and found to be true:

    CREATE THE MIMI MATERIALIZED VIEW. MV_TEST

    TABLESPACE USERS

    IMMEDIATE CONSTRUCTION

    COMPLETE REFRESH

    AS (SELECT * FROM TEST@MIMI_ROSTBY);

    ORA-16000: database opened for read-only access

    ORA-06512: at "SYS." DBMS_SNAPSHOT_UTL', line 364

    ORA-06512: at "SYS." DBMS_SNAPSHOT_UTL', line 446

    ORA-06512: at line 1

    Now, I've changed the MV query to use a 'one time' feature (ROWNUM), which causes the query become complex (not able to fast refresh).  I can now create a MV on the day before RO, because the query is no longer able to fast refresh and requires no registration on the eve of the RO:

    CREATE THE MIMI MATERIALIZED VIEW. MV_TEST

    TABLESPACE USERS

    IMMEDIATE CONSTRUCTION

    COMPLETE REFRESH

    AS (SELECT * FROM TEST@MIMI_ROSTBY WHERE ROWNUM > 0);

    Created.

  • Data Guard: Primary descends from secondary crashes

    Hi Oracle experts.

    IM using Oracle Data Guard to the physical configuration of HA standby.

    I have primary with 70G of political RMAN and as noted flash recovery area size:

    RMAN > show all.

    using the control file of the target instead of recovery catalog database

    RMAN settings for database with db_unique_name MSEORCL are:

    CONFIGURE REDUNDANCY 1 RETENTION STRATEGY; # by default

    CONFIGURE BACKUP OPTIMIZATION # by default

    SET UP DEFAULT DISK DEVICE TYPE; # by default

    CONFIGURE CONTROLFILE AUTOBACKUP ON;

    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # by default

    SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default

    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default

    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default

    CONFIGURE MAXSETSIZE TO UNLIMITED; # by default

    CONFIGURE ENCRYPTION OF DATABASE # by default

    CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default

    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AND 'DEFAULT' LIBERATION OPTIMIZE FOR TRUE LOAD; # by default

    CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY;

    CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' / opt/oracle/base/product/11.2.0/dbhome_1/dbs/snapcf_mseorcl.f'; # by default

    Size of the flash area is also pending physical (secondary node) 70G. and policies as described for RMAN:

    RMAN > show all.

    using the control file of the target instead of recovery catalog database

    RMAN settings for database with db_unique_name MSEOS3 are:

    CONFIGURE REDUNDANCY 1 RETENTION STRATEGY; # by default

    CONFIGURE BACKUP OPTIMIZATION # by default

    SET UP DEFAULT DISK DEVICE TYPE; # by default

    CONFIGURE CONTROLFILE AUTOBACKUP ON;

    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # by default

    SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default

    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default

    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default

    CONFIGURE MAXSETSIZE TO UNLIMITED; # by default

    CONFIGURE ENCRYPTION OF DATABASE # by default

    CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default

    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AND 'DEFAULT' LIBERATION OPTIMIZE FOR TRUE LOAD; # by default

    CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY;

    CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' / opt/oracle/base/product/11.2.0/dbhome_1/dbs/snapcf_mseos3.f'; # by default

    Everything works fine as long as the two sites are on the rise, & I have cron job to remove the archive log has expired.

    Now, if I stop the secondary node, the head node site also goes to error state & watch special suite:

    ERROR:

    ORA-00257: archiver error. Connect internal only, until this just released.

    I checked the size of the log archive and its just Mo 837...

    My expectation is it should continue to operate until all 70 G are used. why he throws error so early? Please give me some advice if Im missing something here...

    ~ S.

    Do you mean by reliable?

    It will be permanent if you apply via dgmgrl database pending:

    Change the property set of database my_standby_db Binding = "optional."

    See the detailed database my_standby_db

    You must ask it also on the primaries for the cases of change of role, but for now, you need to change it for the day before to take effect.

    If the archivelogs can be deleted are beeing shipped in standby mode.

    Making the optional standby destination will prevent them from beeing deleted primary until shipped it standby after the host is again.

    Concerning

    Thomas

  • Is it possible to switch to Win 7 from Vista Home by going through a Vista Business upgrade without actually needing a product key for Vista Business?

    Is it possible to switch to Win 7 from Vista Home by going through a Vista Business upgrade without actually needing a product key for Vista Business? Therefore, if a have a Vista Business upgrade disc, but no product key will be professional Vista upgrade installation such that I can install Windows 7?

    Windows Update has nothing to with the upgrade of Windows. Please repost your question in the support forum: http://social.answers.microsoft.com/Forums/en-US/w7install/threads ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Do we need to key in the product key when we upgraded from windows vista to windows 7?

    After upgrade activation key

    Do we need to key in the product key when we upgraded from windows vista to windows 7?

    When you install Windows 7, you must enter a key within 30 days to activate it. If you do not want to enter the key during installation:

    On the page to enter your product key, do not enter your key and uncheck the "Automatically activate when online" then click OK/next to complete the installation.

  • Can I use a product key UPGRADE from 32-bit Windows 7 to a new clean install of Windows 7 64-bit?

    In 2009, I upgraded my laptop from Vista to Windows 7 32 bit. This laptop recently died and is no longer in use.

    I am building a new computer and I want to install it on Windows 7 64 bit (there no initial operating system because it is a made to measure machine).
    Can I install Windows 7 64 bit on the new machine and then use the old product key, that I received in 2009, even though it was a upgrade for the 32-bit product key?

    If its a version upgrade, the answer is no.

    However, the requirements for the media upgrade is that you have an operating system already eligible such as Windows XP or Vista installed to use it. Since the Windows 7 end user license agreement.

    15 UPDATES. To use upgrade software, you must first be licensed for the software that is eligible for the upgrade. After the upgrade, this agreement takes the place of the agreement for the software that you upgraded. After upgrade, you can no longer use the software that you upgraded.

    So, if you are always denied, you will just have to reinstall Windows XP or Vista and let it do the verification of eligibility.

  • Trying to upgrade from lightroom 5 to 6. Do not have a ser # for the 5 Lightroom. My lightroom 5 came as a 'bundle' with the purchase of a camera. When you install the downloaded lightroom 6 a message appears saying: can not find a product calling on

    Trying to upgrade from lightroom 5 to 6. Do not have a ser # for the 5 Lightroom. My lightroom 5 came as a 'bundle' with the purchase of a camera. When you install the downloaded lightroom 6 a message appears saying: he can't find a product calling it on my computer. My question is the "grouped" lightroom 5 calls be upgraded or why I have to by the full 6 Lightroom. Paul

    I THINK that the on-board version 5 is not eligible, but since I don't work for adobe, click on the link below, during the hours listed

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • Is it possible to upgrade from production premium cs5.5 master collection CS 6?

    Is it possible to upgrade from production premium cs5.5 master collection CS 6?

    Yes, it's that if you are still eligible for the Student and Teacher Edition price will be probably cheaper than buying an upgrade.

  • The component of Oracle Data Guard is free to use on the production database?

    The component of Oracle Data Guard is free to use on the production database?
    If not, how much is the fee?

    What about Oracle coherence?

    http://www.Oracle.com/corporate/pricing/technology-price-list.PDF

    Coherence Standard Edition 100 22.00 4 600 1,012.00
    Coherence Enterprise Edition 230 50.60 2530,00 11 500
    Coherence Grid Edition 500 110.00 5,500.00 25 000
    Coherence Suite 1 000 220,00 11,000.00 50 000
    BPEL Process Manager 1 200 264.00 60 000 13 200.00

    DataGuard active 120 26.40 5 800 1,276.00
    The regular care of the data is free

  • How to move from Data Guard time really apply (restore) to archive the journal

    Hello

    Standby database configured with broker and application really remake in time; However, I want to change it to archive the journal apply mode without losing the broker configuration. Is this possible? If it is not possible to use the broker to make archive log apply, I can remove the broker and use Data Guard to set up the day before to use the archive log apply?

    Concerning

    Hello;

    Broker automatically allows real-time applies to databases on hold if the standby database has standby redo logs configured.

    Stop repeat applies

    DGMGRL> EDIT DATABASE 'PRIMARY' SET STATE='APPLY-OFF';
    

    Repeat restart applies broker

    DGMGRL> EDIT DATABASE 'PRIMARY' SET STATE='APPLY-ON';
    

    In order to get rid of standby redo logs would be a way. I would like to leave myself alone. Real time assistance to prevent the loss of data.

    Best regards

    mseberg

  • Upgrade from Vista to Windows 7 home Premiun home

    I've recently updated my PC from Vista to 7, and it doesn't have me let use my Vista key. The key of Vista is always good and active, but don't let me use in the upgrade to 7. What should I do another get a new copy of Windows 7?

    The ability to use a Windows 7 product key to activate Windows 10 is a single device, associated with the activation of Windows 10. Windows 7 never allowed the use of a Vista product key to activate Windows 7.

    I need to know where you bought Windows 7 (not so).

    If you choose to buy an OEM of Windows 7 version, you can only perform a 'custom' / clean install and an upgrade of Vista (where is kept of your applications and your data are not possible0.)

    You could also try as an experience see if Windows 10 is compatible with your PC. You can download and install (activation will not work using your Vista key, so skip activation during the Windows Installer process 10).

    If Windows 10 installed and that you are able to start and use the features of Windows 10 then you might want to consider upgrading to Windows 10 since costs will be substantially the same (and it's a real version of "Retail" Windows 10 and not an OEM version, which means that if you decide to upgrade your PC at a later date you can re - install on the new PC and 'Activate' 10). The only thing you need to consider is if all your Vista applications will run in Windows 10.

    Amazon Windows 10: http://www.amazon.com/s/ref=nb_sb_noss_2/192-0443221-5456946?url=search-alias%3Dsoftware&field-keywords=Windows+10

    You can download the Windows version of Microsoft Tech bench 1511 10 ISO files, create your own installation media and use it to install and try 10 Windows here: https://www.Microsoft.com/en-us/software-download/techbench

    How to use Microsoft Tech bench website to download an ISO of Windows 10 file, create installation media and enable Windows 10

    J W Stuart: http://www.pagestart.com

  • I want to upgrade from Windows 98 to Windows 7?

    I want to know if I can upgrade from windows 98 to windows 7? I know it's an old operating system and all but I need an update. Can I up to date? With or without him I can internet on it?

    No, you can not Windows 7 requires Windows XP or Vista as a product calling. If you do not, you will need to purchase a full version of Windows 7:

    http://www.Microsoft.com/Windows/buy/default.aspx
    http://Windows.Microsoft.com/en-us/Windows7/get-a-new-Windows-product-key

    Upgrade to Windows 7 from the following operating systems is not supported:

    ·      RTM of Windows 95, Windows 98, Windows Millennium Edition, Windows XP, Windows Vista®, Windows Vista Starter, Windows 7 M3, Windows 7 beta, RC of Windows 7 or Windows 7 IDS

    For more details, see the link http://technet.microsoft.com/en-us/library/dd772579 (WS.10) .aspx Andre Da Costa http://adacosta.spaces.live.com http://www.activewin.com

  • While Windows anytime upgrade from Win7 Home Premium to Win7 Pro received the notice that failed.

    Original title: upgrade Express failure.

    I'm doing an anytime upgrade from Win7 Home Premium to Win7 Pro. I get a notice that failed and get back to home premium.

    Any thoughts would be appreciated.

    Windows 7 Anytime Upgrade fails:

    If your getting the following: error: Windows Anytime Upgrade failed
    This problem may occur if Windows 7 SP1 was downloaded by Windows Update, but has not yet been installed.
    See: http://support.microsoft.com/kb/2660811

    = Other reasons and possible corrections.

    Windows Anytime Upgrade fails with the error:
    "every time that the upgrade has failed. Go online to solve the problem.
    http://support.Microsoft.com/kb/2658652

    -------------------------------------------------------------------

    (A) if at any time the upgrade fails: run the Windows 7 Upgrade Advisor:

    http://www.Microsoft.com/Windows/Windows-7/Upgrade-Advisor.aspx

    --------------------------------------------------------------------

    (B) If Internet Explorer is not configured as default web browser,
    you need to make sure and try the Express upgrade.

    --------------------------------------------------------------------

    Only one solution was either by picking up the Internet
    and removal of SP1 - or a combination of both. Then re-installation of SP1
    Save this method for a last resort.

    --------------------------------------------------------------------

    (C) you get a PIN number with the "Anytime Upgrade", if yes enter the PIN here to obtain a product key: https://windows.getmicrosoftkey.com/

    Support for your product key: https://windows.getmicrosoftkey.com/Home/Support

    --------------------------------------------------------------------

    (D) stop and restart your computer.

    (1) implementation of the reinforced system - method #2 tool (download and run the tool: "Checksur.exe")
    http://support.Microsoft.com/kb/947821
    (System resources, such as file of data, even in the data memory and registry data, can develop inconsistencies during the lifecycle of the operating system. The system update tool attempts to resolve these inconsistencies).

    (2) disable any security software before attempting to upgrade

    (3) disconnect external devices of unneccesarry.

    -------------------------------------------------------------------

    (E) if still Anytime Upgrade fails, turn off User Account Control:

    1. go in user accounts in Control Panel

    2 change user account control settings

    3. pull the slider to the level as low as possible

    4 restart the computer

    5. repeat the process "Anytime Upgrade"

    To start the upgrade process:
    Click on start/search and enter the words: Express upgrade
    Then, in the list of the search results, click on "Windows Anytime Upgrade".
    Then follow the prompts on the screen anytime upgrade.
    Basically, all you need to do is enter the Windows 7 upgrade product key.

    Another method:
    (Located at the top right) Start/Control Panel/small icons option / click the "Windows Anytime Upgrade".

    -------------------------------------------------------------------

    (F) if it continues to fail, try the following 3 methods:

    Method #1
    (1) run Chkdsk and see if it helps.
    Click Start / type: CMD and right click 'CMD' and select 'run as administrator '.
    At the command prompt, type: chkdsk /f /r
    Restart your system, hard drive of your computer is analyzed to find errors and will try to correct them.

    (2) run the Memory Diagnostics to look for problems with the system hardware. Type of memory in start search and press ENTER to open the memory diagnostic tool open. Click restart now and check for problems. Your computer will restart and will start the diagnostic program. Please note the reported errors.

    Method #2
    1. click on start, type: "msconfig" (without the quotes) in the box and then press the ENTER"" key.

    User account control permissions: If you are prompted for an administrator password or a confirmation, type the password, or click on continue.

    2. in the general tab, click Selective startup.

    3. under "Selective startup", uncheck the "Load Startup items".

    4. click on the 'Services' tab, click to select the box "hide all Microsoft Services" and then click on disable all.

    5. click on 'OK '.

    6. When you are prompted, click "Restart."

    7. once the computer has been restarted, check if the problem is resolved.

    Method no. 3
    If your key is not valid and you will need to change the keys, you may need to Open regedit and remove first the ProductKey value in the following registry key:
    HKCU\Software\Microsoft\Windows\CurrentVersion\WindowsAnytimeUpgrade

    -Anytime Upgrade may not work for all versions of Windows-

    Note: Retail 'Full' or 'Upgrade' product keys will work when you use the Express Upgrade feature.
    Upgrade Express 'can' not work (check with the manufacturer of the computer support team) for users who have the OEM and integrators systems product keys, this applies also to the VL (Volume License)-MSDN Academic Alliance (MSDNAA) / DreamSpark or pedagogical keys that does not / do support the Anytime Upgrade option. KMS users consult your administrator before attempting to perform an Express upgrade.

    J W Stuart: http://www.pagestart.com

  • Upgrade from 6.0 to 6.2 horizon view

    Hello

    I will update 6.0 seen Horizon to 6.2 in two weeks. I read the guide 6.2 upgrade and have my flattened upgrade plan, more or less.

    Now that I'm not sure of the East (this is the first time that I am ignorant version), is / was there of any changes from 6.0 to 6.1 which must be taken into consideration, but is not mentioned in the guide to 6.2 day?

    Also, I currently don't have implemented SSO implementation. How the look of the task would get SSO running? Think to implement SSO before the update... one thing at a time...

    High level of questions, I know. But I am happy to provide more details if it is necessary.

    Thank you

    The date of issue for Horizon view 6.0.1 6.0.2 6.1, 6.1.1 in detail what is included in this version.  The release notes for 6.2 will include shades or known issues related to the upgrade to this version.

    It does not appear that the upgrade from 6.0 to 6.2 is supported.  Page 11 of the upgrade guide indicates that the 'latest version of VMware Horizon 6.0 (with view) maintenance, which is 6.0.2"is the supported platform that allows to upgrade.

    Also, when the upgrade of your Agent view, uninstall existing agent, restart and install the new agent of 6.2.

    Check the Product Interoperabiity matrix to ensure your versions of vSphere and vCenter are supported in point 6.2.  Also, do not forget to check your version of DB is supported in 6.2 (for the composer and DB events) here.

Maybe you are looking for

  • range of video failed

    Respected HP engineers sweet good morning Sir My PC hardware is HP EliteDesk 800 G1 TWR PC intel core i7 4770, 8 gb x 2 ram intel 64-bit hd 4600 .windows 8 enterprise. HP 2311 L01 2.21 LED monitor BIOS, video version 9.18.10.3204 widespread driver ve

  • Impossible to update ratings on iphone

    Since the last update to IOS 9.3.1 I'm not able to update the meaning of the notes on mymusic on my device iphone 5s. Several State forums you press the name of the artist, etc. while playing the melody, he used to work.but now this action just bring

  • Re: Satellite A200-14F - how to see 4 GB of RAM?

    Ladies and gentlemen.There are Satellite A200-14FPSAECE-00500ERUwith 1 GB of RAM After rising 2x2gb, it is possible to see only 3 GB of RAM Pls let me know what we will do to get all 4 GB Thank you

  • delete the screenshot

    as soon as I made a screenshot (press fn and scrn photographed... then move to the word and press Ctrl and V, I can't get this been deleted and I can do another screenshot

  • Reinstall windows 10 Windows 7

    I have reset my windows 10 computer that says could not find hard drive.  then I installed windows 7 on my old windows 7 CD.  I was able to upgrade to service pack 1, but I can't update anything else which is very frustrating.  How can I reinstall wi