Ids 10g plls path in linux

Hi
i installed IDS 10g in Linux AS , its working fine but it
cant find the PLLS path despite i add it to the
FORMS90_PATH in the default.env file but i still get the
errors frm-10102,frm-18108
thanks

is this at runtime or in the builder? If at runtime make sure you have the correct case (upper/lower)
regards
Grant Ronald
Forms Product Management

Similar Messages

  • IDS 10g in Linux

    Hi,
    I have installed iDS 10g in linux OS successfully. But when I try to execute the frmbld.sh file, it says
    "error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory"
    I have setup the library path and other paths as required.
    Has anyone faced such issues? Is there any document which we can refer for initial setups ?
    Regds,
    Nanda

    I created a "set_my_formdevelopment" file in my development directory by copying the original and then modifying it. On my iDS machine, under the development directory, I am sourcing this file and the forms developer comes up, then I deploy it to my Test folder on the iAS box. Here is the file I am using for one of my applications. I hope it proves useful.
    ======================================================================
    #!/bin/sh
    # THIS IS A MODIFIED COPY OF THE ORIGINAL frmbld.sh FILE
    # IT IS CUSTOMIZED FOR JTLS DDS RELATED FORMS
    # Zafer, 05 October 2005
    # frmbld.sh - executable Bourne shell script to run the Forms Builder
    # after setting up the required environment
    # NOTES
    # 1/ The Forms installation process should replace
    # <percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
    # setting. Please make these changes manually if not.
    # 2/ Some of the variables below may need to be changed to suite your needs.
    # Please refer to the Forms documentation for details.
    # Set ORACLE_HOME if not set in the calling environment:
    ORACLE_HOME=${ORACLE_HOME:-/ora2/oracle/OraiDSHome}
    export ORACLE_HOME
    # And I added the following 5 lines (Zafer)
    export PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_HOME/jdev/bin:$ORACLE_HOME/j2ee/DevSuite
    ORACLE_PATH=/ora3/oracle/ZjtlsDDS
    export ORACLE_PATH
    # Search path for Forms applications (.fmb &.fmx files, PL/SQL libraries)
    # If you need to include more than one directory, they should be colon
    # separated (e.g. /private/dir1:/private/dir2)
    # Note: the current directory is always searched by default
    FORMS_PATH=$ORACLE_HOME/forms:/ora3/oracle/ZjtlsDDS
    export FORMS_PATH
    # Set up necessary environment variables for Report builder to run if
    # spawn from the Forms builder. Since it is possible through custom
    # install to not have Reports installed when Forms is there, this is
    # commented out by default. If you are trying to do Reports integration
    # be sure to uncomment this so that the relevant environment variables arde
    # set properly.
    # . $ORACLE_HOME/bin/reports.sh
    # Path for icons (e.g. iconic buttons).
    # This variable is used by the Form Builder at build-time only.
    # The currently supported formats for icons are .ICO, .GIF, and .JPG
    # To specify where icons are found at runtime, modify the
    # Registry.dat file and add the location of your icons.
    # The Registry.dat file, by default, is found at the
    # following location:
    # <ORACLE_HOME>/forms/java/oracle/forms/registry
    # Refer to the Forms Deployment Guide for details.
    # At runtime -- on all platforms -- only .GIF and .JPG formats
    # are supported.
    UI_ICON=$ORACLE_HOME/forms/j2ee/formsapp/formsweb:/ora3/oracle/ZjtlsDDS
    export UI_ICON
    UI_ICON_EXTENSION=ICO
    export UI_ICON_EXTENSION
    # Java CLASSPATH for the Forms Builder.
    # You can add to this path to make your own Java code available
    FORMS_BUILDER_CLASSPATH=$ORACLE_HOME/forms/java/frmbld.jar:$ORACLE_HOME/jlib/importer.jar:$ORACLE_HOME/jlib/debugger.jar:$ORACLE_HOME/jlib/utj.jar:$ORACLE_HOME/jlib/ewt3.jar:$ORACLE_HOME/jlib/share.jar:$ORACLE_HOME/jlib/dfc.jar:$ORACLE_HOME/jlib/help4.jar:$ORACLE_HOME/jlib/oracle_ice.jar:$ORACLE_HOME/jlib/jewt4.jar:$ORACLE_HOME/forms/java/frmwebutil.jar:$ORACLE_HOME/forms/java/frmall.jar:$ORACLE_HOME/forms/java/FormsGraph.jar
    export FORMS_BUILDER_CLASSPATH
    # You may need to set one or more of TNS_ADMIN, TWO_TASK or ORACLE_SID
    # to connect to database
    # TNS_ADMIN=$ORACLE_HOME/network/admin;
    TNS_ADMIN=/var/opt/zaforacle;
    export TNS_ADMIN
    TWO_TASK=jtls5; export TWO_TASK
    ORACLE_SID=jtls5; export ORACLE_SID
    # System settings
    # You should not normally need to modify these settings.
    if [ `uname -s` = 'SunOS' ]; then
    LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/jdk/jre/lib/sparc:$ORACLE_HOME/jdk/jre/lib/sparc/native_threads:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    elif [ `uname -s` = 'HP-UX' ]; then
    SHLIB_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/jdk/jre/lib/PA_RISC:$ORACLE_HOME/jdk/jre/lib/PA_RISC/server:$SHLIB_PATH
    export SHLIB_PATH
    elif [ `uname -s` = 'Linux' ]; then
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/jdk/jre/lib/i386/server:$ORACLE_HOME/jdk/jre/lib/i386/native_threads:$ORACLE_HOME/jdk/jre/lib/i386:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    # Set LD_ASSUME_KERNEL for RedHat 3.x
    if [ -f "/etc/redhat-release" ]
    then
    RHVER=`/bin/rpm -qf /etc/redhat-release --qf "%{VERSION}\n" 2>/dev/null`
    case $RHVER in
    3*AS | 3*ES)
    export LD_ASSUME_KERNEL=2.4.19
    esac
    fi
    else
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/jdk/jre/lib/sparc:$ORACLE_HOME/jdk/jre/lib/sparc/native_threads:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    fi
    $ORACLE_HOME/bin/frmbld $*

  • Calling report from form on which IDS 10g is installed

    Dear All,
    I have a form which calls a report. I am able to run this form and report from my application server 10g. But before deploying it on the server I would like to test it from my pc where Developer suite 10g is installed. i.e running a report from the form in on IDS client pc. I have made changes in formsweb.cfg and default.env file. I am starting a report server from the command prompt using rwserver server=rep_oraclag_OraBi. But when I run the report it says that unable to run report.
    Regards
    Trusha

    Dear All,
    Thanks for the reply. I am able to run my report from the form through my application server which is installed on Linux. My question is how to run report on the development PC where IDS 10g is installed. Before deploying it on the server, I would like to test it from my development PC. Is there anyway I can do this? I have started on temporary report server using rwserver server=server_name. I have set path in formsweb.cfg and default.env. But when I run report from the form it says unable to run report. I am able to run all my forms on my development pc. But not able to run any report.
    Regards
    Trusha

  • Step by Step 10g ASM Installation on Linux

    Hello,
    Can any body provide me link for step by step 10g ASM Installation on linux (i.e from disk partitioning to final configuration). I searched on GooGle but didn't find ASM alone, though there were many step by step for RAC environment. I want to first learn ASM alone. Please help me as I'm first time learning ASM.
    Looking for Kind reply
    Regards,
    Abbasi

    Abbasi wrote:
    Hello,
    Can any body provide me link for step by step 10g ASM Installation on linux (i.e from disk partitioning to final configuration). I searched on GooGle but didn't find ASM alone, though there were many step by step for RAC environment. I want to first learn ASM alone. Please help me as I'm first time learning ASM.
    Looking for Kind reply
    Regards,
    AbbasiHi Abbasi,
    It would be better if let me know version of Linux, how you plan to use the disk (direct or UDEV), RAC or Single instance.
    Anyway, I'll assume you've using OEL/RHEL 5, UDEV for Single Instance (Oracle 10g installed) and only one disk (/dev/asm_disk1) configured for testing purpose.
    Creating ASM instance on Linux (Single Instance) using DBCA
    1. Add disk to Linux server
    2. Configure UDEV for the device. E.g /dev/sdb -> /dev/asm_disk1 //check Oracle documentation for configure UDEV on RHEL/OEL 5. You can directly use /dev/sdc for testing purpose.
    3. Change the owner of the disk. e.g. chown oracle:oinstall /dev/asm_disk1
    4. As root user, run Oracle CSS script. The Cluster Synchronization Services (CSS) daemon provides cluster services for ASM, communication between the ASM and database instances, and other essential services
    # $ORACLE_HOME/bin/localconfig add
    5. As oracle user, run DBCA (X11 needed)
    $ dbca
    6. Select the "Configure Automatic Storage Management" option, then click the "Next" Button.
    7. Enter a password for the ASM instance, then click the "Next" button.
    8. On the confirmation screen, click the "OK" button to create the ASM instance
    9. Once the ASM instance is created, you are presented with the "ASM Disk Groups" screen. Click the "Create New" button.
    10. On the "Create Disk Group" screen, enter Disk Group Name of e.g. "DATA" and select the required level of redundancy.
    •     External - ASM does not mirror the files. This option should only be used if your disks are already protected by some form of redundancy, like RAID.
    •     Normal - ASM performs two-way mirroring of all files.
    •     High - ASM performs three-way mirroring of all files.
    11. If you didn't find any disk, click "Change Disk Discovery Path..." and enter "/dev/asm_disk1"
    12. Select "External" for redundancy, tick the disk (/dev/asm_disk1) and click "OK" button.
    13. On the "ASM Disk Groups" screen. Click the "Finish" button.
    To access the ASM instance :
    1. As oracle user, export the ORACLE_SID
    $ export ORACLE_SID=+ASM
    2. sqlplus "/as sysdba"
    3. SQL> select name, total_mb, free_mb from v$asm_diskgroup;
    SQL> select name, path, header_status from v$asm_disk;
    To access the ASM command line utility:
    1. As oracle user, export the ORACLE_SID
    $ export ORACLE_SID=+ASM
    2. Enter the asmcmd command
    $ asmcmd
    You also can refer to :
    <a class="jive-link-external" href="http://www.idevelopment.info/data/Oracle/DBA_tips/Automatic_Storage_Management/ASM_10.shtml">http://www.idevelopment.info/data/Oracle/DBA_tips/Automatic_Storage_Management/ASM_10.shtml</a>
    <a class="jive-link-external" href="http://forums.oracle.com/forums/thread.jspa?threadID=1102203&tstart=1">how to create an asm instance manaually? oracle 11gr2.
    Regards,
    Hafiz Abdullah

  • Finding the multiple JRE installed path in Linux OS

    for my requirement on finding the JRE installaiton folder on windows and Linux machines , I can able to get it in windows but I am facing problem in getting the jre installed path from Linux machine. I am using Debian etch OS. Can anyone help me to find the installed path of JRE in Linux machine using a Java program. I need to find the multuiple JRE installed paths, i.e. my java program should find all the JRE installed paths and versions of the same.
    Thanks in advance.
    Edited by: VijayForumScreen on Jul 29, 2008 5:46 AM

    As per the terminal prompt its ok...but i need the java concept to retrieve the versions and installed paths of the all JRE.
    e.g;For current JRE we can get by,
    System.out.println(System.getProperty("java.version"));
    System.out.println(System.getProperty("java.home"));
    Output:
    1.5.0_10
    /usr/lib/jvm/java-1.5.0-sun-1.5.0.10/jre
    If i installed 1.3 and 1.4 also.,
    How can i get installed paths and versions for all three 1.3,1.4 and 1.5 JRE's

  • Install Oracle 10g R2 RAC on Linux 5.x (64 bit)

    Hi Friends,
    Please provide the document to Install Oracle 10g R2 RAC on Linux 5.x (64 bit)
    Cluster : Local Disk
    OCR and Voting Disk : OCFS2
    DB Home : Local
    DBF Files and FRA : ASM
    Please let me know how to create OCFS2 and ASM Volumes for RAW Disks (SAN Lun's)
    Regards,
    DB

    You can refer below
    http://oracleinstance.blogspot.com/2010/03/oracle-10g-installation-in-linux-5.html
    http://www.oracledba.org/10gR2/Pre_Install_10gR2.html
    http://www.google.com/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=9&ved=0CHUQFjAI&url=http%3A%2F%2Fcommunities.vmware.com%2Fservlet%2FJiveServlet%2FdownloadBody%2F12534-102-1-13254%2F10gR2%2520RAC%2520INSTALLATION%2520IN%2520LUNX5.pdf&ei=71A5T-jrM8jMiQLihOS_Cg&usg=AFQjCNGnBrzhvm3j9PuPNy4FLJuaxetS1A&sig2=0b8VnMefcXueFUu44-66yQ
    Hope this helps,
    Regards
    http://www.oracleracexpert.com

  • Error while installing 10g on oracle unbreakable linux

    hi all
    Oracle 10.2.0.1
    oracle unbreakable linux
    I got the following error while installing oracle database 10g on oracle unbreakable linux
    when my installer peforming product specific prerequiste check i got the warning
    checking operating system requrement
    checking for gcc-3.2; found not found Failed<<<<<<
    I tried to search gcc-3.2 on my linux cd but its not there
    can anyone please tell me from where can i install this?
    thanks

    Which gcc is in your CD? List them all.
    And yes, they are there. Unless someone gave you a rescue disk or stripped down live CD, in which case you need to thank the person who gave you that appropriately.
    You need to search the CD/DVD and you need to learn how to install RPMs. Both can be learned by intelligent internet searches.
    Edited by: Hans Forbrich on Sep 19, 2009 10:37 AM

  • IDS 10g Broken - 404 Error

    Can't download 10g Developer Suite, get a 404 file not found when click on the xxx.cpio.gz files :(

    Ooops. Meant to say that this was downloading IDS 10g for HPUX

  • CPU Requirements for Oracle 10G Rel2 on RH Linux 3 (Linux x86)

    Hi,
    Can anyone tell me how to decide on the CPU (Speend and no. of CPUs) for Oracle 10G Rel2 on RH Linux 3 (Linux x86)?
    Thanks in Advance.
    Prachi

    the more , the better

  • Question on migrating oracle 10g from solaries to linux?

    Can some one tell the exactly what is the advantage of migrating oracle 10g from solaries to linux?
    Thank you,
    hb

    call me
    [email protected]

  • Standard application configuration and data paths on Linux

    Hi,
    I have some problem with choosing proper place for application global configuration and data paths on Linux.
    I saw following paths for application configuration:
    /etc/app_name
    /etc/xdg/app_name
    /usr/share/app_name
    /usr/local/share/app_name
    /opt/app_name
    and following for application data:
    /usr/share/app_name
    /usr/local/share/app_name
    /opt/app_name
    Which directories are standard and distribution independent?
    best regards,
    Lukasz
    Last edited by lgro (2012-02-16 20:46:23)

    Wouldn't environment variables like XDG_DATA_HOME, XDG_CONFIG_DIRS, XDG_CONFIG_HOME, etc be best?
    Many languages' standard libraries have functions for accessing these effeciently in a distro-agnostic manner.

  • Oracle Database 10g on Red Hat Linux Virtual Machine download location?

    anyone know where i can download the vmware image of redhat and oracle preinstalled?
    its called "Oracle Database 10g on Red Hat Linux Virtual Machine"
    i found a reference to it on this page, but the link at the bottom is broken.
    http://www.oracle.com/technology/obe/10gr2_db_vmware/htmlfiles/readme_oracleonlnxeval.html
    i want to test out oracle on redhat before i install it completely

    Please don't cross post on many forums,
    check where can i download a vmware image of redhat and oracle preinstalled?

  • When will Oracle Ship 10g on AMD64 SuSe Linux

    For a company that talks linux. I wish they would practice what they preach.

    Are you talking specifically about a 64bit version? If there's a compelling reason you want 10g now, the 32bit 10g works fine on Linux.
    Don't forget Oracle runs on a huge number of platforms (infact there are very few comparisons to other pieces of software of this calibre that I can think of that run on as diverse platforms as Oracle).
    As far as I'm concerned Oracle release their software when it's ready to run in production, not before and not after...when it's ready. Until then we just have to wait.

  • Installing 10g Express on Vector Linux, hangs on configure

    Aug 2: This question is still open - no resolution has been found. Top posting for clarity.
    The installation seems to go fine, until configure is attempted. Configure hangs every time at "Starting net listener". This may be a firewall issue, but I've done everything in my power to shut the firewall down during the installation and configure.
    Tech stats: VL6, xcfe 4.6, 1.8G Intel cpu, 2G RAM, 60G hdd space (2 hdd), 15G in /usr, oh - and 3G swap.
    I set the kernel parameters according to spec. I changed the group setting to include mr. user (moi) and root.
    Has anybody ever heard of the configure script hanging when starting the net listener? Is there some way to get a verbose output to track the error?
    Original message:
    Well, I already know it isn't on the list of "approved" Linux flavors, but it's all linux, so . . .
    For various reasons, I chose to use Vector Linux to set up a server. I'm trying to install 10g Express. I've used alien on the .deb install package to make a tgz install package. The install seemed to work. I've got plenty of RAM (2G) and swap (3G), and hdd space (15G).
    Now it's installed, I can't get to the gui interface, and can't seem to get the service running. I'm a relative linux newb, so my command of the command line is about minimal - about the level of figuring how to ask the way to the bus station and bathroom in a foreign country.
    So, I'm getting nothing to run, errors all the way. I got rid of the "not member of dba" problem, but the service still doesn't seem to be running. "ps aux" should show all processes, I thought, but I see no "oracle". The browser can't find the web page. Command line sqlplus gets nothing. Using the Oracle-XE script to configure hangs when it says it is starting the listener.
    I'm going to try to figure out how to make sure the kernel parameters are set. I've checked, for instance, this link:
    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/
    and he discusses a syscrtl.conf file . . . <SNIP> original text deleted - error. Sysctrl kernel params set in sysctrl.conf. Oracle XE start still doesn't show a started Oracle process, and trying to access the home page still get localhost URL unavailable.
    Thoughts, suggestions, advice would be welcome. BTW, telling me to stick to RH or OL is not helpful, as I am aware of those options, thank you. I may end up doing something like that, but let's try and get this one working first.
    Thank you.
    Edited by: user11751736 on 31-Jul-2009 16:30
    Edited by: Hiero2 on 02-Aug-2009 11:50

    Issue closed.
    Symptom: Installer hangs at "starting net listener . . ."
    [Note: other issues resolved, incl. group member]
    Resolution: Use Ubuntu for installation (successful).
    Problem is concluded to most likely be either an issue with the way the .deb installation file was converted to tgz, or with the specific settings of Vector Linux somehow interfering with the install. The symptom was repeatable on the target machine.
    HOWEVER, if anyone reading this can tell me why the oracle-xe configure command might hang at the particular section of code after it trys to start the net listener, please enlighten me!
    Thank you.
    Mark

  • Step by Step Oracle 10g ASM Installation on Linux

    Hello,
    Can any body provide me link for step by step 10g ASM Installation on linux (i.e from disk partitioning to final configuration). I searched on GooGle but didn't find ASM alone, though there were many step by step for RAC environment. I want to first learn ASM alone. Please help me as I'm first time learning ASM.
    Looking for Kind reply
    Regards,
    Abbasi

    You should check the oracle learning library for any such doubts,
    http://apex.oracle.com/pls/apex/f?p=9830:28:0::NO:RIR:IR_PRODUCT,IR_PRODUCT_SUITE,IR_PRODUCT_COMPONENT,IR_RELEASE,IR_TYPE,IRC_ROWFILTER,IR_FUNCTIONAL_CATEGORY:,,,,,automatic%20storage%20management,
    HTH
    Aman....

Maybe you are looking for

  • Print out of outbound deliverty??

    Hi , My querry is  can I take out tHE print out of list of items from outbound delivery number , if yes pls guide me how to do it .

  • FF7B: liquidity forecast cash position

    Hello In transaction FF7B can there be discrepancies between liquidity forecast and cash position? How can I find the cause? What I mean is that it seems the forecasted in and outflows do often not match with the actual in/outflows on the bank accoun

  • A problem related to setLayout(...)

    Hi all, I put two JScrollpanes inside a JFrame, using setLayout(GridLayout(1,2)). However I cannot adjust the sizes of the both JScrollpane. Do I have to use setLyout(Flowlayout())? Any suggestion or hint would be greatly appreciated. Thank you so mu

  • Video and Photo Vieweing Drains Battery

    When I play videos or view photos on my 30GB iPod, my battery gets drained in less than a few minutes. My iPod is fully charged and I make sure I don't over-charge my iPod. I have asked other people and they say that their batter doesn't drain fast.

  • We just got married.  How can we merge accounts/libraries?

    We just got married, and each have a LARGE library of m4p's.  How can we merge accounts/libraries into one family account?