Do I need to set  system env variables for weblogic and SOA server installation?

Hi All,
   I already have two weblogic application servers on my machine(that were installed by others).
I observed some environment variables were also set in System variables(ORACLE_HOME,WEB_SERVER_HOME etc) section in Env variables section(Start Menu---> Computer --> properties ---).But why do we need to have system environment variables wherein we already have those variables in files like setDomainEnv.bat or/and setSOADoaminEnv.bat for each server.
And one more thing system variables will be applicable for all servers(the whole machine) right.It may spoil the installation of new servers and present servers as variables should be unique to each server.
    I want to install weblogic and SOA server installation.
So Can I remove the existing system variables(as they will applicable for every server) and install weblogic and SOA server installation without setting up the environment variables?
Especially I have multiple Weblogic servers,In that case how it would be to have environment variables(JAVA_HOME,WL_HOME,ORACLE_HOME etc)?
Please guide me on this to installl SOA suite .
Thanks in advance

Hi All,
   I already have two weblogic application servers on my machine(that were installed by others).
I observed some environment variables were also set in System variables(ORACLE_HOME,WEB_SERVER_HOME etc) section in Env variables section(Start Menu---> Computer --> properties ---).But why do we need to have system environment variables wherein we already have those variables in files like setDomainEnv.bat or/and setSOADoaminEnv.bat for each server.
And one more thing system variables will be applicable for all servers(the whole machine) right.It may spoil the installation of new servers and present servers as variables should be unique to each server.
    I want to install weblogic and SOA server installation.
So Can I remove the existing system variables(as they will applicable for every server) and install weblogic and SOA server installation without setting up the environment variables?
Especially I have multiple Weblogic servers,In that case how it would be to have environment variables(JAVA_HOME,WL_HOME,ORACLE_HOME etc)?
Please guide me on this to installl SOA suite .
Thanks in advance

Similar Messages

  • Setting NLS_LANG env variable for adcmctl.sh

    How do set the NLS_LANG env variable specifically for adcmctl.sh? Currently it gets overridden by the NLS_DATE_LANG env variable. I'd like to set it to blank if possible.
    Thanks in advance!

    Unfortunately there is no way to change the session character set on the fly .
    So you are pretty limited on what you can do ..
    1. Start up multiple instances of the report server on your machine, one per langauge.
    2. Try Oracle Report which support UTF8.

  • Two VMs inside Hyper-V Under 2012 Essentials R2? Need 2003 To Run as Well for CRM and SQL Server

    We are a small office (8 users) with a new server on the way.  We are running Server 2003 and CRM 4.0 and will upgrade to Server 2012 Essentials R2.  I would like to run this as a VM and integrate Azure's cloud backup.  The problem --and I'd
    like to be wrong about this -- is there is no included SQL server with Essentials 2012.  Our old server has SQL server 2005 which I believe was included.  Our database is only 1.6GB so we could use the free version of SQL Server 2014, but it is limited
    to one CPU.  Our new server is dual CPU, 8 total cores.  My thought is to use P2V and make a virtual machine from my current 2003 server, then run that inside the Hyper-V environment along with 2012 Essentials.
    So I have two questions?  Does the Essentials (or Hyper-V) licensing permit me to run any more VMs than the single instance of 2012 Essentials?  And secondly, will the primary 2012 Essentials installation acting as the Hyper-V administrator be
    able to use Azure to back up both virtual machines?
    If I am acting on any incorrect assumptions please correct me.

    I suggest that you follow your own suggestion on what to believe from posts.  Read the EULA on Essentials on your own.  And talk to a trained Microsoft licensing specialist.  Some of your assumptions are not valid.
    "I have purchased Server Essentials 2012 R2, which allows for one instance to implement the hypervisor and one instance of a virtual machine."
    From the data sheet describing Server Essentials is this statement - "
    With Windows Server 2012 R2 Essentials, the product licensing terms have been expanded to enable you to run one operating system instance on the physical server in order to run Hyper-V, plus a second instance on that server in order to run Essentials as
    a virtual machine.
    Therefore, the only VM you can legally run under Essentials is another copy of Essentials.
    "Furthermore it would be foolish for Microsoft to deny me additional virtual machines under that scenario since I can install Hyper-V Server 2012 R2 for free and use Essentials to manage it."
    FALSE.  Actually, virtualization rights are part of the Server operating system license.  Since the license is written by Microsoft, they can include whatever limits they deem appropriate.  In fact, when looking at Standard and Datacenter
    Editions of Windows Server, the ONLY difference between the two are the virtualization rights included with the operating system.  Your assumption that you can run it for 'free' under Hyper-V Server is incorrect.  True, Hyper-V server is
    a no-cost download from Microsoft, but it does not include any operating system licenses.  Those must be purchased separately.  Licenses are assigned to physical machines, not to virtual machines.  So it would be possible to use your 2003 license
    on a Hyper-V Server instance, but only if it is a non-OEM license.  OEM licenses are non-transferrable from the hardware with which they were sold.
    "It would also be foolish because I could virtualize everything under VMWare's ESXi --for free--"
    FALSE.  Same reason as given above.
    Lastly, be forewarned about P2V of a Windows Server 2003 machine.  If you spend any time reading this forum, you will find lots of horror stories about people having less than successful attempts at P2V'ing WS2003.  The recommendation is to build
    a 2003 VM from scratch to avoid the many pitfalls, assuming you do not have an OEM license.  Of course, even then you are still putting a business critical system on an operating system that is dropping support come July of next year, followed shortly
    thereafter by no support on SQL 2005.  Bottom line is that you would most likely be better served by trying to upgrade your application to a version that runs on the current release of Windows Server.
    . : | : . : | : . tim

  • How to set ORACLE_HOME for database and apps server in same server

    Hi, I have problem here to set ORACLE_HOME in .bash_profile for database and apps server. please help me to set this Oracle Home.
    Thanks
    -jebatco

    If you mean to have both simultaneosly set on the same OS session, of course that's not possible. But you can configure them on your profile, and choose them when needed. The following is an excerpt from my .bash_profile
    export EDITOR=vi
    umask 022
    alias O='cd ${ORACLE_HOME}'
    o10()
    {       export ORACLE_SID=db102
            export ORACLE_BASE=/home/oracle/base
            export ORACLE_HOME=$ORACLE_BASE/OraHome10
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export TNS_ADMIN=$ORACLE_BASE/OraHome11/network/admin
            export PS1='[\u@\h_10 \W]\$ '
    o11()
    {       export ORACLE_SID=db11
            export ORACLE_BASE=/home/oracle/base
            export ORACLE_HOME=$ORACLE_BASE/OraHome11
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export PS1='[\u@\h_11 \W]\$ '
    xe()
    {       export ORACLE_SID=XE
            export ORACLE_BASE=/usr/lib/oracle/xe/app/oracle
            export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/server
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export TNS_ADMIN=/home/oracle/base/OraHome11/network/admin
            export PS1='[\u@\h_XE \W]\$ '
    }If I want to set Oracle 10g environment I type "o10" at OS prompt, "o11" for 11g, and so on.

  • How to set the header variables in weblogic

    Hi,
    We have a following set up in our environment.
    We have weblogic and on the top of it we have apex listener deployed which redirects Oracle Apex.
    My Issue:
    How can we set up the header variables in weblogic once the user is authenticated against weblogic server.
    We are struck here, not knowing how to set the header variables in weblogic server. Its fairly straight forward for Oracle Access Manager or others..
    Thanks
    Ramesh P.

    maybe you are looking for the routing options
    http://docs.oracle.com/cd/E13159_01/osb/docs10gr3/userguide/modelingmessageflow.html#wp1125348

  • Long story short i need to set up a password for my links...

    long story short i need to set up a password for my linksys wireless router... i tried go to linksys' website link  i went ahead and set up a password using instructions from the link above...went to http://192.168.1.1/...clicked on admin tab and set up password... to test out my password i turned on/off my wireless connection on my macbook. when i turned it back on and selected the linksys wireless connection from the dropdown menu on my macbook it did NOT prompt me for a password? what am i doing wrong? why isnt it asking me for a password?
    Message Edited by OnnagokorO on 11-27-2007 11:53 PM

    The password you have changed is the password which protects the access to the web interface of the router. In other words, you must know this password to make changes to the configuration of the router. It is not the encryption key for wireless security. Wireless security is configured on the Wireless Security tab.
    For some more background see here.

  • Env variable for custom top showing diffent values

    hi,
    we cloned the prod to UAT then the
    value for env variable for custom top showing different values.
    ie,
    backend it is showing
    echo $XXECO_TOP
    /oracle/UAT/apps/apps_st/appl/xxeco/12.0.0 (this is the correct value)
    from the front end when we submit the "print environment variable" concurrent request it shows the following incorrect value
    /dev/oracle/app/oraprod/apps/apps_st/appl/xxeco/12.0.0 (this is prod value)
    please let us know how to correct the value
    Edited by: 831498 on Feb 18, 2011 6:26 AM

    Hi,
    Post your Query to http://forums.oracle.com/forums/forum.jspa?forumID=475
    Regards,
    Gyan

  • I'm trying to set up an iPad for work and the apple id I was trying to use came back expired. I set a new password and then it said it was invalid. Now I'm locked out for too many tries answering security questions that I don't remember setting up. Help!

    I seem to be stuck in apple ID ****. First the password was expired only two minutes after I finished setting up the account and then the new password was invalid.  I don't know what to try next but this is making me crazy.  And I'm locked out for eight hours for too many attempts at answering questions that I never set up in the first place. I don't know what gives but something is way off. I need to set up this iPad for work but I can't get past the login.

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased. Some glitch occured and you have to restore/erse the iPod. Y will have to restore from an existing backup if y ohave one.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • How to create Presentation variable for columns and to use it in Narrative?

    Hi All,
    Anybody know how to create presentation variable for a column (i.e., i need to create it in edit formula section itself). And then, I should use it in Narrative section to display that column value. Is it possible? Or do i need to use any other variable for this requirement? If so please let me know, how to create it? This is very urgent requirement.
    Thanks in Advance
    Thenmozhi

    Hi Satya,
    I just want to create a table that should horizontally display the values like below:
         SUID Tag # :123456               Year Mfg: 2007                                                                                     
         Description: computer corporation FA ID#: 4576
         Model Number: 4569 hESC: #ert
         Serial Number: 78945 Flags: c
    Department: Hematology
    User: thenmozhi
    Database: OLAP
    I think we can create this type of report using either Narrative or Static Text. But I am not sure whether it is possible or not? And also another thing is that sectioning is applied for SUID Tag # column. So, depending on the dashboard prompt if the SUID Tag # retrieves two or more values.
    Then the first value for example 123456     and the values for the other columns related to this SUID Tag # value should display in the first page (i.e., page 1). And if the next value of the SUID Tag # for example say 678901 then the values should move to second page that is like this:
         SUID Tag # :678901               Year Mfg: 2008                                                                                     
         Description: Computer Manufacturing FA ID#: 4577
         Model Number: 4570 hESC: #eth
         Serial Number: 78946 Flags: G
    Department: Hematology
    User: Rehman
    Database: OLAP
    Thanks
    Thenmozhi

  • Need steps to create ant scripts for publishing and deploying projects.

    Need steps to create ant scripts for publishing and deploying projects.
    Have got ant, Oracle BPM Enterprise WL edition installed , Need to know what are the other configurations to be done.
    Any working example would help me to understand, please do mail me at [email protected]
    Thanks in advance.
    -Sree

    Sreekant,
    Please find the build file to publish and deploy.
    <project name="deployProject"
    xmlns:fuego="antlib:fuego.tools.ant.enterprise"
    xmlns:fuego.j2ee="antlib:fuego.tools.ant.j2ee" default = "publish">
              <property file="./Properties/fuego_deploy.properties"/>
              <fuego:passport id="fuego.passport"
    directoryid="${fuego.directoryid}"
    preset="engine" />
    <target name="publish" description="Publish and deploy processes" depends = "takeInputs">
    <!-- Open a session to the Oracle BPM directory -->
    <fuego:session
    passportref="fuego.passport"
    verbose="true"
                   properties="${fuego.basedir}/conf/directory.xml"
    haltonerror="true" >
    <!-- Publish processes -->
    <fuego:publish fpr="${fuego.project.name}"
    deploy="true"
    engine="${fuego.engineName}"
                        importdata = "${fuego.importdata}"
                        automaproles="${fuego.automaproles}"
                        automapbuspars = "${fuego.automapbuspars}"
                        automapvars="${fuego.automapvars}"
                        automapconfigs = "${fuego.automapconfigs}">
    </fuego:publish>
    </fuego:session>
    </target>
    <target name= "takeInputs" >
    <input
    message="Please enter admin-username:"
    addproperty="fuego.participant"
    />
    <input
    message="Please enter admin-password:"
    addproperty="fuego.password"
    >
    </input>
    </target>
    </project>
    and find the properties I have used..
    fuego.basedir=C:\OraBPMEnterpriseHome
    fuego.directoryid=default
    fuego.engineName = bpmengine
    fuego.project.name = E:/antExamples/Project/CommonUtilities
    # If the below property is true then ant script imports data from the project, as defined in Studio.
    # This includes importing:
    #      •Holiday and Calendar rules
    #      •Organizational Units
    #      •Roles
    #      •Resource configurations
    #      •External Variables
    fuego.importdata = true
    #If the below property is true ant script automatically map abstract roles to real ones with the same name.
    fuego.automaproles=true
    #If the below property is true ant script automatically map business parameter variable names (as defined in the project design) to an business parameter variable id with the same name (as defined in the Fuego Enterprise directory).
    fuego.automapbuspars = true
    #If the below property is true ant script automatically map external variable names (as defined in the project design) to an external variable id with the same name (as defined in the Fuego Enterprise directory).
    fuego.automapvars=true
    #If the below property is true ant script automatically map External Resources configurations (as defined in the project design) to real Configurations with the same name (as defined in the Fuego Enterprise directory).
    fuego.automapconfigs = true

  • Do we need nodemanager for SOA server installation?

    Hi All,
    I am installing both Weblogic Server ans SOA suite (SOA Server) in the same machine.
    What I red on net and nodemanager is required if managed server is installed on a different machine from the machine where weblogic server is installed.
    So in that case,Do I need to use nodemanager?
    Actually I already installed both weblogic and SOA suite in the same machine.I am able to start the servers by using startWebLogic.cmd and startManagedWebLogic.cmd.I also got the SOA folder in EM console.
    But When I am trying to deploy the application,it is giving "Closing socket as there is no read from 'ipaddress' machine etc " warning.
    That is why I want to have info whether nodemanager is the reason for not able to deploy application into server.
    Please guide me on this
    Thanks in advance

    I already replied to this same query. For benefit of others, here is the same reply.
    Hi
    1. Absolutely NOT. No, you do NOT need any NodeManager at all. Basically NodeManager is to Control all the Servers spread across different machines from One single point. Say you have 4 machines with 4 soa servers running in a cluster. General practice is we go to each machine (physically or using telnet like that) and run command like startManagedWeblogic soa_that_server_xx. We do this to start and stop. To avoid this and have better control, we use Node Manager. Node Manager is a small service that runs on each of these machines. And from one Single machine generally where we have Admin Server, we login into admin console. From Admin Console, we can Start / Stop any Server. Node Manager is more useful for complex cluster in QC or UAT or PROD Env.
    For Dev Env, absolutely not required. Use startWeblogic and startManagedWeblogic and good to go.
    Thanks
    Ravi Jegga

  • Hi i use iphone 4 with iso 6.1.3!! Am not getting an option to register my phone number in imsg!! Am just getting an option to set my email address for sending and receiving the imsgs!! How do i register my phone number??

    Hi i use iphone 4 with iso 6.1.3!! Am not getting an option to register my phone number in imsg!! Am just getting an option to set my email address for sending and receiving the imsgs!! How do i register my phone number??

    Hello Nikkii,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/ts4268
    Troubleshooting telephone-number activation (iPhone only)
    After each step, toggle FaceTime and iMessage off and then on in Settings > Messages and Settings > FaceTime.
    Update to the latest version of iOS.
    Ensure that your iPhone is set to the correct time zone. Tap Settings > General > Date & Time.
    Note: If Set Automatically is on but the incorrect time zone is displayed, turn Set Automatically off and then choose the correct time zone, date, and time. Then turn Set Automatically on again.
    Ensure that FaceTime has not been restricted: Settings > General > Restrictions > FaceTime.
    Verify that you can send SMS messages. You need a valid SMS messaging plan to activate FaceTime.
    Contact your carrier to verify that there are no restrictions or blocks on text messages. Blocks on text messaging will prevent iMessage and FaceTime registration.
    If you are unable to activate iMessage or FaceTime on a device after remote wiping it, wait at least 24 hours and try again.
    If "Waiting for Activation" is displayed, leave FaceTime and iMessage enabled for 24 hours. Toggling FaceTime or iMessage off and on will cause the registration process to start over.
    Best of luck,
    Mario

  • How to set up Airport Extreme for 11ac and 11n?

    I have just purchased the new Airport Extreme (August 2014) because Apple's website states
    Simultaneous dual-band support.
    AirPort Extreme features simultaneous dual-band 802.11ac Wi‑Fi. That means it transmits at both the 2.4GHz and 5GHz frequencies at the same time. So no matter which band your wireless devices use, they’ll automatically connect to the best available band for the fastest possible performance.
    I have number of Macs in my home from a new MacBook Pro with Mavericks to a Macbook Air with Snow Leopard (due to required software) and iPads.
    So after setting up the new Extreme my new MacBook only accesses 11n as does my older Macs. I checked by holding down the option key while clicking the WiFi icon at the top of my Mac. Well, not so automatic then as I was expecting 11ac and 3 times faster access (as stated by Apple).
    I then looked for some documentation for setting up but cannot find anything.
    Hence my question here.
    How to set up Airport Extreme for 11ac and 11n simultaneously?
    At present the new Extreme is no better than my previous 2 year old one.
    Thank you.
    Michael

    How to set up Airport Extreme for 11ac and 11n simultaneously?
    Assuming that it is operating correctly, 802.11ac and 802.11b/g/n are broadcast simultaneously by default.
    Simultaneous dual-band support.
    AirPort Extreme features simultaneous dual-band 802.11ac Wi‑Fi. That means it transmits at both the 2.4GHz and 5GHz frequencies at the same time. So no matter which band your wireless devices use, they’ll automatically connect to the best available band for the fastest possible performance.
    That is advertising. The real information is usually found in the small and hard to read footnotes:
    Based on theoretical peak speeds. Actual speeds will be lower.
    AirPort Extreme is based on an IEEE 802.11ac draft specification. Performance based on comparison with Apple’s 802.11n products. Comparison assumes AirPort Extreme network with 802.11ac-enabled computer. Speed and range will be less if an 802.11a/b/g product joins the network. Accessing the wireless network requires a Wi‑Fi-enabled device. Actual speed will vary based on range, connection rate, site conditions, size of network, and other factors. Range will vary with site conditions.
    Since the 802.11ac signal is being broadcast only using the 5 GHz band, some users report that they have had better results by using the option to assign a different name to the 5 GHz band, and then pointing their Mac to that specific signal or network. You may want to try that option.
    But first as a test, please locate the MacBook Pro about 10-15 feet or 3-4 meters from the AirPort Extreme with clear line-of-sight between the two devices. Restart both the AirPort Extreme and the Macbook Pro and then check to see if the Mac is connected to an 802.11ac signal.
    If not, please power off your other wireless devices...computers, mobile devices, etc. temporarily, and try the same test again.
    Please report on your results.

  • HT2105 I am trying to set up an allowance for someone and it isn't allowing me to do so.

    I am trying to set up an allowance for someone and it isn't allowing me to do so.

    Might be help on this thread for you  >  itunes keeps saying it cant verify my...: Apple Support Communities

  • Why do we actuallya need the setting of environment variables?

    Hello guys,
    I read that, in order to connect to the database via SQL*Plus, we need to have the environment variables set. So, SQL*Plus is a command tool, which doesnt know over which path to connect to db, if the environment variables are not set?
    How about the needs of setting environment variables at point of view of MS-DOS? I know that over MS-DOS we can check if the environment variables are already set or not. Or we can actively set the environment variables.
    When should we actually set the environment variables? Before we run the GUI or after? I read, that if we set it before we run the GUI, then the setting will be taken over when it comes to that step by running GUI. I am curious, since this would be interesting to know, if we use other version than XE.
    Thanks..

    Oracle's flexibility ... many different versions working the same on many different versions of many different operating systems ... means that a single consistent installation and configuration methodology must work everywhere so as not to have the limitations of other competing products that work on only a single operating system or require that one learn a different syntax and methods for different versions.
    Be grateful Oracle is as it is. Your competence in one version and operating system translates into competence in others.

Maybe you are looking for

  • For Movie sound tracks, how to Make sound? Auto Normalize is dangerous

    I'm not sure how to do this. But i'm making an animation movie. i lay sounds(Mp3's etc i downloaded from websiteis) in about 3 different Normal audio tracks. I add sounds ettects(GB rain, etc) too and also later on i will add a music track. The probl

  • Removing the dynamic attributes from view context

    Hi, I have added an attribute dynamically using the following line of code in wdDoModifyView(): wdThis.wdGetContext().getContext().getRootNodeInfo ().addAttribute(<attributename>, <datatype>); Now I want to remove the dynamically created attribute fr

  • Need help on content protection

    i can't connect to blackberry apps world because it keep saying that i need to turn off my content protection, and don't know how to do so. can anyone help please??

  • What is the pay scale structure??

    i want to know What is meant by payscale structure ?? in detail 

  • IOS 7 update on 3rd gen.

    I thought I was suppose to get iWork and iPhoto and iMovie when I updated to iOS 7??? I'm so disappointed, I feel as though I was lied to :( is there anyway that I can still get them free or was never supposed to?