Is there any impact if existing databases shift in to Vertual Servers?

Hi,
I have nearly 30 databases running in 3 servers with Red Hat Linux, Windows 2003 and Suse Linux, Our Management wants to set up vertual servers and asking confirmation for Oracle database operation.
Appriciate if some one can advice on this proposal regarding oracle databse operation in vertual Servers.
What is a virtual server environment?
It is a method of partitioning one physical server into multiple “virtual” servers, giving each the appearance and capability of running on its own dedicated machine. Each virtual server functions as a fully-fledged server and can be independently rebooted.
What are some of the main advantages of a virtual server environment?
• Individual systems do not need dedicated physical hardware.
• Decrease in the required number of physical devices.
• Significant energy efficiency through reduced cooling and electricity costs.
• Better redundancy in the event of an outage.
Regards
Karunika

Salman Qureshi wrote:
Hi,
I have nearly 30 databases running in 3 servers with Red Hat Linux, Windows 2003 and Suse Linux, Our Management wants to set up vertual servers and asking confirmation for Oracle database >operation.
Appriciate if some one can advice on this proposal regarding oracle databse operation in vertual Servers.First of all, 30 databases on 3 servers, quite bad idea i think. How many of them are critical production systems? If your company did not invest in hardware and software, will they be ready to buy license of virtual machines (you need separate OS licenses for OS on virtual machines).
Now, not a bad idea for going virtual as you already see the advantages, but, you alreay have 3 servers, you already have all the benefits which you can get by going virtual.
Believe me, i don't see any benefit for you to go virtual. having 10 databases on a single server is better than having 10 virtual machines on a server and configuring one database on each virtual machine.
Exactly how is having 10 databases on a single physical server better than 10 virtual machines with one database each? Believe me, I don't think that statement is so self-evident. A lot of it depends on the nature of the databases that are sharing a physical server, their relationship to one another, their individual support and upgrade needs, etc., etc.
Your question is very complex as no one knows your needs and how much more hardware you are going to buy, how many databases are critical production. You need to research on the internet whether it is feasible for you? Check bellow document about "when should you use virtualization "
http://articles.techrepublic.com.com/5100-10878_11-6074941.html
Salman

Similar Messages

  • 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 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 difference in oracle database and forms database

    i want to know is there any difference in oracle database and forms 6i database
    ,if i import some file through oracle database then same data will exist in forms database or not
    thanks

    Oracle Forms is a Rapid Application Development (RAD) tool not a database. With Forms, you connect to an Oracle database to query and display data from the database as well as insert new or update existing data. Consequently, if exists in the database - you should be able to display it in a Form.
    Craig...

  • 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 well designed sample database availabe for download ?

    Hi
    Thank you for reading my post
    I get the Oracle Express 10g and now i am looking for a good database with some test data inside it
    to practice some tuning and sql commands.
    is there any (rather big ) sample database available for download ?
    Thanks

    Hello,
    XE ships with the Sample Application that includes the HR schema with some objects to work on. By default, the HR user account is locked so you need to unlock it first. It's usually a good place to start as many current and future documentation based on XE will include examples from this schema.
    Przemek

  • Is there any advantage to use database helper class

    Is there any advantage to use database helper class ( e.g. database.bookDB in Duke's bookstore)in servlet design? What if I setup a DB connection for every servlet?

    If there is not much relation between servlets.For example one servlet working on authentication againist user name/password in database another one work on searching book by keywords?
    and if we want to have servlets written by difference programmers?

  • Are there any problems running oracle database express 10g and iis together

    Are there any problems running oracle database express 10g on an windows 2000 server or advanced server running iis 5?
    Does oracle database express cause any conflicts with iis (because of used ports etc)
    Could an server have running on it, both an website using iis and an oracle database express website without conflicts?

    I would not expect a problem under normal circumstances.
    Oracle's listener is set for a default port 1521 for database requests, port 8080 for HTMLDB requests. The database connections generally find an empty port above 1024 when establishing a connection.
    So, if IIS does not want to use 1521 or 8080, you will generally see no challenges. Even then it is fairly easy to move ORacle's port requirements elsewhere.
    Using port 8080 seems reasonably common, but that is easily changed - search for sethttpport in this forum. IIS tromping on 1521 would be rare as it has been a well known Oracle service port since, roughly, forever.

  • 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

  • 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

  • Is there any patch for migrating database server from oracle to sql server

    we have very large application build using oracle forms 6i
    (release 2) & reports 6i & Oracle Database as back-end server.
    Now we want to port our application on sql server. Is there any
    patch available , so that we don't have to change anything at
    application level except connection string.
    currently I am using :
    oca 6.0.5.35.0
    sql server 2000
    odbc 3.5xxx
    d2k 6i(release 2)
    But we have to make lot of changes at application level.
    So any one can tell me about any tool, or patch for converting
    without changing too much at application level.
    Thanks
    yogesh

    refresh

  • 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 analysis tool for Oracle Forms and Reports

    Hi All
    We are curretly looking at tools available to do impact analysis in Oracle Forms and Reports. This is for the maintainance of a large Oracle application developed using forms and reports 10g. We use Oracle Designer but only to maintain the db structure and not for forms and reports generation. Our intension is to find out the impact of db model changes, stored procedure changes in Oracle Forms and Reports. Please suggest any tools that are currently used for this purpose.
    I remember manually maintaining the CRUD matrix for Oracle Forms and Reports for maintainance purpose. CRUD matrix will have the list of all the tables which are affected by the module. But this is a manual activity and hence the responsibility is with the dev team to keep the document updated. Please suggest if there is any alternative to this way which can be more effecient and less error prone...
    I also wonder how these are done in Oracle ERP? how the apps team in oracle is maintaining the forms and reports?
    Thnaks in Advance
    Mahesh Mathew

    Quest (the makers of TOAD) have a tool called SQL Impact which gathers data from forms, reports, triggers, packages etc.
    FormsMate is a simple, cheap alternative for comparing or searching in forms.
    http://www.jockvale.ca/products.html
    Alternatively, you can export forms to xml (with iff2xml90.bat) and reports to jsp (with rwconverter) and simply grep those and your sql scripts. There are grep tools for windows if you need.

  • Is there any oauth2 library exist for ColdFusion 11?

    I have designed a Restful component using Coldfusion 11. Now I need to think of securing this REST service.After searching for sometime
    I found HTTPS + oauth2 is the best combination for securing REST service.
    In the official OAuth 2.0 — OAuth page,  We have libraries for different languages. But there is nothing listed for ColdFusion.
    Any one having any kind of knowledge if we have a library for oauth2 in ColdFusion?
    Can I depend upon some Java library ? If yes , any library suggestion?

    Here is an example.  Of course the conversion rules must be set up in the materail master for that material.
    report zrich_0002.
    data: input type p decimals 3 value '10.000'.
    data: begin of xtmp,
          menge type mseg-menge,
          meins type mseg-meins,
          end of xtmp.
    data: imara like mara.
    * Get base UOM
    select single * from mara into imara
                where matnr = '000000000040006541'.
    * The uoms must be of the internal format, check against T006a
    * do conversion
    call function 'MATERIAL_UNIT_CONVERSION'
         exporting
              input                = input
              matnr                = imara-matnr
              meins                = 'GLL'  " Must be internal
              meinh                = 'OZA'  " Must be internal
         importing
              meins                = xtmp-meins
              output               = xtmp-menge
         exceptions
              conversion_not_found = 01
              input_invalid        = 02
              material_not_found   = 03
              meinh_not_found      = 04
              meins_missing        = 05
              no_meinh             = 06
              output_invalid       = 07
              overflow             = 08.
    check sy-subrc  = 0.
    Regards,
    Rich Heilman

  • Is there any impact chaning ip on sun messaging server?

    Hi all,
    I have configured and running two sun messaging servers MTA and MS.
    e.g
    MTA ip address - 192.168.10.1
    MS ip address - 192.168.10.2
    Is it possible to change ip address on these messaging servers to another ip range? Do I need to change any messaging config file after changing ip address?
    Following is my messaging server version:
    ./imsimta version
    Sun Java(tm) System Messaging Server 6.2-3.04 (built Jul 15 2005)
    libimta.so 6.2-3.04 (built 01:43:03, Jul 15 2005)
    SunOS mta3 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R
    Please let me know. Thanks.

    Question was asked (and answered) here:
    http://lists.balius.com/pipermail/info-ims-archive/2009-February/016723.html
    Regards,
    Shane.

Maybe you are looking for

  • Web.show_document() with .csv-Files

    Hallo, when I try to show a .csv-file using web.show_document in MS-Excel I'm facing the following problem: Depending on the windows-settings (?) before showing the Excel-sheet the browser opens an alert 'open/save file'. When this alert is activated

  • Qosmio X505-Q870

    I had my laptop for about two years now and it has worked great with the exception of it overheating. Now I am starting to have a number of issues: 1. Blue screen memory dump while playing games. It said something about Kendal hardware. I did researc

  • Error while CacheFactory.getCache

    Hello All, I am trying a simple BPEL to call a Java Code which writes to coherence cache - I am getting the following error Can someone please suggest what could be wrong. 2009-01-29 05:00:35.487/5674.265 Oracle Coherence 3.4/405 <Info> (thread=pool-

  • IWork 09 system requirement for 9.0.4 update

    iWork 09 installs and runs on my iBook running OS X 10.4.11. However the update to iWork 9.0.4 will not install and gives the message that OS X 10.5 is required. I was surprised that there seems to have been a change in system requirement between iWo

  • I can't get my HP Officejet 4620 printer hooked up via wireless connection

    I have tried every suggestion given to me . I went through the entire troubleshooting process . I also did the connection test , which the printer passed . So why is it passing the connection test , but not really connected ? I have turned off firewa