Need help:server client in the same machine

hello all,
i want to install oracle client and server on the same machine(cause i only have got one)
to do that,
for server installation i did the following:
# mkdir /u01
; /u01
# cd /u01
# mkdir -p app/oracle/oradata
# groupadd dba
# groupadd oinstall
# groupadd oracle
# useradd -g dba -G oinstall,oracle -m oracle -d /u01/app/oracle
; risumi des caractiristiques du compte Linux oracle
; user : oracle
; groupe principal: dba
; groupe secondaire: oinstall, oracle
; ripertoire par difaut: /u01/app/oracle
# cd /u01
# chown -R oracle.dba /u01
; virification des droits
# ls -l /u01/app/oracle
# ls -l /u01/oradata
# passwd oracle
# more /etc/passwd
# more /etc/group
; sortie de votre session root
# exit
$ su - oracle
in .bash_profile(file) i wrote the follwing parameters :
export DISPLAY=localhost:0.0
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/8.1.6
export PATH=$PATH:$ORACLE_HOME/bin
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
export ORACLE_SID=TEST
export ORACLE_TERM=vt100
export NLS_LANG=french_france.WE8DEC
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
the oracle server works fine!
So, the server installation directory is /u01/app/oracle/product/8.1.6
what i have to do for client installation in the same machine:
do i have to create a new groups(dba,oinstall...)?
do i have a new directory to install oracle client?
can somebody give me any information?
Thank's a lot in advance
null

You can install your client parts in the same ORACLE_HOME as the server as long as they are of the same version. In fact, a lot of the client has already been installed, since it is part of the server installation.
If your client is of a different version than your server you will have to install it in a different ORACLE_HOME. You can do this using the same oracle user.

Similar Messages

  • How to best support CT2, CT3 and CT4 clients from the same machine?

    I have clients that are still insisting on CT2 and CT3 for
    their
    editing. I am able to use CT3 with work arounds for my CT2
    customes;
    but would like to get on with CT4.
    Can anyone point me to the Tips and Techniques that will
    point out the
    "gotcha's" when trying to support multiple versions of CT
    from the same
    machine?
    Thanks,
    Howard

    To remove file from iPhoto and the HD simply put the files in the iPhoto trash and then go iPhoto Menu -> Empty trash.
    This works if you're using iPhoto in the default setting, where the files are copied to the Library on import. If, however, you have a referenced library, you'll need to trash the files in your own folder structure yourself.
    Regards
    TD

  • Two server sockets on the same machine, one not working.

    Dear forum users.
    I'm currently having a problem with running two server sockets on the same computer.
    It gives no exceptions or anything, just that if i connect with another machine, the last serversocket that started,
    will not accept connections..
    Scenario:
    Computer 1: Main server.
    Computer 1: Game server.
    Computer 2: Client
    Computer 2 connects first to the main server (lets say port 13371)
    Then connects to game server (port 6112).
    Computer 2 failes to connect to the Game server for some reason.
    But if i open a client at Computer 1, connects to main server, and then game server, it
    works fine.
    And if I put computer 2 as a Game server,
    then everything works fine.
    Working scenario:
    Computer 1: Main server.
    Computer 2: Game server
    Computer 2: Client
    Computer 1: Client
    Now, however many that wants to connect to game server, works.
    I have gone through the code 100 times now it feels like. And still dont see why this happends.
    Anyone know if it is "working as intended"? Or just me doing something completely wrong that i cant see myself?
    Sorry for not posting code, its too much code to post.

    Oh, sorry.
    TCPServer:
    protected ServerSocket serverSocket;
    public abstract void processConnection(Socket client);
        public void listen() {
            try {
                report("Listening to clients on port: " + portNumber);
                while (serverSocket != null && acceptConnections) {
                    processConnection(serverSocket.accept());
                    report("Client accepted on serverSocket.");
            } catch (SocketException e) {
                report("TCPServer/listenForClients : SocketException.", e);
            } catch (Exception e) {
                report("TCPServer/listenForClients : Unknown Exception.", e);
            cleanUp();
            report("Stopped listening on port: " + portNumber);
        }MainServer extends the TCPServer:
        public void processConnection(Socket client) {
            try {
                MainServer_Client tmp = new MainServer_Client(client, this);
                synchronized (clients) {
                    clients.add(tmp);
                Thread th = new Thread(tmp);
                th.start();
            } catch (Exception e) {
                report("MainServer/processConnection : Unknown Exception", e);
        }GameServer extends TCPServer
        public void processConnection(Socket client) {
            try {
                client.setTcpNoDelay(true);
                GameServer_ServerClient tmp = new GameServer_ServerClient(client, this);
                synchronized(clients) {
                    clients.add(tmp);
                Thread th = new Thread(tmp);
                th.start();
            } catch(Exception e) {
                report("GameServer_Host/processConnection : Unknown Exception",e);
                e.printStackTrace();
        }Edited by: Lgeee on Apr 30, 2010 2:57 AM

  • How do we Install Forms 6i and Server 8i on the same machine (PC)

    Well i am Trying to Install Forms6i and Oracle 8i Server on the same PC and not succeeding. Can anyone help.

    Follow below steps
    1. Remove all Oracle versions in your machine. In NT, To Delete Oracle, delete HKEYLocalMachine/software/oracle , HKEYLocalMachine/software/services/oracle* registry keys, restart m/c and delete all oracle home directories.
    2. Install Forms 6i Server in the default home directory. If you want to develop forms in same m/c, use custom installation and select forms server, forms developer and webdb listner ( if needed ).
    3. Install Oracle 8i in a different oracle home.
    4. configure oracle forms server and webdb listner. ( See Note:107596.7 in matalink)

  • How to recover from a lost trust relationship (or zone configuration) between the linux ZCM agent to the Primary Zone server running on the same machine?

    I have tried:
    zac retr, which fails as it says there is no zone to which this agent
    is connected
    zac reg, which fails because of error 34 Invalid device authentication
    information
    zac rereg GUID, which fails because of missing zone (as zac retr)
    zac unr, which fails because of the same error.
    zac ci shows the correct certificates
    almost everything is working except registration refresh and location
    refresh.
    What to do in this situation?
    ZCM 11.2 with latest update (Monthly update 1)
    W. Prindl

    This was yesterday resolved by NTS - you see the "quick" resolution
    time of NTS if you subtract the date of the initial post from the date
    of this post - with an absolutely simple trick, which obviously nobody
    did know of. The support engineer got it from the developer team.
    There is a switch in the
    /opt/novell/zenworks/share/tomcat/webapps/zenworks-registration/WEB-INF/
    config.xml configuration file, with which you can switch authentication
    off for device registration.
    You just need to add <Authenticate>false<\Authenticate> into the only
    configuration this file contains.
    This suppresses the error 34 on device registration and the device gets
    registered correctly upon restart of the zenworks suite. After this is
    done one can change back the above mentioned file to the original state
    and restart the zenworks suite again.
    The solution was really easy to deploy - the time till this resolution
    was found was IMO too long.
    W. Prindl
    W_ Prindl wrote:
    >I have tried:
    >
    >zac retr, which fails as it says there is no zone to which this agent
    >is connected
    >
    >zac reg, which fails because of error 34 Invalid device authentication
    >information
    >
    >zac rereg GUID, which fails because of missing zone (as zac retr)
    >
    >zac unr, which fails because of the same error.
    >
    >zac ci shows the correct certificates
    >
    >almost everything is working except registration refresh and location
    >refresh.
    >
    >What to do in this situation?
    >
    >ZCM 11.2 with latest update (Monthly update 1)

  • How to run two WebLogic server instances on the same machine

    The setup is to run server instance A with all EJBs and server instance
    B with all servlets.
    I edited the weblogic.properties under myserver to include all EJBs and
    create server2 under \weblogic parallel to myserver and put a new
    weblogic.properties under server2 that has all the servlets aliases.
    Is this the right way?
    two server ran but I cannot hit the servlet.

    The setup is to run server instance A with all EJBs and server instance
    B with all servlets.
    I edited the weblogic.properties under myserver to include all EJBs and
    create server2 under \weblogic parallel to myserver and put a new
    weblogic.properties under server2 that has all the servlets aliases.
    Is this the right way?
    two server ran but I cannot hit the servlet.

  • BPC NW and Ms clients in the same environment

    Hi,
    A simple question... is it possible to install clients for BPC NW and MS in the same computer?
    Thanx
    Velázquez

    Hi,
    If you install both the clients on the same machine, there will be some DLL conflicts and conflicts in the local folder for BPC. So, you will face a lot of problems in working on them. I had tried once and faced lot of issues.
    Hope this helps.

  • Can I install 8 on the same machine where I have 7?

    Can I install app server 8 on the same machine where I have app server 7 installed already? Are there any conflicts that I need to be aware of?

    Yes, you can install both 7 and 8 on the same system - you simply have to specify different installation location (and different set of port numbers if you plan to use both installations at the same time).
    You can also use upgrade tool which is shipped with release 8 to migrate your server configuration and deployed applications from the old installation into the new installation. See installation guide for more details on this:
    http://docs.sun.com/source/817-6083/upgrade.html

  • Certificate validation when server is the same machine as client

    Hi guys i realize this is the most talked question about jsse, the validation of local certificates.
    I found a 2001 o'reilly page where they explain what is jsse and gives a complete tutorial of it.
    It comes with a sample secure http server and browser, and when i try to connect to the server with that browser it bombs out with the "couldn't find trusted certificate"
    Having read some posts here and googled around i found out that this sometimes happens because the name on the signed certificate does not match the url accessed from the server.
    So, if the server and client is on the same machine (127.0.0.1) and my machine name is FJL, can someone explain me how should i run the keytool?
    This is what i have been using:
    keytool -genkey -keystore certs -keyalg rsa -alias espectro -storepass serverkspw -keypass serverpw
    The keytool then prompted me for information to put into the certificate. My answers are shown in bold.
    What is your first and last name?
    ��[Unknown]: francisco leon
    What is the name of your organizational unit?
    ��[Unknown]: licom
    What is the name of your organization?
    ��[Unknown]: la universidad del zulia
    What is the name of your City or Locality?
    ��[Unknown]: maracaibo
    What is the name of your State or Province?
    ��[Unknown]: zulia
    What is the two-letter country code for this unit?
    ��[Unknown]: VE
    Is <CN=francisco leon, OU=licom O=la universidad del zulia L=maracaibo ST=zulia, C=ve> correct?
    ��[no]: y
    the web server is found here http://www.onjava.com/pub/a/onjava/2001/05/03/java_security.html?page=1 to page=5 or so
    page=4 explains something:
    You may wonder what happens when you run SecureBrowser againstSecureServer. It doesn't work. That's because SecureBrowser won't acceptSecureServer's phony certificate. However, we can trick SecureBrowser into accepting SecureServer's certificate. Here's how:
    So i use the keytool again to do what it is suggested:
    keytool -export -keystore certs -alias espectro -file server.cer
    then:
    keytool -import -keystore jssecacerts -alias espectro -file server.cer
    the jssecacerts file is located on the dir where i did the keytool thing, so i copy it to c:\j2sdk1.4.1_02\jre\lib\security
    and finally i try to connect to the secure httpserver found on that url with the secure browser found there too and i get the "couldn't find trusted certificate"
    could someone please explain me how to fix it? the article is kind of old and lists some properties which i haven't been able to find, along with some .jar (the article is dated before java 1.4 was available) and maybe i am doing something wrong.
    Thanks in advance!

    Ok, indeed, when keytool asks me about my name, i tried it with my machine name and now it works.

  • Cannot install Crystal Reports Server 2008 and Client Tools on same machine

    I am having trouble setting up Crystal Reports Server 2008 with Client Tools on a new Windows 2003 SP 2 machine. The Server 2008 package installs OK (built-in MySQL server, built-in Tomcat 5.5 server). Reports run okay. But my customer wants to run reports that use Salesforce as a data source, so I tried to install Crystal Reports Server 2008 Client Tools (needed  for Salesforce support, apparently). I receive this error:
    'Business Objects product detected: cannot continue with install'. Installation of Client Tools immediately terminates.
    Oddly enough, when I uninstalled Server 2008, the Client Tools installed successfully. Then I tried installing Server 2008, and I got the same error message as with Server 2008. What the heck?
    Any ideas on how I can get Server 2008 and Server 2008 Client Tools to live in harmony on the same machine? We were able to do this with a (otherwise overloaded) Win2K3 server before.
    Thank you in advance for any help.

    Typically the client tools are installed with enterprise by default. If not then you would want to use add/remove in control panel and select them. The installer thinks you are trying to install enterprise on top of itself and thus the error.
    Regards,
    Tim

  • Replace a 2003 (not R2) File Server with a 2012R2 files server and preferably keep the same machine name and IP when finished

    I am wanting to replace a 2003 (not R2) File Server with a 2012R2 file server and preferably keep the same machine name and IP when finished.  For the moment I just need some "high level" guidance, little details can be worked out once I know
    which direction I will go.  I was considering that DFS might be a way to help get through the process although when finished the 2012R2 Files server will be by itself with no other file server planned at this time.  DFS can stay installed for maybe
    future purposes but clearly I wouldn't need the DFS Replication with only one machine.
    Here's a few details of the environment....
    1.  DC's are 2012R2 but it is still 2003 DFL because the old 2003 DCs are still present.  But likely they will be gone and the DFL elevated before I start on the File Server project
    2. Nearly all machines in the facility have a shortcut on the "All Users" Desktop that points to the existing old File Server.  Editing or replacing that shortcut would be a major pain,...hence why I want to keep the same machine name at least,
    and maybe the same IP if not too much trouble.  This way the existing shortcut would continue to work with the new 2012R2 File Server.  The UNC path represented in that shortcut is also configured into one or more of our major business applications,
    futher emphasizing the need to keep the UNC path the same throughout the process.
    3. The facility runs 24/7/365 but is "light" on weekends.  The political environment is such that there is little to no tolerance for any down time at all.
    4. Would DFS (based from the 2012R2 machine) be a good tool to get where I need to go?
    Thanks for any suggestions.
    Phillip Windell

    Hi Sharon,
    I've done some more reading and have a few new ideas to run past you....
    Yes regular DFS wouldn't help and the Namespace would still be different than how it was with just the old server. However I was thinking DFS Replication could replace the purpose of RoboCopy and it would keep the two locations "in sync" until I was ready
    to flip over to the new server.  DFS Rep can exist independently of a DFS Namespace, so a Namespace is not even needed. It needs a minimum of 2003R2 for the "later & better" DFS Rep but I believe 2003 can do an "in place" upgrade to 2003R2, so I would upgrade
    the old server to 2003R2 first.  As long as the DFS Rep on 2012R2 and 2003R2 will properly interact I think that will work.
    Thanks for the reg info on the Shares.  I'm debating if editing that would reg file would really be much better than manually creating the Shares on the new server while the DFS Replication was doing its job.  I'll probably export that Key as a
    safety move whether I use it or not.
    Once the DFS Rep is fully in sync and the Shares are in place on the new server, I figure I would then:
    1. Remove the DFS Replication Object (optionally remove DFS Services completely)
    2. Rename the old File Server to something else and set it to DHCP
    3. Rename the new File Server to the name I want to use and give it the IP the old server had.
    How does that sound?
    Phillip Windell

  • Oracle AS and Oracle 9i Client on the same server

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

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

  • BW Precalculation server and BW server can be installed on the same machine

    Hi BW Expert
    We are evaluating make Precalculated Workbooks and we have a doubt, BW Precalculation server and BW server can be installed on the same machine?
    Regards,
    Egly

    Hi,
    It is better to have them on separate systems.
    https://websmp201.sap-ag.de/~sapidb/012003146900000085752006E/HowtoInformationBroadcasting.pdf
    Please go through the below threads:
    BW Pre Calculation server
    Information needed about bi pre calculation server
    Hope this helps.
    Regards
    Vishal

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

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

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

  • Multiple instances of weblogic server 6.1 running on the same machine

    Hi,
    I need to run two instances of weblogic server 6.1 running on the same
    machine. I need one for development and the other one running the live
    applications. I need two instances to be independent of each other. I am
    running weblogic server as an NT service. So I need two servers to start
    from the service so they are independent of each other.
    Thanks
    Madhu

    Hi.
    You can create new servers in your domain via the console. Be sure they are
    listening to different ports, however. If your NT machine supports more than
    1 IP address then you could alternatively bind each server to a different
    address.
    I'm not sure if this answers your question?
    Regards,
    Michael
    m holur wrote:
    Hi,
    I need to run two instances of weblogic server 6.1 running on the same
    machine. I need one for development and the other one running the live
    applications. I need two instances to be independent of each other. I am
    running weblogic server as an NT service. So I need two servers to start
    from the service so they are independent of each other.
    Thanks
    Madhu--
    Developer Relations Engineer
    BEA Support

Maybe you are looking for

  • Hyperlinks in word documents in chrome on Mac not opening

    Hello We have word documents with hyperlinks throughout. We have it set to Use the server default (Open in the browser). For our Mac users, they open fine on the first page in Mozilla but the second page and thereafter they are not clickable. In chro

  • BEA WebLogic vs OAS/OC4J: application redeployment

    Hi gang I'm currently researching solutions to JEE application redeployment, or more specifically when you want to update an existing deployed application on a JEE app server, how can you do so with minimal interruption to the users? From my research

  • Cubeset to only return positive values?

    Yet another cube formula question... In Excel 2010, no powerpivot or olap pivottable extensions, this is a pure Excel project. I am building various cubeset, cubemember, and cubevalue formulas to validate an ETL process. Question: I need to create a

  • Feature Request: Store "Saved Location" as part of metadata

    Feature request: LR does not save the name of the user-created "Saved Location" (the ones that the user creates in the Saved Locations panel) as part of the metadata. But I could be a good idea to make this possible. As a general functionality or as

  • Transporting SolMan Project

    Hi Gurus, Does anybody have the success story of transporting SolMan projects from one SolMan system to the other? I have read that it is possible. Also have heared that lot of people are facing lot of issues while transporting. So, looking forward f