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

Similar Messages

  • 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.

  • Is there any impact that apply Oracle CPU on standby and primary DB

    We plan to apply Oracle April CPU on standby DB at this weekend. Then apply the same patch on primary DB next weekend. If I apply the patch on standby, then enable redo apply between primary and standby, is there any impact on primary DB. Theoretically, I don't think so. However, both DBs are production. I want to make sure there is no any impact by applying CPU in different time. Otherwise, I have to apply both DBs at the same time. Please advise. Thanks in advance.

    853153 wrote:
    I hope you read other people's post carefully. Don't pretend yourself is expert so that you can say whatever you want to say. This is the tech forum for Oracle technical people to ask question, seek help and so on. How do you know I didn't review document 278641.1 before I asked my question. Document 278641.1 only provide info on how to apply patch on primary and standby. Didn't say anything about applying the same patch on both DBs with data Guard at the different time. I just want to make sure If I apply patch on both DBs with one week difference, will this affect my primary database? Is there anything wrong here. If you paly in this forum as expert, please help people, not just look down people.
    I suggest you review [url http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way.
    When you ask for help, state the platform, operating system, Oracle version and patch level, no matter whether it seems important to the question or not. It most often is important. You may not know the difference between Itanium and PA-RISC, but that is important for Oracle and important for someone doing administrative work on an Oracle database to know. You should also learn to search the internet for answers to common questions. Everyone here wants to help, but few want to spoon-feed.
    When you have any kind of standby, that constrains what you can do to a primary, if you want the standby to work properly. You need to understand how things get from one to the other, and how to decide when to simply rebuild the standby from scratch - and that decision is based on your configuration and requirements. You don't want to be in some undefined configuration for any period of time.

  • Is there any impact if the files in the Log/ Cache folder are deleted?

    Dear All,
    We are working on BODS v4.1 SP2 and it looks like some log files in the application server are taking about 30GB of space.
    The folder path on the server is
    Program Files (x86)\SAP BusinessObjects\Data Services\Log\Cache
    and the 4 files are named
    PPF_file_21_116_56_1761_1_0_21
    PPF_file_21_116_56_1761_1_1_21
    PPF_file_21_116_56_1761_1_2_21
    PPF_file_21_116_56_1761_1_3_21
    Will there be any impact if these files are deleted from the above folder? Anybody has come across this issue before?
    Thank you!
    Sriram.

    Hi Sriram,
    Log files are generally .txt which won't occupy much space. But .dmp files occupy huge amount of space and is better to remove it once in a while. Both log and dmp files can be removed to free the disk space. The files in pcache folder are used while running the job because your jobs are executed with pageable cache and not in-memory, hence those files are needed while running the job.
    Arun

  • Is there any impact on database if we change the time of server?

    Hi,
    Our DB server time is 45 minutes ahead of our application server. We have planned to reset the time of database server. Is there any impact on database if we change the timing of the server?
    Platform: Solaris
    DB version: 10.2.0.2.0
    $ bash
    bash-3.00$ date
    Thu Apr 23 20:26:19 IST 2009
    bash-3.00$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.2.0 - Production on Thu Apr 23 20:27:15 2009
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    SQL> conn /as sysdba
    Connected.
    SQL> select sysdate from dual;
    SYSDATE
    23-APR-09
    SQL> select systimestamp from dual;
    SYSTIMESTAMP
    23-APR-09 08.27.53.250947 PM +05:30

    That's an application question, not an Oracle question.
    Oracle doesn't care what time it is or when the time changes. Your application(s), however, may care. If you use SYSDATE to populate a row and rely on the date later to be unique or to indicate the actual order rows were inserted, changing the date on the server, particular moving it backwards, might cause problems for your application. Does your application have problems running during daylight savings time changes?
    Justin

  • Is there any impact  if we delete the indeces on Ods

    Hi Experts,
    The data does not get updated until and unless we activate the indices of ODSes .This has to be done everytime, when we are loading data from ODS.
    We are facing the problems in WBP900 as we are loading data from ODS to infocube .
    Is there any impact, if we delete the indeces please let me know.
    Thanks In advance
    Sivanand

    Deleting index will not create any problem ,  but if the indexes are used by the queries and if the indexes are relevant, then..
    But you can always rebuild the indexes.
    Ravi Thothadri

  • Has there been any problems with the mail server?

    Has there been any problems with the mail server? I keep getting a notice of server failure.

    Unfortunately the error message does not identify the specific server, I (as many folks do) have several, Mac, yahoo, google ect.

  • 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.

  • 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

  • Is there any way to start weblogic server with java 7?

    Hi. Is there any way to start weblogic server with jdk 1.7?

    Hi,
    You can start your Weblogic Server with java 7(JDK 1.7) 
    Go to Domain_home/bin and click on StartWeblogic.cmd it will start your Admin Server
    It depends on which JDK you have used while creating domain if you have selected Jdk 1.7 it will use the same to start the server
    See the Ex:
    ================
    starting weblogic with Java version:
    java version "1.7.0_51"
    Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
    Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK17~1.0_5\bin\java -client   -Xms256m -Xmx512m -XX:CompileThr
    eshold=8000 -XX:PermSize=48m  -XX:MaxPermSize=128m -Dweblogic.Name=AdminServer -
    Djava.security.policy=H:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy
    -Xverify:none -Xverify:none  -da -Dplatform.home=H:\Oracle\MIDDLE~1\WLSERV~1.3 -
    Dwls.home=H:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=H:\Oracle\MIDDLE~
    1\WLSERV~1.3\server   -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -
    Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=H:\Oracle\MIDDLE
    ~1\patch_wls1036\profiles\default\sysext_manifest_classpath  weblogic.Server
    <Mar 3, 2015 1:08:32 PM PST> <Info> <Security> <BEA-090905> <Disabling CryptoJ J
    CE Provider self-integrity check for better startup performance. To enable this
    check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Mar 3, 2015 1:08:33 PM PST> <Info> <Security> <BEA-090906> <Changing the defaul
    t Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable
    this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Mar 3, 2015 1:08:33 PM PST> <Info> <WebLogicServer> <BEA-000377> <Starting WebL
    ogic Server with Java HotSpot(TM) 64-Bit Server VM Version 24.51-b03 from Oracle
    Corporation>
    =======================================
    If you are using a Lower version of JDK and want to upgrade to JKD 1.7 you can do so by changing setDomainEnv.sh in Weblogic
    Have a look at the below link to do so
    The Weblogic Wasp: change java version / JDK of a weblogic domain
    http://www.baigzeeshan.com/2012/05/how-to-change-jdk-used-by-weblogic.html
    Hope it helps

  • Is there any control on the number of child records returned

    Hi,
    I am using web services 1.0 to return child records for an account. Is there any control over the number of child records that are returned. From what I can see it is above the default for 10 for parent record query and i would guess it returns up to 100 records?

    In DSP 2.5, the 'streaming' api (which can be used only from a client in the ALDSP server instance) does not have a limit to the size of the results. The standard DSP 2.5 api causes the results to be materialized in memory - so you are limited to what memory you have available. (also, WLS server has a default limit of 10M for a request/response - can be increased in the WLS console - I think it's under 'Protocols').
    The JDBC api has no limit on the result size - you might be better off using this for a reporting tool.
    In DSP 3.2, there is no limit on the result size.
    Mike Reiche
    Oracle Data Services Integrator (formerly ALDSP)

  • Upgrade SAP R/3 system is there any impact in BW3.5 system

    Hi,
    Client need to upgrade ECC5.0 to Ecc6.0.No changes in BW3.5 side.
    Now is there any impact in BW.If impact what are all the impacts of your experiance.This is very urgent Could you please respond immediatly.
    How to test the BW system.
    Please do the needful for me...
    Thanks to all
    Vasu

    Hi,
    I would like to ask you to refer the note mentioned in the below Link;
    Re: Hi Gurus..
    With rgds,
    Anil Kumar Sharma .P

  • Is there any option to install SQL server in mac os 10.9

    is there any option to install SQL server in mac os 10.9

    Hi PREM,
    If I understand correctly, you want to use SQL Server Authentication log to SQL Server Integration Services.
    Based on my research, only Microsoft Windows Authentication is available for SSIS. So we cannot use SQL Server Authentication log to SQL Server Integration Services. Besides, we can only add OS users in the DCOM Config permission area.
    Reference:
    Connect to Server (Integration Services)
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Is there any known problem using Oracle SQL Developer 3.0.04 with Java 1.7?

    I'm new to Oracle. I have installed Oracle SQL Developer 3.0.04 and Java 1.7. When I run Oracle SQL Developer, I will get the window Running this product is supported with minimum Java version of 1.6.0_04 and a maximum version less than 1.7. This product will not be supported....
    Is there any known problem using Oracle SQL Developer 3.0.04 with Java 1.7?
    I have already downloaded Java 1.6 but don't know whether I need to uninstall Java 1.7 first. If don't need to uninstall Java 1.7, how can I set Oracle SQL Developer to run with Java 1.6?
    Thanks for any help.
    Edited by: 881656 on Aug 25, 2011 11:22 AM

    Hi,
    One prior post discussing the use of Java 7 is:
    SQL Developer 3.0  and Java SE 7?
    There is no need to uninstall any Java version (except if you have disk space constraints) and no problem switching between Java versions. This may be controlled in the sqldeveloper.conf file in your ...\sqldeveloper\sqldeveloper\bin directory via the SetJavaHome line. For example:
    #SetJavaHome ../../jdk
    SetJavaHome C:/Program Files/Java/jdk1.6.0_26
    #SetJavaHome C:/Program Files/Java/jdk1.7.0Regards,
    Gary Graham
    SQL Developer Team

  • Are there any JDBC Drivers for SQL Server 2000?

    Hello Everyone,
    Any news on the JDBC drivers for SQL Server 2000? I know it is not
    certified yet but is there a date when it will be.
    Which versions of WLS will they work with? Any help is appreciated.
    Sincerely,
    --Luis

    Hello Michael,
    Any news on the JDBC drivers for SQL Server 2000? I know it is not
    certified yet but is there a date when it will be.
    Which versions of WLS will they work with? Any help is appreciated.
    Sincerely,
    --Luis
    "Michael Girdley" <[email protected]> wrote in message
    news:3a6549bb$[email protected]..
    Not yet, but they will appear on the web site in about two weeks.
    Thanks,
    Michael
    Michael Girdley, BEA Systems Inc
    Learning WebLogic? Buy the book.
    http://www.learnweblogic.com/
    "Stefano Picozzi" <[email protected]> wrote in message
    news:[email protected]..
    Are there any JDBC Drivers for SQL Server 2000 for Weblogic Server.

Maybe you are looking for

  • HT203254 NVIDIA GeForce 8600M GT graphics processors

    How much does this repair cost now that Apple is no longer covering the expense?

  • How to upgrade my mackbookpro from 10.5.8 to date

    how to upgrade my mackbookpro from 10.5.8 to date

  • Can my wrt 150 n V1.1 be 24/7?

    Can my wrt150n V1.1 be 24/7? Mine requires a reset once per day . It will drop connection if I do not do a power on and off once per 24 hours. Is this normal? And if it is not what can be done to fix this?

  • An internal error has occured in the secLdap plugin

    I am facing an issue that I can not login to the BOE via LDAP authentification. The error returned in a message box is as follows: "An internal error has occured in the secLdap plugin." I tried to login to the Enterprise server from two different wor

  • Default Export Location

    Hey guys, Just wondering if there is a way to change the default location when you export a file - When I press the shortcut key (Ctrl-E), I'd like the location to already be in a specific folder I have on a network. At the moment, me and my work col