Oracle AS and Oracle 9i Client on the same server

Hello,
We have a Window 2000 server with Oracle 9i Client. A number of applications running on this server relies on Oracle 9i Client. Could I install Oracle AS on the same machine without causing any problems to the applications using Oracle 9i client?
Thanks
Slava

Oracle software is multi home aware - which means you can install 10 different Oracle products and versions, each in its own unique Oracle Home directory, and switch between and run all 10 different products - even at the same time (assuming sufficient resources on the platform).
You cannot "+consolidate+" different Oracle Homes - it is an unwise thing to do. The Oracle Universal Installer (OUI) has the means to determine when installing a new product, whether or not you have the option to install into an existing Oracle Home.
And with OUI you also have the means to uninstall products in which case you can remove the corresponding Oracle Home from your platform.
Note though that despite multiple homes, certain configuration files will be shared (e.g. +/etc/oratab+ on Unix systems). In such a case you may need to manually update such a configuration file after removing an Oracle Home from your system.
Oracle XE sports its own installer (setup.exe on Windows) - so it does not use OUI. But it is multi-home aware - and can co-exists with other Oracle products in their specific Oracle Homes.

Similar Messages

  • ASA 5505 as a SSL VPN Server and Easy VPN Client at the same time?

    Is it possible to configure and operate the ASA 5505 as a SSL VPN server and Easy VPN Client at the same time? We would like to configure a few of these without having to purchase additional ASA 5505 and use a 2 device method (1 SSL VPN Server and 1 Easy VPN Client). Thanks in advance.

    I don't think it is possible. Following links may help you
    http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a008068dabe.html
    http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008071c428.shtml

  • RAC and RAC One Node on the same server?

    Hello all,
    Anyone know if having RAC and RAC One Node on the same server is possible, supported, and recommended? Our architecture group is moving towards this configuration as a standard, and I need solid direction about feasability.
    Thanks for any help you can provide.
    Jack Silvey| CVS Caremark | Executive Advisor, IT Systems | CVS Caremark

    Yes you can have the RAC and RAC one on the same cluster. For support and recommendations raise a service request with oracle support  

  • BI 7.0 and ECC 6.0 in the same server

    Dear experts,
    In my company the scenarion is like, we have installed ECC 6.0 in server where development work is going on.
    Now we have requirement to implement the BI 7.0 in the same server as already BI content is existing in the same server.
    My question is
    Is it possible to implement the BI on the same server?
    If yes, is it possible to extract the data from the development client on the same server where ECC 6.0 running?
    If No, then what is the use of the BI contents in the ECC 6.0 server?
    Regards,
    SUD

    Hi
    > it possible to implement the BI on the same server?
    Yes, why not? But that will be a separate SAP installation with different SID.
    >If yes, is it possible to extract the data from the development client on the same server where ECC 6.0 running?
    Yes, that is possible. Both the system will be having different Logical system name. You have to create a source system connection from ur BI to ECC system and then data extraction is possible.
    >If No, then what is the use of the BI contents in the ECC 6.0 server?
    BI Content in ECC is there to facilitate data extraction from ECC to BI. It would provide you the structure of data extraction. Presence of BI Cont does not mean a ECC system will be working as BI system.
    Hope this clarifies your doubt.
    Regards
    Anindya Bose

  • Two clients in the same server--Script??

    Hi Folks,
    1.I have two clients in the same server say 100(used for dev) 120(used only for testing).I had developed a script in 100 which I want to test it in 120.Now how to move this script in 100 to 120.
    2.How to use includes in scripts and what is the usage?
    Thanks,
    K.Kiran.

    <b>INCLUDE: </b>Include other texts
    With the command INCLUDE, you can include the contents of another text into your text. The text to be included exists separately from yours and is only copied at the time of the output formatting.With the INCLUDE command, you always get the most current version of the required text, since this is only read and inserted during the output formatting.
    Syntax:
    /: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [PARAGRAPH p] [NEW-PARAGRAPH np]
    The name of the text to be inserted must be specified and can have up to a maximum of 70 characters. If the text name contains blanks, then you must put it in quotes as a literal. It can also be specified via a symbol. All further parameters of the INCLUDE command are optional. If they are missing, SAPscript uses default values for them which are based on the respective call environment.
    Examples:
    /: INCLUDE MYTEXT
    The text MYTEXT is included in the language of the calling text.
    /: INCLUDE MYTEXT LANGUAGE ‘E’ PARAGRAPH ‘A1’
    The text with the name MYTEXT and the language E is included, regardless of in which language the calling text is created. The paragraph format A1 is valid as the standard paragraph for this call.
    Optional specifications:
    •&#61472;LANGUAGE If a language is not specified, the language of the calling text or the layout set is set for the text to be included. If a language is specified, the text is always loaded in this language, regardless of the language of the calling text.
    •&#61472;PARAGRAPH The text to be included is formatted with the style allocated to it. With this parameter, the standard paragraph of this style can be redefined for the current call. All * paragraphs of the inserted text are then formatted with the paragraph specified here.
    •&#61472;NEW-PARAGRAPH The first line of the included text has this format flag, provided it is not a command or comment line. If the optional entry PARAGRAPH (see above) is empty, all * paragraphs of the included text are formatted with the paragraph np specified with
    NEW-PARAGRAPH.
    •&#61472;OBJECT To specify a text completely, you must make further specifications regarding the text object. There are different rules and restrictions for this which depend on the object type of the calling text: All texts can be included in a layout set. If no object is entered here, TEXT is used (standard texts).With a documentation text (object DOKU), you can only include documentation texts. This object is assumed even if no object is specified in this environment. Only hypertext or documentation text can be included into a hypertext (object DSYS). If the OBJECT specification is missing, DSYS is set as a default value.
    Only standard text (object TEXT), documentation text or hypertext can be included in any other type of text. The default object is TEXT if nothing is entered.
    •&#61472;ID The text ID, which allows further text types within an object, is a further part of the text key. If the ID is not entered, the default Include ID from table TTXID is used for the calling text. If the specification is not in this table, the text ID of the calling text is used.
    The ID together with the object are now the basis of a further consistency check:
    •&#61472;All text IDs are allowed for a layout set.
    •&#61472;Only documentation texts with the text IDs TX (general texts), UO (authorization objects), and documentation texts which have the same text ID as the calling documentation text may be included in documentation texts.
    •&#61472;All DSYS texts may be included in DSYS texts, regardless of their ID. Documentation texts to be inserted may only have IDs TX and UO.
    •&#61472;Standard texts with all the allowed text IDs, DSYS texts with all IDs, and documentation texts with Ids TX and UO may be included in the other types of texts.
    Regards,
    Santosh

  • Multiple oracle database instances with different characterset on  the same server

    Hello,
    Is it possible to have 2 database instances running with different charactersets,one with AL32UTF8 and the other with WE8MSWIN1252.?
    Are there any setup requirements to be performed prior to setting up the database instances?
    The 3rd party utility that we want to use does not support AL32UTF8 and insists on using a database with character set WE8MSWIN1252.
    Kindly help.
    Thanks,
    Ram.

    Hello Zhe,
    I guess I posted my question in a wrong forum.  I tried my best to find a suitable forum and thought this was the best and closest I found.  Apparently not.  Can you please let me know the right forum for my question?
    The below is the breif of what we are currently facing:
    We are in the process of finalizing plans to install Automic for our Retail applications to schedule jobs.  In the process came to know that Automic does not support AL32UTF8.
    Right now we have RMS and UC4 (now called Automic) run on the database server as UC4 supports AL32UTF8 and schema for UC4 is inside the RMS database.
    Going forward it is recommended to have a separate database instance on the same server as that of RMS database and with a different characterset which is WE8MSWIN1252.
    Please let me know what forum to post in, I will repost the question.
    Thanks,
    Ram.

  • XI and R/3 Running on the same Server.

    Hello Friends!
    One year ago I've installed XI on a machine that already had a R/3 instance. Although there were different instances, one for SAP R/3 and one instance for the ABAP part of XI, I couldn't get to connect XI to the R/3, appartently XI searched for the instance through the IP address, ignoring the instance ID parameter.
    Now I have again the same challenge, I have only one machine to run R/3 and XI.
    Does anyone know if it is possible to do?

    Hi Tadeo,
    from ERP 2004 you can install XI on the same server.
    Regards,
    Udo

  • Solman 7.1 and Netweaver 7.3 on the same server

    Hi,
    I am trying to install a new test environment for SAP Manufacturing execution 6.0.
    That software requires Netweaver 7.3, which in turn requires Solution manager for applying Service packs.
    My question is:
    Can I install Solution Manager 7.1 and Netweaver 7.3 on the same application server running Windows 2008 R2 64-bit?
    The DB will be MS SQL server 2008 64-bit.
    I Have noticed the following so far:
    - Solman requires much lower versions of JCE policy files than Netweaver. Will there be a conflict?
    - Solman installation asks for Kernel NW 7.20. Why not Kernel NW 7.3?
    Hope that anyone can answer this
    Br,
    Johan

    Hi,
    As right said above, Solman is a standalone installation on web application server,
    You can refer this FAQ for further guidance [Solman FAQ|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b442d4ea-0c01-0010-a8ad-a4c2eaaf6b76]
    check more of SAP solman 7.1 inst guides here
    https://websmp210.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000735220&
    Thanks,
    Jansi

  • Development and Quality Assurance clients on the same instance

    Hello,
    Is possible to work in parallel with two clients: one for Development and the other for Quality Assurance on one SAP Solution Manager instance: SID?
    Regards,
    Lui Peng

    Hi
    It is possible and you can have DEV and QA on same server
    We have at one location 2 server solman landscape in which we have DEV(100) and QA(200) on 1st server and PRD(100) on another server.
    Hope it clarifies your doubt
    Regards
    Prakhar
    Edited by: Prakhar Saxena on Nov 5, 2009 11:20 AM

  • Can I use my New Imac as a server and a workstation/client at the same time ?

    I havea  brand new (2 months Old) Imac - 4 Gig, fully loaded and want to use it as a server using lion server app.  I want to use it for ical server, Addressbook and fileshareing with a bit more security.  I dont want to buy a new computer, just use the existing one to do these services.  At the same time, I want to still use this computer for my regular work. 
    There will be a few users with low traffic.  At the beggining, there will be only 1 other user for the calander, addressbook and file server.  Later it might grow to 4.
    Any thoughts would be appreciated !!!
    PS - Any advice on how to set this up or tricks would be appreciated
    Thanks Again

    Arik From Tel Aviv wrote:
    great Idea !!  Lets assume I dont want to go virtual - what is your thought on that ?
    Lion Server is a "layer" on top of client. The services run in the background and do consume resources like the RAM, CPU, and HD, while you're using the computer as a client. That said, when running a VM with say VMWare Fusion you dedicate Cores and RAM to VM, even if the VM doesn't need all the CPU horsepower or RAM for your server tasks. So it may be that running a full blown Lion Server as VM along side client is more resource intensive on your computer than just running Lion Server while also using it as a workstation.

  • Connection broker and RemoteApp manager role on the same server OK?

    Hello. I may have what seems to be a strange request here. I have a currently working 3 node TS farm consisting of 2 Terminal Servers with the RemoteApp role on them and 1 server running the connection broker. All is running fine but the RemoteApps I have
    published are prohibited to have the clipboard enabled for them due to PCI DSS compliance. I wanted to install some other apps and have the clipboard enabled but since it seems that the clipboard is a server setting and not a per app setting, I was hoping
    to just install these apps right on the server running the connection broker vs building a separate new TS server to host them. These other apps do not need to be in the load balanced environment.
    Can I just install the RemoteApp role on the CB server without any interruption to the farm?
    Thanks,
    Joe

    Hi Joe,
    Thank you for your comment.
    Can you let me the OS version of RDS Server?
    For better understanding, I can explain you that; RemoteApp is not a role which you need to install. But you need to install RD Web access role and then you can publish RemoteApp through that. For eg. If you are using Server 2012\R2 then you need to create
    a collection and after that you can publish the RemoteApp feature which you or your user can use through RD Web Access. 
    As per your comment you have already TS role installed, then you can install RD Web access through role based installation, select the role and server on which you want to install it. Please refer beneath article if you have server 2008 r2.
    Remote Desktop Web Access (RD Web Access)
    http://technet.microsoft.com/en-us/library/cc731923.aspx
    Hope it helps!
    Thanks,
    Dharmesh

  • GRC AC 5.3 and GRC Process Control on the same server

    Hello,
    Can we install SAP GRC AC 5.3 and GRC Process Control 3.0 and GRC Risk Management 3.0 on the same box/ same server.
    Is there a OSS Note, which talks about having the above 3 components on one box?
    Thanks,
    Imran

    Hello Imran,
      1- My 3 question ARE do I need a separate JAVA Stack for GRC Process Control and seperate JAVA Stack for GRC Access Control
    -> No, you can have them installed on save Java stack.
    OR
    Can I use the same JAVA Stack for GRC Process Control & GRC Access Control?
    -> Yes, you can. You have to make sure that you are on SP10 or above for Access Control as only then it will support NW Java 7.01.
    2- Can I use EP 7.0.1 installed on same server for both GRC PC 3.0 and GRC AC 5.3?
    -> Yes, you can.
    3- Can 1 single AS JAVA Database contain both GRC Access Control VIRSA Tables and GRC Process control tables at the same time?
    -> For process Control the tables reside on the backend SAP as it is webdynpro ABAP application and for access control the tables reside on the Java database as it is java and webdynpro JAVA application.
    Regards, Varun

  • Can sun jdk 1.5 for webstart and sapjvm co-exist on the same server?

    We just installed PI 7.1. We would like to install sun jdk 1.5 on the PI 7.1 server so we can use the pi tools on the server, but we are not sure if sapjvm and sun jdk can co-exist, or if it's going to cause any problem with PI 7.1, any setting is needed to tell PI which java to use if multiple version is installed? Does anybody know?
    Thanks
    Jane Zhou

    Kaushal,
    Thanks for the reply. note 718901 mentioned to change the jdk version, parameter jstartup/vm/home in instance profile can be used. if that's the case, that should be how we tell PI system whch jdk to use? in PI 7.1, it's point to DIR_SAPJVM, which points to sapjvm_5 in \exe directory. The notes you mentioned all apply to versions before 7.1, I'm wondering if it still works the same way with 7.1 systems.
    Has anybody installed a sun jdk on PI 7.1? anything that we need to pay attention to?
    Thanks
    Jane

  • Exchange 2013 Windows Server 2012 NLB and DAG on the same server

    Hi all, I am installing Exchange 2013 infrastructure with two servers. 
    Both servers have the CAS and Mailbox roles. 
    For mounting on High Availability, will create a DAG. 
    Client Access I have no external Network Load Balancer. 
    I thought about installing the NLB servers in the DAG members, this could not be done before. 
    I do not know if in Windows Server 2012 and Exchange 2013 
    Can I install NLB on members of a DAG? 
    regards
    Microsoft Certified IT Professional Server Administrator

    Hi,
    I’m afraid that WNLB and DAG cannot coexist in the same server. Because WNLB is incompatible with Windows failover clustering. If we're using an Exchange 2010 DAG and we want to use WNLB, we need to have the Client Access server role and the Mailbox server
    role running on separate servers.
    For more information, you can refer to the following article:
    http://technet.microsoft.com/en-us/library/ff625247(v=exchg.141).aspx
    Thanks,
    Angela Shi
    TechNet Community Support

  • BI and ECC 6.0 installation in the same server

    Hello SAP Experts,
    I am given a task of installing BI 7.0 and ECC 6.0 in the same server. Can someone suggest me of what are all the Do's and Don'ts in this scenario and what is the hardware requirements.
    Thanks & Regards
    Vanitha

    Hi,
    For installing BI,  you have to install Netweaver.
    You already have ECC 6.0 in the System.
    As a part of BI system, you will be extracting data from ECC Ssytem and loading in BW System.
    Hence if your requireement is like data is loaed in the the BW System every one hour, it will slow down the ECC  System.
    In future you  may need to do some OS patch update, database patch update which is not required in ECC, but it will effect both systems
    I have not seen any scenario where OLTP and OLAP System are in the same box
    But if you are just doing for learning purpose and you are doing it in your sand box , that should be fine

Maybe you are looking for

  • Magic Mouse Can't connect to my Macbook Air mid 2013

    Hello, Can anyone help me please? Well, I have Macbook Air 13 inch Mid 2013 and it is connected to the internet by thunderbolt to Ethernet cable, i have also iphone 6 plus and i'm sharing internet from my macbook, however, recent days it does not con

  • Regarding F4 logic

    In my requiremet, I have to go to T-code IW51. There while we go to the second screen, we will have two fields where we can enter code groups. Now if an entry already exists in one of the fields, the user should not be allowed to press F4 on the othe

  • Distribute Travel Expense among multiple bank accounts

    Hello Expert, We have a requirement to distribute the travel expense among multiple bank accounts. We have maintained one of the travel expense bank to Infotype 0009 (Bank Details) Subtype 2 (Travel Expense). Now the question is where to record other

  • I cannot clear DNS Cache on Imac OS 10.9

    If I type this in the terminal...dscacheutil -flishcache;killall -HUP mDNSResponder it ask for admin password but i cannot type that Somebody that can help

  • MFA App Password for Outlook 365 Keep Failing

    We are currently using Azure MFA for our Office 365 implementation.  Our users have to use App Passwords for devices that don't support MFA.  Primarily the desktop outlook client and phones/tablets. Over the past week I've had multiple users complain