Where install JAR libraries on Oracle server

Hi,
I have a little problem (of course) to put my libraries (*.jar) on the Oracle server.
In witch directory on the Oracle server I must deposit Jar libraries to be used by my Java stored developments ?
For example, my Java stored development use "fop.jar" and "xercesImpl-2.7.1.jar" and I don't want stored this libraries into the Oracle user (with loadJava command) ?
Is there a file to configure? A special directory where I can deposit my libraries ?
I use Oracle server 10g on unix.
Thanks for your help...

No no no !!! Please !!! Find me another response !! ;o)
Is it impossible to define a "classpath" for Oracle JRE ??

Similar Messages

  • Where is jar file containing oracle.ifs.beans?

    Where is the jar file containing the Java packages that must be imported in order to compile a Java application that uses iFS? It doesn't seem to have been included when I installed the iFS development kit.

    1) To run an applicaiton against iFS you need the following entries in your Classpath
    classpath "D:\Program Files\Oracle\IFS\custom_classes;D:\Program Files\Oracle\jlib\oracle8.1.6\classes111.zip;D:\Program Files\Oracle\IFS\lib\xmlparserv2.jar;D:\Program Files\Oracle\IFS\lib\release.jar;D:\Program Files\Oracle\IFS\lib\repos.jar;D:\Program Files\Oracle\IFS\lib\tools.jar;D:\Program Files\Oracle\IFS\lib\utils.jar;D:\Program Files\Oracle\IFS\lib\adk.jar;D:\Program Files\Oracle\IFS\jws\lib\servlet.jar;D:\Program Files\Oracle\IFS\settings;D:\Program Files\Oracle\Lib\vbjorb.jar;
    null

  • Where is jar file for oracle.j2ee.ws.client.ServiceFactoryImpl

    I am trying to use package UTL_DBWS on database 10g and get java exception
    ORA-29532: Java call terminated by uncaught Java exception: java.lang.IllegalAccessException: javax.xml.rpc.ServiceException: Provider oracle.j2ee.ws.client.ServiceFactoryImpl not found
    ORA-06512: at "SYS.UTL_DBWS", line 135
    ORA-06512: at "SYS.UTL_DBWS", line 132
    ORA-06512: at line 1
    when calling function UTL_DBWS.CREATE_SERVICE
    import oracle.j2ee.ws.client.wsdl.*;
    Which JAR file is this class located in?
    Any pointers...
    Thanx
    Jiri

    The jar file containing that class is utl_dbws_jserver.jar. Please download "Database Webservices Callout Utilities" from the page
    http://otn.oracle.com/sample_code/tech/java/jsp/dbwebservices.html
    The utl_dbws_jserver.jar file is contained in that download

  • Problem installing ODAC for Oracle Server 11g

    I have installed Oracle Server 11g (OS:Windows XP)
    Questions:
    1. I tried installing ODAC for Oracle Server 11.1.0.6.21, then its giving the following error message: "Oracle data access components can only be installed over an existing oracle server 11g".
    2. We have a Monorail application running on NHibernate using ODP.NET. It's working perfectly when I run it on my Visual Studio 2008.
    But, when I tried to host this application, it gave me the following error message: "The provider is not compatible with the version of Oracle client"
    Please suggest how to resolve these issues.

    Hi
    Could that be related to the %ORACLE_HOME% ?
    I've read that on the ODAC installation guide:
    On a machine without Visual Studio .NET 2003 installed, ODAC products now work if they are installed in a new Oracle Home
    So it should be performed in a new %ORACLE_HOME% and not the same as the database. Please change that and retry.
    Source:
    http://www.oracle.com/technology/software/tech/windows/odpnet/install11106.html
    On your second question :
    Q: I get an error: "Unable to load DLL (OraOps.dll)". How do I fix this?
    A: First, ensure the OraOps.dll file is in your Oracle bin directory (e.g. d:\oracle\ora92\bin\). Next, check that your Oracle bin directory is in the Windows system path. If either of these are not present, re-install ODP.NET. Depending on the application, you may have to restart the application (e.g. Windows Service) or reboot the computer (e.g. ODP.NET install makes changes to the PATH) for ODP.NET installation to be complete. If your ODP.NET installation is still not working, you may be running into this problem.
    Source:
    http://www.oracle.com/technology/tech/windows/odpnet/faq.html#DLL
    Let us know if it helps?
    thanks
    Edited by: Hub on Oct 23, 2008 9:30 PM

  • DRDA is installed just on the Oracle side?

    After reading this I still dont get it...
    http://download-east.oracle.com/docs/cd/B19306_01/gateways.102/b16217/intro.htm#i3621
    This documentation does not get to the point at all. It is not written at a level for people who have never installed a Transparent Gateway...
    So, If I install the DRDA type Transparent Gateway I'm hoping I only have to put software on the Oracle side - my side? Not the DB2 side? I saw via someone else's post where during DRDA setup a package is created on DB2 side by issuing commands on the Oracle side?
    If this is true, which I hope it is, why and what benefit is obtained by installing the other type of gateway Transparent Gateway for DB2 (TD4DB2) which requires installation of software on both sides - I think?
    I would like to only have to install software on the Oracle side since the DB2 machine is not owned by us and all we will have is a user account on the DB2 side.
    Give me few quick pointers please.. Thanks...

    The DRDA Gateway software is only installed on the the Oracle server machine (or a 3rd machine).
    There are several notes on Metalink "How to setup TG4DRDA" which explain in detail WHAT steps are required to configure the gateway.
    Regarding the Bind package: at the Db2 database the 2PC table must be created and then use SQL*Plus to bind a package at the Db2 side.
    This is mandatory for the DRDA gateway, but I want to make it clear again: NO software is installed on the DB2 machine.
    So the difference between the TG4DB2/400 and TG4DRDA is the location of the software.
    TG4DRDA is installed on Unix or Windows platforms, commonly in the Oracle database home whereas TG4DB2/400 is installed on the AS400 machine.

  • Install SSL certificate for Oracle HTTP server

    I received a PFX file that contains an SSL wildcard certificate for our company *.xyz.com.
    I used this tool "xca" to extract two files: "server.crt" and "serverkey.pem".
    I want to install this on the oracle 11g HTTP server (OHS) installed as standalone based on apache 2.2
    With oracle, i have to create a wallet and point the SSL.CONF wallet directive to use that wallet.
    I used Oracle Wallet Manager to create it and import the certificate but this is where i am having a problems.
    First I could not restart the web server but the it worked but I got SSL handshake errors (Shown below).
    According to oracle steps, I have to create a CSR and then import the certificate into the wallet
    http://www.apache.com/resources/how-to-setup-an-ssl-certificate-on-apache/
    However, when I tried to use Oracle Wallet Manager, there were two options: import server certificate and trusted certificate.
    The import server certificate was greyed out. I had to create a CSR just to get it enabled but I did not use the CSR, i just imported the "server.crt" file.
    I also tried to import the "serverkey.pem" into the trused certificate option but was rejected (invalid certificate).
    Do you know how to create a successful wallet based on the files i have and not creating a CSR since i already have a certificate file?
    2013-05-04T20:11:40.2718-04:00] [OHS] [ERROR:32] [] [core.c] [host_id: ptp.xyz.xom] [host_addr: 10.72.11.211] [pid: 11339] [tid: 1253263680] [user: root] [VirtualHost: ptp.xyz.xom:443] nzos handshake error, nzos_Handshake returned 29040(server ptp.xyz.xom:443, client 10.60.117.121)
    [2013-05-04T20:11:40.2719-04:00] [OHS] [ERROR:32] [] [core.c] [host_id: ptp.xyz.xom] [host_addr: 10.72.11.211] [pid: 11339] [tid: 1253263680] [user: root] [VirtualHost: ptp.xyz.xom:443] NZ Library Error: Unknown error
    [2013-05-04T20:11:40.4774-04:00] [OHS] [ERROR:32] [] [core.c] [host_id: ptp.xyz.xom] [host_addr: 10.72.11.211] [pid: 11339] [tid: 1263753536] [user: root] [VirtualHost: ptp.xyz.xom:443] unusably short session_id provided (0 bytes)
    [2013-05-04T20:11:40.4776-04:00] [OHS] [ERROR:32] [] [core.c] [host_id: ptp.xyz.xom] [host_addr: 10.72.11.211] [pid: 11339] [tid: 1263753536] [user: root] [VirtualHost: ptp.xyz.xom:443] nzos handshake error, nzos_Handshake returned 29040(server ptp.xyz.xom:443, client 10.60.117.121)
    [2013-05-04T20:11:40.4776-04:00] [OHS] [ERROR:32] [] [core.c] [host_id: ptp.xyz.xom] [host_addr: 10.72.11.211] [pid: 11339] [tid: 1263753536] [user: root] [VirtualHost: ptp.xyz.xom:443] NZ Library Error: Unknown error
    [2013-05-04T20:11:40.6814-04:00] [OHS] [ERROR:32] [] [core.c] [host_id: ptp.xyz.xom] [host_addr: 10.72.11.211] [pid: 11339] [tid: 1274243392] [user: root] [VirtualHost: ptp.xyz.xom:443] unusably short session_id provided (0 bytes)
    [2013-05-04T20:11:40.6816-04:00] [OHS] [ERROR:32] [] [core.c] [host_id: ptp.xyz.xom] [host_addr: 10.72.11.211] [pid: 11339] [tid: 1274243392] [user: root] [VirtualHost: ptp.xyz.xom:443] nzos handshake error, nzos_Handshake returned 29040(server ptp.xyz.xom:443, client 10.60.117.121)
    [2013-05-04T20:11:40.6816-04:00] [OHS] [ERROR:32] [] [core.c] [host_id: ptp.xyz.xom] [host_addr: 10.72.11.211] [pid: 11339] [tid: 1274243392] [user: root] [VirtualHost: ptp.xyz.xom:443] NZ Library Error: Unknown error

    I do not have weblogic installed. I only have standalone 11g HTTP server with mod_plsql.
    If i can get OWM working to create a successful certificate them the problem would be resolved.
    I am just not sure what is Root Certificate and Trustworthy Certificate and how to get that from the files i have.

  • How to check whether a Oracle server is installed or not ?

    Hi,
    How cani check whether a Machine has oracle server installed or not ?
    I have a machine where i have the client tools installed but not server. In that case how can i check whether this machine has oracle server is installed or not?
    Thanks in Advance..

    user11000236 wrote:
    Hi,
    How cani check whether a Machine has oracle server installed or not ?
    I have a machine where i have the client tools installed but not server. In that case how can i check whether this machine has oracle server is installed or not?
    Thanks in Advance..http://tinyurl.com/ngunhv
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Is Oracle server installation a pre-req for installing IFS 1.1 on NT?

    I have Oracle 8.1.7 server installed on a
    solaris box. I want to install IFS 1.1 on
    my NT. I did a Oracle 8.1.7 client install
    and proceded with the iFS 1.1 installation.
    Looks like iFS 1.1 installer on NT needs
    Oracle HTTPD server to be running. This
    HTTPD server seems to be packaged only
    with the Oracle server installer and not
    the client installer.
    null

    You're right. But you don't have to install the whole Oracle server on the machine where you want to install iFS. Just start the server installation, go to a custom install, and deselect everything except the Oracle HTTP Server component. That's all iFS needs on the middle tier machine (where you installed the Oracle client).

  • Error during deploying mapbuilder.jar file in oracle application server

    hi all,
    Iam trying to deploy mapbuilder.jar file in oracle 10g enterprise manager oc4j environment. It is giving an error that
    " An error occurred when processing the data submitted. Find the appropriate field and enter the correct information as noted next to each field.
    Archive Location - Failed in uploading archive. Invalid archive file: Unsupported archive type. unknown'
    i have deployed in the same way for mapviewer.ear. It was successfully deployed.
    plz any body tell me what would be the reason. I there any other way to deploying .jar file in oracle 10g enterprise manager
    thnx in advance...
    Regards,
    srinivas

    Hi Srinivas,
    There is no need to deploy MapBuilder in an Application Server. You can start it at the command line with for example:
    java -jar mapbuilder.jar -noconnect
    Joao

  • Installing oracle server on windows xp !!!!!

    Is it possible to install oracle application server 10g AND oracle developer suite 10g on my home PC under Windows XP ....
    If yes, How to do it for Apllication server 10g ... PLs steps
    Thanks alot

    Thanks for you...
    But i have 1 GB ram my pc p4-1700 ??? Is it will work ??
    last question IS it i need to install oracle server or not ,because i have project and i need to test it ......

  • Where can I find info on how to install and run Snow Leopard Server as virtual machine inside Mountain Lion

    Where can I find info on how to install and run Snow Leopard Server as virtual machine inside Mountain Lion

    Here is the short answer:
    Installing Snow Leopard Server into Parallels 10 for DUMMIES:
    http://forums.macrumors.com/showpost.php?p=17285039&postcount=564

  • Installing Oracle Server 8i with Form 6.0

    Hello Hi,
    I want to Install Form 6.0 With Oracle 8i on Server
    mean not personal oracle,
    if i install first oracle 8i and then form 6.0 then
    they overwrite their homes and vice versa.
    What method i use to control this problem.
    please help me so that i install form 6.0 on oracle 8i server.
    thanks
    hayat ([email protected])

    Install Oracle8i Personal and Dev2k on same machine in following steps
    1. Install Oracle Personal
    2. Install Dev2k (Include SQL Net) and restart the computer
    3. Find file tnsnames.ora
    4. Locate string "TCP-Loopback" in tnsnames.ora
    5. Change it with some other name and remember it.
    6. In the regarding entry (few lines below) specify oracle SID
    7. If you dont know you ORACLE-SID find it in init.ora file
    8. Go to command prompt and write 'lsnrctl'
    9. A propmpt will come write 'start'
    Note:
    1. If you are Installing Dev-2k on a client machine and Oracle server is running on any other machine then Do steps-1,8,9 on server and rest on DEV-2k Machine.
    2. If bad-command occurs on 'lsnrctl' then try to find out the similar exe file in ORACLE_HOME\bin directory and write that name
    If you still get some error mail me at [email protected]

  • Accessing Oracle Server without Installing Oracle Client

    Hi
    I work on a linux based server which would be installed with Oracle Server. My problem is that I dont want to install Oracle Client on every client workstation since there are 1500 PCs in my company.
    Could anyone help me on this?
    Please note that all of the workstation are using Windows Operating System.
    Thanks
    Antony

    I do not believe such an animal exists. Since Oracle's wire protocol is proprietary, reverse engineering it is a very significant investment.
    If you need to access the Oracle server without installing the Oracle client, can you use the thin JDBC driver?
    Justin

  • I want ti install 2 instances of oracle in my server

    Hello
    In my server centos, I have Oracle 10g(user:oracle ORACLE_HOME /opt/oracle/ groups dba, oinstall) installed and I want to install an other instance for 9i
    I created differentes groups and users, and when I excecute runIstaller I have the error
    (user:oracle9 ORACLE_HOME /opt/oracle9/ groups dba9, oinstall9)
    "you don't have permission to write in /opt/oracle/orainvotory"
    what shall I do pleaz
    thx for your helps
    SAlut
    dans mon serveur centos j ai la version 10g d oracle installée avc (user oracle ORACLE_HOME /opt/oracle/ groupes dba et oinstall)
    je veux installer la version 9 (une autre instance) en gardant la 10g c est pour ca j ai créé un utilisateur oracle9 un autre oracle home /opt/oracle9 d autre groupes dba9 oinstall9
    lorsque je lance le rinInstaller j aurais l erreur "vous n avez pas le drois d ecrire dans le repertoire /iopt/oracle/oraInventory" alors ke j attendais a ce k il ecris dans /opt/oracle9/oraInventory
    que dois je faire pour reussir cette installation Merci

    Three possible solutions :
    1. Install 9i under oracle user, changing ORACLE_HOME (recommended)
    2. Assign oracle9 to dba and oinstall group, and change permissions of /opt/oracle/oraInventory directory giving write permission to the original group.
    3. Change content of /etc/oraInst.loc, which should be now /opt/oracle/oraInventory, so that another inventory is created for 9i.

  • Instal oracle server

    I want to know if i can instal oracle server 9.2 on
    windowsXP ?
    or if you know any addresses to find about compatibility
    of operating systems and oracle versions.
    best regards.

    The certification matrix is available here http://otn.oracle.com/support/metalink/index.html
    Quick answer is yes, assuming you're talking about Windows XP Professional.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

Maybe you are looking for

  • Starts to boot, shows Apple logo for 2+ minutes, then starts again

    Yesterday the computer started to boot up as usual with the 'boot chord', Apple logo, then the screen went black, and started over again.  This time it successfully booted and ran normally for the rest of the day.  This morning, it never gets beyond

  • Director 11.5

    Movie is not moving to the next frame. It is stuck on the first frame. FPS is set to 30. Even if I publish the movie the result will not animate either. I am using MAC OS X. Please Help !

  • Document Management Using TFS?

    We are currently using TFS for our software development projects. The developers can check-out/check-in code in Visual Studio, and the testers can create work items in the web interface. This is working like a charm. However, now we would like to exp

  • Auto Create EVENTS with existing library (already imported)

    Had an "issue" a while back where I lost all my photos. It has since been corrected via Data Rescue but... I must have imported the found photos in a manner that did not allow for iPhoto 08 to auto-create events. So I have one big event with 15,000 p

  • Re-Install Of Lion Confusion

    Because of some issues, mostly involving Safari and Lion, I've been reading through many posts that have discussed re-installing Lion. One of the references I read mentioned Option clicking on Purchased in the Mac App Store. I actually did this to se