Upgrading the Oracle Server

Hello,
I have a general question regarding an upgrade time frame:
SAP is the ERP software being used and the Data Base in place is Oracle 9i. Right now the production DB server(where oracle resides) has got 4GB of RAM and we want to upgrade it to 8GB of RAM. My question is how much time would this take in terms of the downtime? One Day? Two Days or what's your opinion?
More over what precautions should be taken in to account when doing such an upgrade??
Thank you all.

Hello,
I have a general question regarding an upgrade time
frame:
SAP is the ERP software being used and the Data Base
in place is Oracle 9i. Right now the production DB
server(where oracle resides) has got 4GB of RAM and
we want to upgrade it to 8GB of RAM. My question is
how much time would this take in terms of the
downtime? One Day? Two Days or what's your opinion?if the sysdamin is your colleague of job, 1H
if you have need of the support of the supplier,
1-2 day :)
especially if the supplier, is ... :(
pasquale rago

Similar Messages

  • Error while executing SSIS Package after upgrading the Oracle Client

    Hello,
    I am running to the below error after we upgraded the Oracle client to 11g from 10g. The source of the Data is Oracle database . Looked online but each error is pointing towards different route, Confused here any help is very much appreciated. Have to say
    I am not a pro with SSIS.
    SSIS package "Bentek_ISO_Package (2).dtsx" starting.
    Information: 0x4004300A at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Information: 0x4004300A at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Warning: 0x80049304 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available.  To resolve, run this package as an administrator,
    or on the system's console.
    Information: 0x40043006 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Prepare for Execute phase is beginning.
    Information: 0x40043007 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Pre-Execute phase is beginning.
    Error: 0xC0202009 at Temp_tbl Injection Data Flow Task, OLE DB Source [1]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E14.
    An OLE DB record is available.  Source: "OraOLEDB"  Hresult: 0x80040E14  Description: "ORA-12801: error signaled in parallel query server P183, instance *****:qrmgmt2 (2)
    ORA-01861: literal does not match format string".
    An OLE DB record is available.  Source: "OraOLEDB"  Hresult: 0x80004005  Description: "ORA-12801: error signaled in parallel query server P183, instance ****:qrmgmt2 (2)
    ORA-01861: literal does not match format string".
    Error: 0xC004701A at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: component "OLE DB Source" (1) failed the pre-execute phase and returned error code 0xC0202009.
    Information: 0x4004300B at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: "component "OLE DB Destination" (52)" wrote 0 rows.
    Information: 0x40043009 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Cleanup phase is beginning.
    Task failed: Temp_tbl Injection Data Flow Task
    Warning: 0x80019002 at *******: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches
    the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "****** (2).dtsx" finished: Failure.

    Do you have any Date conversion functions in your Oracle datetime fields? I did run into a similar issue when we upgraded the oracle client and the provider started to decipher the metadata of the date columns. The SSIS metadata conversion for the date
    columns yielded dates that were not valid. I had to update my queries to use the TO_CHAR conversion to bring it out as a string and then save it to the date field.
    TO_CHAR (DATE, 'MM/DD/YYYY HH24:MI:SS')
    Regards, Dinesh

  • Insert data 32K into a column of type LONG using the oracle server side jdbc driver

    Hi,
    I need to insert data of more than 32k into a
    column of type LONG.
    I use the following code:
    String s = "larger then 32K";
    PreparedStatement pstmt = dbcon.prepareStatement(
    "INSERT INTO TEST (LO) VALUES (?)");
    pstmt.setCharacterStream(1, new StringReader(s), s.length());
    pstmt.executeUpdate();
    dbcon.commit();
    If I use the "standard" oracle thin client driver from classes_12.zip ("jdbc:oracle:thin:@kn7:1521:kn7a") every thing is working fine. But if I use the oracle server side jdbc driver ("jdbc:default:connection:") I get the exception java.sql.SQLException:
    Datasize larger then max. datasize for this type: oracle.jdbc.kprb.KprbDBStatement@50f4f46c
    even if the string s exceeds a length of 32767 bytes.
    I'm afraid it has something to do with the 32K limitation in PL/SQL but in fact we do not use any PL/SQL code in this case.
    What can we do? Using LOB's is not an option because we have client software written in 3rd party 4gl language that is unable to handle LOB's.
    Any idea would be appreciated.
    Thomas Stiegler
    null

    In rdbms 8.1.7 "relnotes" folder, there is a "Readme_JDBC.txt" file (on win nt) stating
    Known Problems/Limitations In This Release
    <entries 1 through 3 omiited for brevity >
    4. The Server-side Internal Driver has the following limitation:
    - Data access for LONG and LONG RAW types is limited to 32K of
    data.

  • How to upgrade the Oracle Client silently ?

    Hi all,
    I have to upgrade the Oracle Client from 8.1.6.0.0 to 9.2.0.1.0.
    I use the -record option for creating the destination file or edit the response file manually for being able to install the new client. But I have no idea, how to remove the old client.
    The following command doesn't work:
    C:\Program Files\Oracle\oui\install\setup.exe" -deinstall DEINSTALL_LIST={"oracle.client","8.1.6.0.0"}
    What am I doing wrong? How to remove the Oracle Client silently?
    Thanks for the help and best wishes from Frankfurt.
    Dimitri

    I created a instant client silent DE-INSTALL for version 10.1.0.2 on XP.
    setup.exe -silent -deinstall -responseFile Z:\yyyyyy\xxxxxx.rsp
    These are parameters are in my response file...
    ORACLE_HOME="C:\oracle\InstantClient\10.1.0"
    ORACLE_HOME_NAME="OraInstantClient10g_home1"
    TOPLEVEL_COMPONENT={"oracle.client","10.1.0.2.0"}
    DEINSTALL_LIST={"oracle.client","10.1.0.2.0"}
    SHOW_SPLASH_SCREEN=false
    SHOW_WELCOME_PAGE=false
    SHOW_END_SESSION_PAGE=false
    SHOW_EXIT_CONFIRMATION=false
    SHOW_DEINSTALL_CONFIRMATION=false
    SHOW_DEINSTALL_PROGRESS=true
    REMOVE_HOMES={"c:\oracle\ora81","c:\oracle\InstantClient\10.1.0"}
    You still have to manually update/remove the PATH & TNS_ADMIN environment variables and the file system directories.

  • Find how many users are connected in the Oracle Server

    Hi,
    I am using Oracle 10g. My question is, is it possible to find how many users are connected in the Oracle Server. We are having one Server and we are having many client machines which will connect the Oracle.
    And one more question in the meanwhile i want to take Backup of one database which client as connected. Is it get any problem to the client machine which is accessing the server. And How to take the backup from the server machine. Any commands to process.
    Thank u...!

    Hi there.
    If You run
    select count(*) from v$session where username is not null;you'll get the number of users connected to Oracle server,
    and yes , you could do backup while users are connect to db you are backing up.
    cheers

  • Ways to connect MS SQL server to the Oracle server

    Dear Experts,
    Can you let me know the ways to connect MS SQL server to the Oracle server.
    Thanks,
    Suresh.

    Dear Experts,
    Can you let me know the ways to connect MS SQL server to the Oracle server.
    Thanks,
    Suresh.

  • What do I need to open a connection from the Linux box to the Oracle server

    Hi all,
    I want to access oracle database from java application running on Linux.
    The database is installed on a Window 2000 machine. What do I need to install before I can open a connection from the Linux box to the Oracle server on Windows 2000 ?
    Do I need Oracle Client ?
    Thanks,
    Quoi

    Hi Quoi,
    http://myjdbc.tripod.com/basic/jdbcurl.html
    Talks abt how to write a jdbc url and the jar + config required to connect to db. Also has a sample program to connect.
    Regards
    Elango.

  • Connecting to the Oracle Server

    I want to write a small application which will connect to the Oracle Server (10g).
    I have downloaded the ojdbc14.jar from the Oracle site. What should I do with it now ?
    Someone told me that you have to add it to classpath. Which classpath ? the systems ? or in the project itself ?
    and how will I be able to connect to it ? I mean which api(s) should I use.
    Can anyone help me please

    It should be in the classpath of your application that connects to DB.

  • Do we need to upgrade the oracle 10.2.0.3 to oracle 10.2.0.4?

    Hi ,
    I want know do we need to upgrade the oracle 10.2.0.3 to oracle 10.2.0.4. If so,can you please share the advantages of this up-gradation.
    For your info, we have a prod oracle database on 10.2.0.3 on sun Solaris 64bit.
    Thanks in Advance
    Thanks
    Sri

    We do not know whether you need to but we can advise you with respect to the issues.
    1. If you have a bug in 10.2.0.3 that is fixed in 10.2.0.4 then you should.
    2. If you do not wish to work with software in desupport mode you should really be thinking about moving to 11.1.0.7 before August 1st.
    3. If the application supported by your database supports a higher, more recent, version of Oracle then you should.

  • Upgrade the Oracle Apps from 11.5.10.2 from windows 32 bit to R12 OEL 64bit

    Hi Frnz,
    We are planning to upgrade the Oracle application from 11.5.10.2 from windows 32 bit to Oracle apps R12 OEL 64 bit.
    As I go through the Metalink documents and came to know the below Path to proceed with the R12 upgrade for our scenario (2 phase process).
    Phase1 - Upgrade in the source windows OS Machine :
    1)Upgrade the Database to latest version of 11G R2 (11.2.0.1/11.2.0.2) [if 9.2.0.8 to 11gR2, refer metalink note 881505.1 & 1265268.1]
    2)Upgrade Application from 11.5.10.2 to R12.1.1 in windows Machine
    3)Upgrade Application from R12.1.1 to R12.1.3 in windows Machine
    Phase2 - Migration Process from windows to Linux:
    1)Migrate R12.1.3 Application from *32bit windows to OEL 64bit*. (I could not found the exact document for this Cross Platform Migration)
    Note:
    As per the metalink note, we identified that, Oracle 11.5.10.2 Application will not support for the 64bit Linux.
    Reference:
    Migrating to Linux with Oracle Applications Release 11i [ID 238276.1]
    Migrating Oracle E-Business Suite R12 from Linux 32-bit to Linux 64-bit [ID 471566.1]
    Kindly suggest the upgradation Path to upgrade the Oracle application from 11.5.10.2 from windows 32 bit to Oracle apps R12 OEL 64 bit.
    Thanks & Regards
    Nagarajan P
    Oracle Apps DBA
    Edited by: user10968783 on Jun 1, 2011 3:39 AM

    Kindly suggest the upgradation Path to upgrade the Oracle application from 11.5.10.2 from windows 32 bit to Oracle apps R12 OEL 64 bit.To migrate the R12/11gR2 instance from Windows to Linux, please refer to:
    Application Tier Platform Migration with Oracle E-Business Suite Release 12 [ID 438086.1]
    Export/import process for R12 using 11gR1 or 11gR2 [ID 741818.1]
    Using Transportable Database to migrate E-Business Suite R12 Using Oracle Database 10gR2 or 11g [ID 734763.1]
    Oracle EBS R12 with Database Tier Only Platform on Oracle Database 11.2.0 [ID 456347.1]
    Thanks,
    Hussein

  • CRM2011 and Exchange 2007 (why to upgrade the Exchange server??)

    Hi,
    Does anyone have any thoughts benefits for CRM 2011 or 13/15 and upgrading the Exchange server from 2007? What would be benefits to CRM if we upgraded from Exchange 2007?
    I see that CRM 2015 is not supported on Exchange 2007. Was wondering what other benefits would be there

    There are lot of benefits to migrating from Exchange 2007 to Exchange 2013.  The best place to start would be to take a look at the new features in Exchange 2013. the introduction of DAGs in Exchange 2010 and continuation of the DAG in Exchange 2013
    and the changes to CAS and Mailbox roles are just a few of the benefits. 
    https://technet.microsoft.com/en-us/library/jj150540%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396
    As benefits of updating CRM, I suggest you post that in the forum below.
    https://social.microsoft.com/Forums/en-US/home?category=dynamics
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread

  • Oracle cache is still there after I restart the Oracle server - can it be?

    Hello,
    My name is Tal and I work for a software company called Mercury.
    We have a strange case in Oracle 9.2.0.6 (running on Solaris 2.9) and I wonder if one of you can help.
    I am running query, this query is doing something like “select * from x where y between z and w”.
    x, y, z and w are parameters which cause the query to be one that scans a lot of data.
    I run the query twice and the first time takes 60 seconds, but the second time takes only 3 seconds.
    I assumed that this is caused by the database cache (block buffers).
    BUT,
    Then I bounced the database (shutdown immediate + startup) and rerun the query.
    It comes back after 3 seconds again!!!
    Can some share some info on this; it looks like Oracle cache is still there after I restart the Oracle server.
         Tal Olier ([email protected]).

    Regarding the buffer cache, it is definitly flushed after database restart.
    There can be many factors causing your case:
    1. The first time you ran the query, some other process was consuming the server resources.
    2. Some other users were running heavy queries.
    3. Sudden Heavy network activities.
    Q: Did the query, in any time, run in 60 seconds again?
    If yes, then further factors should be considered.

  • SOA-INFRA is in FAILED state while upgrading the Oracle Identity Manager to 11.1.1.5

    This issue ocurred when we were trying to Upgrade our OIM to version 11.1.1.5.
    The installation of all the suites went fine(Oracle IDAM 11.1.1.5 and SOA Suite 11.1.1.5). The domain is also created and schemas are also upgraded. But when we create a domain , in the created domain, the SOA_INFRA applicaiton comes in the failed start, although the soa server comes up in running state.
    Please find the logs below (found during server startup):
    <Jul 31, 2013 12:19:36 PM BST> <Error> <org.springframework.web.context.ContextLoader> <BEA-000000> <Context initialization failed
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SensorManager' defined in ServletContext resource [/WEB-INF/fabric-config-core.xml]: Cannot resolve reference to bean 'FabricMesh' while setting bean property 'fabricMesh'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMesh': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMeshTarget' defined in ServletContext resource [/WEB-INF/fabric-config.xml]: Cannot resolve reference to bean 'SpringServiceEngine' while setting bean property 'serviceEngines' with key [6]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [oracle.integration.platform.blocks.java.SpringServiceEngine] for bean with name 'SpringServiceEngine' defined in ServletContext resource [/WEB-INF/fabric-config.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: weblogic/sca/api/ScaReferenceProcessor
            at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
            at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
            at java.security.AccessController.doPrivileged(Native Method)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
            at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
            at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
            at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
            at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
            at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
            at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:308)
            at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:947)
            at org.springframework.context.support.AbstractApplicationContext.registerListeners(AbstractApplicationContext.jav
    The following link was following for the upgrade.
    http://docs.oracle.com/cd/E23943_01/upgrade.1111/e10129/upgrade_oim.htm
    Any help will be much appreciated.

    Hi,
    I found the solution to my problem in the following link:
    http://blog.darwin-it.nl/2012/05/im-helping-my-new-customer-in-migrating.html
    Regards,
    Jeegar

  • Is there any impact on the Oracle server?

    Hi all, currently i have an Oracle Application Server and the current version is 9.0.2.0.0. And another server is Oracle database 9i.
    Could anyone tell me if there would be any impact on the oracle database server or the application if i want to install the new version (10.1.2.0.2) of Oracle AS? thx a lot.

    Actually there could be anything from no impact to a severe impact, depending on what you want to achieve.
    If you let your current environment unchanged and do a fresh install of the 10.1.2.0.2 nothing will happen. If you want to upgrade the 902 into 101202 than you should read the very detailled upgrade guide.
    Give us some more details and maybe we are able to answer your question.
    cu
    Andreas

  • How to determine the load on the oracle server within a stored procedure?

    Hi,
    I have a subset of commands in my stored procedure that I would like to execute them only if there is not significant load on the database sever.
    What would be the best way to measure the amount of load on my database server within a stored procedure?
    Thank you,
    Alan

    It is not that easy.
    This stored procedure is called by a job that runs every hour. Half of the stored procedure code are mission critical and must run by any means necessary! The second half must run right after the 1st one and is nice to do.
    If I assign a lower priority it makes the situation worst, because then the job might take 3-4 hours and the same jobs run on top of each other over and over.
    I just oversimplified the situation, The point is I prefer not to run the less important PLSQL code rather than assigning lower priority and stretch it over timeline. These hourly jobs are not Oracle jobs and cannot run on top of each other. Last time this happened and I had to kill 12 sessions! (12 jobs in 12 hour)
    Trust me, estimating the load on the database server is the only solution.
    When I say load on the server I mean the load resulted from other oracle sessions on the same database server. This server is a single instance Oracle 10g Enterprise on Solaris. All I need is just accessing to some meaningful counters.
    Any help would be appreciated,
    Alan

Maybe you are looking for

  • Using Multiple Ipods with 1 PC

    What do I need to do so that my daughter can also maintain a plat list on my PC. I have my play list for my ipod. She would like to have her own play list/ipod set up on my pc as well. Thanks, Tom

  • CS4 crashes on launch as of today

    Friday I upgraded to 10.6.4 (after making a clone of my stable 10.6.3 system). Today I booted PS CS4 (11.0.2) for the first time and it crashed, with the attached (also sent to Adobe) crash report. I restored my 10.6.3 system with no change; then rei

  • Downloaded iOS Dev videos but some are not shown as downloaded in iTunes U collection

    This is a 2 day old Mac Mini so maybe something is not set correctly. I chose to download the iTunes U collection of iOS Development videos. 12 videos downloaded OK and I have been watching, the others downloaded but are not shown as downloaded (the

  • BBM5 and problems with 2 x devices

    Guys Not sure where to post this so putting it as a new thread I have 2 x Blackberries, one business and one personal, one is a 9700 on Orange Uk and regarding BBM 5, it is remotely backed up to the BB device e mail (***@blackberry.orange.co.uk) My s

  • Generic document Icons without Application Signature

    I have a mix of document icons on the desktop. All are saved in Word or Excell but some are seen as .doc icons (Grey) while other have the Word Signature (Blue with a W). Have no idea why that has happened or what to do. In the good old days this was