Can odbc gateway be installed with oracle xe?

I would like to access other databases through oracle XE. Can ODBC gateway be used to accomplish this? I am hoping to connect to Dbase, Access and QuickBooks if anyone has any experience with those particular DBs

user557610 wrote:
trying to set up the various tnsname, listener...Basic config items are listener (static "sid" for the gateway), gateway (pointing out odbc source, etc.) and the "3rd party" odbc driver config. Then you create a db link on top, for odbc source access.
Any particularly helpful documents would be appreciatedThis should be helpful in putting the pieces together:
http://docs.oracle.com/cd/E11882_01/gateways.112/e12061/configodbc.htm
But now we're getting out of scope of this forum.
Go here instead, {forum:id=63}
Edited by: orafad on Oct 4, 2012 11:27 PM

Similar Messages

  • How can I connect the remote server which is installed with oracle

    Now my computer is in my home,in my computer there is installed with the oracle 9i client,the server is also installed with oracle 9i,which is in my company.Now I want to use sql*plus to connect the database of the server through the internet work.I have created one listener service name in my home computer,but can't test successfully and the sql*plus can't connect the database.Who can tell me how to do it?Thank you!

    Technical questions need to be addressed to one of the technical forums-- Products | Database | Database - General in this case.
    Unless you are VPN-ing in or the DBA's at your company have configured Oracle Connection Manager to allow you to connect through the firewall to the database, however, I doubt this will work. If they have configured Connection Manager, you'll have to ask them to provide you with connection information. 99.9% of the time, you do not want people to access a database via the internet.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • How can i do the RAC with Oracle 9i ?

    How can i do the RAC with Oracle 9i ?
    The Oracle 9i has a RAC(Real Application Cluster)module , please who can tell me how can i let it working .
    Which hardware the RAC need's
    Thank All ,
    [email protected]

    That is right you need atleast 2 boxes. The two servers will use the same hard disks.
    The concept is an extension of OPS(Oracle Parallel Server).
    Basically, you install Oracle Server Software on both the boxes, One database will be shared by both the servers. You can access your database through the Server1 or Server2. If Server1 fails then the Server2 will take over all the connections. You can add or remove any servers to and from the cluster any time you want with out impacting your production.
    They share load, reliable, scalable....

  • How  we can use forms HTML capabilities with Oracle Applications?

    Hi
    Could not find any specific doc how we can use forms HTML capabilities with Oracle Applications?
    Thanks

    I'm not sure that I understand exactly what you are asking?
    What are you trying to do? If you could give a detailed explanation then we can try and assist.
    Reagrds,
    Bren

  • How to Configure DAD runtime in Apex 4.0 installed with Oracle 11g r2

    hi All,
    i have intalled oracle 11g r2 and apex 4.0. i have created the workspace test1.
    i want to create runtime DAD so that the user can only view Runtime environemtn.
    in oracle 10g there was a way to install apache and change the Marvel.conf file and access multiplle DAD.
    how can i do this in 11g r2 and apex 4.0.
    please reply.
    Thanks.

    hey Udo,
    i have describe as following. how i am using in oracle 10g with companaion cd installed and apex 3.2.
    as following is marvel file which i am usin with 10g. what is the way to work with 11g and ape 4.0.
    i type in url http://localhost:7778/pls/apex for development in apex.
    in the same time user keep working with the application by using following URL
    i type in url http://localhost:7778/pls/MIS for user to access and do data entry.
    i use following in Morvel.conf file for this purpose.
    Alias /i/ D:/oracle/images/
    AddType text/xml xbl
    AddType text/x-component htc
    Development Mode
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString localhost:1521:orcl ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword suhaib
    Allow from all
    </Location>
    user end
    <Location /pls/MIS>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString localhost:1521:orcl ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage f?P=100:101
    PlsqlDatabasePassword suhaib
    Allow from all
    </Location>
    Please reply. Thanks

  • BW30B install with Oracle 9.2 - Install error

    I am trying to install BW30B with Oracle 9.2 on a Sun Solaris 64bit machine. I am using Exceed to display the installation GUI.
    I keep getting the error message:
    Unable to access file <Path>/SAPENV.SH Permission Denied.
    I am running the install with root permissions. The above path does exist and I have given all the files 777 rights. I have in turn given the <SID>adm and ora<SID> directories 777 access. It looks like its trying to copy the scripts from the /UNIX/COMMON/INSTALL directory into the <SID>adm & ora<SID> directories when it fails.
    By Default none of us have root permissions. To work around this we start the installation as sapadm and add the install path to the sudo list so that the install runs with root permissions.
    Eg: sapadm> sudo /sapcd/BWINSTALL/INSTALL
    The destination filesystem is remotely mounted, though i think that's not the problem as we have successfully installed SAP from that path before. The error message from the sapinst log file is below. Also the userid's have already been created and I have set their home directories to 777 permissions.
    Transaction begin ********************************************************
    TRACE [iaxxbnodes.cpp:404]
    CIaOsNodes::nodesDo()
    Processing Nodemap CONDITION=YES NODENAME=/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPENV.SH NODEPERMISSION=(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r) NODETARGET=/export/home/da1adm/.sapenv_sapda31.sh NODETYPE=FILE OPMODE=COPY
    TRACE[E] [syuxcnodut.cpp:591]
    CSyNodeUtils::isExistingWithType(iastring, bool, ISyNode::eNodeType)
    Unable to access file /sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPENV.SH: Permission denied.
    ERROR 2005-06-06 16:42:18 [iaxxbnodes.cpp:444]
    CIaOsNodes::nodesDo()
    MOS-01105 Processing of one or more file system node operations of table
    Content of table: tUX_SAPComponent_Environment_FORMS_SHARED with condition WHERE WapsSystemName='DA1' AND WapsInstanceName='DVEBMGS70' AND WapsInstanceHost='sapda31' AND SUBSTR(Key,1,5) = 'WAPS_'
    Row[0] WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_SAPENV_SH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPENV.SH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/SAPENV.SH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.sapenv_sapda31.sh" NodeType="FILE" OpMode="COPY"
    Row[1] WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_SAPENV_CSH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPENV.CSH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/SAPENV.CSH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.sapenv_sapda31.csh" NodeType="FILE" OpMode="COPY"
    Row[2] WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_SAPSRC_SH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPSRC.SH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/SAPSRC.SH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.sapsrc_sapda31.sh" NodeType="FILE" OpMode="COPY"
    Row[3] WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_SAPSRC_CSH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/SAPSRC.CSH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/SAPSRC.CSH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.sapsrc_sapda31.csh" NodeType="FILE" OpMode="COPY"
    Row[4] WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_DBSRC_SH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/DBSRC.SH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/DBSRC.SH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.dbsrc_sapda31.sh" NodeType="FILE" OpMode="COPY"
    Row[5] WapsSystemName="DA1" WapsInstanceName="DVEBMGS70" WapsInstanceHost="sapda31" Key="WAPS_DBSRC_CSH_COPYING" Condition="true" NodeName="/sapcd/sap/BW30B_ORACLE9_INSTALL/kernel/UNIX/COMMON/INSTALL/DBSRC.CSH" NodeNameWithoutCdPath="UNIX/COMMON/INSTALL/DBSRC.CSH" CdName="SAPINST" NodePermission="(da1adm,USER,=rwo) (sapsys,GROUP,=rg) (Everyone,GROUP,=r)" NodeTarget="/export/home/da1adm/.dbsrc_sapda31.csh" NodeType="FILE" OpMode="COPY"
    failed.
    Transaction end **********************************************************
    Any suggestions would be greatly appreciated.
    Regards,
    Chengappa

    Hi johnny,
    You should first check the hosts file to see if the correct hostname and the IP address are shown. You can also check if the "hostname" command returns the correct result. If everything looks good so far, then next check if command "nslookup" returns the correct IP address. If the nslookup <hostname> command returns error, you will need to talk to the Domain Name Server (DNS) administrator to correct this network configuration problem.
    Yogi

  • Installing with Oracle or MS-SQL

    Hello,
    Is there a PDF or some page with the necessary setup to install LiveCycle ES Reader Extensions with Oracle and MS-SQL Server?
    Thank you for any info.
    Marcos

    Hi Srikant,
    I have worked on similar stuff, but the scenario was a little different. I worked on creating Web Services using EJBs, but the basic part was that, the web service was supposed to interact with the SQL Server database. So maybe I can help you...
    First thing which is needed is that you have created the JDBC Connector in your Visual Administrator correctly. If you wish to cross check, you can see my answer in the following thread:
    JDBC error
    In this thread itself I have given the code which is the solution to your problem (this is what i believe). I am pasting the code again:
    <b>InitialContext initialContext = new InitialContext();
    DataSource dataSource = (DataSource)initialContext.lookup("jdbc/MyAlias");
    java.sql.Connection connection = dataSource.getConnection();</b>
    You can use this code in the method of your EJB, and then you can easily use this connection object to access your database tables using SQL queries.
    And if by any chance you are looking for a step wise procedure for creating a web service from an EJB, then give me your email address, i will send you the doc.
    Bye
    Ankur
    Do reward points if it helps!!

  • Can't compile PHP5.2 with Oracle ORA support, please help!

    Hi peoples,
    first post on here - hope someone can assist.
    I am compiling PHP 5.2 on RedHat Enterprise 4 AS intel 64bit with oracle ORA and LDAP support compiled in. I am using Apache 2.0.52-28 installed from RedHat RPMs.
    I am using the following configure line:
    ./configure with-apxs2=/usr/sbin/apxs with-config-file-path=/etc/httpd/conf with-oracle=/export/oracle/pegasus/product/9.2.0 with-ldap=/usr enable-sigchild enable-libgcc
    The only oracle related messages I have found during the configuration are:
    checking for Oracle (OCI8) support... no
    checking Oracle OCI support for PDO... no
    However I am told these are newer methods of Oracle communication protocols and not related to what I am trying to achieve.
    After building and installing PHP 5.2, reconfiguring apache httpd.conf and restarting httpd I find that the output of phpinfo.php shows no mention of oracle whatsoever apart from the Configure Command section at the beginning confirming that yes, --with-oracle= was specified.
    I have tried setting ORACLE_HOME=/export/oracle/pegasus/product/9.2.0 environment variable before running ./configure but to no avail.
    I have also tried adding various Oracle environment variables to my startup scripts for Apache, also to no avail.
    Any ideas? I am really under the pump to get this sorted as it is for a new production server here and I am limited timewise to get it up and running.
    Cheers
    Andy

    Hi Andy,
    I have php 5.2 installed on a RH 64 bits so our configurations are almost the same (I use Apache 1.3 and Oracle 10g).
    I compiled 5.2 from source succesfully with this instruction:
    ./configure with-config-file-path=/opt/apache with-libdir=lib64 with-oci8=/opt/oracle/orase/oracle/product/10.2.0/db_1 with-apxs=/opt/apache/bin/apxs --enable-sigchildReplace the required values to match your system and try to see if it works for you.
    Let me know how it goes. Any additional problem, I'm glad to help.

  • Silent mode install with Oracle 8.0.5

    Hi all,
    Does anybody know if it is possible to perform a silent setup with Oracle 8.0.5, and how to do it.
    Thanks by advance for your help.
    Laurent.

    Yes. You need to use the Oracle8i 8.1.6 JDBC driver with XSU, but it can connect to an 8.0.5 instance.

  • How can check which patch install in oracle 10g

    hi experts,
    i have use oracle 10g , i hv patch information but how can check which patch install ?

    Run following command , it will give you list of patches installed on Oracle Home
    cd ORACLE_HOME/OPatch
    opatch lsinventory
    For patchset and CPU patch , check/query DBA_REGISTRY_HISTORY
    Virag

  • Can OBI EE be integrated with Oracle Coherence

    Can we have Oracle Coherence as one of the data sources?
    Regards,
    Vikram R

    Hi Srinivas ,
    Yes , ECM can be integrated with Oracle EBS (enterprise business suite) and other Oracle Apps as well like Peoplesoft , Siebel etc .
    Details can be read from the following link : http://docs.oracle.com/cd/E23943_01/doc.1111/e17953/toc.htm
    Thanks
    Srinath

  • Can Microsoft active directory integrated with Oracle Applications

    Hi,
    Can anyone provide me any document on Microsoft Active Directory Integration with Oracle Applications(12.0.6)
    Manish

    Hi,
    It is possible, please refer to the following documents for details.
    Note: 376811.1 - Integrating Oracle E-Business Suite Release 12 with Oracle Internet Directory and Oracle Single Sign-On
    Note: 415007.1 - Oracle Application Server with Oracle E-Business Suite Release 12 FAQ
    Regards,
    Hussein

  • Can Oracle HTTP Server 2.0 be installed with Oracle App Server 10.1.3.4.0?

    Or I guess a related question is what version of apache comes with the latest App Server Patch Set (10.1.3.4.0)?
    We are running OAS 10.1.3.3.x and we are having issues with URLs that end in a number but which have query parameters at the end.
    E.g. http://<stuff_here>/1?type=table&format=html
    The URLs come from REST-ful GET operations. It seems like the HTTP server just ignores the query parameters completely.
    When we run against stand-alone OC4J which includes an embedded HTTP server, such URLs work as expected.
    We are hoping that perhaps the latest patch set for the full Oracle Application Server 10g will overcome this issue.
    But if we need to move to a later Oracle HTTP Server (like the one that comes as an option for the Oracle 11g database installation) we would be willing to do so.
    Comments related to this are welcome.
    Thanks
    Jim

    Hi,
    Does anyone have experiece getting Apex working with secured BI publisher?
    The error I am getting when PDF printing from Apex to BI pub is:
    "ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.
    Error failed
    OK "
    Please note, network services in 11G are already configured; thus I am able to print from Apex to non-secured BI pub.
    Thanks,
    Jed

  • Can Developer 6.0 work with Oracle Personal

    I need to config Developer 6.0 on a single computer.
    So , I installed Oracle Personal 8.03 which works OK.
    But Developer's intaller refused to share Oracle Home
    directory prompting for a new one.
    I haven't found any hints in OP documentation at is it possible
    in general to get Developer working under OraPersonal ?
    Please help.
    null

    Oracle Developer Team wrote:
    : Amit (guest) wrote:
    : : dear sir,
    : : i have oracle 8.0.3.0. please can u give me guide line
    how
    : : can i installed developer 6.0 on in it.
    : : best regards,
    : : amit.
    : : Oracle Developer Team wrote:
    : : : Amit (guest) wrote:
    : : : : dear developers,
    : : : : i have personal oracle 7.2 and developer 6.0
    beta i
    : : : : installed both on same home. after installation i get
    : oracle
    : : : : net8 easy configuration under oracle for window95 but
    when
    : i
    : : : : click on it no action is done.
    : : : : how can i connect to my po7.2.
    : : : : best regards,
    : : : : amit.
    : : : ==> Developer Release 6.0 Beta is not certified against
    : PO7.2,
    : : : i.e. you cannot install in the same ORACLE_HOME the two
    : : products.
    : : : (The production Developer 6.0 won't be easier).
    : : : You should use PO7.3.4 or 8.0.5. You can get a trial copy
    of
    : : : PO8 at http://oraclestore.oracle.com for $5.
    : Developer Release 6.0 is only certified in the same
    : ORACLE_HOME as 8.0.5 This can be found in the release notes.
    Is PO 8.0.5 released yet?
    Why does the beta CD come with 8.0.4 ?
    (Note: Forms 6 works fine against odbc with other datasource
    but please do not force us to use non-oracle datasource !)
    null

  • Repmanger did not come installed with oracle 10.2.0.1.0g

    Hi,
    I am trying to recreate the configuration files and repository for Database Console.
    i.e. I run the following command:
    emca -config dbcontrol db -repos recreate
    The error message I get when running the command is:
    17-Mar-2008 12:03:50 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C C:\oracle\product\10.2.0\client_1\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=MACHINE1)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=DB1))) -repos_user SYSMAN -action drop -verbose -output_file C:\oracle\product\10.2.0\client_1\cfgtoollogs\emca\CHARM\emca_repos_drop_2008-03-17_12-03-50-PM.log
    17-Mar-2008 12:03:50 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 1
    17-Mar-2008 12:03:50 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: The system cannot find the path specified.
    The error message is correct I do not appear to have Repmanger.bat in the location specified or anywhere else. In fact I don't have the "emdrep\bin\" directories. I checked the live server, development server, backup server for the files/directories, and client install disk (got from oracle downloads) but they don't appear there either.
    Does anyone know how I can hold of the files?
    Regards,
    Andrew

    I see you obviously invoke the command from a client ORACLE_HOME environment. Database Console is part of a server installation, I also cannot find repmanager.bat in a client home, but in a server home only.
    Werner

Maybe you are looking for

  • Is there a flag that indicates a special request item?

    Hi, We are running SRM 5.0, classic scenario. I want to find all special request items in shopping carts that have been made in the system including those that were assigned to a vendor from a vendor list or a contract. Is there a flag that indicates

  • Why is my Search box shifting after editing in Contribute?

    After we published our site www.mbcm.ca, the client edited the Home page and the Search box shifted down.  This was working when we published (click on Links in the leftnav menu), and if we replace the page via ftp, it corrects the issue, so we know

  • Error Message while Installing OC4J_EXTENDED

    Hi -- Installing the preconfigured version of the OC4J container containing the PDK -- downloaded from url http://download.oracle.com/otndocs/tech/ias/portal/files/OC4J_EXTENDED.zip -- followed all the instructions. After unzipping and setting config

  • Mic cutting out in SKYPE.

    This is frustrating me to the point where I am making a forum post. I have had several mics in the past, all with the same problem. Currently using the logitech G930. When I talk in skype, my mic cuts out mid sentence, sometimes to the point where pe

  • Calendar Features Needed

    Things I want to be able to do (am I missing something?): 1. Duplicate an existing event, with all its field contents & notes, so I can simply change the date of the duplicate for a return engagement, without re-entering all the details (creating new