CF9 Standard in 64bit Linux

I'm attempting to enter a CF 9 Standard license into 64bit Linux system.  There is a known problem with this, but the work-around (ie: enter serial number into the web CF administrator interface instead of during Console install time), isn't working.
I also have a CF9 Ent serial number, which my new server does accept.  So I don't think there's a problem with my new installation.  It accepts Enterprise keys, just not Standard keys.
Is there a way to manually enter the serial number?  I tried modifying .../WEB-INF/cfusion/lib/license.properties manually and enter the new serial number in sn=####-####.... line but that didn't work.  My new installation still says Developer.  I'm fine manipulating whatever files, if needed.
I am running 9.0.1.274733.  It's running under Tomcat 7.0.22 using the AJP connector.  Tomcat is being called through Apache HTTPD 2.2.15 (yah, old) through mod_rewrite to ajp://localhost:8009/....   I tried Tomcat 5.5 and 6.x.  I tried switching JDK for Java from 1.6 Update 29 to 1.7 Update 1.  CF9 is "installed" as a WAR file.
Apache httpd/tomcat/java seems fine, as I can run other jsp and war file applications just fine.  CF9 itself seems to work fine in Developer mode as well.  I just can't seem to apply the Standard edition serial number to switch it over to Standard mode.
Thank you,
PH

The way you have ColdFusion installed is only supported with an Enterprise license. You have have deployed it as a .war, that is not supported in CF standard, so a standard key will not work. You can only install CF Standard in stand-alone/server mode.

Similar Messages

  • ODI11g on 64bit Linux

    Hi,
    what archive I should download for installation ODI11g on 64bit Linux (with for Linux (x86) or or All Platforms label)?
    According [url http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html]Oracle Fusion Middleware Supported System Configurations ODI11g is supported on RedHat EL 5.3+ 64bit ( [url http://www.oracle.com/technetwork/middleware/data-integrator/odi-11gr1certmatrix-163773.xls?ssSourceSiteId=otncn]direct link to certification table for ODI11g ),
    I downloaded for Linux (x86) archive but when I tried to run installer in 64bit RedHat I got error
    ERROR: The shiphome you are trying to install is not the proper shiphome for the current platform. The shiphome is for Linux x86 platform.
    Try downloading the appropriate shiphome for current platform or contact Oracle Support.
    Is there any reference to installation tips or guide for ODI11g on 64bit Linux?
    Regards,
    Oleg

    Resolved.
    To install ODI11g on Linux 64bit (and other platforms, for which there is no sepparate installation archive) you need to download ofm_odi_generic_11.1.1.3.0_disk1_1of1.zip file (with label "for All platforms" on ODI download link).
    Also I downloaded and installed JDK Standard Edition 1.6 for Linux 64bit (because installed OS didn't contain certified Java Developer Kit for ODI,
    I downloaded jdk-6u23-linux-x64.bin file and simple run it under choosed directory for JDK installation, for example if you run under /home/oracle
    JDK home will be /home/oracle/jdk1.6.0_23).
    Then start OUI - it asks about JDK location. Then follow installation guide...
    That's it!
    Regards,
    Oleg

  • Acrobat Reader for 64bit Linux is needed

    64bit Linux is becoming more prevalent due to the 64bit machines being created now a days.  Why isn't the 64bit Adobe Acrobat Reader available for Linux?

    The 32 bit .deb file does not install on 64 bit ubuntu systems.  Let me know
    if there is a trick to getting the 32 bit .deb file to install on 64 bit
    systems.
    Why was the 64 bit Acrobat created for Windows 7?  The reasons would be the
    same for Linux.  The 64 bit Acrobat would allow working with very large pdf
    files.
    Kind regards,
    Ralph Navarro

  • Please explain how to connect to an Oracle database with CF9 standard

    Can someone walk me through this process?  I am trying to help a group that upgraded frmo cf8 enterprise to cf9 standard.

    1. You'll need to download the Oracle JDBC Drivers (http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html)
    2. Put the appropriate .jar files in your <coldfusion>/lib folder
    3. Restart CF
    4. Create a Datasource using the "Other" option
    5. Create an appropriate connection string
    Examples:
    jdbc:oracle:thin:[USER/PASSWORD]@[HOST][:PORT]:SID
    jdbc:oracle:thin:[USER/PASSWORD]@//[HOST][:PORT]/SERVICE
    It has been a long time since I have done this, but I have done it and know it works. I remember the issue with SID vs SERVICE being a huge PITA.
    Good luck,
    Jason

  • UnixODBC connects, but won't select - 64bit Linux and client 10.2.0.1.0

    ODBC connects, but won't select - 64bit Linux and 64 bit Oracle instant client 10.2.0.1.0, full install (all files but basiclite).
    ODBC can connect to an Oracle database, but cannot describe or select.
    sqlplus can connect and select.
    Also, ODBC can connect and select using a mysql database.
    At end is ODBC trace log, odbcinst.ini and odbc.ini
    Using the isql utility from unixODBC version 2.2.10, I get the following
    ## working tnsnames.ora is located
    $ export TNS_ADMIN=/usr/share/oracle/OraHome_1/network/admin
    $ LD_LIBRARY_PATH=/usr/lib64/oracle isql -v TESTDB foo bar
    | Connected! |
    | |
    | sql-statement |
    | help [tablename] |
    | quit |
    | |
    SQL> describe dual
    [IM003][unixODBC][Driver Manager]Specified driver could not be loaded
    [ISQL]ERROR: Could not SQLAllocStmt
    SQL> select count(*) from dual;
    [IM003][unixODBC][Driver Manager]Specified driver could not be loaded
    [ISQL]ERROR: Could not SQLAllocStmt
    SQL>
    Trace appended at end.
    System Details
    SuSE 9.3 64 bit, 2x Xeon, 8Gb RAM, latest SuSE kernel 2.6.11.4-21.9-smp
    A 64bit full client(10.1.0.3.0) is installed in /usr/share/oracle/OraHome_1, where the tnsnames.ora file is located (in network/admin)
    The 64 bit instant client is installed in /usr/lib64/instantclient_10_2, pointed to by soft-link /usr/lib64/oracle
    I also have a 32bit instant client, which is needed by OpenOffice
    From a shell with unset ORACLE_HOME, and with no Oracle lib in the ld.config path, all 3 versions are able to connect, and describe dual and select (*) from dual;
    export TNS_ADMIN=/usr/share/oracle/OraHome_1/network/admin
    # 10.2 64 bit instant client
    LD_LIBRARY_PATH=/usr/lib64/oracle /usr/lib64/oracle/sqlplus foo/bar@TESTDB
    # 10.2 32 bit instant client
    LD_LIBRARY_PATH=/usr/lib/oracle /usr/lib/oracle/sqlplus foo/bar@TESTDB
    # 10.1 64 bit full client
    LD_LIBRARY_PATH=/usr/share/oracle/OraHome_1/lib /usr/share/oracle/OraHome_1/bin/sqlplus foo/bar@TESTDB
    #### LOG AND INI FILES
    ### odbcinst.ini
    [OracleODBC-10g]
    Description = Oracle ODBC driver for Oracle 10g
    Driver = /usr/lib64/oracle/libsqora.so.10.1
    Setup = /usr/lib64/unixODBC/liboraodbcS.so.1
    FileUsage =
    CPTimeout =
    CPReuse =
    [ODBC]
    Trace = Yes
    TraceFile = /tmp/sql.log
    ForceTrace = No
    Pooling = No
    ### odbc.ini
    [TESTDB]
    Application Attributes = T
    Attributes = W
    BatchAutocommitMode = IfAllSuccessful
    CloseCursor = F
    DisableDPM = F
    DisableMTS = T
    Driver = OracleODBC-10g
    DSN = TESTDB
    EXECSchemaOpt =
    EXECSyntax = T
    Failover = T
    FailoverDelay = 10
    FailoverRetryCount = 10
    FetchBufferSize = 64000
    ForceWCHAR = F
    Lobs = T
    Longs = T
    MetadataIdDefault = F
    QueryTimeout = T
    ResultSets = T
    ServerName = TESTDB
    SQLGetData extensions = F
    Translation DLL =
    Translation Option = 0
    Here is the output from ODBC's trace of the isql session
    [ODBC][27847][__handles.c][444]
              Exit:[SQL_SUCCESS]
                   Environment = 0x507700
    [ODBC][27847][SQLAllocHandle.c][346]
              Entry:
                   Handle Type = 2
                   Input Handle = 0x507700
    [ODBC][27847][SQLAllocHandle.c][464]
              Exit:[SQL_SUCCESS]
                   Output Handle = 0x507ce0
    [ODBC][27847][SQLConnect.c][3527]
              Entry:
                   Connection = 0x507ce0
                   Server Name = [TESTDB][length = 6 (SQL_NTS)]
                   User Name = [foo][length = 3 (SQL_NTS)]
                   Authentication = [bar][length = 3 (SQL_NTS)]
              UNICODE Using encoding ASCII 'ISO8859-1' and UNICODE 'UCS-2LE'
    [ODBC][27847][SQLConnect.c][4101]
              Exit:[SQL_SUCCESS]
    [ODBC][27847][SQLAllocHandle.c][511]
              Entry:
                   Handle Type = 3
                   Input Handle = 0x507ce0
    [ODBC][27847][SQLAllocHandle.c][641]Error: IM003
    [ODBC][27847][SQLError.c][424]
              Entry:
                   Connection = 0x507ce0
                   SQLState = 0x7fffffffd750
                   Native = 0x7fffffffd748
                   Message Text = 0x7fffffffd760
                   Buffer Length = 500
                   Text Len Ptr = 0x7fffffffd74e
    [ODBC][27847][SQLError.c][461]
              Exit:[SQL_SUCCESS]
                   SQLState = IM003
                   Native = 0x7fffffffd748 -> 0
                   Message Text = [[unixODBC][Driver Manager]Specified driver could not be loaded]
    [ODBC][27847][SQLError.c][424]
              Entry:
                   Connection = 0x507ce0
                   SQLState = 0x7fffffffd750
                   Native = 0x7fffffffd748
                   Message Text = 0x7fffffffd760
                   Buffer Length = 500
                   Text Len Ptr = 0x7fffffffd74e
    [ODBC][27847][SQLError.c][461]
              Exit:[SQL_NO_DATA]
    [ODBC][27847][SQLError.c][504]
              Entry:
                   Environment = 0x507700
                   SQLState = 0x7fffffffd750
                   Native = 0x7fffffffd748
                   Message Text = 0x7fffffffd760
                   Buffer Length = 500
                   Text Len Ptr = 0x7fffffffd74e
    [ODBC][27847][SQLError.c][541]
              Exit:[SQL_NO_DATA]
    [ODBC][27847][SQLAllocHandle.c][511]
              Entry:
                   Handle Type = 3
                   Input Handle = 0x507ce0
    [ODBC][27847][SQLAllocHandle.c][641]Error: IM003
    [ODBC][27847][SQLError.c][424]
              Entry:
                   Connection = 0x507ce0
                   SQLState = 0x7fffffffd750
                   Native = 0x7fffffffd748
                   Message Text = 0x7fffffffd760
                   Buffer Length = 500
                   Text Len Ptr = 0x7fffffffd74e
    [ODBC][27847][SQLError.c][461]
              Exit:[SQL_SUCCESS]
                   SQLState = IM003
                   Native = 0x7fffffffd748 -> 0
                   Message Text = [[unixODBC][Driver Manager]Specified driver could not be loaded]
    [ODBC][27847][SQLError.c][424]
              Entry:
                   Connection = 0x507ce0
                   SQLState = 0x7fffffffd750
                   Native = 0x7fffffffd748
                   Message Text = 0x7fffffffd760
                   Buffer Length = 500
                   Text Len Ptr = 0x7fffffffd74e
    [ODBC][27847][SQLError.c][461]
              Exit:[SQL_NO_DATA]
    [ODBC][27847][SQLError.c][504]
              Entry:
                   Environment = 0x507700
                   SQLState = 0x7fffffffd750
                   Native = 0x7fffffffd748
                   Message Text = 0x7fffffffd760
                   Buffer Length = 500
                   Text Len Ptr = 0x7fffffffd74e
    [ODBC][27847][SQLError.c][541]
              Exit:[SQL_NO_DATA]

    We are having similar issue. Could you please let me know how to resolve this issue. If using 32-bit driver is the only solution, please provide the URL to download this.
    Linux gahfndev02 2.6.9-42.0.3.ELsmp #1 SMP Mon Sep 25 17:24:31 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 22 16:56:41 2007

  • SAPGUI7.10rev9 on 64bit Linux - Connection failed

    Hi, I installed SAPGUI7.10rev9 on 64bit Linux and try to connect to the SAP Netweaver2004s Test Drive. The connection failed:
    Attempt to load shared library /opt/SAPClients/SAPGUI7.10rev9/bin/libJPlatin.so failed.
    The library file exists, so either the program has insufficient privileges to access the library or the library is not loadable by the shared object loader.
    Please recheck the system requirements for your operating system and make sure all required libraries are installed.
    I follow the note 1018530. The 32bit JAVA is installed JRE1.5.0_19. My profile is:
    PATH=$PATH:$HOME/bin/:/home/roland/jre1.5.0_19/bin/
    export JAVA_HOME=/home/roland/jre1.5.0_19/
    export PLATIN_JAVA_VER=1.5.0_19
    export PLATIN_JAVA=$JAVA_HOME/bin/java
    The permissions of /opt/SAPClients/SAPGUI7.10rev9/bin/libJPlatin.so are:
    -rwxr-xr-x. 1 root root
    Could you help me?
    Thanks Roland

    Hello Roland,
    please also have a look at [note 909250|https://service.sap.com/sap/support/notes/909250].
    Is "ldd libJPlatin.so" giving some hint?
    Maybe the 32-bit C++ runtime lib or some other library is missing.
    Best regards
    Rolf-Martin

  • Clustering and CF9 Standard?

    Hi,
    I have a couple of questions that I was hoping to get answered around ColdFusion 9 and clustering.  Currently, we run CF8 and IIS on the same box with a dedicated db server and serve up about 10 applications.  We are starting to look at clustering and I wanted to know:
    1. With CF 9 Standard, can we setup clustering?  Our apps have session vars and we want to use sticky sessions but I'm unsure if we can do that just with CF9 Standard.
    2. Does CF play well with VMware? If so, does anyone have any success stories around Virtualizing CF?
    Thanks,

    1. No, you can not set up clustering in CF Standard. You could set up multiple servers and let a load balancer handle the distributio of requests over the servers, but then you do not have session failover. This may meet your requirements. Or not.
    2. It works just fine. I can't remember when I set up CF for the last time on a non VMware system.

  • How To RAM Increase In Server 2008 Standard Above 64Bit

    I have a IBM server System x3650 M4 with installed Operating System windows 2008 server standard R2 64bit, we are facing a problem of RAM usage in windows, i have installed total 64GB RAM in server but RAM showing is 32GB usable in windows properties,
    How i am increase RAM by any command or any Patch of windows server 2008 standard R2 64bit, pls help me as soon as possible.

    32GB is the maximum RAM that can be used by Standard. In order to use more you need to use a different edition. Enterprise and Datacenter have a maximum of 2TB RAM. See this description:
    http://social.technet.microsoft.com/wiki/contents/articles/3556.differences-between-the-editions-of-windows-server-2008.aspx

  • Help with CF9 Standard Install and Mac OS Server (Snow Leopard Server)

    Hello,
    I recently purchased a mac mini server (with snow leopard server) and will be using it to host my CF9 applications.  This install is WAY different than the install needed on a windows machine.  I tried to install it once and somehow hosed up Apache and now I can't even get it to start up (apache).  So I am having the colo company to do a full restore of the server and I took notes on the Mac Server install and below is the questions I have.
    1.) Since Snow Leopard Server comes with Apache webserver, it is what CF wants to use.  This is fine, I just need to know where these things are...
    It is asking for the Configuration Directory:  I'm guessing it is /private/etc/apache2 ? Right or Wrong???
    2.) It is asking for Directory and file name of server binary:  It currently defaults to /usr/sbin/httpd  is this right or should I point it to another directory?
    3.) It is asking for Directory and file name of server script: It currently defaults to /usr/sbin/apachectl  is this right or should I point it to another directory?
    It also wants the location where I can place the CFIDE.  Can I place this anywhere I wish or is there a preferred location to point this to?
    and finally, I have CF9 Standard, so on the mac server should I install it as a server configuration (self contained instance) or Enterprise Multiserver config.  I was reading online that its better to install as an Enterprise Multiserver setup, but I don't know if this will work for me since I'm useing the standard edition.
    Please Help ANYONE, if you have mac os experience and installing CF9 onto a mac server
    Thanks

    I have been getting this exact same problem.  CF installer is somehow writing some invalid information into the httpd.conf file.  I was able to replace the httpd.conf file with the default one, and was able to go through the webconnector process again and (sometimes randomly) it works.  I also spent about 4 hours on the line with adobe CF support and made no progress beyond what I'll post here .
    To answer your questions about file locations:
    /private/etc/apache2/ for the httpd.conf files
    /usr/sbin/ for both the apachectl and the httpd binaries
    Although I'm able to get past where you are, and it seems to work correctly, Immediately upon adding a new site via server admin it all breaks.  Coldfusion then will only work if I manually go to a cfm document.  For example:  http://example.com/ will give me the raw text from the (default index) index.cfm file.  But typing http://example.com/index.cfm works.
    I am lost here as well.  After 4 hours on the phone with adobe support I would have hoped it would be an easy fix.  I've completely nuked and reinstalled the server from scratch with the exact same results both times.
    Does anyone have the slightest clue about what may be going on here?

  • CF9 Standard on virtual server

    I have 3 boxes, each running CF9 standard(I purchased 3 standard licenses).
    Can I virtualize these 3 boxes onto one box and still use my 3 CF9 standard licenses on each virtual instance?

    Nope, sorry, you can't do this with CF9 Standard. Enterprise Only.

  • Flex4 and Flash Player 64bit Linux

    Hi, I'm a flex3 developer.
    I've start a new project and I (sadly) decide to build it using gumbo, after having some trouble building it as I would, eventually I managed.
    It works well on windows, mac and linux 32bit but sadly on linux 64bit after changing some states (while initializing and connecting to the server) it failed to switch to the state where the application run. The controls on the last states aren't created (controls created in previous states are still visible) and also an Alert, displayed in response of some socket failure, is displayed but without text.
    Is this an issue with my code ? (I don't think so as it works on the others platforms) flex4 ? 64bit linux player ?
    Thank you in advice
    David

    From reading through the various links, it looks as if this thing could go into alpha stage sometime soon. Cool.

  • 64bit Linux Heap Options

    I have four 64bit Linux machines. All with exactly the same number/types of CPUs and the same amount of memory/swap. Same patches, same OS version.
    I start the same application on all of them (64bit 1.5.0_14-b03) using the exact same heap options:
    java -server -verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -Xloggc:logs/gc.log -Xms512m -Xmx1536m -XX:+UseConcMarkSweepGC
    When I look in the gc.log I found that the Young Generation is being sized inconsistantly. On two of the machines it has the following sizing:
    1.364: [GC 1.365: [ParNew: 16256K->0K(16320K), 0.0134820 secs] 16256K->2067K(524224K), 0.0136140 secs]
    Aka Young Generation size of 16320K..
    On the other two machines it looks like:
    12.272: [GC 12.272: [ParNew: 32640K->0K(32704K), 0.0173360 secs] 32640K->4489K(524224K), 0.0174740 secs]
    Aka Young Generation size of 32704K.
    Now I am assuming it is using defaults for the type of machine, number of CPUs, available memory, etc. Question is why would the defaults be different on the same type of machine with all the same resources. These machines have exactly the same apps installed on them, the same everything except for IP/hostname.
    Second questions. NewRatio does not seem to effect the Young Generation sizing. I am guessing NewRatio acts more as a means to set the MaxNewSize relative to the overall heap rather than the NewSize??? Is that assumption correct? If that is the case, is there a way to specify the NewSize as a relative value rather than an absolute?
    Is there a document anywhere enumerating the option defaults for these -XX options on the Linux 64bit server implementation?

    The two examples you give are early in the run (at 1.3 and 12.3 seconds).
    The size of the generations may still be growing.
    You should look after the applications have reached a steady state.
    If you are seeing the same type of difference at steady state, try
    setting the min and max heap values to the same size and see
    if you see the same oddity.
    The thing about NewRatio is likely a bug. The UseConcMarkSweepGC
    collector by default sizes the young generation based on how
    many cpu's there are on the machine. It should pay attention to NewRatio
    but doesn't. You'll probably just have to explicitly choose sizes with
    NewSize and MaxNewSize.

  • 64bit Linux??

    You discontinue the only version that works on 64 bit linux and then don't offer support for 64bit linux in 10.1???
    This is why I hope flash dies a quick but agonizing death.

    Though there is sadly no viable alternative to flash for a lot of existing content, this does not include youtube. Go get Chromium (the open source project behind Google chrome) and go to www.youtube.com/html5 and join the html beta and most youtube movies should work with out having flash installed.
    Meanwhile, bad form Adobe, for removing access to your existing 64bit build. It's hard to take seriously the claim that you're interesting in supporting linux users when you remove the existing build before the new one is available. I had the old 64bit alpha installed on my laptop, but installed ubuntu 10.04 last night and now I have no flash until you decide you're ready to re-release it. Thanks a bunch.
    It's exactly this kind of thing that prompts people to keep saying proprietary software is bad for users. If you pull support what do we have? Nothing.

  • Install Oracle 9i Standard Edition on Linux AS 2.1

    I have installed Oracle 9i R2(9.2.0) Standard Edition on Red Hat Linux AS 2.1
    When I checked the version:
    Select * from V$Version the result was :
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    I don't understand what happened , why in V$Version not appear Standard Edition which I have installed?
    Thank you very much,
    Sorin

    Please, see your logs in ./OraInventory/logs/InstallActions...log
    At the end of this documents, you can see extended info about your that error.
    Paste this info here, if you can´t see a solution.

  • Linking to SQL Server from Oracle 10g on 64bit Linux

    I have this working, so I thought I would post my steps.
    In versions 8 to 10 of Oracle, the software for making these connections was known as Heterogeneous Services. It was 32bit only software and the actual binary file that was executed when querying a non oracle database was $ORACLE_HOME/bin/hsodbc. When a query was made to the linked database, a process was started on the machine with the name of hsodbcXXX (where XXX is the name of the DSN).
    In version 11g of Oracle this software is now referred to as Database Gateways and there is a 64bit version as well as a 32bit version. The binary file that is executed in this case is $ORACLE_HOME/bin/dg4odbc.
    Fortunately the 64bit Database Gateway software can also be used with Oracle 10g databases as long as it is up to version 10.2.03 and has the odbc compatibility patch installed. (5965763).
    To make use of this, we need to install the 11g ODBC Gateway into a separate ORACLE_HOME and start a listener from that environment. We can then make use of that listener from the 10g environment.
    So here is what I did to get this working: (Note: DSN = MyDSN)
    1.     Download and install 64bit ODBC driver with support for 64-bit ULEN from Easysoft. The file is named odbc-sqlserver-1.1.4-linux-x86-64-ul64.tar. You'll need to email Easysoft support for the URL. Create the DSN entry as part of the install. At the end of the process it can test the DSN. The query should come back with info about the SQL Server. Test the connection using isql from the /opt/easysoft/unixODBC/bin directory to verify that it works as well (/opt/easysoft/unixODBC/bin/isql –v MyDSN). Note, I installed easysoft driver under /opt rather than the /usr/local which is the default. /usr/local/easysoft is a symlink to /opt/easysoft.
    2.     Install ODBC gateway via the 11g Gateways installer. You can do a custom install and deselect all but the ODBC Gateway component. (http://download.oracle.com/otn/linux/oracle11g/linux.x64_11gR1_gateways.zip)
    3.     Create a /home/oracle/11g_environment.sh script that sets 11g ORACLE_HOME, PATH, and LD_LIBRARY_PATH variables. It should look something like this:
    #set ORACLE ENV vars for 11g
    ORACLE_HOME=/u01/app/oracle/product/11.1.0/tg_1 # (assuming that is where ODBC Gateway was installed)
    PATH=/bin:/usr/bin:/u01/app/oracle/product/11.1.0/tg_1/bin:/opt/easysoft/bin:/opt/easysoft/unixODBC/bin
    LD_LIBRARY_PATH=/opt/easysoft/lib:/opt/easysoft/unixODBC/lib:/u01/app/oracle/product/11.1.0/tg_1/lib
    export ORACLE_HOME
    export PATH
    export LD_LIBRARY_PATH
    4.     Create $ORACLE_HOME/hs/admin/initMyDSN.ora, $ORACLE_HOME/network/admin/listener.ora, and $ORACLE_HOME/network/admin/tnsnames.ora under 11g structure. They are as follows:
    initMyDSN.ora:
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    HS_FDS_CONNECT_INFO=MyDSN
    HS_FDS_TRACE_LEVEL=0
    HS_FDS_TRACE_FILE_NAME=MyDSN.trc
    HS_FDS_SHAREABLE_NAME=/opt/easysoft/unixODBC/lib/libodbc.so
    HS_FDS_SUPPORT_STATISTICS=FALSE
    # ODBC specific environment variables
    #set ODBCINI=/etc/odbc.ini
    #set ODBCINSTINI=/etc/odbcinst.ini
    #set LD_LIBRARY_PATH=/opt/easysoft/lib:/opt/easysoft/unixODBC/lib:/u01/app/oracle/product/11.1.0/lib
    #set PATH=$PATH:/opt/easysoft/unixODBC/bin:/opt/easysoft/bin/
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    listener.ora
    MyDSN =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
    SID_LIST_MyDSN =
    (SID_LIST =
    (SID_DESC=
    (SID_NAME=MyDSN)
    (ORACLE_HOME = /u01/app/oracle/product/11.1.0/tg_1)
    (PROGRAM=dg4odbc)
    (ENVS=LD_LIBRARY_PATH=/opt/easysoft/lib:/opt/easysoft/unixODBC/lib:/u01/app/oracle/product/11.1.0/tg_1/lib)
    tnsnames.ora
    # tnsnames.ora Network Configuration File:
    # Generated by Oracle configuration tools.
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    MyDSN =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST=localhost)(PORT=1522))
    (CONNECT_DATA=(SID=MyDSN))
    (HS=OK)
    5.     Add another entry for MyDSN in /u01/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora so tnsping works in 10g environment as well.
    MyDSN =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST=localhost)(PORT=1522))
    (CONNECT_DATA=(SID=MyDSN))
    (HS=OK)
    *** Notice that the MyDSN listener runs on a different port (1522) as it is a separate listener.
    6.     Login to machine as user oracle and source the 11g environment script. “source ~/11g_environment.sh”. Now start the listener. “cd $ORACLE_HOME/bin”. “./lsnrctl start MyDSN”.
    7.     Login to a new shell as user oracle with a 10g environment.
    8.     Run sqlplus and create the database link. “CREATE PUBLIC DATABASE LINK SQLSERVER connect to “<someuser>” IDENTIFIED BY “<somepass>” USING ‘MyDSN’;”
    9.     test the link. “select * from information_schema.tables@SQLSERVER;”
    If it is successfull, you should see a system process named "dg4odbcMyDSN".

    So what have you found out for yourself so far (considering the solution to this is easily found on the web)?
    Have you looked up Heterogeneous Services?

Maybe you are looking for

  • How do you remove the date/time stamp from a photo before printing?

    I have one group of photos in an event that have the date and time stamp on them.  I don't know how to remove the date/time stamp before printing. 

  • Package's names???

    How to get all Package's names. java.lang.Package[code/] return only few names.                                                                                                                                                                           

  • IMac 27'' too big for me

    Hello all, After a lot of research on many forums I got a new iMac 27'' 2013 few days ago. I wanted to use it for internet, iPhoto and some finance management. I went ahead and got the best model I could get hoping to keep it for atleast 5 years. Bas

  • ITunes questions...so confused.

    I have an Ipod Nano-4 gig. When I plug it in to my mac and open itunes, I get this information: Capacity: 3.72 GB Version: 1.1.3 (updated, I know that much) and on the bottom, the little blue/orange thingie.. it says that I have 497.2 MB of Audio (wh

  • Why the address bar disappeared?

    The address bar disappeared in Safari's web brower. I goto "view", chose either "show address bar" or "hide address bar", but couldn't solve the problem. Would any one know how to get the bar appear? Thank you! Apple book pro   Mac OS X (10.4.9)