PLL to PLX Compilation on Unix 9iAS

I have a PLL file, which contains PL/SQL code that I edited, that I need to convert to PLX file. But every time I try to compile the file, I get:
PDE-PLI038 cannot open file for use as a PL/SQL library.
I am not quite sure what to make of this error. There doesn't seem to be much information about on the Web. Could someone please advise?

You should be editing an .PLL with Forms Builder. .PLL files are a binary file, not a text file. Forms Builder will let you edit the pl/sql.
You can edit a .PLD (pld is a text version of a pll) with a text editor, but it is not recommended and you can mess up the formatting.

Similar Messages

  • What are *.pld, *.pll and *.plx files?

    Hi All..
    Can any one help me to describing these files
    1)*.bld
    2)*.pll
    3)*.plx
    What r these files, it's purpose, where are thes used...
    Thanks
    Rana Adnan

    pld : library in text format.
    pll: library in binary format which you attach it to your modules normally.
    plx: is the runtime version of the pll. .. you generate it by compiling the pll (ctrl+t) .
    hope that answerrs your question.

  • PLL Vs PLX

    Hi,
    I would like to know if my forms_path is pointing to a directory having plls and not plxs, i will still be able to access my application?
    Environment is
    Oracle 10gAS Rel 2
    Windows 2000 server/ Windows XP
    I recently found out unusual behaviour of my application.
    My forms_path was pointing to directory having plls and plxs but first path was directory with plls.
    Now when I tried to access my appliction, after initializing applet, applet used to hang. I was not getting my login screen. Nothing in java console even after enabling trace.
    Then when I looked at the env file i found out it was also pointing to plls along with plx. When removed the pll path, everything worked as usual.
    I still do not understand why applet was hanging when pll path was there in env file.
    I have seen application running with only pll path in forms_path in Oracle 9iAS rel 2 environment.
    Has anything changed in 10g then?
    Thanks and Regards
    Amit Trivedi

    Forms cycle of searching libraries starts with the working directory first and PLX, if not found then it searches the FORMS_PATH for the PLX first if not found then the same cycle goes for the pll if at last nothing is found it raises the error.
    That is:
    Working directory PLX
    FORMS_PATH PLX
    Working directory PLL
    FORMS_PATH PLL
    if not found ERROR!!!In the FORMS_PATH it searches the directories with specified order of the directory names.
    This cycle stops as soon as it find the library.
    Tony
    Message was edited by:
    Tony Garabedian

  • File Adapter - WinXP at compile time, Unix at run time

    Regarding File Adapter - WinXP at compile time, Unix at run time
    I want to specify polling of a directory using Unix type directory notation but this doesn't compile under windows. (I'll read up re. logical directories)
    Has anyone done polling of a unix directory using BPEL (but compiled this under windows JDeveloper)?
    thanks,
    Allan

    Using a logical directory should help you with this problem.

  • CUSOM.pll is not compiling

    Hi DBA's
    CUSTOM.pll is not compiling, it is giving the following error, I tried in all instances it is giving the same problem, can you please guide me to resolve the issue.
    [applmgr@aqherptest resource]$ f60gen CUSTOM.pll apps/apps
    Forms 6.0 (Form Compiler) Version 6.0.8.28.0 (Production)
    Forms 6.0 (Form Compiler): Release - Production
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    PL/SQL Version 8.0.6.3.0 (Production)
    Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production
    Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)
    Oracle Multimedia Version 6.0.8.25.0 (Production)
    Oracle Tools Integration Version 6.0.8.17.0 (Production)
    Oracle Tools Common Area Version 6.0.5.32.0
    Oracle CORE Version 4.0.6.0.0 - Production
    FRM-10043: Cannot open file.
    Form not created
    [applmgr@aqherptest resource]$
    Thanks,
    SG

    SG,
    Already answered in your other thread ..
    FRM-10043: Cannot open file. While running CUSTOM.pll
    FRM-10043: Cannot open file.  While running CUSTOM.pll
    Regards,
    Hussein

  • What are *.bld, *.pll and *.plx files?

    Hi All..
    Can any one help me to describing these files
    1)*.bld
    2)*.pll
    3)*.plx
    What r these files, it's purpose, where are thes used...
    Thanks
    Rana Adnan

    duplicatet posting, see: What are *.pld, *.pll and *.plx files?
    Frank

  • While compiling .pll file , plx  file is not creating .

    Hi ,
    While i try to compile .pll file in oracle forms 6i in my local machine , it is compiling without errors .
    but it is not generating .plx file. Can any one please tell me what could be the reason.
    Thanks in advance,
    Sanjeev.

    While i try to compile .pll file in oracle forms 6i in my local machine , it is compiling without errors .but it is not generating .plx file. Can any one please tell me what could be the reason.>
    Ctrl+Shift+K does not create executable , Ctrl+T does.
    Did you do Ctrl+T?
    Cheers,

  • FRM-40010 - Cannot read form when using Call_form on Unix 9iAS

    Hi,
    I'm using 9iAS on a unix server. However, the main form calls several other forms using CALL_FORM('formnam'); but it cannot read any of the forms. I've ensured that they have all been compiled on the server. They compiled successfully.
    I've also ensured that they are all residing in the FORMS60_PATH. Although it can find the main form OK, it cannot read any of the other forms. They are all located in the same directory.
    What can be causing this error?

    Make sure that formname is the name of the .fmx file and that you use the same case as it is in the file system, because UNIX is case-sensitive.
    How are you setting FORMS60_PATH? If you're using the Forms Listener Servlet and are setting the FORMS60_PATH in default.env, be sure that the variable name is spelled correctly. In the early versions of default.env that came out, there was a typo: FORSM60_PATH. So if people didn't notice this and just uncommented the line and set the path, they would get FRM-40010.

  • Conveert pll to plx

    how to convert the pll library to plx after i compile the form it just give me the fmx of the form but it doesen't give me the plx

    Click on the library node in the object navigator, not the form module, and compile.
    Ctrl + K
    Ctrl + Shift + K
    Ctrl + T
    Tony

  • Stripping CR (^M) character to compile in Unix

    I have a large set of fmb files that compile and work in Win2K, I WinZip them and FTP the zip file in binary mode to an Unix server. Unzipped and compile most of the fmb into fmx except for 10 fmb files. They give this error:
    error 801 at line 1, column 1
    internal error [1401]
    Unless the whole procedure is removed it will not compile. We managed to identify the culprit with unix vi editor as ^M being left at the end of each line in the file.
    It seems that something went wrong in the Win2K to Unix file transfer. I tried several workarounds without sucess.
    While at Unix: convert fmb to fmt files then fmt back to fmb, it will not even open the file.
    While at Win2K, convert fmb to fmt, zip, ftp in binary to unix, unzip, convert back fmt to fmb, then compile and the same problem. Also, opened fmt files with TextPad, saved as DOS file, zipped, FTP the zip file (also tried individually), tried to convert fmt to fmb but it would not even open the file.
    There are many other fmb files that worked fine but I am stock on these. Search and replace using vi would not be practical.
    Does anyone know of a practical way to strip this hidden character on the windows side so that I will not go through this in the next release ?
    Or, at this point I take a workaround so that I may deliver.
    Thank you.
    Pedro Garza

    Hi Nutan,
    It seems UNIX treats the end of line differently than other operating systems.
    One way could be removing the ^M in the file before PI processes.
    a suggested way it here
    http://www.tech-recipes.com/rx/150/remove-m-characters-at-end-of-lines-in-vi/
    Regards,
    Srinivas

  • Compiling in Unix

    Hi all,
    I would like to compile a c program in the Unix terminal. I tried cc programname.c but it says cc unknown command. I've compiled things before in a Unix environment, so why doesn;t this work? I'm sure it's something very simple, but all help is welcome!
    Thanks in advance!
    Benoit

    Darn,
    I found out that when reinstalling tiger I skipped the Xcode install. It just wasn't there. After installing it, everything works fine...
    Thanks for your trouble!
    Benoit

  • Form compilation on unix

    Hi,
    i am totally new in this form technology .
    i jst want to knw how to compile form on Unix and window cmd prompt
    plz help me

    sagar.palve wrote:
    Forms [32 Bit] Version 10.1.2.0.2 (Production)Try this ...
    make a batch file with the following code. May use the full path* of frmcmp.exe.
    copy this bath file where the .fmb located. For example in a folder.
    run it
    Echo compiling Forms....
    for %%f IN (*.fmb) do frmcmp.exe userid=user_name/password@ait  module=%%f batch=yes
        module_type=form compile_all=yes window_state=minimize
    ECHO FINISHED COMPILING Hope this will help you
    If someone's response is helpful or correct, please mark it accordingly.

  • Pll to plx 4.5

    Hi:
    In forms 4.5 I want to create a custom.plx from my custom.pll.
    But the Admin>Generate> (CTRL T) option is grayed out.
    In forms 6i CTRL and T does the trick.
    Is this a Forms 4.5 bug or something ?
    Thanks

    Hi All,
    The issue is resolved thanks to valuable inputs from all of you.
    I got it resolved using Oracle Support, and couple of you have mentioned what was told by OS.
    We were using frmwebutil.jar which was there in 10.1.2, and we are supposed to use one from whichever Develper suite one is using or extract from 10.1.2 and apply patch to it.
    For Reference - [Note.566628.1 : How To Install Webutil on 10.1.2.x Oracle AS on Windows ?: |https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=566628.1]
    Here is the explanation from above doc -
    Explanation:
    frmwebutil.jar 1.0.6 is available for use with Forms versions 9.0.4 and 10.1.2.0.2. However,starting with Forms 10.1.2.2,the version of frmwebutil.jar has to be the same as the running Forms version .
    frmwebutil.jar 10.1.2.2 or higer is included with Patchset 10.1.2.x, which is the base release (10.1.2.0.2) plus a Patchset applied. This frmwebutil.jar version gets installed on Oracle Developer Suite Home when the Patchset is applied but not with Oracle AS Home .
    Then you will have to sign this frmwebutil.jar.
    Hope this helps others who might be facing same problem as that of me.
    Thanks to Sven and pdevaal, you guys gave helpful answers but before that we had raised SR with Oracle.
    Thanks once again.
    Cheers!
    Av.
    Note : we had patched our AS and DS to 10.1.2.3 from 10.1.2.
    Few things suggested by OS -
    1. Don't overwrite configuration in Default section, its harmful, this was suggested by one person on OTN.
    2. Don't create your own default.env file or application.env file, use the standard one.

  • Difference in java compilation in unix and windows

    Please tell me whether we should take some steps before compiling a file in unix which is created in windows

    Make sure you tell the javac compiler the character encoding used in Windows when generating the source file. See javac -helpEdited by: sabre150 on Oct 27, 2008 5:57 PM

  • Problem while Pro*C compilation on Unix after 10g database migration.

    I am getting the following error while compiling Pro*C code after 10g Database migration,
    ld: 0706-006 Cannot find or open library file: -l trace10
    ld:open(): A file or directory in the path name does not exist.
    I am using a Makefile for compilation and this makes direct reference to library -ltrace10
    The $LIBPATH value is : /oracle/app/oracle/product/10.2.0/ora10gdb/lib:/usr/lib:/lib
    Please guide.
    Thanks in advance
    Kaustubh

    I am getting the following error while compiling Pro*C code after 10g Database migration,
    ld: 0706-006 Cannot find or open library file: -l trace10
    ld:open(): A file or directory in the path name does not exist.
    I am using a Makefile for compilation and this makes direct reference to library -ltrace10
    The $LIBPATH value is : /oracle/app/oracle/product/10.2.0/ora10gdb/lib:/usr/lib:/lib
    Please guide.
    Thanks in advance
    Kaustubh

Maybe you are looking for

  • Remote app won't connect after using it and closing it

    Hello,     I currently have iTunes 11.1.3.8 installed on my computer which runs Windows 7. I am trying to get the remote app to work on my iPhone 4S running iOS 7.0.3. I connect to the Remote App using the remote 4-digit code. Once I do this it works

  • How to delete multiple contacts

    How to delete multiple contacts?

  • User inputted letters with dynamic fields in Report Builder

    I'm proactively trying to get certain aspects off our hands in IT and more specifically, the way letters are generated through ColdFusion.  Right now we are using activeX controls (with some vbscript and asp pages) through IE to do Word mail merges f

  • For date attribute search, the format must be mm/dd/yyyy

    Hello. The manual "Oracle® Secure Enterprise Search Administrator's Guide 10g Release 1" says that when searching on date attributes, the format must be mm/dd/yyyy. For our users it is more natural to use the format dd/mm/yyyy so in order to reduce t

  • NCS - Disk volume 'optvol' more than 50% used.

    Hi, I recently installed NCS and have received a major alert stating the following: "NCS disk volume 'optvol' is above the recommended disk usage, more than '50'% used" The VM was created from the NCS OVA file and I only have one 2500 controller in N