Configuring Oracle Net Services for Oracle Heterogeneous Services

In the Oracle 9i Net Services Administrators Guide, it states that 3 parameters need to be included in the listener.ora in order to enable Heterogenous services. Can someone clarify what the Program Name should be set to? I'm not quite sure what is meant by agent executable. I'm trying to create a database link to and MS Access mdb DSn if that makes a difference.
Cheers

Richard,
The program is hsodbc. The listener entry should be something like this:
(sid_desc =
(sid_name = gc4excel)
(Oracle_home= c:\oracle\ora92)
(program = hsodbc)
The tnsnames entry should be
GC4excel =
(description =
(address = (protocol = tcp) (host = localhost) (port = 1521))
(connect_data = ( sid = gc4excel))
(hs=ok)
For more information on setting up Generic Connectivity please refer to the Heterogeneous Connectivity Administrator's Guide.
http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/server.920/a96544/gencon.htm#1656

Similar Messages

  • Configuring Web Services for Oracle XML DB

    Hi all...
    I think I need some help one this subject....
    We have a 10G Release 2 Oracle single instance ( not RAC) install on a Linux Redhat v5.3 64 bit server. Are developers are user Visual Studio .Net and wnat to send xml files to a web service so that the xml file (containing data) can call a PL/SQL package (to be written) which will take the data out of the xml input file and insert rows into a prefined table within the instance. Now they have browsed the web and have come upon the following links...
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb_web_services.htm
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb22pro.htm#i1026724
    Currently, within the database I looked at the schema XDB and have unlocked the account and connected as the user XDB. There are some 680 objects in the following groups...
    SQL> select object_type, count(*) from dba_objects where owner='XDB' group by object_type;
    OBJECT_TYPE COUNT(*)
    SEQUENCE 2
    PROCEDURE 5
    OPERATOR 8
    LOB 334
    LIBRARY 12
    PACKAGE 20
    PACKAGE BODY 17
    XML SCHEMA 25
    TYPE BODY 5
    TRIGGER 12
    TABLE 36
    INDEX 51
    FUNCTION 5
    INDEXTYPE 2
    VIEW 2
    TYPE 144
    16 rows selected.
    Now in the links above it mentions that the xdbconfig.xml needs to be altered etc. However, I have searched the entire $ORACLE_HOME and there is no file definition of that description.
    From a DBA prospective...what do I have to install on the Linux server? I assume from the Oracle Database 10g Companion Products I need to lay down Oracle HTTP Server in a new Oracle home as the first step...or not? Does the HTML DB need to be installed as well?
    And for Configuring Web Services for Oracle XML DB...what else has to be installed? And from what product line?
    Thanks in Advance....
    Cheers
    Roegr

    Hi Marco...
    First of all ...thanks for the reply.
    I followed the link and the infor in that web page. However, there were a few things that did not work....
    1. The http://localhost:8080/ as is brought up a web page withe the heading as
    ==========
    ORACLE DATABASE 10g EXPRESS EDITION LICENSE AGREEMENT..
    ==========
    The other browser test ftp://localhost:2100/
    did not find any page?
    2. Then I went onto running (as the sysdba) the pl/sql to enable the ORAWSV Entry Service
    however it error out. So I did a describe on DBMS_XDB and the function deleteServlet does not appear
    then I had a look and this link to > http://www.liberidu.com/blog/?p=471
    was for 11G and the other link > http://docs.oracle.com/cd/B28359_01/appdev.111/b28369.pdf
    was for 11G.
    However, we are on 10G
    =================
    SQL> select * from V$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    PL/SQL Release 10.2.0.3.0 - Production
    CORE 10.2.0.3.0 Production
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    ==================
    So is there must be other sql for 10G?
    Cheers
    Rog

  • How to configure Workflow Notification Mailer for oracle alert in R12

    Hi all....,
    How to configure Workflow Notfication mailer for oracle Alert in R12. Please provide the complete steps.. Its urgent.. Plz help me..
    Regards ,
    Madhan

    Duplicate thread (please post only once)
    plz help me...!!!! Workflow Notification Mailer
    plz help me...!!!! Workflow Notification Mailer

  • Verifying the Workflow Configuration - does not appear for the workflow services.

    hi!
    the services for the workflow services is not in windows service, I´ve installed workflow manager and correctly configured, service bus correctly configured etc
    verify

    Which self Service function you are using to change the assignment ?
    Their are two API to update asg values. Try to apply user hook on both of them and retry ur scenario.

  • SQL*Net Client for Oracle 8i/9i ?

    Hi..All,
    Where do I download just the SQL*NET client for ORacle 8i/9i. ?
    Regards

    I have the same question: is there a stand-alone
    installer for SQL*Net?No.
    >
    I need this for a Windows 2003 Server x64 platform.
    The link provided just goes to the client, which is
    far too large to transfer over my VPN connection to
    a remote host.The alternative is the 'instant client'. You MIGHT be able to use that.

  • Configuration of Netscape Navigator for Oracle Forms on Netscape 8.12 Ver.

    Dear Forum,
    I have the experience of confiugring the Internet Explorer for Oracle Forms Web-deployment. But I just want to know what are all the changes are required to configure the Netscape Navigator for Oracle Forms Web Deployment. I came to know that it needs some changes in .dlls. Please advice me any techincal refereneces in this regard.

    Aashil,
    I've a similar configuration: Sun Sparc Solaris 8, Forms 6i Patch 10 and Apache server which comes with Oracle 9i server.
    Forms 6i is on his own Oracle home. I have Forms Listener Servlet working.
    Take a look in ../Apache/Jserv/etc/jserv.conf Make sure ApJServMount /servlets /root and ApJServMount /servlet /root
    are defined. If you want I could mail you my conf-files. My email-address is [email protected]
    kind regards,
    Ivan
    Configuration of Listener Servlet with patch 8 on Sun SPARC Solaris
    I am trying to install and configure Forms6i Application Server for Sun SPARC Solaris 8 with Patch8.
    I am installing application server in /home/oracle/home9iAS, and have set up the development environment in /home/oracle/forms6i.
    1) First i install Forms Server and Reports Server, for that i need to define following env variables
    $ORACLE_HOME is /home/oracle/forms6i
    $ORACLE_BASE is /home/oracle
    i am defining them in .profile file in oracle account.
    2) Apply Patch 8
    3) Install Application Server with Minimal Installation
    4) Configure Forms Listener Servlet using http://otn.oracle.com/products/forms/pdf/p8listenerservlet.pdf pdf file, i am following it to the letter.
    When i try to access forms listener server using http://hostname:port/servlet/oracle.forms.servlet.ListenerServlet i get an error:
    "Not Found
    the requested URL /servlet/oracle.form.servlet.ListenerServlet was not found on this server."
    What can be the reason?

  • ERROR OGG-00868 Oracle GoldenGate Capture for Oracle, ext1.prm: + ORA-12514

    Hello Guys,
    Environment is as below:
    Primary site (source): This is production DB and up and running.
    RAC 2 nodes
    Oracle RAC 11.2.0.1.0
    ASM
    Enterprise Linux Server release 5.5 (Carthage)
    target Site (destination): Software installed and instance has been created.
    Standalone single server - Non RAC
    Oracle 11.2.0.1.0
    ASM
    Enterprise Linux Server release 5.5 (Carthage)
    Oracle GoldenGate 11g Release 1 (11.1.1)
    I have installed and setup Oracle GoldenGate 11g Release 1 (11.1.1) But I am getting below error while starting extract:
    2011-05-01 21:27:41 INFO OGG-00987 Oracle GoldenGate Command Interpreter for Oracle: GGSCI command (oracle): edit params ext1.
    2011-05-01 21:29:11 INFO OGG-00987 Oracle GoldenGate Command Interpreter for Oracle: GGSCI command (oracle): start extract ext1.
    2011-05-01 21:29:11 INFO OGG-00963 Oracle GoldenGate Manager for Oracle, mgr.prm: Command received from GGSCI on host xxx.xx.x.4 (START EXTRACT EXT1 ).
    2011-05-01 21:29:11 INFO OGG-00975 Oracle GoldenGate Manager for Oracle, mgr.prm: EXTRACT EXT1 starting.
    2011-05-01 21:29:11 INFO OGG-00992 Oracle GoldenGate Capture for Oracle, ext1.prm: EXTRACT EXT1 starting.
    2011-05-01 21:29:11 INFO OGG-01635 Oracle GoldenGate Capture for Oracle, ext1.prm: BOUNDED RECOVERY: reset to initial or altered checkpoint.
    2011-05-01 21:29:12 ERROR OGG-00868 Oracle GoldenGate Capture for Oracle, ext1.prm: Attaching to ASM server asm: (12514) ORA-12514: TNS:listener does not currently know of service requested in connect descriptor.
    2011-05-01 21:29:12 ERROR OGG-01668 Oracle GoldenGate Capture for Oracle, ext1.prm: PROCESS ABENDING.can anyone tell me how to edit listener.ora for ASM instance so that it may capture data from instance.
    Below is the listener.ora :
    $ cat listener.ora
    LISTENER_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3)))) # line added by Agent
    LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))) # line added by Agent
    LISTENER_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))) # line added by Agent
    LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))) # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN2=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN3=ON # line added by Agent
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = +ASM1)
    (ORACLE_HOME = /u01/app/11.2.0/grid)
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = +ASM2)
    (ORACLE_HOME = /u01/app/11.2.0/grid)
    $$ cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ASM =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxxdata-scan)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = +ASM2)
    $your response will be highly appreciated.
    Cheers !!!
    LazyDBA11g
    Edited by: LazyDBA11g on May 5, 2011 11:16 PM
    Edited by: LazyDBA11g on May 22, 2011 5:24 AM
    Edited by: LazyDBA11g on May 22, 2011 5:29 AM
    Edited by: LazyDBA11g on May 30, 2011 10:46 PM

    Hi,
    I installed GG with same configuration and i didn't configure ASM statically in listener.ora at all:
    LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))) # line added by Agent
    LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))) # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON # line added by Agent
    When i check listener status, i can see that ASM Instance is correctly registered:
    $ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 26-MAY-2011 15:41:48
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start Date 16-MAY-2011 13:17:17
    Uptime 10 days 2 hr. 24 min. 31 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/grid/11.2.0.2/network/admin/listener.ora
    Listener Log File /opt/oracle/base/diag/tnslsnr/pollux/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xx.xxx.xxx.92)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xx.xxx.xxx.94)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Service "R112" has 1 instance(s).
    Instance "R1121", status READY, has 1 handler(s) for this service...
    Service "R112XDB" has 1 instance(s).
    Instance "R1121", status READY, has 1 handler(s) for this service...
    The command completed successfully
    You need to make sure, that ASM registers dynamically with your listener. In my case i have set local_listener in ASM instance as follows:
    SQL> show parameter local_listener
    NAME TYPE VALUE
    local_listener string (DESCRIPTION=(ADDRESS_LIST=(AD
    DRESS=(PROTOCOL=TCP)(HOST=xx.xxx.xxx.94)(PORT=1521))))
    This is no GG specific question. You need this for other tools like Gridcontrol as well.
    Hope this helps,
    Robert

  • Can I create JDE BSSV (Business Services) for REST based services?

    Can I create JDE BSSV (Business Services) for REST based services? If yes, then how? In what way it will be different from SOAP based?

    Hi
    Within Oracle SOA Suite, Oracle Service Bus would handle the REST side of things, which in turn would call the JCA adapter to talk to your JDE backend, or vice versa.
    Checkout the JDE adapter docs - http://www.oracle.com/technetwork/middleware/soasuite/documentation/jdewardsweb-1954164.pdf
    and the OSB Docs - HTTP and Poller Transports - 11g Release 1 (11.1.1.7)
    OSB 11.1.1.7 introduced additional REST support, so I'd recommend using that version onwards.
    Cheers
    iain

  • OGG-01028  Oracle GoldenGate Delivery for Oracle, rep_2.prm:  Incompatible record (101)

    1. After imported data,i want start rep_2 at a CSN point but it dosn't work
    2013-09-13 20:22:15  ERROR   OGG-01028  Oracle GoldenGate Delivery for Oracle, rep_2.prm:  Incompatible record (101) in ./dirdat/r2000000, rba 86102323 (getting header).
    2013-09-13 20:22:15  ERROR   OGG-01668  Oracle GoldenGate Delivery for Oracle, rep_2.prm:  PROCESS ABENDING.
    2.
    So i try many times ,i want the rep_2 to find a avalibale file to start(ignore some file )
    ALTER REPLICAT rep_2, EXTSEQNO X
    Still comes OGG-01028
    3.
    Logdump 3 >open ./dirdat/r2000000
    Current LogTrail is /home/oracle/ogg/dirdat/r2000000
    Logdump 4 >ghdr on
    Logdump 5 >count
    I didn't find any bad rows
    So somebody help!!!

    [oracle@p49drzdb dirprm]$ cat rep_2.prm
    REPLICAT rep_2
    SETENV (NLS_LANG=AMERICAN_AMERICA.AL32UTF8)
    USERID ogg, PASSWORD ogg
    ASSUMETARGETDEFS
    DBOPTIONS SUPPRESSTRIGGERS
    ddl include all
    DDLERROR DEFAULT DISCARD IGNOREMISSINGOBJECTS
    REPERROR (DEFAULT, DISCARD)
    DISCARDFILE  ./dirrpt/rep_r2.DSC, PURGE
    MAP ...

  • Where can i find the Oracle by Example for Oracle Discoverer 9i2

    Hi,
    I am not able to get the Oracle by Example for Oracle Discoverer (9iDS)version 2.
    Also, can someone give me the tutorials and any examples how to start learning this tool in a short time.
    Can mail me to [email protected]
    Sri

    There is no OBE on Discoverer Administrator, which is under iDS. However you can see the 9.0.4 OBEs on Discoverer Plus and Viewer from this link http://www.oracle.com/technology/obe/obe_as_10g/bi/index.html.
    Thanks,

  • GGS ERROR       150  Oracle GoldenGate Manager for Oracle, mgr.prm:  Addre

    Hi,
    I am not able to start manager process in golden gate.
    Program Status Group Lag Time Since Chkpt
    MANAGER STOPPED
    EXTRACT ABENDED EXT1OP0 00:00:00 19:20:29
    EXTRACT ABENDED PMP1OP0 00:00:00 19:17:36
    ES option not used.).
    2012-08-12 23:19:55 GGS ERROR 150 Oracle GoldenGate Manager for Oracle, mgr.prm: Address already in use.
    2012-08-12 23:19:55 GGS ERROR 190 Oracle GoldenGate Manager for Oracle, mgr.prm: PROCESS ABENDING.
    2012-08-12 23:46:36 GGS INFO 399 Oracle GoldenGate Command Interpreter for Oracle: GGSCI command (ggs): start EXT1OP0.
    2012-08-12 23:55:02 GGS INFO 399 Oracle GoldenGate Command Interpreter for Oracle: GGSCI command (ggs): start MANAGER.
    2012-08-12 23:55:02 GGS WARNING 201 Oracle GoldenGate Manager for Oracle, mgr.prm: purgeoldextracts /opt/ggs/data01/op00/trail/sc,usecheckpoints,minkeepdays 6 (MINKEEPFILES option not used.).
    2012-08-12 23:55:02 GGS ERROR 150 Oracle GoldenGate Manager for Oracle, mgr.prm: Address already in use.
    2012-08-12 23:55:02 GGS ERROR 190 Oracle GoldenGate Manager for Oracle, mgr.prm: PROCESS ABENDING.

    user23 wrote:
    Hi,
    I am not able to start manager process in golden gate.
    Program Status Group Lag Time Since Chkpt
    MANAGER STOPPED
    EXTRACT ABENDED EXT1OP0 00:00:00 19:20:29
    EXTRACT ABENDED PMP1OP0 00:00:00 19:17:36
    2012-08-12 23:19:55 GGS ERROR 150 Oracle GoldenGate Manager for Oracle, mgr.prm: Address already in use.the port number you specified in your dirprm/mgr.prm file is already in use by another process. Change the port number (or kill the other process) and try to restart mgr.
    ggsci> view param mgr
    PORT 7811
    ggsci> edit param mgr
    (change to unused port, save)
    ggsci> start mgr
    ggsci> view report mgr

  • Business System or Business Service for ORACLE system

    Hi all
    We are creating a configuration scenario which includes a oracle database as receiver .Please clarify me whether to create a Business System or Business Service for the oracle system.
    Full Points will be awarded
    Thanks and Regards
    Uday

    Hi,
    We use Business system when we know the SLD Details(PRD,SWCV & TS)
    We will use Business Service when we dont know the SLD details and we know Partially
    We can create the Business system in SLD
    We can create the Business service in ID itself
    Difference between Business System and Business Service
    So Decide your self now to create the Business system OR Business Service
    REgards
    Seshagiri

  • Maximum number of services for Oracle 12c

    can someone please give me a hint where I can find the limitations for number of services on Oracle 12c?
    In the reference guide I found: maximum number of services per instance = 115
    But that cannot be true because you can have up to 252 pluggable databases per database and each one is associated with a dedicated service.
    If done some trials and currently I'm at 556 services. But I cannot find a document with the exact maximum.

    Hi Friend,
    Two Types containers are available in Oracle Database 12c
    1. The ROOT container - - > This is first container and mandatory container.
    2. Pluggable Database Container - - - > This is the container for application
    So, Limit is - - > 253 PDBs in a One Container Database (CDB) it includes the SEED also and Services are 512 in a Container Database (CDB).
    Check the following query to know the number of services
    Select name, pdb from cdb_services;
    Hope it helps...
    Thanks
    LaserSoft

  • Creating Oracle service in Oracle 8i Client for Oracle 10g XE

    Hi all
    We tried Oracle 10g XE on one Machine X - OS Windows XP Professional SP2 , It had earlier Oracle 8i Client. It installed fine. It is wonderful and easy to install.
    Services started automatic for listner as well as OracleXE. We are able to create fresh Oracle Service in Oracle 8i client as well from the same machine X.
    Problem
    We are not able to create Oracle Service from another machine say Y which also has Oracle 8i client with the Oracle 10g XE service. We get TNS Problem error.
    Kindly guide as to how to make oracle service with OracleXE from some other machine. OracleXE does not install networking tools.
    Suresh Bansal

    Oracle XE doesn't install assistants such as dbca or netca, don't expect to find them, XE is a compact and limited oracle edition.
    >> We get TNS Problem error.
    Could you please further detail the tns error you got?
    ~ Madrid

  • How to create a service for Oracle HTTP Server

    Hi,
    I hope someone can help me.
    I would like to create a service for an Oracle HTTP Server.
    We are running APEX 3.2 on an 10.2.0.4 database (not XE).
    We have a Windows XP system.
    To run APEX on a 10g we need the HTTP Server.
    Unfortunately no service was created while the installing of the Oracle HTTP Server.
    How can I create a service later. After the installation.
    I know that you can create a service with Instrsrv.exe and Srvany.exe. But I dont know wheather I can use this in this case.
    I need an .exe file for that.
    The HTTP-Server has the opmnctl.exe.
    But I have to write opmnctl.exe startall when I start or opmnctl.exe stopall when I want to stop it . How can I realize that in a Service?
    Thanks for your answer
    Jens

    Hi,
    I hope someone can help me.
    I would like to create a service for an Oracle HTTP Server.
    We are running APEX 3.2 on an 10.2.0.4 database (not XE).
    We have a Windows XP system.
    To run APEX on a 10g we need the HTTP Server.
    Unfortunately no service was created while the installing of the Oracle HTTP Server.
    How can I create a service later. After the installation.
    I know that you can create a service with Instrsrv.exe and Srvany.exe. But I dont know wheather I can use this in this case.
    I need an .exe file for that.
    The HTTP-Server has the opmnctl.exe.
    But I have to write opmnctl.exe startall when I start or opmnctl.exe stopall when I want to stop it . How can I realize that in a Service?
    Thanks for your answer
    Jens

Maybe you are looking for

  • Convert CLOB to a VARCHAR2

    Hello all, I would like to convert a CLOB column from a table to a VARCHAR2. How can I do this? I would like that this works in Oracle 8i, 9i and 10g. If I try with dbms_lob.substr I don't know why the application crash. It says: 'RWRBE60.exe has gen

  • No Handoff on iPad 3rd Gen.

    Updated my iPad 3rd gen to 8.1 and trying to use the new  continuity feature,but I realized that in settings / general under spotlight search that Handoff and suggested apps aren't even their. I was almost certain that handoff worked with iPad 3? so

  • Dimension sizes

    Hello, Do you know a way to import into InDesign technical drawings with dimensions (vectors) and to ensure that dimensions have the same size throughout the catalog despite resizing designs ? A kind of dynamic adjustment of sizes, perhaps based on a

  • Difference in activity types values

    Hi, I have an issue that, the activity type values in the confirmation screen of process order is coming different as from  the master recipe of the process order. In recipe, MACHIN   -  48  H LABOUR  -  4   H POWER    -  82 KWH Edited by: Jish... on

  • Compiling from Source

    Well... I'm running 10.6.2 in 64-bit mode and I'm trying to upgrade the GCC and PHP installations by downloading and installing the latest official packages. The only problem is that when I'm trying to run the make command, I get some errors, which I