Deployment of oracle client application

Hello,
I want to know if i can get connected to the Oracle Database Server 10g from my client system without installing any Oracle Client Software.
i have developed an oracle application using oracle client 10g in C#. i have to deploy this project in the client pc. it asks for a oracle client software.
is it must and should that the oracle client software be installed in the client pc. or any other measures to deploy the application without installing oracle client in the client pc.
thanks
ajith.

I want to know if i can get connected to the Oracle Database Server 10g from my client system without installing any Oracle Client Software.Yes you can connect without installing the client software in oracle 10g, the new tool is rather a folder and some settings called instantclient. See the link [http://www.databasejournal.com/features/oracle/article.php/3371561/Instant-Client-in-Oracle-10g.htm].
i have developed an oracle application using oracle client 10g in C#. i have to deploy this project in the client pc. it asks for a oracle client software.
is it must and should that the oracle client software be installed in the client pc. or any other measures to deploy the application without installing oracle client in the client pc.Depending of the binaries or jar files which you may be using in C#. If it is present in instant client then of course you can connect otherwise you have to install it. Connectivity with oracle database needs some net configuration, when you install oracle client the sql net is being installed. When you install java a java net is installed and using JDBC driver you can connect to the database. That is basic idea behind oracle connectivity.
Regards.

Similar Messages

  • Deploying to Oracle 10g Application Server

    Is it possible to deploy a web application developed using Sun Java Studio Creator to Oracle 10 Application Server?
    Any help is highly appreciable.
    Thanks

    See a couple of entries at
    http://blogs.sun.com/marcoscorner
    I hope they help you;-)
    Thanks,
    -- Marco

  • Deployment of Oracle 9i Application server

    Hi,
    I have used oracle JDeveloper 10G release build a web services, it works using JDeveloper 10G Embedded OC4J server.
    I have tried to deploy the .ear file and run it on Oracle 10G Application Server, it works.
    However, when I deploy the .ear file and run it on Oracle 9i Application Server release 2, it cause the following errors:
    Deployment failed: Nested exception Root Cause: Unknown assembly root-tag attribute: xmlns:xsi; nested exception is: java.lang.InstantiationException: Unknown assembly root-tag attribute: xmlns:xsi. Unknown assembly root-tag attribute: xmlns:xsi; nested exception is: java.lang.InstantiationException: Unknown assembly root-tag attribute: xmlns:xsi
    Can anyone help me?
    Thx

    Hello,
    Which version of Oracle JDeveloper are you using?
    Regards
    Tugdual Grall

  • Deployment of Oracle 10g Application on oracle 10g application server

    Sir,
    I am new in this forum. Please guide me how to deploy oracle 10g application on oracle 10g application server.

    Dear Ghulam,
    1)Create A new OC4j instance on Oracle 10g Application Server
    2)Deploy ur war or ear file accordingly on this OC4J.
    3)Create the datasource ie connection of application with the database
    4)Tune your Java Parameters inside the OC4J for better performance.
    The details of this is explained on the above post ie two link.
    Regards
    Fabian

  • Can I deploy an Oracle Forms Application in WebLogic Server?

    Dear all:
    I need to know if Oracle WebLogic Server supports Oracle Forms applications?
    I am looking some clue in the documentation, but I didn´t find something clear yet, please help me.
    Thanks
    Edited by: user637951 on Nov 18, 2008 6:25 AM
    Edited by: user637951 on Nov 18, 2008 6:26 AM

    I don't believe that Forms will be certified on WLS until 11g based on a ppt I saw at Oracle Open World. However, you'll need to get confirmation on that from someone with Forms knowledge. Their forum is here:
    Forms

  • How to deploy my oracle 10g application ?

    I have finished my application which was built using
    * Oracle database 10g
    * Oracle Developer 10g
    So now how can I {color:#ff0000}*deploy*{color} it to enable clients to access it..?
    Thanks in advance..

    S_Ashour wrote:
    I have finished my application which was built using
    * Oracle database 10g
    * Oracle Developer 10g
    So now how can I {color:#ff0000}*deploy*{color} it to enable clients to access it..?
    Thanks in advance..Depends on where you want it deployed, if it's a large application and you want the users to access over the internet, you need to use OAS (Oracle Application Server) and configure the server and provide the URL to the users.
    If it's only for testing and couple of users, you can TRY to run it just with OC4J and the URL to your forms.
    In any case users should Install JInitiator for the first time they run the application only.
    Tony

  • Mass deployment of Oracle client

    What methods are available for mass deployment of the Oracle 9i client runtime? I mean for 100+ PCs at a time. Is there an Oracle-based solution?
    My company's preferred method for application deployment is Microsoft SMS 2003. I have tried using two methods so far:
    1) Creating an MSI file by using InstallShield AdminStudio and the snapshot process. Then deploy the MSI file with SMS 2003.This only worked on a minority of target PCs. Perhaps I just did it wrong!
    2) Creating an Oracle RSP response file for the Oracle Universal Installer and then attempting to get SMS to deploy the whole bundle. I could get the silent install working fine if I manually ran it on individual PCs whilst logged in as an admin, but getting it to deploy with SMS was hopeless.
    Has anybody produced a detailed guide on how to mass deploy the client? Or even just some basic tips?!
    Any help much appreciated.
    Message was edited by:
    user461141

    MSI files are executed with MSIExec.exe and it comes with a few switches depending on the version. You can check out these links for the respective versions and switches. If you have successfully created .MSI with AdminStudio, you could try these.
    For Windows XP Home and Pro
    http://216.239.37.104/translate_c?hl=en&u=http://support.microsoft.com/kb/314881&prev=/search%3Fq%3Dwindows%2Binstaller%2Bfor%2BNT4%26hl%3Den%26lr%3D
    For Windows 2000 platform
    http://216.239.37.104/translate_c?hl=en&u=http://support.microsoft.com/kb/227091/EN-US/&prev=/search%3Fq%3Dwindows%2Binstaller%2Bfor%2BNT4%26hl%3Den%26lr%3D
    There are syntax for the NT4 version too which I can't seem to place at the moment. This should be able to force an installation even if it's been installed previously.
    Good luck.

  • Facing issue while deploying in oracle 10G application server

    java.lang.NoClassDefFoundError
         at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parseBinding(RuntimeWSDLParser.java:460)
         at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parseWSDL(RuntimeWSDLParser.java:357)
         at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:172)
         at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:135)
         at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:275)
         at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:238)
         at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:186)
         at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:111)
         at javax.xml.ws.Service.<init>(Service.java:56)

    Hi Ahmed,
    It sounds you have not yet had the chance to lay eyes on the installation guides - they are not perfect but should point you in the right direction.
    Please start at http://www.oracle.com/technetwork/documentation/oracle-retail-100266.html and check out the install guide per application module.
    Best regards,
    Erik

  • Classpath problem during deployment in oracle 10g application server

    java.lang.NoClassDefFoundError: oracle/toplink/sessions/UnitOfWork
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.loadServlet(HttpApplication.java:2028)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.findServlet(HttpApplication.java:4523)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2561)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:640)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    required urgent help.

    hello,
    when you deploy reports JSPs they still require the reports specific componentes (e.g. TLD file, classes, ...) etc be available. i doubt that's the case in your ear file.
    thanks,
    ph.

  • Deploy an Oracle JSP application

    Hi there,
    I created a very simple JSP application based on "Scott" and tried to deploy it on Tomcat 3.2. I generated two archives. One is ScottBC.jar which has anything in the BC4J project for "Scott". Another one is ScottClient.jar which only has connections.properties and ScottClient_ScottBC_ScottBCModule.properties.
    I got the following error message when I tried to access main.jsp.
    java.lang.RuntimeException: JSP Registry could not locate runtime property file: ScottClient_ScottBC_ScottBCModule.properties
    Do you know where I went wrong in this case?
    Thanks in advance.
    Rick
    null

    the classpath can not recognize the *.properties file. there are two solutions:
    1. put the *.properties file into a *.jar file and set *.jar file into classpath.
    2. set a classpath like
    wrapper.classpath=path\
    where "path" is a directory. Put the *.porperties file into the directory directly.

  • Getting Error While Deploying SOADEMO-CLIENT Application

    Hi All,
    I got an error while deploying the SOADEMO-CLIENT application. Below is the error message.
    Error(119,9): CustomerServiceSoapHttp_Stub not found in class oracle.soademo.view.services.runtime.CustomerSvc_Impl .
    Please help how to resolve this problem .
    Thanks
    KOTI

    Yes, I did previously did the same thing, got same error. After I deleted the workspace. Again started the process from new work space.
    But this time also got same error.
    When I double click on the error, CustomerSvc_Impl.java opened in Jdeveloper and showinf errors at below line.
    oracle.soademo.view.services.runtime.CustomerServiceSoapHttp_Stub stub = new oracle.soademo.view.services.runtime.CustomerServiceSoapHttp_Stub (handlerChain);
    try {
    stub. _initialize* (super.internalTypeRegistry);
    Note : The bold string is showing errors.
    Edited by: user11118888 on May 14, 2009 5:25 PM

  • Deploy oracle client

    Dear DBAs,
    in case the system administrator wants to deploy the oracle client software on many users' pc, do you have an idea if it's feasable ?
    thx in advance

    Install oracle client on one pc with updated tnsnames configuration.
    Test the connectivity to the application.
    Perform a SMS-push or take a image of the configured and apply it to other pc's.
    Check with your desktop support team on how to do this.
    -Anantha

  • Deployment of class file in oracle 10g Application Server

    Hi,
    I have a class file
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class HelloWorld extends HttpServlet {
    public void doGet(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException {
    res.setContentType ("text/html");
    PrintWriter out = res.getWriter();
    out.println("<HTML>");
    out.println("<HEAD><TITLE>Hello World</TITLE></HEAD>");
    out.println("<BODY>");
    out.println("<BIG>Hello World</BIG>");
    out.println("</BODY></HTML>");
    now I like to deploy(in oracle 10g Application Server) and run this file.
    please help me.

    Hi
    You have to deploy Servlet as a WAR File. I hope you already have web.xml file which u can get automatically in eclsipse during creation of servelet. I am not sure what ide u r using here. If u have created servlet in eclipse then I would suggest create a project dynamic webproject if u have not where IDE create all required files autmatiicaly and even you can deploy application from there itself.
    If you wanted to deploy manually then follow below steps (if u have war file)
    I am assuming you already created a Weblogic Domain and have admin username/password. Start your domain. Login into weblogic console like http://host:port/console and use admin username/password. Then from Deployments section, deploy the above WAR file. In Weblogic you can deploy JAR (EJBs, java files), WAR (web jsp, html, webservices, servlets) or EAR (JAR + WAR). In your case its just a WAR file.
    Thanks
    Sujit Singh

  • Oracle Client 11G R2

    Application Name: Oracle Client
    Application Version: 11G R2
    Company Name: Oracle
    Sequencer Version: 4.6
    App-V Client Version Tested On: 4.6
    Operating System Sequenced On: Server 2003 R2 SP2
    Pre-requisites: None
    Client Operating Systems Successfully Deployed To: Server 2003 R2 SP2 (x86), Server 2008 (x86), Server 2008 R2.
    Posted by non-Microsoft Employee: Kevin Kaminski, Big Hat Group Inc.
    Steps to Sequence the Application:
    Before sequencing you may want a dummy user and system ODBC DNS in place so that the sequence can see other DSNs at the machine level.
    Launch setup.exe.
    Make sure InstantClient is selected and click Next.
    Change the installation folder to Q:\Oracle11.001.
    Ignore PATH error.
    Select Finish.
    Click Close.
    Most environments provide a TNSNAMES.ORA and SQLNET.ORA files that are customized for the customers environment. It is a good idea to keep these files outside of the sequence to make them easier to update especially if you are going to use multiple sequences with the Oracle client. Make a folder off of the root of C:\ and put the files in there and set the environment variable  based on the example below.
    TNS_ADMIN=c:\OracleTNS
    Create necessary ODBC DSNs.
    Known Issues/Limitations: Oracle is working on a client to be supported on Windows 7 and Server 2008 R2. A release is expected in July 2010.                                  
    Approximate Sequencing Time: 30 minutes
    Other (Optional fields)
    App-V friendly copy protection scheme?  N/A
    Additional Notes/Links: N/A
    Custom scripts to assist in the process: Can use pre launch script to update TNSNAMES.ORA and SQLNET.ORA if it is inside of the sequence.
    www.bighatgroup.com

    Hello,
    I need
    your help.
    I
    virtualized Oracle
    11g,
    but
    as I
    test, both
    IconeNetManager
    and Wallet
    Manager
    does not launch.
    Cordially
    Please ask support questions in this forum:
    http://social.technet.microsoft.com/Forums/en-GB/appvgeneralsequencing/threadsThis forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Automation of deployment on Oracle 10g App Server

    Hi,
    Iam trying for automation of deployment on Oracle 10g Application Server.
    Oracle 10g (10.1.3.1.0) ant-oracle-classes.jar
    Any pointers for the same will be very very helpful.
    I googled for the documentation of [i]ant-oracle-classes.jar. But could not get any valid results. Can someone please help me out.
    If anyone has used/implemented the automation either thru Ant Tasks or J2EE Deployment API.
    Iam kinda badly stuck and Iam not getting any kind of help in Oracle Forums or even by googling, please please help me out.
    Regards,
    Prashanth Babu.

    Duplicate post:
    Oracle 10g App Server
    regards

Maybe you are looking for

  • Facebook and BlackBerry App World

    Hi I've upgrade Facebook and App World new version BB 8520 and they all gone on to my Homepage.Help me on this.

  • How can I get the 6.3 plug in for camera raw?

    I got a new laptop, and when I went to bridge for the first time to view some pictures, It was telling me it didn't support the RAW format, so now I can't view any of my pictures. I did some reserch and found I need the 6.3 plug in, but can't find th

  • How to update Record Model for old Records(Personnel Record) in DPF?

    Hi i was able to successfully implement Digital Personnel files and Record Management for my scenario, but now question is: i have created a record for personnel using "SE38--> Report (RPASRCREATEDPF)"  or "Tx RPASRCREATEDPF)  after a while i decided

  • Convert BSP output to PDF

    Hi All,      I have a BSP application wherein a Dashboard report is presented. basically it has a selection screen and a tableview which is displayed. There are two buttons to decide whether its a management report or a regular report. Depending upon

  • Sync iphone with ical, sync iphone with ical

    How do i sync my iPhone with iCal on my Mac?  FYI I DO NOT want to use iCloud because MobileMe NEVER worked right for me.