Libraries 8.1.7.4 to 10g

Hi!!!
I have a question, exists some incompatibility or change the path's on the Libraries in oracle???
Thank's and regards

Further clarification and from your question is required. A more specific question is advisable.
The libraries from 8i are for the 8i RDBMS and the libraries for 10g are for 10g. They are placed where they usually are, at the $ORACLE_HOME/lib, and the path is included at the LD_LIBRARY_PATH environment variable.
~ Madrid

Similar Messages

  • How to install ADF Runtime libraries to an Oracle Application Server 10g?

    Scenario:
    - JDev 10.1.3 (production) installed on my Win XP station.
    - OC4J 10.1.3 Standalone installed on my Win XP station.
    - OAS 10.1.3 (not OC4J Standalone) installed on a Linux SuSe server.
    - I have admin credentials for the OAS but don't for the server.
    Is it possible to install ADF Runtime from OAS Enterprise Manager? If yes, please, let me know. If not, I will have to bother server admin in order to copy those files. In this case, ca I rely on the log html file resulted from the install I made on my local OC4J instance in order to select the needed files?
    Thanks in advance.
    Regards,
    Gustavo
    São Paulo - Brasil

    As far as i know the ADF libraries can be updated via the solution you gave :
    Tools -> ADF Runtime Installer -> Oracle Application Server
    but this only applies for an OAS installed on the same machine where jdev resides
    for OAS in UNIX like systems i'm not sure if this can be done
    as far as i know the libraries must be copied manually but i can't confirm this theory
    i would like to know if it's possible to update the libraries from the Wizard on jdev installed on a windows machine to an OAS installed in UNIX?

  • 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 ??

  • Migrating 10g ADF application for OC4J to 11g application for Weblogic

    Hi, I'm trying to migrate a 10g ADF application deployed in OC4J to 11g using the migration tool of JDeveloper.
    After some changes in code to adapt to the new api i have an error in libraries while trying to deploy in embeded weblogic.
    <30 Ιουν 2010 11:32:50 πμ EEST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1277886764036' for task '1'. Error is: 'java.lang.ClassNotFoundException: oracle.adf.view.faces.event.AttributeChangeEvent'
    java.lang.ClassNotFoundException: oracle.adf.view.faces.event.AttributeChangeEvent
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.view.faces.event.AttributeChangeEvent
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    Truncated. see log file for complete stacktrace
    >
    Embeded weblogic runs with ADF libraries of 11g why this class cannot be found?
    Any comment will be helpfull,
    Thanks

    I am not explicitly use this class, neither in source code nor in xml configuration files so i can’t find it anywhere in my application.
    I guess that, embedded weblogic loads 11g adf libraries and does not include this 10g specific class but migration shouldn’t change this
    oracle.adf.view.faces.event.AttributeChangeEvent to
    org.apache.myfaces.trinidad.event.AttributeChangeEvent?
    thanks

  • PDO Connection to a local 10G DB

    Hello together,
    i am using Zend IDE for PHP-Development and have the following problem:
    $dbh = new PDO('oci:dbname=LOCAL.ABC.XYZ.ORG','scott','tiger');
    connects to the local database inside the IDE without a problem.
    Running this login.php script over http://.... inside the browser over an Apache 2.x doesn't connect and i get a script time out.
    The settings for the php.ini files (Zend IDE and PHP 5.1.2 installation) are the same.
    Is there a solution out ?
    Thanks for your help.
    Hans

    Other than the typo in the previous comment, the Easy Connect syntax
    is often an easier way to connect in PDO, ADOdb, or oci8. If the Oracle
    client libraries that PHP links with are 10g or 10gR2, you can use the
    connect string "[/]hostname[:port][service_name]". For example to
    connect to the HR schema on the local XE database in PDO you can use:
    <?php
      try {
        $dbh = new PDO('oci:dbname=localhost/XE', 'HR', 'HRPASSWORD');
      catch (PDOException $e) {
        echo 'Connection failed: ' . $e->getMessage();
        exit;
      $s = $dbh->prepare("select city from locations");
      $s->execute();
      while ($r = $s->fetch(PDO::FETCH_ASSOC)) {
        echo $r['CITY'] . "<br>";
    ?>

  • How can i use ADF code in Trinidad

    Hi,
    I'm having an small Application which is Implemented to some extent using oracle ADF faces components But now, as the Trinidad is an open source i would like to do it in trinidad.
    If i replace the libraries to trinidad does my implement code in ADF Faces components needs to be Change,
    Please Suggest me how can use my ADF code in Trinidad.
    Thanks.

    Hi,
    Thanks for the Information a lot,it will helps me a lot.
    i am unable to navigate to down load the libraries given in oracle site in "How-to configure Apache Trinidad components in Oracle JDeveloper " can u help me,
    how can i get libraries to use in Oracle Jdeveloper for Trinidad.
    Can i use the libraries given on the Apache MyFaces Trinidad site (http://myfaces.apache.org/trinidad/download.html) but the libraries are different than the oracle given.
    Please Help me what libraries to used in Oracle jdeveloper 10g for trinidad.
    Thank You.

  • Object Library Error:

    Hi Everyone,
    We do have Oracle Forms 6i I just started upgrading them to 10g.
    1. Do we need to Compile Object Libraries in 10g, if so how?
    2. When I try to open object libraries on 10G, some of them open but a couple of them are having problems. the error is:
    Error Signature.
    App Name: fmbld.exe AppVer 10.1.2.0 ModName fmdg.dll
    ModVer: 10.1.2.0 Offset: 00001a23
    These object libraries can be opened in 6i, I have included them in the 10g path.
    the only thing I found is that the Object Library that have an Object Group included, if I delete the object group from the Object Library and then save and compile in 6i, it will open in 10g.
    But on the other hand the object libraries that I can open in 10g does have object groups attached to them.
    One last thing there is a big difference between the object Libraries that 10g can open them and cannot.
    object groups from the object library tab can be dropped in a form(10g opens these)
    does not allow object groups from the object library to be included in any form (10g does not open these).
    Any advice is helpful..
    thanks,
    Habeeb

    Hi Every One,
    As said earlier, we have compiled all libraries, object libraries, menu and forms successfully and tested them on windows. (I am sorry we have updated our application from 6i to 10g). Now we have to move to Unix, this is where the problem started.
    Form A is calling Form B, passes a parameter, works fine when tested on windows, fails when tested on server.
    This is the error:
    FRM-47023: No such parameter named PROCESS_MODE exists in the form B.
    When the Form A calls Form B (this is done by a menu M1)
    Form A does have a parameter defined as PROCESS_MODE
    the triggers in the menu are:
    procedure browse_menu_option
    (p_window_title varchar2
    ,p_form_name varchar2) is
    pl_id ParamList;
    begin
    pl_id := Get_Parameter_List(p_form_name||'_parms');
    IF NOT Id_Null(pl_id) THEN
    Destroy_Parameter_List(pl_id);
    END IF;
    pl_id := Create_Parameter_List(p_form_name||'_parms');
    window_title(p_window_title);
    Add_Parameter(pl_id,'PROCESS_MODE',TEXT_PARAMETER,'BROWSE');
    form_call(p_form_name,pl_id);
    set_runform_properties;
    end browse_menu_option;
    procedure update_menu_option
    (p_window_title varchar2
    ,p_form_name varchar2) is
    pl_id ParamList;
    begin
    pl_id := Get_Parameter_List(p_form_name||'_parms');
    IF NOT Id_Null(pl_id) THEN
    Destroy_Parameter_List(pl_id);
    END IF;
    pl_id := create_parameter_list(p_form_name||'_parms');
    window_title(p_window_title);
    add_parameter(pl_id,'PROCESS_MODE',text_parameter,'UPDATE');
    form_call(p_form_name,pl_id);
    set_runform_properties;
    end update_menu_option;
    When form B is activated the WHEN-NEW-FORM-TRIGGER have this code.
    BEGIN
    set_window_property(FORMS_MDI_WINDOW,window_state,maximize);
    set_window_property('RPT_DEF', WINDOW_STATE, MAXIMIZE);
    FORM_SECURITY_CHECK;
    icon_bar_init;
    set_all_item_defaults;
    QUIET_QUERY;
    END;
    FORM_SECURITY_CHECK is a procedure defined in a PLL Library.
    PROCEDURE FORM_SECURITY_CHECK IS
    ACCESS_DENIED EXCEPTION;
    FORM_NAME VARCHAR2(8) := NULL;
    BEGIN
    IF NAME_IN('PARAMETER.PROCESS_MODE') = 'UPDATE' THEN
    FORM_NAME := GET_APPLICATION_PROPERTY(CURRENT_FORM_NAME);
    ELSE
    FORM_NAME := 'OSCAR';
    END IF;
    END;
    Form B does have a parameter defined as PROCESS_MODE to receive and is part of the object_library.
    Now the funny thing is that if I delete the object_library and reattach but this time instead of "subclass" I choose "copy" and it works fine, but when the items are "subclassed" it does not work, not only this it does not even see any subclassed item.
    the way I attached the object library is directed by Tony Garabedian.
    I can choose to copy rather subclass but the disadvantage is that I loose all inherted properties, which is a pain to redo all.
    Any help is appriciated...
    Habeeb

  • Which version of OCCI for Oracle XE 10.2?

    Hi,
    I have Oracle XE, Linux version 10.2.0.1 installed. I want to connect my C++ application running on the same machine as the database.
    I've seen lots of dire warnings about the importance of making sure that the right versions are installed, but after trawling through the (frankly confusing) documentation I can't for the life of me work out which version of the OCCI I'm supposed to use to connect to this version of the database. Can somebody please tell me?
    Also, as I want to run this application on the same machine as the database, can I use some of the libraries that are installed with Oracle 10g, rather than having to install them separately?
    Thanks,
    L.

    Hi,
    The key parts where the version is truly important when using OCCI are:
    - the compiler (and runtime libraries)
    - the OCCI libraries
    - the Oracle Client version
    Under Linux the OCCI version 10.2 libraries are compatible with gcc (g++) 3.4.3 through 4.1.x versions so you should be OK with that part.
    When using Express Edition on Linux and having everything on the same machine you automatically have a "match" between the Oracle Client and OCCI libraries (since they are all under the one and only Oracle Home).
    On my Express Edition test machine I have the following version of gcc and I have not had any issues (so far!) with OCCI and the database installed "as is":
    [oracle@oel02 ~]$ g++ --version
    g++ (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3.1)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.Not sure if that helps, but possibly...
    Regards,
    Mark

  • ADF 10.1.3.42.70 install error

    Has anyone seen this error before?
    Can't run this type: AS
    Exception in thread "main" java.lang.NullPointerException
    at oracle.jbo.dt.installer.InstallerLog.print(InstallerLog.java:164)
    at oracle.jbo.dt.installer.InstallerLog.printHtmlFooters(InstallerLog.java:64)
    at oracle.jbo.dt.installer.InstallerLog.endLog(InstallerLog.java:91)
    at oracle.jbo.dt.installer.ExecuteInstaller.main(ExecuteInstaller.java:820)
    I think the settings I put are correct ? I'm installing these libraries on an Oracle Application Server 10g.
    Thanks

    Hi Matt,
    It can either be your unselectedLabel atribute, or you chose to have an empty value added to your list when you generated the list of values.
    Regards,
    ~ Simon

  • Can Anybody Tell me  how to solve this Error (related OCCI)

    following Errors are Coming While Running...
    Programmmm
    int main()
    nvironment *env = Environment :: createEnvironment();
         cout << "Environment is creating" << endl;
    Connection *conn = env->createConnection( "test", "test" ,"10.116.64.98:1521/ORCL");
    cout << "Connecting to the database" << endl;     
    env->terminateConnection(conn);
    Environment::terminateEnvironment(env);
    return 1;
    Enviroment is Creating but not connecting to the Database.....
    my database Client is 10G
    VC++ 2005...
    I downloaded .dll and .lib files from below link
    http://www.oracle.com/technology/tech/oci/occi/occidownloads.html
    but same thing is working in VC++2003... But not in 2005..... Error is given below
    ERROR
    'sanju.exe': Loaded 'C:\WINNT\system32\mmdrv.dll', No symbols loaded.
    'sanju.exe': Unloaded 'C:\WINNT\system32\mmdrv.dll'
    First-chance exception at 0x7c59bc81 in sanju.exe: Microsoft C++ exception: oracle::occi::SQLException at memory location 0x0012fc34..
    First-chance exception at 0x7c59bc81 in sanju.exe: Microsoft C++ exception: [rethrow] at memory location 0x00000000..
    Unhandled exception at 0x7c59bc81 in sanju.exe: Microsoft C++ exception: oracle::occi::SQLException at memory location 0x0012fc34..
    The program '[1676] sanju.exe: Native' has exited with code -1073741510 (0xc000013a).
    can anybody help me plzzzzzzzzzz...
    cheers ,
    sanju
    }

    AFAIK, you can't mix and match vs2003 and vs2005 compiled libraries. I don't think 10g supports vs2005.
    11g does offer OCCI import libs (.lib) specifically for use with vs2005 in oci/lib/msvc/vc8.
    That's what I'm using successfully. 11g on Windows was recently released officially, give it a try for real vs2005 support. --DD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Unable to locate OraSQL10.dll error

    I am trying to compile a Oracle 8 pro*c COM program against 10g libraries. The compilation is successful. However, after linking, it gives an error
    Unable to Locate component.
    This application has failed to start because orasql10.dll was not found. Re-installing the application may fix the problem.
    I made sure the LIB path is pointing to the correct 10g libraries and Path variable also has 10g bin folder listed.
    Reinstalling 10g clients doesnt seem to help.
    Thanks!

    In Windows ENV always safer to go for fresh installation for OCI Libraries.
    Normally updagrade creates lot of DLL problems.
    Solution is to remove the OLD directories as well as registry entries
    before installing NEW verions.

  • Preinstallation Tasks

    I'm trying to find a list of libraries and kernal parameters for the 10g Application Server version (10.1.2.0.2) and Database (10g R2) for Linux machines. Can anyone help me locate this information?

    what library you are refering to ?
    Not these in the Preinstalltion Docs?
    Packages Red Hat Enterprise Linux 3.0 and Asianux 1.0:
    make-3.79.1
    gcc-3.2.3-34
    glibc-2.3.2-95.20
    compat-db-4.0.14-5
    compat-gcc-7.3-2.96.128
    compat-gcc-c++-7.3-2.96.128
    compat-libstdc++-7.3-2.96.128
    compat-libstdc++-devel-7.3-2.96.128
    openmotif21-2.1.30-8
    setarch-1.3-1
    Disclaimer: the list just for sampling, not actual list apply to OP

  • [JDevelopper 10g]problem deploying ADF libraries with JBOSS 3.2.1

    Hi,
    i'm testing JDevelopper 10g preview and i encounter i problem when i deploy the ADF libraries into my JBoss 3.2.1 directory.
    I follow the tutorial wich implements a simple ADF Aplication, based on a simple JSP page, with Struts, BC4J.
    It works well on OC4J...
    So i want to run my application under JBoss 3.2.1
    I try to follow the steps described in the help file but once the libraries (ADF) are copied to JBoss directory, this one does not start anymore....
    any idea ?

    Gilbert,
    actually JDeveloper 10g preview isn't tested on other J2EE servers than OC4J (the price we had to pay for being able to release a preview in time).
    So I cannot really tell what's going wrong there. However, the production release of JDeveloper 10g will support deployments to other Application Servers.
    Frank

  • How to make Form builder 10g step into libraries *.pll while remote debug

    How to make Form builder 10g step into libraries *.pll while remote debug. It attaches fine and goes through code located in form but skips pll's. In this case I am interested in debuging CUSTOM.pll. How to step into pll's and is it possible at all?

    Is the library in the same directory or within your FORMS_PATH? Note that the runtime setting in the default.env doesn't work for the builder.
    cheers

  • Forms/Designer 10g - problem with attached libraries

    I've problem with forms with attached libraries. All of libraries have removed paths. I can run all forms without any problem on my local application server from Forms Builder 9i or Designer 9i. I added all paths in registry FORMS90_PATH. WORKINGDIRECTORY in formsweb.cfg is blank.
    Unfortunately I can't do it with Developer 10g on second workstation. I added all paths in registry FORMS_PATH. WORKINGDIRECTORY in formsweb.cfg is blank too. When form is running I get ORA-06508. I can't store all files (fmb, fmx, pll, plx etc.) in one folder because I've to use CVS. In this case I can't set any folder in WORKINGDIRECTORY.

    Assuming Forms 10.1.2.x, FMX, MMX, PLX, and OLB files are found based on the value of FORMS_PATH which is set in default.env and not the Registry. This applies to runtime only. The Builder uses the Registry.
    Understand that "runtime" refers to any time a form is displayed in a browser, regardless of whether is was started from the Builder or Application Server.
    Also, be aware that if you have FMX, MMX, or PLX files which were created in older versions they must be recompiled using the 10.1.2 compiler.

Maybe you are looking for

  • My CS6 files will not open in CS4

    I own the CS4 creative suite, and for a period over the last few years have been using CS6 from school.  Now that my License has expired for cs6 my files wont open in cs4 at all.  Is there a way to retrieve them with out having to buy cs6?

  • How do i shrink images using J2ME ???

    Hi Guys, i have a large image to be displayed, how do i shrink it to the size of the phone display and have it displayed ?

  • What is Apply doing?

    Hi, In oracle 10g we used below two SQL to find out what are apply processes doing and what SQL they are processing. But in 11G, same SQL say, apply processes are IDLE (i know they are applying changes), and second one doesn't return any rows. Is the

  • Nokia Lumia 610 - can't save pictures from the int...

    hi I've recently bought the nokia lumia 610 and I can't seem to save pictures from the internet to my phone. I searched some stuff in google images, tried to save a few pictures but there is nowhere to click on that saves images. when I press ... on

  • Weak Wireless Signal Boost?

    Will the WRE54G Range Expander boost the signal strength of a wireless signal. I have free internet from my apartment complex and would like to take advantage of it, I am however only able to get a strong enough signal (low) in the closet. If I place