Exadata Upgrade Tasks

Dear All,
This is to share with you that we have Exadata X-2 Quarter Rack for our Data Warehouse environment.
We are upgrading Exadata, means adding one high capacity expansion rack to get more storage capacity.
I know most of the tasks will be done by Oracle Engineers but just want to plan the tasks that has to be done by our end.
I have couple of queries here, request your kind suggestion:
What are the required tasks to be done before/after upgrade?
We want to test performance of the DB before/after the upgrade, any specific steps for this?
Please share if you have any case study for Exadata upgrade.
We are currently on Exadata 11.2.2.4.1 with Oracle 11.2.0.1 version on Linux 5.3
Thanks for your assistance in advance.
Regards,
Saurabh

How you introduce the storage expansion rack into your current storage grid depends on how you want to carve up those disks along with what your current hard disk type is. If you currently have high performance disks on your Exadata, you don't want to mix the high capacity disks into the same diskgroup. In this case, you would want to create a new set of ASM diskgroups for the storage expansion rack (depending on what your storage requirements are).
Exadata storage expansion racks can be introduced to an existing Exadata grid without any downtime. Just add the rack to the IB fabric, create the griddisks, configure the cellip.ora on compute nodes, and create the new diskgroups.
As for the database upgrade, follow either MOS note 1315926.1 for 11.2.0.2 or 1373255.1 for 11.2.0.3. Also, if you're running 11.2.0.1 with OEL 5.3, you're most likely using an Exadata V2, not an X2-2.

Similar Messages

  • Post-upgrade tasks for OWB 10g Release 2

    Hi,
    we're planning to upgrade from OWB 10.1.0.2 to 10.2.x.
    Now, I'm trying to get a clear view on what will be the "post-upgrade" tasks, in terms of manual adaptations, corrections, etc. to get everything back up and running after the upgrade ...
    E.g. : by means of test al already exported a dimension, and imported it in the 10.2 repository ... Turned out that in the pre-10.2 version, there were no validation problems, but as from 10.2 (although the upgrade and import were successful), I got 19 warnings and 2 errors ... because each level needs to have a business or surrogate key ...
    It' s things like that I'm especially interested in, in order to determine the workload after the upgrade ...
    So, feel free to share your experiences ; I'm looking forward to read them!
    Thanks!
    Grtz.

    Here are some from my list. I stopped maintaining it a while ago, we have lots more where this came from. Some of it also apply to older versions of OWB.
    Key lookup     You are to choose input and output attributes BEFORE being able to choose loookup table, all in a time consuming wizard
    Expressions     Copy and paste into expression editor, validation fails for expressions using lowercase (such as "upper" or "substr")
    Renaming attributes     Not possible anymore, you need to open details
    Adding a table component     You must browse in a tree structure (time consuming), not search functionality anymore
    Import     Import converting from 9.2 hangs after 15% in about 10% of all imports
    Import     Some mappings are not possible to import, a total rewrite is necessary
    Deployment     You can only deploy about 5-10 times before you need to restart OWB
    Memory leak     If something goes wrong in OWB, memory is never cleared - JAWAW.exe needs to be removed manually from memory
    Import     Importing mappings one by one (as this is sometimes needed due to OWB), the last directory used is OF COURSE not default when importing the next time
    OWB GUI / mapping editor     When working with components in the mapping editor, an object hidden behind the object you are actually working with is selected prior to the object in visual focus to the user
    BUG!     Urgent: CASE - wrong generated Code
    ANSI JOINS     Remove ANSI-SQL from mapping configuration, otherwise (+) outer joins will not work
    Transformations     Not possible to enter a transformation such as "sysdate", you must find it in a huge tree structure list (no search available)

  • Best practice for upgrading task definition without deleting task instances

    best practice for upgrading task definition in production system without deleting or terminating task instances
    If I try and update a task definition with task instances running I get the following error:
    Task definition 'My Task - Add User' may not be modified while there are active task instances
    Is there a best practice to handle this. I tried to force an update through the console but that didn't work. I tried editing the task from the debug page and got the same error.

    1) Rename the original task definition.
    2) Upload the new task definition with the original name.
    3) Later, after all the running tasks have timed out, delete the old definition.
    E.g., if your task definition is "myWorkflow":
    1) Rename "myWorkflow" to "myWorkflow-old-2009-07-28"
    2) Upload the new task definition as "myWorkflow".
    Existing tasks will stay linked to the original (renamed) workflow definition.
    New tasks will use the new definition.
    As the previous poster notes, depending on the changes you are making, letting the old task definitions stay active could have bad side-effects and might be better avoided.

  • Error Msg: SQL login failed for HOSTNAME? Upgrade task?

    Hi everybody,
    Since some weeks we see an error message in all servers our SharePoint 2010 SP1 Farm, regulary every hour:
    SQL database login for 'SharePoint_Config' on instance 'sqlsrv' failed.
    Additional error information from SQL Server is included below.
    Login failed for user 'OURDOMAIN\SERVERNAME$'.
    The interesting part is that the
    server tries to connect to the SharePoint Config database, not a dedicated account, which is normally used for every SharePoint service.
    What circumstances can lead to an access of a server?
    Unfortunately I get no details of the service or application which is trying to access. The event log just states "SharePoint Foundation (Microsoft-SharePoint Products-SharePoint
    Foundation)" , Task Category "Database". The user who raises the error is "SYSTEM".
    In the ULS log I can find the Stack Trace below which indicates to an upgrade task. But why is the SYSTEM user trying an update? Normally we do an upgrade by running the Upgrade Wizard with an dedicated account. And only the SharePoint Administration
    windows service runs as Local System.
    And I never heard or read something like: Give Local System (so the server) access to the SharePoint Config database?!
    Thanks for your ideas :-)
    Benjamin
    System.Data.SqlClient.SqlException: Login failed for user 'DOMAIN\SERVERNAME$'.   
    at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)   
    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)   
    at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)   
    at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)   
    at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
    at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)   
    at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)   
    at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)   
    at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)   
    at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)   
    at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)   
    at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)   
    at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)   
    at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)   
    at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)   
    at System.Data.SqlClient.SqlConnection.Open()   
    at Microsoft.SharePoint.Utilities.SqlSession.OpenConnection()
    at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)   
    at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)   
    at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command)   
    at Microsoft.SharePoint.Upgrade.SPDatabaseSequence.GetVersion(SPDatabase database, Guid id, Version defaultVersion, SqlSession session, SPDatabaseSequence sequence)   
    at Microsoft.SharePoint.Upgrade.SPDatabaseWssSequence.get_BuildVersion()   
    at Microsoft.SharePoint.Upgrade.SPSequence.get_CanUpgrade()   
    at Microsoft.SharePoint.Upgrade.SPUpgradeSession.CanUpgrade(Object o)   
    at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.get_CanUpgrade()   
    at Microsoft.SharePoint.Upgrade.SPUpgradeSession.ReflexiveCanUpgrade(Object o)   
    at Microsoft.SharePoint.Upgrade.SPUpgradeSession.NeedsUpgrade(Object o, Boolean bRecurse)   
    at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.get_NeedsUpgrade()   
    at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.ValidateBackwardsCompatibility()   
    at Microsoft.SharePoint.Administration.SPConfigurationDatabase.Initialize(SqlConnectionStringBuilder connectionString, Boolean enableCaching, Boolean checkCompatibility, Boolean bindRequestGuid)   
    at Microsoft.SharePoint.Administration.SPConfigurationDatabase.Initialize(SqlConnectionStringBuilder connectionString, Boolean enableCaching, Boolean checkCompatibility)   
    at Microsoft.SharePoint.Administration.SPConfigurationDatabase.get_Local()   
    at Microsoft.SharePoint.Administration.SPFarm.FindLocal(SPFarm& farm, Boolean& isJoined)   
    at Microsoft.SharePoint.Administration.SPWebService.get_ContentService()   
    at Microsoft.SharePoint.PowerShell.SPCmdletSnapIn.get_Cmdlets()   
    at System.Management.Automation.Runspaces.RunspaceConfigForSingleShell.MergeCustomPSSnapIn(PSSnapInInfo mshsnapinInfo, CustomPSSnapIn customPSSnapIn)   
    at System.Management.Automation.Runspaces.RunspaceConfigForSingleShell.LoadCustomPSSnapIn(PSSnapInInfo mshsnapinInfo)   
    at System.Management.Automation.Runspaces.RunspaceConfigForSingleShell.LoadPSSnapIn(PSSnapInInfo mshsnapinInfo)   
    at System.Management.Automation.Runspaces.RunspaceConfigForSingleShell.LoadPSSnapIn(PSSnapInInfo mshsnapinInfo, PSSnapInException& warning)   
    at System.Management.Automation.Runspaces.RunspaceConfigForSingleShell.DoAddPSSnapIn(String name, PSSnapInException& warning)   
    at Microsoft.PowerShell.Commands.AddPSSnapinCommand.AddPSSnapIns(Collection`1 snapInList)   
    at Microsoft.PowerShell.Commands.AddPSSnapinCommand.ProcessRecord()   
    at System.Management.Automation.CommandProcessor.ProcessRecord()   
    at System.Management.Automation.CommandProcessorBase.DoExecute()   
    at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)   
    at System.Management.Automation.PipelineNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)   
    at System.Management.Automation.StatementListNode.ExecuteStatement(ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)   
    at System.Management.Automation.StatementListNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)   
    at System.Management.Automation.ifStatementNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)   
    at System.Management.Automation.StatementListNode.ExecuteStatement(ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)   
    at System.Management.Automation.StatementListNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)   
    at System.Management.Automation.ParseTreeNode.Execute(Array input, Pipe outputPipe, ExecutionContext context)   
    at System.Management.Automation.ScriptCommandProcessor.ExecuteWithCatch(ParseTreeNode ptn, Array inputToProcess)   
    at System.Management.Automation.ScriptCommandProcessor.RunClause(ParseTreeNode clause, Object dollarUnderbar, Object inputToProcess)   
    at System.Management.Automation.CommandProcessorBase.DoComplete()   
    at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)   
    at System.Management.Automation.PipelineNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)   
    at System.Management.Automation.StatementListNode.ExecuteStatement(ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)   
    at System.Management.Automation.StatementListNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)   
    at System.Management.Automation.ParseTreeNode.Execute(Array input, Pipe outputPipe, ExecutionContext context)   
    at System.Management.Automation.ScriptCommandProcessor.ExecuteWithCatch(ParseTreeNode ptn, Array inputToProcess)   
    at System.Management.Automation.ScriptCommandProcessor.RunClause(ParseTreeNode clause, Object dollarUnderbar, Object inputToProcess)   
    at System.Management.Automation.CommandProcessorBase.DoComplete()   
    at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)   
    at System.Management.Automation.Runspaces.LocalPipeline.InvokeHelper()   
    at System.Management.Automation.Runspaces.LocalPipeline.InvokeThreadProc()   
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)   
    at System.Threading.ThreadHelper.ThreadStart()

    http://aanuwizard.com/2010/04/30/login-failed-for-user-domainservername/
    It  will  need to add user ‘NT AUTHORITY\NETWORK SERVICE’
    to your database  to get rid of this problem.
    An asp.net application  is running under NT AUTHORITY\NETWORK SERVICE account.
    http://stackoverflow.com/questions/2806438/login-failed-for-user-domain-machinename
    NETWORK SERVICE and LocalSystem will authenticate themselves always as the correpsonding account locally (builtin\network service and builtin\system) but both will authenticate as the machine account remotely.
    If you see a failure like Login failed for user 'DOMAIN\MACHINENAME$' it means that a process running as NETWORK SERVICE or as LocalSystem has accessed a remote resource, has authenticated itself as the machine account and was denied authorization.
    Typical example would be an ASP application running in an app pool set to use NETWORK SERVICE credential and connecting to a remote SQL Server: the app pool will authenticate as the
    machine running the app pool, and is this machine account that needs to be granted access.
    When access is denied to a machine account, then access must be granted to the machine account. If the server refuses to login 'DOMAIN\MACHINE$', then you must grant login rights to 'DOMAIN\MACHINE$' not to NETWORK SERVICE. Granting access to NETWORK SERVICE
    would allow a local process running as NETWORK SERVICE to connect, not a remote one, since the remote one will authenticate as, you guessed, DOMAIN\MACHINE$.
    If you expect the asp application to connect to the remote SQL Server as a SQL login and you get exceptions about DOMAIN\MACHINE$ it means you use Integrated Security in the connection string. If this is unexpected, it means you screwed up the connection
    strings you use.
    If this helped you resolve your issue, please mark it Answered

  • Post BI7 Upgrade Task

    All,
    Srinivas provided a really good info (https://www.sdn.sap.com/irj/scn/wiki?path=/display/bi/upgradefromBW3.XtoBI7.0+%28SP13%29) on the Post-BI7 Upgrade Task:
    1) Activating the Internet Communication Manager
    2) Converting Web objects
    3) Conversion of Chart Setting
    4) new standard template for Ad-Hoc Analysis
    5) Activating Hierarchy Version
    6) Activating of Source System and replication of all Data Source
    7) Setup BEX History
    8) BEX version
    9) Analysis Authorization: Select Concept.
    I need you help to explain on the above, why do we need to perform this task? What is it about? What happen if we dont perform it?
    Please advice.

    Check the Init Value column in SE11

  • PCD 10.5 upgrade Task Unified CM Upgrade file not found

    Hi,
    I have upgraded PCD from 10.0.1 to 10.5.1.10000-6.
    Now i want to config na upgrade task to upgrade CUCM 10.0.1 to CUCM UCSInstall_UCOS_10.5.1.11901-1.sgn.iso but when i do browse in task for
     Unified CM Upgrade it appear after some seconds  popup window saying The Page cannot be updated. Files not Found.
    But if i go to PCD SFTP Datastore menu i can see file is there in upgrade folder also i have tried with a firmware file for exemple and problema is the same.
    Regards.
    MC

    Hi Manish , thanks for the reply
    So I switched back to 8.6.2SU2 and then re ran the Upgrade.Switched back to 10.5 and waited.It took about 30 mins but eventually everything came up.Rebooted again to check , and it came up much quicker so that seems to be the way it is.
    "Did you take a backup of the newly upgraded 10.5 and then edit its hardware settings followed by a restore?"
    Glad you bought this up as I understand that the reason behind this is to align the partitions.I checked my 8.6.2 before istarted the upgraded, using the TAC approved method which said they were aligned
    After the upgrade 10.5 reported the partitions aligned.The OVA readme talks about changing the OS NIC etc , which I did .Are there other reasons why I would now need to do a back and restore ? if my partitions are aligned?

  • Pre-Upgrade Tasks

    Hi Experts
    My client is planning to execute a 782 SIA to 8.1.1.x SIA Siebel Upgrade and as a part of initial pre-upgrade tasks we have following queries.
    1 Lots of custom columns created on EIM Tables.Being known the fact that all the EIM tables dropped and recreated with vanilla schema ,please let us know how to preserve the custom extensions done on the EIM tables as a pre-upgrade step.
    2 We have ENU as primary and 4 other Global languages deployed on both Application and database and planning to execute the Multilingual upgrade for all the langs at once.Any pre-upgrade tasks with respect to the Multilingual setup.
    3 Please list the obsolete tables for the above upgrade path and also any handy sql query to identify the custom columns and indexes on these obsolete tables to preserve the date.
    Thanks in Advance.
    RR

    Hi,
    Your understanding of the upgrade is not correct. As long as your X columns are in Siebel Tools they will be there after the upgrade. Promise.
    The steps for the ML upgrade are all in Bookshelf for you to read. You will need to install the all LEP's before attempting to run the upgrade. There is also a step to make sure you LOVs correctly reflect your languages with no missing languages or extra languages.
    R
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve

  • Upgradation tasks - urgent!!!!

    hi folks,
    can anyone help me in understanding the upgradation tasks or process in SAP ABAP with some examples.
    thanks
    Vinu

    About differences between 4.5b and 46c,  you will see major differences in some business processes.  46c is th enjoy release of r/3 where there are a lot of transactions that use frontend gui controls, like trees, text containers, docking containers, etc.  Some transactions like Me21 have been redesigned in transaction Me21N.  You can still use ME21, but the new version has a lot more stuff to it.  The business object is still the same, just a different front end. 
    As for unicode,  I would suggest doing a search on SDN for "unicode".  There should be a lot of info.
    Regards,
    Rich Heilman

  • Post Upgrade Tasks

    Hello,
    Recently we upgraded our E-Recruiting 3.0 SP12 system to SP15 (13,14,15).  Does anyone know of where I could obtain notes on post upgrade tasks?  i.e. things to check, activate, etc.
    Thanks!
    Ryan

    Here are some from my list. I stopped maintaining it a while ago, we have lots more where this came from. Some of it also apply to older versions of OWB.
    Key lookup     You are to choose input and output attributes BEFORE being able to choose loookup table, all in a time consuming wizard
    Expressions     Copy and paste into expression editor, validation fails for expressions using lowercase (such as "upper" or "substr")
    Renaming attributes     Not possible anymore, you need to open details
    Adding a table component     You must browse in a tree structure (time consuming), not search functionality anymore
    Import     Import converting from 9.2 hangs after 15% in about 10% of all imports
    Import     Some mappings are not possible to import, a total rewrite is necessary
    Deployment     You can only deploy about 5-10 times before you need to restart OWB
    Memory leak     If something goes wrong in OWB, memory is never cleared - JAWAW.exe needs to be removed manually from memory
    Import     Importing mappings one by one (as this is sometimes needed due to OWB), the last directory used is OF COURSE not default when importing the next time
    OWB GUI / mapping editor     When working with components in the mapping editor, an object hidden behind the object you are actually working with is selected prior to the object in visual focus to the user
    BUG!     Urgent: CASE - wrong generated Code
    ANSI JOINS     Remove ANSI-SQL from mapping configuration, otherwise (+) outer joins will not work
    Transformations     Not possible to enter a transformation such as "sysdate", you must find it in a huge tree structure list (no search available)

  • Best practice for upgrading task definition in production system

    If I try and update a task definition with task instances running I get the following error:
    Task definition 'My Task - Add User' may not be modified while there are active task instances
    Is there a best practice to handle this. I tried to force an update through the console but that didn't work. I tried editing the task from the debug page and got the same error.

    The best way for upgrade purposes is to use the rename function of the TaskDefinition from the lh command line utility.
    Basically renames all current task instances with the TaskDefinition name. You can then alter the existing TaskDefinition and upload into identity manager.

  • MW not showing Internet Expenses pre-upgrade tasks

    User logins to MW, Selects project from "Select Role" "Engineer", Select category "Prep for Upgrade" from Process Steps. An assigned task/step for that user does not appear. For this particular user it is Category=Prep for Upgrade, Prod Family=Financials and Procurement Task=Internet Expenses Step = Import expense reports into AP. All other steps for this user are appearing fine. Tried unassigning and reassigning, but still does not worked. Assigned task to an additional user and different user can not see it either.
    Verified from the Upgrade Guide:
    Oracle® Applications
    Upgrade Guide
    Release 11i to 12.1.1
    Part No. E14010-01
    page 2-12: Internet Expenses
    Perform these tasks only if you are using Oracle Internet Expenses.
    Step 1: Import expense reports into Accounts Payable (conditional)
    Applies to 11i release level: All
    TUMS step key: OIE_IMPORT_INTERCOMPANY_CHECK
    Perform this step only if you have intercompany data in Internet Expenses (OIE)
    interface records that must be imported into Oracle Payables.
    Customer doesn't have intercompany. Should the task be showed anyway or it is ok to be hiidden ?
    Thank you,
    Danilo.

    Hi,
    thank you for the reply.
    Customer doesn't have the have intercompany data in OIE but they want to know why this is not showing, since they think if there is this problem other steps can be affected as well (required steps not showing) and the tool will not be trusted. I am trying to understand why this step is not showing, maybe it is a bug, or something.

  • BPC 7.5 SP17 upgrade task list.

    Dear Expert,
    I'm just beginner on BPC, previously i'm a BW consultant.
    We are going to upgrade our BPC system from SP10 to SP17 (current version is BPC 7.5 on SAP netweaver 7.01 SP10)
    Basis team will do the upgrade from D -> Q-> P system.
    So I want to know:
         1. Checklist for the tesing on the back end and front end side.
         2. Is there any other tasks from BPC consultant ( like Start and stop jobs, activate something)?
         3. Any related SAP note I should consider after upgrade?
    Thank you in advance.
    Phong.

    Phong
    By any chance did you get any replies for your previous thread...? I am also in the same boat now looking for SP17 task list...
    Thanks
    -KV

  • FS9 to FS92 Upgrade - Task 3-2-2 : missing UPGGRANT.sql

    Hi Community,
    I'm going through the "PeopleSoft Financials/Supply Chain Management 9.0 to 9.2 (through Update Image 5) Upgrade - (August 2014)" Guide.
    As mentioned in page 98, for task 3-2-2 Copying the Materialized View Scripts, In this step of the upgrade, I must copy file UPGGRANT.SQL from the New Release Peoplesoft "<PS_HOME>\SCRIPTS|NT".
    However I cannot find UPGGRANT.SQL anywhere!
    I'm still on the Inital Pass stage, but this Update project is on hold due to this issue.
    Can someone give a clue about this?
    Thank you all.
    Regards,
    Pedro

    I am assuming the FS92_DEMO in Oracle VM you referred to was generated from the PeopleSoft Upgrade Source Image  (PeopleSoft Upgrade Source Images Home Page (Doc ID 1552580.1); if so, you still need to install an environment containing your licensed products and languages - meaning, you need to install the FSCM 92 Image 5 code line b/c the VM will not contain all the files. This will be added to the upgrade Getting Started Guide soon
    I apologize for the lack of information.
    Regards,
    Paula

  • Exadata upgrade with Exadata Storage Expansion

    Hi everybody,
    I was reading about upgrade exadata, but i can't find any information about upgrade exadata with Exadata Storgae Expansión. In this case, does Exadata Storage Expansion require some upgrade? or only Exadata software is upgraded?
    any information will be apreciated.
    regards.

    Hi,
    >> but i can't find any information about upgrade exadata with Exadata Storgae Expansión. In this case, does Exadata Storage Expansion require some upgrade? or only Exadata software is upgraded?
    Yuu are trying to club two things 1) Upgrade and 2) adding more space (i.e. adding a new cell)  to the exadata.
    For upgrade, you can refer "Information Center: Upgrading Oracle Exadata Database Machine" (Doc ID 1364356.2)
    You can only add a certain numbers of storage cells to the existing machine. For more information on available storage and more you can add refer following notes:
    http://www.oracle.com/technetwork/database/exadata/exadata-technical-whitepaper-134575.pdf
    How to Add Exadata Storage Servers Using 3 TB Disks to an Existing Database Machine (Doc ID 1476336.1)
    HTH,
    Pradeep

  • Pre and post-upgrade tasks in BW for Upgrading R/3 4.6c to mySAP ECC 5.0

    We are currently in the process of migrating our R/3 4.6c System to mySAP ECC 5.0.
    We would appreciate if anyone could provide the major and minor
    Changes / impacts / measures, to be taken in BW side.
    <u><b>Questions:</b></u>
    1. What are the major impacts on the extractors, mainly delta?
    2. Do we need to activate all the datasource immaterial of its status?
    3. Steps to be taken for Unicode conversion
    4. Routines and structure change if any?
    5. Is there any change in DDIC objects?
    6. Any old methods that can be replaced by new methods? (for better performance e.g, LIS was replaced by LO)
    7. Changes in the database.
    8. Anyother issues
    Any relevant document will be helpful.
    Thanks & Regards
    Chandran Ganesan

    It depends on what you are taking about: functional or Technical.
    Tehcnially, after the upgrade you should make sure all the PI are working fine. The other things (i.e. extract)should be able keep the same. Unless you want to take advantage of the new WAS640 functionaity.
    If you plan to migrate your BW system into ECC 5.0, you might have long way to go. 
    Also, depends on your BW release. If it's BW 3.1 or below, you might need to upgrade by end of this year anyway.

Maybe you are looking for