Constraints/General to keep PROD and databases on the same Machine TEST

Hello

Version: 12.1.1
Database is 11.1.0.7
2 node architecture (DB on a single Machine, applications on the same Machine)

Client wants to keep PROD and databases on the same Machine TEST. Could you please let me know the issues and constraints that we can encounter this configuration in the future. While I can force the client to a machine more TEST.

Thanks in advance...

Hello

My Client told me that I can provide more resources (CPU, memory, and disk), then why can't keep us as what he asks?

There are other technical problems, that we can meet?

I think the above should be enough :)

Other proceedings continued would be impossible (as you said, because of human error, and in case the server restart is required). Even if they provide more resources it would be a conflict over shared resources (for example, what happens if a process on the test instance consuming all CPU/memory resources?).

So, in futuere, we can improve the database to the new version and some environment variables in the registry may have affected it?

Each instance will have its own entries in the registry and this shouldn't be a problem.

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • Can I install OBIEE 10 g and 11g on the same machine?

    While I'm waiting for new hardware, I wanted to start on the installation of OBIEE 11 g on my laptop. Can I do if I have already 10g installed?

    I want to assure you that if I install that it will not affect my current configuration of 10g. I don't know if it substitutes for certain files and folders, or if I can do a separate install for both.

    Hi, I installed OBIEE 10 g and 11g of the same machine (by car).

    Because the installation of 10g OBIEE was the first, it took the 9704 and 9703 port for messages of the BI server.

    Then I installed the OBIEE 11 g installation used the port 9500 (analytical) and por 9702 for BI server. It has also used port 7001 to Weblogic Administration Console.

    The two instances of OBIEE works great!

  • 9i and 10g on the same machine

    I want to have Oracle 9i and 10g on the same machine. I have already installed 9i. Oracle 9i home is (/ opt/oracle/920)
    I'll put oracle new home for 10g (/ opt/oracle/10). that works perfectly. and what changes I will make to the PATH variable so that I can use both versions.

    or will I do a new oracle 2 user and perform the installation of 10g with it.


    Thank you

    Khurana

    I say you're wasting your time as such a script already exist and is called "oraenv.

    Just
    export ORACLE_SID =...
    Export ORAENV_ASK = NO
    . oraenv
    Export ORAENV_ASK =

    and you're done.
    Working for more than 10 years!

    If I could study how much time is wasted by people invent their own hacks, simply because they refuse to read the documentation, I would start tomorrow student!

    ---------
    Sybrand Bakker
    Senior Oracle DBA

  • Download the image to the directory and database of the same form data

    Hi all

    I play to build a shopping cart (never done before) a tutorial of Gordon Knapp at www.webthang.com.

    I created the site and it works perfectly. Now, I want to extend it.

    There is a form that allows the user to add data to the database. I would also like to be able to transfer an image to a directory on the server and add the data to the database at the same time of the same shape. It would be good if the input field "< input name ="product_picture"type ="text"id ="product_picture"tabindex ="6"size ="50"/ >" could be filled automatically by the file name of the image being downloaded, but it's not a neccessity.

    I looked at different packages ASP Upload and I can upload a single image, but none of them clearly show how to download the image and add data to the database at the same time.

    It is a private project I need suggestions for free.

    The tutorial shows how to create Dev Ultra site but works perfectly well in DW. The page looks like this. It is named "admin_add.asp":

    "< %@LANGUAGE="VBSCRIPT "CODEPAGE ="65001"% >
    "" <!-#include = file '... / Connections/con_ecom.asp "-->
    < %
    Dim MM_editAction
    MM_editAction = CStr (Request.ServerVariables ("SCRIPT_NAME"))
    If (Request.QueryString <>"") then
    MM_editAction = MM_editAction & "?" & Server.HTMLEncode (Request.QueryString)
    End If

    'boolean to abandon a record edition.
    Dim MM_abortEdit
    MM_abortEdit = false
    % >
    < %
    "Implementation of the IIR.
    Function MM_IIf (condition, ifTrue or ifFalse)
    If condition = "" then
    IfFalse = MM_IIf
    On the other
    IfTrue = MM_IIf
    End If
    End Function
    % >
    < %
    If (CStr (Request ("MM_insert")) = "add_form") then
    If (not MM_abortEdit) then
    'execute the insert.
    Dim MM_editCmd

    Set MM_editCmd = Server.CreateObject ("ADODB.Command")
    MM_editCmd.ActiveConnection = MM_con_ecom_STRING
    MM_editCmd.CommandText = "INSERT INTO products (product_category product_name, product_price, product_briefdesc, product_fulldesc, product_picture) VALUES (?,?,?,?,?,?)".
    MM_editCmd.prepared = true
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param1", 202, 1, 50, Request.Form ("product_category")) ' adVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param2", 202, 1, 50, Request.Form ("product_name")) ' adVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param3", 5, 1, -1, MM_IIF (Request.Form ("product_price"), Request.Form ("product_price"), null)) ' adDouble
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param4", 203, 1, 536870910, Request.Form ("product_briefdesc")) ' adLongVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param5", 203, 1, 536870910, Request.Form ("product_fulldesc")) ' adLongVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param6", 202, 1, 50, Request.Form ("product_picture")) ' adVarWChar
    MM_editCmd.execute
    MM_editCmd.ActiveConnection.close

    ' add the query string to the redirect URL
    Dim MM_editRedirectUrl
    MM_editRedirectUrl = "admin_control.asp".
    If (Request.QueryString <>"") then
    If (InStr (1, MM_editRedirectUrl, "?", vbTextCompare in) = 0) then
    MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString
    On the other
    MM_editRedirectUrl = MM_editRedirectUrl & "" & Request.QueryString
    End If
    End If
    Response.Redirect (MM_editRedirectUrl)
    End If
    End If
    % >
    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN".
    " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ".
    "< html xmlns =" http://www.w3.org/1999/xhtml "> "
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    < title > Administration - add a < /title > product
    "" < link href = "... / scripts/admin.css" rel = "stylesheet" type = "text/css" / >
    "< script type =" text/javascript"src ="... / scripts/ecom.js "> < / script >"
    < / head >

    < body onLoad = "adminTitle ()" >
    < div id = 'wrapper' >

    < div id = "pageHeading" > ADMINISTRATION - add a PRODUCT < / div >

    < div id = "navBar" > < a href = "admin_control.asp" > < /a > control | " Add | < a href = "admin_view.asp" > view < /a > | < a href = "admin_update1.asp" > update < /a > | < a href = "admin_delete1.asp" > delete < /a > | "" < a href = "... / Default.asp" > shop < /a > < / div >

    < br / >

    < name of the form = "add_form" id = "add_form" method = "POST" action = "< % = MM_editAction % >" >
    < table border = "1" align = "center" id = "tblArea" >
    < b >
    < class td = "tdLabel" > < table > product category
    < td colspan = "2" > < input name = "product_category" type = "text" id = "product_category" tabindex = "1" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > Product Name < table >
    < td colspan = "2" > < input name = 'product_name' type = 'text' id = 'product_name' tabindex = "2" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > < table > product price
    < class td = "tdContent" colspan = "2" > < input type = "text" name = "product_price" id = "product_price" tabindex = "3" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > product short Description < table >
    < class td = "tdContent" colspan = "2" > < textarea name = "product_briefdesc" id = "product_briefdesc" cols = "47" lines = "4" tabindex = "4" > < / textarea > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > full < table > Product Description
    < class td = "tdContent" colspan = "2" > < textarea name = "product_fulldesc" id = "product_fulldesc" cols = "47" rows = "5" tabindex = "5" > < / textarea > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > < table > product Image file name
    < class td = "tdContent" colspan = "2" > < input name = "product_picture" type = "text" id = "product_picture" tabindex = "6" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > < table >
    < td align = "center" > < input type = "reset" name = "Reset" id = "Reset" value = "Reset form" / > < table >
    < td align = "center" > < input type = "submit" name = "Submit" id = "Submit" value = "Add to the shop" / > < table >
    < /tr >
    < /table >
    < input type = "hidden" name = "MM_insert" value = "add_form" / >
    < / make >

    < / div >
    < / body >
    < / html >

    Hope you can help.

    Best regards

    Martin

    Have sorted it.

    Found an excellent tutorial to Webthang.

    http://www.webthang.co.UK/Tuts/tuts_dmx/rob15/rob15.asp

  • Oracle 9i and 10g on the same machine?

    Hello!

    I tried to install oracle 9i (* 9.2.0.1 *) and 10g (* 10.2.0.4 *) on the same server (windows 2008 sp2). First, I installed 9i and 10g (two editions of the company). then I tried to create a Database 9i with database configuration assistant. After you configure the database settings and began creating, the installer crashed (JRE. EXE, module symcjit.dll failure).

    someone has an idea of what the problem might be or a tutorial how to install 9i and 10g on the same server? Thanks in advance!

    Best regards
    Christian

    The problem is that 9.2.0.1 is not yet certified for Windows 2008 and was backed off long ago.
    This means regarding this version, you are on your own.
    Oracle 10.2.0.4 also is no longer in first aid, then Oracle will not address all the new problems.
    You can switch to 11 GR 2 or to demote the server to Windows XP. Windows XP is however out of support too.

    -----------
    Sybrand Bakker
    Senior Oracle DBA

  • Captivate 3 and 4 on the same machine

    Hello

    I have two licenses for Captivate 3 (Full Version) and you want to buy an updated Version of Captivate 4. My question is, is it possible to use the Captivate 3 (Full Version) and Captivate 4 (Upgrade) together on the same machine?

    Thanks for your replies.

    Welcome to our community, Denis

    Usually, if you buy a version upgrade, you will need to have only the upgrade on the machine. But as you have two full licenses I think you may have at the time.

    From a technical point of view, the two versions will co-exist peacefully.

    See you soon... Rick

  • I have Framework2 Microsoft service Pack 2 and service pack Framework3 on my laptop, can I keep 2 and 3 at the same time or remove 2 to save on memory?

    I have Microsoft Framework 2 SP2

    I have Framework3 servic e Pack 2 on my laptop.

    2 should I keep both at the same time or remove frame

    Thank you.

    SM

    See...

    Should need I even older versions of the .NET Framework on my system after installing .NET Framework 3.5 SP1 [and/or .NET Framework 4.0]?
    http://blogs.msdn.com/b/astebner/archive/2009/04/20/9557946.aspx

  • Windows 7 and XP on the same machine.

    I have a computer running Windows 7 Professional (32 bit) and I need to run multiple programs in Windows XP Professional. Set up the computer so that the two operating systems so that I can choose the one I want to start? If so, how can I do it? Mode XP of Windows 7 is not a true XP environment because it does not have the Microsoft JVM program (Machine Visual Java) or installed it will be format FAT 32 discs (this does nor appear to be the same as exFAT). I need to restore files backed up using a program that does not recognize NTFS formatted. Can someone help, please?

    It's been a while since I used XP Mode and I don't remember all the details, but I remember that you will not be able to attach a USB device if it is connected to the host computer using a USB 3.0 port.

    You can share a USB device that is attached to a USB 3.0 port (or at least, you can do this with a flash drive USB;) I don't know about printers or scanners).

    I don't know about you, but I suspect that unlike a printer or a scanner, USB flash drive must be attached to the virtual machine rather than share the XP Mode and the host operating system.

    You connect the scanner to the same USB port that he was using before move you things?  If you unplug the USB port on the scanner, look at the plastic insert in the port: if it's black, it of 2 USB and click OK. If it's blue, it's USB 3.0 and it will not work in XP mode.

  • VSphere hypervisor and Vsphere connecting the same machine

    Hi guys,.

    I have a basic question that drunk that I can't seem to find an answer.

    I'll put up a test of domestic/vmware server environment, but I only have one computer. I want to install ESXi on this computer, and then run VSphere via localhost to manage computers from the VM on the same host. So far, I've always set up ESXi on a host machine and then managed remotely, with my laptop. But I don't have the option here. Is there something in ESXi that allows this configuration?

    Thank you

    Gareth

    You can certainly run a Windows VM on the ESXi host, but you will still need another system to access. ESXi itself does not provide a graphical interface, and I'm not aware of any 3rd third-party tool that adds this feature either.

    André

  • Server and Workstion on the same machine (Win XP)

    Hello

    Does anyone know if you can install VMWARE workstation and server 2 on the same box?  I would use both products on my Windows XP laptop (would not attempt to run them at the same time).

    Sometimes I need functionality pre-installed offer that is in the server and vice versa.

    Thank you

    Richard

    Richard - Welcome to the forums.

    "You can not have VMware Server installed on the same host with another product VMware as VMware Workstation, VMware GSX Server and VMware ESX. You cannot have multiple versions of VMware Server installed on the same host.

    Only VMware products which may share a host with VMware Server are client VMware VirtualCenter (VMware Infrastructure Client) and the server software and the VMware Converter. If you plan to install VMware Server on a host of the machine which already

    contains another VMware product, you must uninstall this product first. »

    It comes to p.36 of the VMware Server user's Guide.

  • Configure IIS and FMS on the same machine?

    I've been running a test server using Apache as a web server. The problem is that I have to be able to run FMS on an IIS computer, and there is a conflict on each trying to link to port 80. I read that a solution to this problem is to have 2 IP addresses, with FMS and link it to one and IIS bind to each other. This is not a requirement for Apache and FMS. Why is it a requirement for IIS and FMS? This question my living room, my lack of knowledge of the difference between the 2. But, is it possible to configure IIS or FMS so that they can share port 80 as FMS and Apache? I guess that someone can explain to me how Apache and FMS work together, and why IIS cannot?

    Both devices can never listen on the same port on a single IP address.

    In the case of FMS, FMS process acts as a proxy. When an HTTP request comes in on port 80, SGF forwards this request to an HTTP server listening on a different port.

    If you want to use a single IP address, you could bind IIS to another port (instead of port 80) and proxy all your HTTP traffic through FMS, but which will create a lot of headaches for you and will damage the performance of the FMS.

    Best solution... have separate IP addresses.

  • Is it possible to use Lightroom 5 and CC2015 on the same machine?

    The reason I ask, is that I have a Canon 5Dsr incoming and raw files are only achievable on CC2015 but I use cursors for Lightroom 5 (and there is no way to use the CC2015 on the right).

    When I install CC2015 apparently mees my install LR5 upward.

    Yes. But why would you? The catalog files are not compatible. Cannot open a LR 6 catalogue in LR 5.

  • Version 4 and 10 on the same machine

    I have 4 Photoelements on my PC and just installed version 10. When I connect my camera, open the two versions. Until I'm comfortable with 10 I want to delete 4, but want to do not to interfere with 10. What should I do to not lose pictures?

    Ask in the forum PES.

    Mylenium

  • Can I install OBIEE 11 g and database 11g on the same machine?

    Hi experts

    I have some confusion...
    I have the oracle database 11g on my server.
    I want to install OBIEE 11 g on this same machine...
    I just want to be sure that it will cause any problem or conflict...
    because I put ORACLE_HOMe=/home/oracle/app/oracle/product/11.2.0/dbhome_1
    and I have to set ORACLE_HOME for OBIEE also...

    Please let me know what how to give... and is there another way

    Thank you
    Abhishek Anand

    Hi Abhishek,

    You can install or mount the DB and OBIEE on the same machine, but check the disk space and memory required should be more to accommodate the.

    See you soon,.
    KK

  • Q1: Can we have 2 different products Middleware (SOA and forms and reports) in the same field of WLS?

    Q1: Can we have 2 different products Middleware (SOA Suite and forms and reports) both executed in the same Weblogic domain?

    Q2: what about 2 domains different (one for SOA Suite) and one for forms and reports on the same machine (Box) on the same installation of Weblogic?

    I'm looking for official documents that can clarify these issues for the customer.
    Thank you.

    Hello

    Q1: Can we have 2 different products Middleware (SOA Suite and forms & States) both executed in the same Weblogic domain?

    It is not supported because as SOA and forms & States share a common directory called oracle_common that would be

    crushed by the product. This is why we ask you to use two different homes of Middleware for installation and configuration.

    Ex: If you have installed SOA in a field and you have installed forms & reports and then the oracle_common could be crushed by

    Binary forms & reports and so there might be problem with SOA.

    Q2: how about you 2 different (one for SOA Suite) areas and the other for forms & reports on the same machine (Box) on the same installation of Weblogic?

    You can have 2 different domains but not in the same weblogic Installation according to the explanation above.

    Kind regards

    Prakash.

Maybe you are looking for

  • BDP-S370 &amp; Hulu more

    I just signed up for Hulu Plus with the understanding that I could watch on my TV via my BDP-S370. I tried for several hours now, but I get an error that says: "The service is not available at the moment; reference 15 "code Any help would be most app

  • What is "chkdsk /f." this msg appears when I try to defrag disk

    I can't do a disk defrag and do not know how to do this.   I tried from the "cmd" prompt, but it does not work.  Help!

  • How does my photo gallery?

    I don't know what to do Original title: How can my gallry photho work you can tell me how to fix it pls

  • Hover window placement XPS 15

    I have a XPS 15 9550 with Windows 10. There is a feature I don't know even what it's called, or if this is a feature of Windows. When you try to move a window, hover appears that "help" to place the window in an area of the screen. What is this featu

  • BlackBerry Smartphones email filters

    How can I set the filters e-mail on my Curve 9300 to eliminate spam or other unwanted traffic Bob