GoldenGate installation on a server shared with multiple oracle instances

Hello

If I have a shared server which has several occurrences of oracle running on it, should I install a GoldenGate by server or a GoldenGate instance?

I am referring to 11.2 GoldenGate on AIX/Linux/Solaris operating systems

THX

Delphine

I have always used just 1 Golden Gate Installation on a server with multiple databases.

Tags: Business Intelligence

Similar Questions

  • Give advice about uninstalling the database Client Oracle under Windows with multiple Oracle homes

    Hi all.

    Probably a Client of Oracle database uninstall will arrive in a Windows box, where there are several houses of Oracle:

    (1) the Oracle Database 11 g Client is.

    (2) the House of Oracle Oracle database server.

    (3) oracle 6i Oracle Home.

    I have these concerns:

    (1) do I stop Oracle Services NOT related to the Oracle Home being deleted? I guess that's not necessary, but it is recommended?

    (2) the YES program to run must be or is better to use the YES program located at removed Oracle (Oracle Client to Database 11 g in this situation)?

    "(3) I see there are additional post - installation according to section 5.3 steps"manually remove the Oracle database Client components remaining' the Oracle Client Installation Guide for Windows.

    Could someone provide the additional steps or recommendations?

    Sorry but I do not trust the windows plataform much!

    Thanks in advance!

    Best regards, Luis!

    Hello myluism,

    You can use the oracle supplied binary dinstall to uninstall oracle binaries that you can download from this url of Oracle Database 11 g Release 2 for Microsoft Windows (x 64) that looks good in your context.

    In addition, you can also uninstall the binary files by running the dinstall respecitive houses Oracle located in the path: ORACLE_HOME\dinstall.

    Please go through the url: https://docs.oracle.com/cd/E11882_01/install.112/e47959/deinstall.htm#NTCLI1326

    I hope this helps.

    Thank you and best regards.

  • Basic question on the client connection to the Fund with several oracle instance

    Oracle 11:

    I have just a basic question about how doing listener/customer determine how oracle instance to connect to:

    1 tnsnames.ora and listener defines the configuration of the host and the port is that how he comes to know? I'm just trying to understand if the request comes to the listener how listener knows what Oracle instance to route traffic to?

    2. when I do sqlplus / as sysdba how knows what Oracle instance to connect to?

    Look at the differences

    [oracle@srv01-18-102 trace]$ cat $ORACLE_HOME/network/admin/listener.ora
    
    cat: /u01/app/oracle/product/ 11.1.0/dbhome_1/network/admin/listener.ora: No such file or directory
    
    -- start listener
    
    [oracle@srv01-18-102 trace]$ lsnrctl start
    
    LSNRCTL for Linux: Version 11.1.0.7.0   on 09-JUN-2009 01:05:42
    
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    
    Starting /u01/app/oracle/product/ 11.1.0/dbhome_1/bin/tnslsnr: please wait...
    
    TNSLSNR for Linux: Version 11.1.0.7.0
    Log messages written to /u01/app/oracle/diag/tnslsnr/srv01-18-102/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=1521)))
    
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.1.0.7.0
    Start Date                09-JUN-2009 01:05:42
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         /u01/app/oracle/diag/tnslsnr/srv01-18-102/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    
    -- startup database
    
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    
    SQL> startup
    ORACLE instance started.
    
    Total System Global Area  849530880 bytes
    Fixed Size                  1346664 bytes
    Variable Size             725615512 bytes
    Database Buffers          117440512 bytes
    Redo Buffers                5128192 bytes
    Database mounted.
    Database opened.
    
    SQL> alter system register;
    
    System altered.
    
    -- check again after a while (or for registration via "alter system register")
    
    [oracle@srv01-18-102 trace]$ lsnrctl status
    
    LSNRCTL for Linux: Version 11.1.0.7.0    on 09-JUN-2009 01:05:50
    
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.1.0.7.0
    Start Date                09-JUN-2009 01:05:42
    Uptime                    0 days 0 hr. 0 min. 8 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         /u01/app/oracle/diag/tnslsnr/srv01-18-102/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=8080))(Presentation=HTTP)(Session=RAW))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=srv01-18-102.amis.local)(PORT=2100))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "DEMO" has 1 instance(s).
      Instance "DEMO", status READY, has 1 handler(s) for this service...
    Service "DEMOXDB" has 1 instance(s).
      Instance "DEMO", status READY, has 1 handler(s) for this service...
    The command completed successfully
    
    -- BEQUEATH
    
    SQL> host
    [oracle@srv01-18-102 ~]$ set ORACLE_SID=DEMO
    [oracle@srv01-18-102 ~]$ sqlplus / as sysdba
    
    SQL*Plus: Release 11.1.0.7.0   on Tue Jun 9 01:17:42 2009
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0
    With the Partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options
    
    -- Query V$PROCESS
    
    SQL> desc v$process
    
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     ADDR                                               RAW(4)
     PID                                                NUMBER
     SPID                                               VARCHAR2(24)   <---
     USERNAME                                           VARCHAR2(15)
     SERIAL#                                            NUMBER
     TERMINAL                                           VARCHAR2(30)
     PROGRAM                                            VARCHAR2(48)
     TRACEID                                            VARCHAR2(255)
     TRACEFILE                                          VARCHAR2(513)
     BACKGROUND                                         VARCHAR2(1)
     LATCHWAIT                                          VARCHAR2(8)
     LATCHSPIN                                          VARCHAR2(8)
     PGA_USED_MEM                                       NUMBER
     PGA_ALLOC_MEM                                      NUMBER
     PGA_FREEABLE_MEM                                   NUMBER
     PGA_MAX_MEM                                        NUMBER
    
    SQL> select * from v$process where program like '%(TNS V1-V3)%';
    
    52ACC7FC         19 26000                    oracle                   2
    UNKNOWN                        [email protected] (TNS V1-V3)
    
    /u01/app/oracle/diag/rdbms/DEMO/DEMO/trace/DEMO_ora_26000.trc
                                                               1286124       2699092
             1048576     4616664
    
    1 row selected.
    
    -- "Jump to OS"
    
    SQL> host ps -ef|grep 26000
    
    oracle   26000 14346  0 01:09 ?        00:00:01 oracleDEMO (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oracle   27040 14346  0 01:16 pts/1    00:00:00 /bin/bash -c  ps -ef|grep 26000
    oracle   27042 27040  0 01:16 pts/1    00:00:00 grep 26000
    
    -- Connect via listener to the database
    
    -- content off tnsnames.ora
    
    [oracle@srv01-18-102 trace]$ cat $ORACLE_HOME/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/ 11.1.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    
    DEMO =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = srv01-18-102.amis.local)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = DEMO)
        )
      )
    
    [oracle@srv01-18-102 ~]$ sqlplus otn/otn@DEMO
    
    SQL*Plus: Release 11.1.0.7.0   on Tue Jun 9 01:28:52 2009
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0
    With the Partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options
    
    SQL> set head off feed on
    
    SQL> desc v$process
    
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     ADDR                                               RAW(4)
     PID                                                NUMBER
     SPID                                               VARCHAR2(24)   <---
     USERNAME                                           VARCHAR2(15)
     SERIAL#                                            NUMBER
     TERMINAL                                           VARCHAR2(30)
     PROGRAM                                            VARCHAR2(48)
     TRACEID                                            VARCHAR2(255)
     TRACEFILE                                          VARCHAR2(513)
     BACKGROUND                                         VARCHAR2(1)
     LATCHWAIT                                          VARCHAR2(8)
     LATCHSPIN                                          VARCHAR2(8)
     PGA_USED_MEM                                       NUMBER
     PGA_ALLOC_MEM                                      NUMBER
     PGA_FREEABLE_MEM                                   NUMBER
     PGA_MAX_MEM                                        NUMBER
    
    SQL> select * from v$process where spid in (27372);
    
    52ACC7FC         19 27372                    oracle                   4
    UNKNOWN                        [email protected]
    
    /u01/app/oracle/diag/rdbms/DEMO/DEMO/trace/DEMO_ora_27372.trc
                                                                705064        938372
                   0      938372
    
    -- Use info off v$process to join with v$session
    
    SQL> select * from v$session where paddr = '52ACC7FC';
    
    52112690        170          9     107441 52ACC7FC         93
    OTN                                     3 2147483644
                             ACTIVE   DEDICATED         93
    OTN                            oracle
    27370
    srv01-18-102.amis.local
    pts/1                          [email protected] (TNS V1-V3)
    USER       4C83D838     1817844678 4qpuh5jq5n6y6                0
    09-JUN-09             16777216 4C83443C      1421292656 b1vt3u9abfd3h
                    0 09-JUN-09              16777216
    
    SQL*Plus                                          3669949024
                                               0
    
                    8244            -1              0               0             0
    09-JUN-09                     0 NO  NONE          NONE       NO
    OTHER_GROUPS                     DISABLED ENABLED  ENABLED
                         0
                                                                     NOT IN WAIT
                                               41        322
    SQL*Net message to client
    driver id                                                        1413697536
    0000000054435000
    #bytes                                                                    1
    0000000000000001
                                                                              0
    
    00                  2000153315           7
    Network                                                                  -1
                  0 WAITED SHORT TIME                14
                          3730
    DEMO                                                            DISABLED FALSE
    FALSE FIRST EXEC                100 52ACC7FC               4
    
    -- Use info off V$process to look pid on OS
    
    SQL> host ps -ef | grep 27372
    
    oracle   27372     1  0 01:30 ?        00:00:00 oracleDEMO (LOCAL=NO)
    oracle   27413 27380  0 01:30 pts/1    00:00:00 /bin/bash -c  ps -ef|grep 27372
    oracle   27415 27413  0 01:30 pts/1    00:00:00 grep 27372
    
  • import objects shared with multiple files

    Hello

    I have a shared object that I would like to import with "Import shared objects" to create a library, but it contains a function defined in another line (#nclude), so I can't use the lvlib that produces the LV.

    I can solve this problem? How do I create a shared object that include other .o?

    Thank you.

    salvo980 wrote:

    The first among other .cpp for use function .cpp file. How can I include other .o? I have to use, for example:

    g++ name.o -shared -o libname.so
    

    with the '-l' option?

    g++ name.o -shared -o libname.so -L /usr/lib/name2.so
    

    Is this good?

    Thank you.

    It really depends. If you have two 'clean' cpp files, the simplest solution is to simply link the .o files all together in the phase of final link in listing them all as input for the llink gcc command file. Otherwise if your name2.so file already exists, you shouldn't really need to do anything special other than to ensure that it exists on the target system and is communicated to the linker 'ld' through the ldshared tool execution.

    Unlike Windows where each import must be paid at the time of link, either by an implementation of actual function in a file object or by the bias and the import file object library that performs dynamic load-time linking, shared Linux elf libraries do not need that. The linker during the generation of the shared library object file requires simply that the dynamic loader "ld" will be at the time of loading the shared library object file, resolve the symbols accordingly. That the purpose of the shared library must of course be installed and recognized by the linker to DL on the target, as mentioned above, copying in a well-known directory on the target and running ldshared awareness in the cache of the ld.

  • Deletion of data that are shared with multiple clusters warehouses

    Our ESX servers have initially setup by adding all the LUNS in three groups. Cluster 1, 2 and 3 all see the same disks.

    We are redesigning our design and would like to delete unused data from the cluster 2 warehouses.

    My question is, by deleting data warehouses in Group 2 will affect the data in cluster 1 or 3 warehouses?

    Thank you!

    Are you thinking of clicking on delete storage page?  If so, Yes will delete the partition on this volume.  Which will affect the volume and everything that uses it.

    I went through a similar process last year.  What I ended up doing removed access to the volumes of the servers that I didn't want more access and restart the hosts one by one.  I think this is the way you want to go.

    With ESX 3.5, I was unable to find a way to connect to the host on the volume.  ESX 4 looks like it will be possible.

    Charles nights, VCP

    If you have found this or other useful information, please consider awarding points to 'Correct' or 'useful '.

  • Setting NLS_LANG for a client with multiple Oracle servers

    Hello!

    We have a web application that needs to connect to a Oracle servers with different charactersets. When the NLS_LANG on the client is a single-byte encoding and the server has a single byte encoding there is no problem. We now have a server with NLS_CHARACTERSET UTF8 and all special characters (accented Hungarians) are replaced.
    When we put the customer UTF8 the rest of the servers does not work.
    What is the solution for a client and several servers with a different encoding?
    Is there a special touch to the connection string?
    I tried to change the nls_lang with a statement of alter session but without success.

    Kind regards
    emeriqus

    NLS_LANG does not depend on the database side, it is a CLIENT of setting to 'make Oracle know what encoding is used on the CLIENT' so that Oracle can perform the conversion of the encoding to the encoding of the data base (NLS_CHARACTERSET) of the customer.

    for AN application/client is only a correct value of NLS_LANG, independently of the NLS_CHARACTERSET database

    If you web application is really a UTF8 application (check with your provider) so you can perfectly use a client UTF8 and a database of 8 bits
    Of course, you will be limited on the side of the database in this case given the 8-bit character set knows not all of the characters in UTF8

    The fact that affecting the NLS_LANG UTF8 "does not work" with your web app is simply the fact that your application is not a UTF8 env.
    Setting nls_lang UTF8 will not "magically" your app UTF8, NLS_LANG is a function of the encoding used on the web server.

    But the first thing you should ask yourself is so common is correctly in the Oracle database.

    SQLdeveloper allows to check the data, it is a "good customer know" who needs no NLS configuration.
    You can download it from http://www.oracle.com/technology/products/database/sql_developer/
    If the data is displayed correctly in SQLdeveloper, then you are sure that it is correct in the database.

    If data are WRONG in the database that must be corrected in the first place, 'try' other client side of configurations will only make matter worse (even if they make the data "look good")

    Kind regards
    Gunther

    Client-side mentalink notes:

    Note: 158577.1> NLS_LANG explained (how work of transformation of characters Client / Server)?
    1.2 what is this NLS_LANG thing?
    3.2 an example detailed installation of nls hard to understand what is happening.
    4.2 How to check parameter NLS_LANG to the customer?
    5.1 my windows sqlplus is not displayed all my extended characters.
    Note: 179133.1> the correct NLS_LANG in a Windows environment
    Note: 264157.1> the correct setting of the NLS_LANG in the Unix environments
    Note: 229786.1> NLS_LANG and servers Web explained.
    Note 115001.1> parameter NLS_LANG to the Client and JDBC drivers

    If you are using Unicode beginning here:
    Note: 788156.1> AL32UTF8 / UTF8 (Unicode) Character Set Implications database

    Setting NLs parameters: Note: 241047.1> the priority of NLS parameters explained.

  • WebLogic server datasource with error oracle.jdbc.OracleDriver

    I installed the Weblogic 11 g server and tried to configure a data source it gave me this error. I can connect to the same data source with the same parameters using SQL developer.

    Driver class:
    oracle.jdbc.OracleDriver

    URL:
    JDBC: thin: @ < ip address of the server test >: 1523:myTestDb


    >
    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-01882: zone schedule region not found

    oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
    oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
    oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:382)
    oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:573)
    oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:431)
    oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
    oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
    oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:366)
    oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:752)
    oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:366)
    oracle.jdbc.driver.PhysicalConnection. < init > (PhysicalConnection.java:538)
    oracle.jdbc.driver.T4CConnection. < init > (T4CConnection.java:228)
    oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
    com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:705)
    com.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:458)
    sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:597)
    ...
    >

    I have no idea about it and please help me to create the data source with success.

    Published by: Knightbeat on February 11, 2011 19:32

    Published by: Knightbeat on February 11, 2011 19:33

    Hello

    Rather than use startWeblogic.cmd, I suggest using the setDomainEnv.cmd file so that the property can be set to the FQDN.

    use the value to the setDomainEnv.cmd file below:
    Set JAVA_PROPERTIES =-Duser.timezone = "+ 05:30 ' % JAVA_PROPERTIES % EXTRA_JAVA_PROPERTIES %

    Use of the "" use your DB to the value of the time zone.

    Thank you
    Sandeep

    Published by: sandeep_singh on February 14, 2011 12:09

  • TD360 of Lenovo ThinkServer INTEL Xeon E5 comes with NO driver pre-installation before 12 Server

    I can't believe that they will not include a CD with drivers for the motherboard Intel RAID, video card, network card...

    I can't take care of customers with this "nonsense".    THIS LENOVO TD350 runs on Windows Server R2 12

    Where can I find this "DISK from LENOVO or MS-WINDOWS or INTEL drivers for the preinstallation

    The 'MANUAL' LENOVO makes it clear that you need the CD intalled "that comes with the system" for the drivers FRONT

    Installation of Windows SERVER 12 RAID5

    PLEASE ANY IDEAS...

    I've been in this industry for more than 30 years... DID NOT EXPECT THIS KIND OF BEHAVIOR OF IBM-LENOVO

    Help, please...

    Thank you,

    Simha S. Mende; lsohn

    Hello

    I suggest that you contact the Lenovo Support.

    Or kindly post your question in the Forums of TechNet server, as your question is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    See you soon.

  • I run a network of Windows 2008 Server r2 with a storage unit attached to the network that we put on our shared files.

    I run a network of Windows 2008 Server r2 with a storage unit attached to the network that we put on our shared files.

    I can access the shared files of most of my computers on the domain, but there are a few that have WINXP Pro can't do. Some of the XP computers can access it, but the only people who can't are XP. I think it might be something with the local security settings, but I'm not sure. The error I get is: \\server name \sharing folder is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have permissions.  The request is not supported.   All users have permissions and can view the files from other computers just these few who have been able to do actions. Any help would be useful.
    The procedure below: the problem: give perminiant solution pls
    1. delete the field and add the domain
    2 delete the user profile, and create user profile.
    Error:
    An error occurred during connection network Y:to\\server\common Microsoft windows folder: the local device name is already in use. This connection has not been rerun.

    Hello

    I suggest you according to the question in this forum and check if that helps:

    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads

    It will be useful.

  • How to access the PDB (s) with multiple shared users?

    is it possible to access the PDB files with multiple shared users?

    Consider the scenario:

    I have two common user:-c# a PDB and c ##b:-PDBTEST

    I am facing problem:

    When I connect with the common user - c ##b, I am not able to see the table of PDBTEST created by connecting you with c# a.

    However, I have assigned rights in PDBTEST for both users c# a and c ##b.

    For the common c ##b user, is there another way, I can access PDBTEST?

    I'm following measures:

    Connect as sysdba

    1 > created two user c# a and c ##b (container = ALL)

    2 > common role granted with all privileges: c ##role (container = ALL)

    3 > assigned c ##role both user: c# a and c ##b (container = ALL)

    4 > created PDB: PDBTEST

    Changed session and containing value = PDBTEST

    5 > granted c ##role to two users: c# a and c ##b inside the PDBTEST

    6 > connect with c# a (and not as sysdba)

    Changed session and containing value = PDBTEST

    7 > table created and inserted record: TestTable

    8 > connection with c ##b (and not as sysdba)

    Changed session and containing value = PDBTEST

    I'm not able to access the record of "TestTable" after you connect with c ##b...

    Even more, if I connect with c# a, I can access inserted records.

    Help, please.

    Hi Big Boss,

    It has nothing to do with the PDB, it is just the works of oracle way - to query a table that belongs to another yo uhave to precede their schema name unless you do one of 2 things

    (1) create a synonym (public or private) for their purpose

    (2) use alter session set current_schema

    So in your case you'd be (both logged in as ##b c)

    (1) create synonym c# table_name #a.table_name;

    (2) alter session set current_schema = c# a;

    Now, if you say

    Select * from table_name as c ##b it will work.

    (1) is permanent

    (2) must be adjusted each time you connected

    I think you're confusing a pdb with a schema file.

    See you soon,.

    Rich

  • New vSphere Windows 2008 R2 Server fails, the installation of the server with error 1920

    Band new installation of Windows Server 2008 R2 SP1 with all updates.

    Try installing vSphere CU2 5.5 Server build 2183112.

    Try the 'Easy install' or 'Custom Installation' I got the following error when the Single Sign-On is trying to settle.

    "Error 1920. Service "VMware Directory Service" (VMWareDirectoryService) failed to start. Check that you have sufficient privileges to start system services. »

    The event log shows this is not much help.

    "VMware Directory Service service failed to start due to the following error:

    Service has failed to demand launch or timely control.

    I have re-uploaded the iso with the same result and even try to install CU1 but who also failed with the same error.

    I tried http://kb.vmware.com/kb/2069695 with the same failed results.

    Setup log is attached.

    Problem has been fixed.

    I hope this solution will help others also (perhaps through a keyword to Google/Bing search)

    Have no Dell Host Integration Toolkit (I 4.7.1) installed when you perform an installation/upgrade of Single Sign-On. Once the VMWare software install then you can install the Dell Host Integration Toolkit.

    According to VMWare Support, this is a known problem (internal documentation) and want to resolve it shortly.

  • Manager server with multiple instances CF10

    Hello

    I'm having some trouble connecting to instances of ColdFusion I installed the 64 bit with CF10 RHEL6.1.

    If I just add a single server that points to the default cfusion instance

    Host: 192.168.0.10

    Port: 8500

    Server Manager connects and I can view the settings.

    If I then add a second server that points to an instance newly packed

    Host: 192.168.0.10

    Port: 8501

    The ability of the server to connect to an instance manager becomes poor at best. I can't do a diff of parameters if they both happen to connect.

    I need to enable something specific in the admin of each instance?

    See you soon,.

    Simon

    LCD SCREEN? You mean livecycle dataservices? If I google (based on the message shown in the screenshot):

    double Server session manager

    I get this as the first hit: http://www.shilpikhariwal.com/2010/08/duplicate-flex-session-error-in-server.html

    It seems that it may be just what you need, especially in light of your next note on running multiple instances. (Not sure of the impact of J2EE session vars).

    Let us know if that helps.

    /Charlie

  • MSDASQL does not work with the TNSNAMES file. ORA (SERVER = SHARED)

    Hello

    I use XE 11g on Windows 7 platform.  I also have Microsoft Office 2013.

    I have a macro in Excel that is running on a regular basis to load a small amount of data in Oracle tables.  It has worked well for years.

    Recently, another reason, I had to update the TNSNAMES file. ORA on the client and the server.  I had to change the (SERVER = DEDICATED) affecting (SERVER = SHARED).

    As I made this change, the macro no longer works.  If I change the TNSNAMES file. ORA back to DEDICATED on the client, all is well again, but my other new features fail.

    I get the following Microsoft VBA error when I open the client connection:

    [Oracle] [ODBC] [Ora] ORA-12520: TNS Listener could not find a Manager is available for the requested server type.

    I write the issue here since the TNSNAMES file. ORA definition seems to be the critical difference.

    Thanks for looking at this.

    Phil

    Hi Jari,

    Thanks for having me on the right track.  I solved it in other words.  I added a new section (XE_MSOFFICE) for the TNSNAMES file. ORA file on my client.  I then used the Microsoft ODBC Data Source Administrator tool on the USER DSN tab, I've reconfigured the TNS Service for XE_MSOFFICE name field.  I tested all functions and all work perfectly now.

    XE =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = server_address)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = SHARED)

    (SERVICE_NAME = XE)

    )

    )

    XE_MSOFFICE =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = server_address)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = XE)

    )

    )

    EXTPROC_CONNECTION_DATA =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))

    )

    (CONNECT_DATA =

    (SID = PLSExtProc)

    (PRESENTATION = RO)

    )

    )

    ORACLR_CONNECTION_DATA =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))

    )

    (CONNECT_DATA =

    (SID = CLRExtProc)

    (PRESENTATION = RO)

    )

    )

  • multiple OracleAS installs

    We create an environment of shared services, where we plan to install multiple OracleAS. We do not want organizations to access the URL containing ports.

    Is it possible to make this work?

    For example:
    Installation 1 is listening on port 7777, 443 and 80 have added. The url of the OracleAS is https://xyz.org

    Install 2 listening on port 7778, 4443. We want for this OracleAS URLs to be https://abc.org

    Listening to 443
    Listen 4443
    NameVirtualHost *: 4443

    Port 443
    ServerName xyz.org
    DocumentRoot/pathto/htdocs_1 /.
    SSLEngine on
    All SSLCipherSuite!: ADH:! EXPORT56: + HIGH: + MEDIUM: + LOW: + SSLv2: + EXP
    SSLWallet leader: / path_to_wallet_folder_1 /


    Port 443
    ServerName abc.org
    DocumentRoot/pathto/htdocs_2 /.
    SSLEngine on
    All SSLCipherSuite!: ADH:! EXPORT56: + HIGH: + MEDIUM: + LOW: + SSLv2: + EXP
    SSLWallet leader: / path_to_wallet_folder_2 /

    Of course, you will need to create two different portfolios, with two different certificates.
    And, if you want to work with 2 different ip, you can use them instead of the * in the tag.

    Kind regards.

  • El Capitan permissions bad for lib with multiple users

    On my Mac with multiple users and running El Capitan, I encountered a problem with an application (GoGlobal) failed to start with "errno = 13", which is a problem of permissions with usr/local/lib /.

    I determined that on Yosemite, usr/local/lib was owned by root and permissions: drwxr-xr-x. However, on El Capitan, usr/local/usr / local / lib lib is owned by one of the nicks (random?) and has permissions drwx-, which is the source of the errno = 13.

    I got around the problem by chmod 755 to lib /, but I fear that a future update will reset these permissions impassable previous values. Please correct these settings in install and update routines.

    GoGlobal isn't a request to Apple. You can send your message to the developer, who develops not only the Application itself, but the installation script that puts in place of its components.

Maybe you are looking for

  • IX4 - 300 d display

    Since the upgrade of the firmware on my box to the latest display firmware NAS is now showing all numbers and wording in the opposite direction. Anyone else see this problem or able to provide assistance, it would be greatly received. Running the fir

  • Statement and alias in VeriStand System Explorer

    I have the following questions about the procedures and the alias configuration in System Explorer of VeriStand: (a) using methods that States that "you can set up procedures to run only once, more than once, or in response to a particular event like

  • My Pavilion does not start

    Error message: GLQ7JM - K 5, 1682 - XD0141 - 60RE03

  • How to transfer data from USB key

    How to transfer data from the reader flash player (C), when you open send it to it does not have this option

  • How to recover data from $recycle.bin of an operating system Vista failed?

    Hi, my name is Andre.  My OS has failed, wouldn't boot and all options start Recovery (even with a Vista disk) have failed. I am able to connect the hard drive to another PC via the USB port and be able to see all the files and to recover. My last ch