Manage multiple middleware home

Hi Experts,
I am in the position to install and configure multiple middleware home in the single host as per vendor's requirement. normally when i have a single home it was easier to set environment using .bash_profile. But now, As two of the middleware home suppose to use the same variables (like MW_HOME, WL_HOME and etc)  I now set them manually to the current working middleware, for example if i want to deploy some thing in HOME2, then i have set the every individual environment variable points to HOME-2.
HOME-1: /uc01/app/oracle/product/middleware_fr
HOME-2: /uc01/app/oracle/product/middleware_jsf
Is there any simple way that i can make use of..? Please advise.
Regards,
Salai

you can use two archives to set the environment, example
vi environment1.sh
export MW_HOME=<path1>
....export more variables....
chmod 777 environment1.sh
vi environment2.sh
export MW_HOME=<path2>
....export more variables....
chmod 777 environment2.sh
when I what use Home1:
. environment1.sh
when I what use Home2:
. environment2.sh

Similar Messages

  • Multiple Middleware Homes and Node Managers on the same machine.

    Hi Experts,
    Before I explain the issue we are facing, I would like to explain the environment.
    - Single Machine.
    - Multiple Weblgoic homes (I mean two weblogic software installations).
    C:\Oracle\MiddlewareODS
    C:\Oracle\MiddlewareIAM
    - MiddlewareODS has a domain called "ODSDomain" with the maanged servers ods and oif.
    - MiddlewareIAM has a domain called "IAMDoain" with the managed server oim,oam,oaam,and oif.
    Our requirement is to have seperate nodemanager for each domain and they belong to different weblogic software homes.
    - MiddlewareODS node manager port is 5556
    - MiddlewareIAM node manager port is 5557
    Though we configured different port for each node manager , we are not able to start both the node managers. We are able start only one node manager at a time.
    My question is, Can each weblogic home has it's own node manager on the same machine ?
    Thanks

    Nodemanagers are not domain specific. Thus you can have one nodemanager in one machine and have multiple servers from multiple domains managed on that machine via this single node manager. You just need to update your nodemanager.domains properties file to have all the domains which your single nodemanager would listen to.
    -Bikash

  • Managing multiple Oracle Homes

    Gurus,
    I got 3 Oracle Homes namely HOME 0 , HOME 1 HOME 2. So now I would liek to change HOME 2 to HOME 0 and HOME 0 to HOME 2 .
    SO in this process what r the parameters need to be changed from registry.. please let me know. I will be grateful to all of your suggestions.

    I see. So you have an hybrid combination of versions. For the Oracle8 installation there is an Oracle Home Selector, you can use it to declare this as your default oracle home. On the other side, for the 9i and above versions this is no longer used and it doesn't work. So the only way to refer to a default Oracle Home is by means of the order it is declared at the PATH environment variable.
    ~ Madrid.

  • How can I Manage Multiple Users?

    My wife and I both want to organize and edit our digital photos with PSE10.  Up until now, I have managed all of our photos by myself, and I have synchronized all data on both of our computers (and backed up all of our data to an external harddrive).  Now that my wife also wants to organize and edit our photos on her computer, I am finding it difficult to synchronize the PSE Catalogs and photos on our two computers.  So, I am looking for a better procedure. 
    Should I (and can I) keep my PSE Catalog & Photos on: 
    (1) an External Harddrive (which would be connected to only one computer at a time, while that computer user is organizing and editing photos), or 
    (2) on a Home Network location where both users could access the photos for organizing and editing (with a "lockout" for photos which are being edited by the other computer user)? 
    Are there other good or better procedures for managing multiple users of PSE? 
    My computer is running Win7 Home Premium 64-bit. 
    My wife's computer is running Windows Vista Home Premium 32-bit.

    Thank all of you for your replies. 
    Re SOFTWARE CHOICES:
    I decided that my wife and I will each use different software on our different computers.
    I decided NOT to upgrade my wife's software from "Windows Live Photo Gallery" (WLPG) to "Adobe Photoshop Elements 10" (PSE).  After a detailed discussion of my wife's wishes, I discovered that she only wants to (1) move our pictures into folders, (2) cull the pix, and (3) create "Album" folders (with only our most memorable pix) to be printed as 8.5" x 11" pages for the Albums.  She wants me to crop, edit, add captions, and print the Album pages.  See the image at the bottom for our current Photo Mgmt Plan.
    I will continue to use "Lightroom" (Lr).
    Re SYCHRONIZATION: 
    I decided that we both can use the same picture files.  I use "GoodSync" to sychronize files between my computer and my wife's computer (and between my computer and my backup HDD). 
    My wife's "WLPG" does NOT appear to use a database.  My changes (including "Keyword" edits or adds) show up in her "WLPG" program, when picture files have been changed by myself in "Lr" and sychronized with her computer.
    After my wife adds folders and/or changes the folder contents, I sync her computer with mine.  I open her folders (which are now also on my computer) in "Lr", and "Import" any of her new and duplicate pictures into "Lr".  Surpisingly and thankfully, the pictures that have been moved to a new folder by my wife do NOT show up in "Lr" in the previous folder (i.e. I do NOT have to find and delete any "Missing" images which were in the previous folder location).
    Re MULTIPLE USERS OF A DATABASE:
    I do not need to use this now, but I read that "Lr" is designed to work with the "Lr" database (and pictures) on an external HDD.
    Thank all of you again for your very helpful replies.

  • Manage multiple accounts on one lap top

    How do  manage multiple accounts on one lap top?
    y wife and me have separate Apple ID's and one lap top at home. We have synced our data on the lap top and now face a situation where in her contacts are on my contact list on the phone and vice versa.
    Can anyone please suggest how do we solve this issue?
    We use Outlook 2010 on our lap top.

    OS X Mavericks: Set up users on your Mac

  • Error: Specified WebLogic home is not associated with given Middleware home

    Hi All,
    I am getting an error -"INST-07250: Specified WebLogic home is not associated with the given Middleware home" while configuring "bi domain".
    My requirement is to first install a domain in one host and then copy the installation to a different host so that domain can be configured in the new host.
    To make it run on the new host, I have modified the path of fusion home directory and host info in all the required files. But when I run the below script which configures "bi domain" and does silent installation, I get the above INST-07250 error.
    The paths of MW_HOME, WEBLOGIC_HOME, ORACLE_HOME and INSTALLER_DIR etc are as per the new host and correct.
    Script:
    $INSTALLER_DIR/runInstaller ORACLE_HOME="$ORACLE_HOME" -invPtrLoc $ORACLE_HOME/oraInst.loc -oneclick $COMMANDLINE -Doracle.config.mode=true
    The variables are:
    INSTALLER_DIR= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi/bin/../oui/bin
    ORACLE_HOME= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi
    COMMANDLINE= -weblogicConfigSilent -silent -waitForCompletion -responseFile /tmp/bi-facade-temp-dir505387909/configuration.rsp -jreLoc /scratch/kumasaur/prov/repos64ST3B17A/jdk6
    and the configuration.rsp file contents are:
    [ENGINE]
    #DO NOT CHANGE THIS.
    Response File Version=1.0.0.0.0
    [GENERIC]
    UNIX_GROUP_NAME=dba
    #Set this to true if you want to create a new domain, all other required variables need to be provided. If this is set to true then variables "SCALEOUT_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    CREATE_BISYSTEM=true
    #Set this to true if you want to extend an already existing domain, all other required variables need to be provided. If this is set to true then variables "CREATE_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    SCALEOUT_BISYSTEM=false
    #Write the name of the domain you want to create. Domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    DOMAIN_NAME=BIDomain
    #Write the name of the host to which you want to connect. It should have an already existing domain configured.
    DOMAIN_HOSTNAME=adc6260266.us.oracle.com
    #Give the port number at which the host should be connected.
    DOMAIN_PORT=
    #Give an administrator user name for the domain if you are creating a new one otherwise give the administrator user name for the domain configured at the host.
    ADMIN_USER_NAME=FUSION_APPS_PROV_PATCH_APPID
    #Give an administrator password for the domain if you are creating a new one otherwise give the administrator password for the domain configured at the host.
    ADMIN_PASSWORD=Bcu#favw2goh1m
    #Write the administrator password again to confirm.
    ADMIN_CONFIRM_PASSWORD=Bcu#favw2goh1m
    #Give the complete path to a valid Middleware Home.
    MW_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps
    #Give the complete path to a valid WebLogic Server Home.
    WEBLOGIC_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/wlserver_10.3
    #Give the complete path for an Oracle Instance directory to be created. This is the location where the software configuration files and runtime processes will reside.
    INSTANCE_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/BIInstance
    #Give a name for Oracle Instance corresponding to the Instance Home. The Oracle Instance name may only contain alphanumeric and underscore (_) characters, it must begin with an alphabetic (a-z or A-Z) character, and must be from 4 to 30 characters in length.
    INSTANCE_NAME=BIInstance
    #Give the complete path for a domain home to be created.
    DOMAIN_HOME_PATH=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/domains/adc6260266.us.oracle.com/BIDomain
    #Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
    DATABASE_CONNECTION_STRING_BI=ap6055fems.us.oracle.com:1528:fadb04
    #Enter the BIPLATFORM schema username.
    DATABASE_SCHEMA_USER_NAME_BI=BIKUMASAUR_BIPLATFORM
    #Enter the BIPLATFORM schema password.
    DATABASE_SCHEMA_PASSWORD_BI=<SECURE VALUE>
    #Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
    DATABASE_TYPE_BI=Oracle Database
    #Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
    DATABASE_CONNECTION_STRING_MDS=ap6055fems.us.oracle.com:1528:fadb04
    #Enter the MDS schema username.
    DATABASE_SCHEMA_USER_NAME_MDS=FUSION_MDS
    #Enter the MDS schema password.
    DATABASE_SCHEMA_PASSWORD_MDS=<SECURE VALUE>
    #Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
    DATABASE_TYPE_MDS=Oracle Database
    AUTOMATIC_PORT_DETECT=false
    #Specify the full path to the staticports.ini file that lists the ports to use.
    STATICPORT INI FILE LOCATION=/scratch/kumasaur/prov/apphome/ports/bi_staticports.ini
    #Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
    MYORACLESUPPORT_USERNAME=
    #Provide the My Oracle Support Password
    MYORACLESUPPORT_PASSWORD=<SECURE VALUE>
    #Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
    DECLINE_SECURITY_UPDATES=true
    #Set this to true if My Oracle Support Password is specified
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    #Provide the Proxy Host
    PROXY_HOST=
    #Provide the Proxy Port
    PROXY_PORT=
    #Provide the Proxy Username
    PROXY_USER=
    #Provide the Proxy Password
    PROXY_PWD=<SECURE VALUE>
    #Provide the Password to encrypt the RPD
    RPD_ENCRYPTION_PASSWORD=<SECURE VALUE>
    #Confirm the RPD password
    RPD_CONFIRM_PASSWORD=<SECURE VALUE>
    [SYSTEM]
    [APPLICATIONS]
    #Set to true to configure Oracle Business Intelligence. Otherwise set to false.
    CONFIGURE_BI=true
    [RELATIONSHIPS]
    Any help to resolve this would be greatly appreciated.
    Thanks,
    Saurabh

    Hi All,
    I am getting an error -"INST-07250: Specified WebLogic home is not associated with the given Middleware home" while configuring "bi domain".
    My requirement is to first install a domain in one host and then copy the installation to a different host so that domain can be configured in the new host.
    To make it run on the new host, I have modified the path of fusion home directory and host info in all the required files. But when I run the below script which configures "bi domain" and does silent installation, I get the above INST-07250 error.
    The paths of MW_HOME, WEBLOGIC_HOME, ORACLE_HOME and INSTALLER_DIR etc are as per the new host and correct.
    Script:
    $INSTALLER_DIR/runInstaller ORACLE_HOME="$ORACLE_HOME" -invPtrLoc $ORACLE_HOME/oraInst.loc -oneclick $COMMANDLINE -Doracle.config.mode=true
    The variables are:
    INSTALLER_DIR= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi/bin/../oui/bin
    ORACLE_HOME= /net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/bi
    COMMANDLINE= -weblogicConfigSilent -silent -waitForCompletion -responseFile /tmp/bi-facade-temp-dir505387909/configuration.rsp -jreLoc /scratch/kumasaur/prov/repos64ST3B17A/jdk6
    and the configuration.rsp file contents are:
    [ENGINE]
    #DO NOT CHANGE THIS.
    Response File Version=1.0.0.0.0
    [GENERIC]
    UNIX_GROUP_NAME=dba
    #Set this to true if you want to create a new domain, all other required variables need to be provided. If this is set to true then variables "SCALEOUT_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    CREATE_BISYSTEM=true
    #Set this to true if you want to extend an already existing domain, all other required variables need to be provided. If this is set to true then variables "CREATE_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    SCALEOUT_BISYSTEM=false
    #Write the name of the domain you want to create. Domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    DOMAIN_NAME=BIDomain
    #Write the name of the host to which you want to connect. It should have an already existing domain configured.
    DOMAIN_HOSTNAME=adc6260266.us.oracle.com
    #Give the port number at which the host should be connected.
    DOMAIN_PORT=
    #Give an administrator user name for the domain if you are creating a new one otherwise give the administrator user name for the domain configured at the host.
    ADMIN_USER_NAME=FUSION_APPS_PROV_PATCH_APPID
    #Give an administrator password for the domain if you are creating a new one otherwise give the administrator password for the domain configured at the host.
    ADMIN_PASSWORD=Bcu#favw2goh1m
    #Write the administrator password again to confirm.
    ADMIN_CONFIRM_PASSWORD=Bcu#favw2goh1m
    #Give the complete path to a valid Middleware Home.
    MW_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps
    #Give the complete path to a valid WebLogic Server Home.
    WEBLOGIC_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/fusionapps/wlserver_10.3
    #Give the complete path for an Oracle Instance directory to be created. This is the location where the software configuration files and runtime processes will reside.
    INSTANCE_HOME=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/BIInstance
    #Give a name for Oracle Instance corresponding to the Instance Home. The Oracle Instance name may only contain alphanumeric and underscore (_) characters, it must begin with an alphabetic (a-z or A-Z) character, and must be from 4 to 30 characters in length.
    INSTANCE_NAME=BIInstance
    #Give the complete path for a domain home to be created.
    DOMAIN_HOME_PATH=/net/adc6260266/scratch/kumasaur/prov/apphome/instance/domains/adc6260266.us.oracle.com/BIDomain
    #Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
    DATABASE_CONNECTION_STRING_BI=ap6055fems.us.oracle.com:1528:fadb04
    #Enter the BIPLATFORM schema username.
    DATABASE_SCHEMA_USER_NAME_BI=BIKUMASAUR_BIPLATFORM
    #Enter the BIPLATFORM schema password.
    DATABASE_SCHEMA_PASSWORD_BI=<SECURE VALUE>
    #Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
    DATABASE_TYPE_BI=Oracle Database
    #Format: hostname:port:servicename. For Application Cluster Database: host1:port1^host2:port2@servicename
    DATABASE_CONNECTION_STRING_MDS=ap6055fems.us.oracle.com:1528:fadb04
    #Enter the MDS schema username.
    DATABASE_SCHEMA_USER_NAME_MDS=FUSION_MDS
    #Enter the MDS schema password.
    DATABASE_SCHEMA_PASSWORD_MDS=<SECURE VALUE>
    #Select the database type in which the BIPLATFORM schema exists. Supported database types are Oracle Database, Microsoft SQL Server, IBM DB2.
    DATABASE_TYPE_MDS=Oracle Database
    AUTOMATIC_PORT_DETECT=false
    #Specify the full path to the staticports.ini file that lists the ports to use.
    STATICPORT INI FILE LOCATION=/scratch/kumasaur/prov/apphome/ports/bi_staticports.ini
    #Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
    MYORACLESUPPORT_USERNAME=
    #Provide the My Oracle Support Password
    MYORACLESUPPORT_PASSWORD=<SECURE VALUE>
    #Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
    DECLINE_SECURITY_UPDATES=true
    #Set this to true if My Oracle Support Password is specified
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    #Provide the Proxy Host
    PROXY_HOST=
    #Provide the Proxy Port
    PROXY_PORT=
    #Provide the Proxy Username
    PROXY_USER=
    #Provide the Proxy Password
    PROXY_PWD=<SECURE VALUE>
    #Provide the Password to encrypt the RPD
    RPD_ENCRYPTION_PASSWORD=<SECURE VALUE>
    #Confirm the RPD password
    RPD_CONFIRM_PASSWORD=<SECURE VALUE>
    [SYSTEM]
    [APPLICATIONS]
    #Set to true to configure Oracle Business Intelligence. Otherwise set to false.
    CONFIGURE_BI=true
    [RELATIONSHIPS]
    Any help to resolve this would be greatly appreciated.
    Thanks,
    Saurabh

  • OBIEE 11g, installation using a new middleware home, created a new weblogic

    Hi,
    We have a linux based machine with weblogic 10.3.5.0, already installed on it in the following folder. There are some applications that are deployed in this weblogic.
    /home/oracle/middleware
    While installatin of OBIEE 11.1.1.5, on this server we gave following middelware home:
    /home/oracle/OBIEE11g/
    This way OBIEE installer installed a new weblogic and node manager. Now two weblogic and two node managers are running on one machine. it was expected that OBIEE will create a new domain within existing weblogic, and will use the same one node manager.
    Is it possible to create a new domain in the first weblogic and move the deployemnt of OBIEE from 2nd weblogic to 1st weblogic in a separate domain. and then deinstall 2nd weblgoc and nodemanager which OBIEE11g installer has created.
    Regards,
    Sajid

    Hi Sajid,
    I'm not sure if this is possible. Is this a production envioronment? If not I would suggest you're better off backing up, reinstalling using the software only install into your original middleware home and then using the configuration assistant to set up obiee and finally migrating everything over. You have to be very careful with the middleware versions and patches.
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10539/c1_overview.htm#BABEBGFA
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10539/c5_postinstall.htm#CEGCJFIB
    Regards,
    Robert

  • How do i manage multiple users and devices with one apple id without everything showing up on every device?

    how do i manage multiple users and devices with one apple id without everything showing up on every device?

    How to use multiple iPhone, iPad, or iPod devices with one computer

  • How do I manage multiple itunes devices ?

    How do I manage multiple itunes devices with other family members on a single computer?
    I do not want to share libraries.

    There's a couple of options (other than using specified playlists or manual management out of a single library).
    The following document is worth checking through: 
    How to use multiple iPods, iPads, or iPhones with one computer

  • How do I manage multiple devices on the iCloud

    How do I manage multiple devices on the icloud.  We have 2 ipods, 2 iphones, ipad and a mac and right now the icloud thinks my son has my phone.

    Try going to Settings>Mail,Contacts,Calendars>My Info (in the Contacts section), then select your contact from the list.

  • Methods to managing multiple devices and accounts.

    My wife just got a new iPhone.  this is added to my iPhone and a few iPod touches for the kids.  Between cloud accounts, apple accounts, itunes accounts,  . . . What is the best way to manages multiple accounts and what is the differentiation between the different accounts?  I am not even sure what accounts are available.  Is my Apple account different from my iTunes account?  Apple ID seems to be everywhere.  So I need my wife to have her own Apple ID, this I believe to be true.  But what about syncing to the general iTunes account. We have one iMac with all our music on it.  How can she sync with her Mac Book for contacts or what ever and sync to the family iTunes account for music.  I am so confused?  Help.
    Thank you,
    Doug

    Have a read
    http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/

  • Manage multiple iphones on itunes account

    How can I manage multiple iphones on one itunes account?  I am trying to sync my daughters phone whom has different applications than mine - but my itunes account won't cooperate.  Cant find any info on this.  Wanted to download the new iOS 5 but need to update itunes first.

    Open itunes, connect iphone, select what you want to sync, sync, dicsonnect iphone.
    Connect other iphone, select what you want to sync, sync.
    and so on.
    How to use multiple iPods, iPads, or iPhones with one computer

  • How can I manage multiple iPads for different students?

    Problem: I need to manage multiple iPads for my students with special needs. I need to download different apps to different iPads and I'm not sure how to keep their apps separate but still keep ultimate control of the units (i.e. lock them from loading anything on the apps that we at the school district haven't approved).
    I need to be the only one doing updates, loading software, etc., and don't want to keep using my own personal iTunes account...any suggestions?

    If the presenter is using a computer and everyone else has an iPad this is very easy and free. Just use http://join.me and on the iPad just download their free app

  • Managing multiple itunes accounts on a single computer

    I have an iPod and an iPad that use a single iTunes account on a certain PC. I have a second iPod that I have setup on a second computer which also has its own separate iTunes account (because at the time I didn't understand you can manage multiple devices from a single account/computer). This second iPod has iPod apps I have purchased from my second iTunes account. I would like to change this and manage my second iPod from my main computer (so everything lives in one place). When I hooked the second iPod up to my main computer I picked the option to "transfer purchases to this computer". It acted like it was doing it, but I noticed nothing transferred. I unplugged the device and plugged it back in, and a dialogue box told me this iPod contained 33 applications that were NOT authorized to play on this computer and would not transfer them. It said I needed to authorize the computer to do that. My PC is already authorized with my main account and I don't want to mess that up. Can I authorize my computer for my second itunes account and have it authorized for both? Am I allowed to take apps I've purchased for the ipod that is on account 1 and install any of those apps on the ipod that is associated with account 2? I've purchased all these apps, I just did not understand from the get go that there was no need for me to setup 2 completely different itunes accounts. The second iPod I am going to give to my young daughter as a toy, but I absolutely don't want to mess up my iPad and first iPod as I use them for work on a daily basis. Any help would be appreciated.

    +Can I authorize my computer for my second itunes account and have it authorized for both?+
    Yes. Sign out of the itunes store under the first account, then _sign back in_ with 2nd.
    +I just did not understand from the get go that there was no need for me to setup 2 completely different itunes accounts.+
    Don't worry, lots of people made this same mistake. It will be kind of a hassle remembering to authorize both accounts in the future, but it's manageable. You know that license agreement that comes up after an itunes update? I think you'll have to go in under both accounts and agree to it from now on.
    http://support.apple.com/kb/HT1848
    See this line?
    +If the iTunes Store purchases on your device were purchased with multiple accounts, you will need to authorize the computer for each one.+
    That's what I'm talking about.

  • Multiple Oracle home and multiple Oracle database versions on same server?

    Hi all,
    I want to setup a test environment on single Windows XP server with an instance
    of Oracle 10g and Oracle 11g. How can I install both versions without problems?
    Thanks

    Hi,
    I am facing a problem on the same..
    below is the link to my thread.
    Multiple Oracle Home in Windows
    Please reply me how to solve this problem
    Thanks
    Bhavik Fuletra

Maybe you are looking for

  • Error while pasing arrays to pl/sql procedure

    Hi, I am trying to pass an array from java to pl/sql procedure. I tried this code: CREATE OR REPLACE TYPE HEADER_UPLOAD IS OBJECT (VENDOR_NAME VARCHAR2(240) --hr_all_organization_units.name%TYPE ,BILL_TO_CUSTOMER_NAME VARCHAR2(240)-- hz_parties.party

  • IPhone won't sync with computer, get error (-50) message. Also getting requests to sync when I open iTunes. I have 2 iTunes id's apparently. Can I fix this?

    I have an iPhone 4S,7.1.1,  and my MacBook Pro is still running 10.6.8, waiting to update to Mavericks as soon as I have some down time. My phone won't sync with my computer. I am getting an error message (-50). ITunes is also asking me if I want to

  • Sync pictures

    I am trying to import few pictures from PC to iPad2 using iTunes. After I select the folder and click Apply, iTunes comes up with a warning sign that doing so will deleted all the Apps on the iPad. What should I do? Thank you.

  • 9 inch iPad for the iPad artists community

    News about the iPad mini sounds good. But as an iPad artist, the mini might spell the end of a rich pool of iPad artists who favoured the bigger iPad screen for sketches. I hope apple will continue to make and improve the 9 inch iPad for the iPad art

  • Bea-inlinedxml + OSB 11.1.1.7

    Hi- Looks like bea-inlinedxml() is not working as expected on 11.1.1.7 I used to use bea-inlinedxml() to return a CDATA into a XML node but now OSB is returning it empty. OSB 11.1.1.7 ChangeLog shows: +13902323 - The bea-inlinedxml() function trims w