syntax for the compilation of the pll in oracle11i on windows files

Hello

What is the syntax for the compilation of files of pll in oracle11i?

When executing pll, I got the below error

E:\oracle\testappl\au\11.5.0\resource > f60gen module = CUSTOM.pll userid = apps/app0305apps output_file = CUSTOM.plx
module_type = library package = no compile_all = special
'f60gen' is not recognized as an internal or external command
operable program or batch file.


Thank you

Regarding

Umair

Umair,

I changed the fichier_de_sortie so I ran which command that was successful.

It should work, but you must replace the original file, so enforcement is necessary.

Means I have to stop application services (forms + Apache).

Correct (mainly the forms).

Kind regards
Hussein

Tags: Oracle Applications

Similar Questions

  • Security for the family on a Tablet Windows RT

    Is it possible to install safety for the family of a Tablet Windows RT?
    If not, is it planned?

    It is installed by default, Goto Start> type family security

  • I'm looking for the download of mail from windows to windows vista Home premium

    I'm looking for the download of mail from windows to windows vista family premium, windows mail becomes thousands of spam also sound on my computer is as well spent.

    If the computer fully-patched to Windows Update, the "latest version" of Windows Mail is already installed.

  • Unable to create restore point. Vista64. Could not create the scheduled task for the following reason: cannot create a file when that file already exists

    RAID 5 obtained corrupte had to rebuild after that can't create system restore point. Tried everything sfc, fsutil, Dungeon SystemPropertiesProtection screen displaying this error: "could not create the scheduled task for the following reason: cannot create a file when that file already exists." (0x800700B7)"system of work in all other respects. SFC says it found and fixed errors every time I run it.

    Fix tried Della Li: Please remove the WindowsBackup folder in the HKEY_LOCAL_MACHINE NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows.

    Delete the WINDOWS BACKUP folder. Unfortunately this folder does not exist.

    Checked VSS, Taskscheduler and other services are runnig

    Tried to boot from the CD and widowed revover. Says no problems. The error to any manulation of the checkbox in the properties of the system, the system protection screen

    Solved

    It turns out that task scheduler got corrupted it have several tasks Scheduler said were not available, but are still in the working directory. These tasks especially SR from compensation directory solved the problem and I can now create backup points.

  • I get the error code 1706 - valid no source is found for the product my Hub. Windows install cannot continue.

    I get a pop up saying error 1706 that valid no source is not found for the product my hub. Windows install cannot continue.  Also "the feature you are trying to use is on a nework resourse which is not available."

    Can someone tell me what to do and what is the problem

    Thank you

    Hi Traceyjane,

    (1) when exactly it happens?

    (2) do you use the computer as an administrator?

    (3) what is the number of brand and model of your terminal?

    If you try to install the software for your hub, make sure that you install the correct package for your computer.

    Step 1: Try to install the program as administrator right click on the installation program files and select run as administrator , click continue if you are prompted to confirm.

    Just check the items below that addresses a similar issue

    The feature you are trying to use is on an unavailable network resource
    http://support.Microsoft.com/kb/828376

    You receive an "error 1706. Valid any source not found for the product

    http://support.Microsoft.com/kb/253768

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • For the parameter by default in Windows 7, the blue box changed dotted.

    Original title:

    Window 7

    For the parameter by default in Windows 7, when you move the mouse to select a few things on the desk or library, it is supposed to be a blue box.

    Recently, the blue box changed dotted.

    Someone knows how can I fix?

    Thank you

    -Assuming that there are no further questions, tick/check the box next to-- 'Show translucent selection rectangle' would be what is needed to return the 'blue' vs 'clear' dotted box box.

    (Applies when the don't use no AERO).

    .

  • Is there anyway that I can use the MP3 files for the computer system sounds in windows 7

    Is there anyway that I can use the MP3 files for the computer system sounds in windows 7. Any help would be appreciated, thanks - Joe

    I don't think so. If you convert the .wav files, you could. Google for an MP3 to WAV converter.
     
     
  • I'm looking for the practical review of Photoshop CS5 files.

    I'm looking for the practical review of Photoshop CS5 files.  I downloaded the screenshots, but I need the files.

    I need to 2 - 3.psd, 3_2mask, SleepingPug, Parking, 4.1.psd etc.

    Hi Angelas,

    You can download the PSD files: free, PSD + 5.500 free Photoshop files

    Kind regards

    Tanuj

  • Download the file for the version of Master Collection Windows Creative Suite 6 (disc) (1 2 to 6.2 GB file) is corrupt.

    Download the file for the version of Master Collection Windows Creative Suite 6 (disc) (1 2 to 6.2 GB file) is corrupt. Is - this file available somewhere else?

    Please see this link:

    Download Creative Suite 6 applications

    I hope this helps.

    Concerning

    Megha Rawat

  • Using syntax for the 'If' statement in the query?

    Hi, I work at the end before the PS 9.2 via the request handler and need help

    What I want to do, it's a field of expression to create
    another field of expression that I can use to group on. Maybe the query like
    expressions based on expressions...? Maybe because I'm on an Oracle database, I need to use Decode? If so, how can I use decode?

    Details:

    The field I created Gets the length of the employee in
    service and it works very well

    MONTHS_BETWEEN (SYSDATE, A.SERVICE_DT) / 12

    It works as a character or a numeric field.

    This is the problem... The next field, I would like that the query is one that goes like this...

    IF ((MONTHS_BETWEEN(SYSDATE,A.SERVICE_DT)/12))
    < = 4.99, "minus 5"

    ELSE IF ((MONTHS_BETWEEN(SYSDATE,A.SERVICE_DT)/12)) > = 5 AND
    ((MONTHS_BETWEEN(SYSYDATE,A.SERVICE_DT)/12)) < = 9.99, "5 to 9".

    ELSE IF ((MONTHS_BETWEEN(SYSDATE,A.SERVICE_DT)/12)) > = 10 AND
    ((MONTHS_BETWEEN(SYSYDATE,A.SERVICE_DT)/12)) < = 14.99, '10 to 14', "15 and"
    More»

    I get an error message that "a SQL error has occurred. For more details, please see your system log. Error in running because the SQL query is 972. Message = ORA-00972 identifier is too long (50 380)

    Can you tell me what expression should I use? And please keep in mind that I do not have access to the SQL Developer, so I have to use the query. Thank you!... Mary



    I would recommend using BOX WHEN if you're on an Oracle database.  Something like:

    CASE WHEN ((MONTHS_BETWEEN(SYSDATE,A.SERVICE_DT)/12)) <=4.99 then="" 'less="" than="" 5'="" when="" ((months_between(sysdate,a.service_dt)/12))="">= 5 AND

    ((MONTHS_BETWEEN(SYSDATE,A.SERVICE_DT)/12)) <=9.99 then="" '5="" to="" 9'="" when="" ((months_between(sysdate,a.service_dt)/12))="">= 10 AND ((MONTHS_BETWEEN(SYSDATE,A.SERVICE_DT)/12))<=14.99 then="" '10="" to="" 14'="" else="" '15="" and="" over'="">

    You can find more on the syntax of the CASE on the Oracle's Web site:

    http://docs.Oracle.com/CD/B19306_01/AppDev.102/b14261/case_statement.htm

  • Not finding the correct syntax for the select statement

    Hello

    The following statement works very well and gives the expected results:
    prompt
    prompt Using WITH t
    prompt
    
    with t as
      (
       select a.proj_id,
              a.proj_start,
              a.proj_end,
              case when (
                         select min(a.proj_start)
                           from v b
                          where (a.proj_start  = b.proj_end)
                            and (a.proj_id    != b.proj_id)
                        )
                        is not null then 0 else 1
              end as flag
         from v a
        order by a.proj_start
      )
    select proj_id,
           proj_start,
           proj_end,
           flag,
           --
           -- the following select statement is what I am having a hard time
           -- "duplicating" without using the WITH clause
           --
           (
            select sum(t2.flag)
              from t t2
             where t2.proj_end <= t.proj_end
           ) s
      from t;
    As an academic exercise, I wanted to rewrite the above statement without using the WITH clause, I tried this (amongst dozens of other tests - I hit a mental block and cannot understand):
    prompt
    prompt without with
    prompt
    
    select c.proj_id,
           c.proj_start,
           c.proj_end,
           c.flag,
           --
           -- This is what I've tried as the equivalent statement but, it is
           -- syntactically incorrect.  What's the correct syntax for what this
           -- statement is intended ?
           --
           (
            select sum(t2.flag)
              from c t2
             where t2.proj_end <= c.proj_end
           ) as proj_grp
      from (
            select a.proj_id,
                   a.proj_start,
                   a.proj_end,
                   case when (
                              select min(a.proj_start)
                                from v b
                               where (a.proj_start  = b.proj_end)
                                 and (a.proj_id    != b.proj_id)
                             )
                             is not null then 0 else 1
                   end as flag
              from v a
             order by a.proj_start
           ) c;
    Thanks for the help, much appreciated.

    John.

    PS: The DDL for table v used by the above statements is:
    drop table v;
    
    create table v (
    proj_id         number,
    proj_start      date,
    proj_end        date
    );
    
    insert into v values
           ( 1, to_date('01-JAN-2005', 'dd-mon-yyyy'),
                to_date('02-JAN-2005', 'dd-mon-yyyy'));
    insert into v values
           ( 2, to_date('02-JAN-2005', 'dd-mon-yyyy'),
                to_date('03-JAN-2005', 'dd-mon-yyyy'));
    insert into v values
           ( 3, to_date('03-JAN-2005', 'dd-mon-yyyy'),
                to_date('04-JAN-2005', 'dd-mon-yyyy'));
    insert into v values
           ( 4, to_date('04-JAN-2005', 'dd-mon-yyyy'),
                to_date('05-JAN-2005', 'dd-mon-yyyy'));
    insert into v values
           ( 5, to_date('06-JAN-2005', 'dd-mon-yyyy'),
                to_date('07-JAN-2005', 'dd-mon-yyyy'));
    insert into v values
           ( 6, to_date('16-JAN-2005', 'dd-mon-yyyy'),
                to_date('17-JAN-2005', 'dd-mon-yyyy'));
    insert into v values
           ( 7, to_date('17-JAN-2005', 'dd-mon-yyyy'),
                to_date('18-JAN-2005', 'dd-mon-yyyy'));
    insert into v values
           ( 8, to_date('18-JAN-2005', 'dd-mon-yyyy'),
                to_date('19-JAN-2005', 'dd-mon-yyyy'));
    insert into v values
           ( 9, to_date('19-JAN-2005', 'dd-mon-yyyy'),
                to_date('20-JAN-2005', 'dd-mon-yyyy'));
    insert into v values
           (10, to_date('21-JAN-2005', 'dd-mon-yyyy'),
                to_date('22-JAN-2005', 'dd-mon-yyyy'));
    insert into v values
           (11, to_date('26-JAN-2005', 'dd-mon-yyyy'),
                to_date('27-JAN-2005', 'dd-mon-yyyy'));
    insert into v values
           (12, to_date('27-JAN-2005', 'dd-mon-yyyy'),
                to_date('28-JAN-2005', 'dd-mon-yyyy'));
    insert into v values
           (13, to_date('28-JAN-2005', 'dd-mon-yyyy'),
                to_date('29-JAN-2005', 'dd-mon-yyyy'));
    insert into v values
           (14, to_date('29-JAN-2005', 'dd-mon-yyyy'),
                to_date('30-JAN-2005', 'dd-mon-yyyy'));
    select c.proj_id,
           c.proj_start,
           c.proj_end,
           c.flag,
           --
           -- This is what I've tried as the equivalent statement but, it is
           -- syntactically incorrect.  What's the correct syntax for what this
           -- statement is intended ?
           --
           (
            select sum(t2.flag)
              from (select a.proj_id,
                           a.proj_start,
                           a.proj_end,
                           case when (
                              select min(a.proj_start)
                                from v b
                               where (a.proj_start  = b.proj_end)
                                 and (a.proj_id    != b.proj_id)
                                     )  is not null then 0 else 1
                           end as flag
                      from v a
                     order by a.proj_start
                   ) t2
             where t2.proj_end <= c.proj_end
           ) as proj_grp
      from (
            select a.proj_id,
                   a.proj_start,
                   a.proj_end,
                   case when (
                              select min(a.proj_start)
                                from v b
                               where (a.proj_start  = b.proj_end)
                                 and (a.proj_id    != b.proj_id)
                             )
                             is not null then 0 else 1
                   end as flag
              from v a
             order by a.proj_start
           ) c;
    
  • Syntax for the existing index based on a function

    Hello:

    I'm on 10.2.0.3.

    Below is the list of indexes and the columns in the index on one of the tables. Aparantly one of the columns (SYS_NC00220$) is actually a function-based index.

    Anyone know how to get the SQL syntax for this index? TIA.

    INDEX_NAME UNIQUENES COLUMN_NAME POSITION_COLONNE
    ------------------------------ --------- ------------------------------ ---------------
    PS0BI_HDR not BILL_TO_CUST_ID 1
    PS0BI_HDR don't BUSINESS_UNIT 2
    PS0BI_HDR only SYS_NC00220$ 3
    PS1BI_HDR not BILL_STATUS 1
    PS1BI_HDR don't BUSINESS_UNIT 2
    PS1BI_HDR only SYS_NC00220$ 3
    PS2BI_HDR not CONTRACT_NUM 1
    PS2BI_HDR don't BUSINESS_UNIT 2
    PS2BI_HDR only SYS_NC00220$ 3
    NON-UNIQUE PSABI_HDR BILL 1
    PSABI_HDR don't BILL_TO_CUST_ID 2
    PSABI_HDR don't BUSINESS_UNIT 3
    PSABI_HDR not BILL_STATUS 4
    UNIQUE PROCESS_INSTANCE PSBBI_HDR 1
    UNIQUE BUSINESS_UNIT PSBBI_HDR 2
    INVOICE SINGLE PSBBI_HDR 3
    UNIQUE BUSINESS_UNIT PS_BI_HDR 1
    UNIQUE SYS_NC00220 PS_BI_HDR $ 2

    query user_ind_expressions and search for COLUMN_EXPRESSION.

    This will give you an expression.

  • What is the correct syntax for the use of a variable in an ad-hoc query?

    Hi all

    I'm a casual user of the DB and right now need to update the records about 1000 + so that a certain column gets a unique value.

    So I thought I'd use a variable for this.

    Then, I built this type of SQL statement for only a small subset of records:
    ----------
    variable number recNumber;
    exec: recNumber: = 1;
    UPDATE TABLE_TO_BE_UPD
    SET COL_TO_BE_UPD = COL_TO_BE_UPD + recNumber
    WHERE COL_TO_BE_UPD IN ('VAL_A', 'VAL_B');
    ----------

    I get invalid SQL statement error when you try to run above (except for the guest who asks for a value I want to omit).

    In any case, I also tried this one:
    ----------
    CREATE SEQUENCE seqCounter;
    UPDATE TABLE_TO_BE_UPD
    SET COL_TO_BE_UPD = COL_TO_BE_UPD + seqCounter.NEXTVAL
    WHERE COL_TO_BE_UPD IN ('VAL_A', 'VAL_B');
    ----------

    Of it, I got the error ORA-01722: invalid number... I guess it's because seqCounter is of type number and the COL_TO_BE_UPD is of type character... (?)

    Then I want to ask is what is the correct way to define and use a counter variable type to add a number at the end of a string?

    Also another question I would ask is that are variables that are used in queries ad hoc, also called "bind variables"?

    Thank you muchly

    If you want to add a unique number to a column, then it would be:

    UPDATE TABLE_TO_BE_UPD
    SET COL_TO_BE_UPD = COL_TO_BE_UPD ||to_char(rownum)
    WHERE COL_TO_BE_UPD IN ('VAL_A','VAL_B');
    
  • Zbook 15 G2: Zbook 15 G2 - which required software for the connection of fingerprints on Windows 7-64 bit (company)

    The problem is quite simple, but the answer seems to be quite elusive.

    I have a new Zbook 15 G2.  It is a work laptop and they apply a standard image using Windows 7 Enterprise.  Unfortunately, it does not all support for the fingerprint readers by default.  I have admin access so I am allowed to load the appropriate drivers/software

    But I can't seem to find the correct drivers.  When I search by serial number I get the driver of fingerprints of validity, but it doesn't seem to be a specific software for the use of the connection for Windows 7.  I had several years ago, under the old HP of ProtectTools.  Now, I also see references to Client Security Manager and SimplePass (the latter being the most recent according to a table).  I installed SimplePass but he doesn't seem to see the fingerprint reader (or it is not optional).  Device Manager shows the fingerprint under Biomentrics reader and shows it works normally.

    Can someone clarify the situation exactly WHAT must be loaded on the assumption of a new installation of Windows 7?  I can take it from there I think, but without a list looks a bit like a crap-shoot to get the right software installed in order to support.

    Thanks in advance!

    Jerry

    Hello:

    It has always been my experience that workstations and laptops professional use security software to protect the tools which has now been replaced by the customer Security Manager software on the newer models like yours.

    Consumer class specifications use the security software simple past.

    So, if you have installed the validity fingerprint driver, my recommendation would be to install the last client security manager software to register your fingerprint.

    http://h20565.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_146787_1#tab1

  • What is the right place for the system profile folder in windows xp?

    would it be in system32? .

    Windows profile located in Documents and Settings and look for the user name you want.

Maybe you are looking for

  • Firefox on Mac closes windows for printing or attachments

    not sure why this is happening now. When I try to print, firefox automatically closes the "pop-up". not exactly a window pop up, but printing system window. the same thing happens when I try to add attachments to an email. Firefox automatically close

  • deleting outlook express 'send message '.

    I tried to send too many photos (apparently) by e-mail using outlook express.  The server is still sending them 36 hours later.  I now cannot send or receive e-mails, because the 'send message' green category shows that he is trying to send pictures.

  • insufficient resources when you try to connect. Windows XP

    Computer my friend is not letting his newspaper by saying something about the lack of resources and not being is not smart with a computer, it doesn't have a single profile (all I know). We got him a brand new laptop and all, but she needs to files o

  • Bb9800 blackBerry Smartphones salt water damage

    My BB Torch 9800 was submerged in saltwater for a few seconds today, has been using his camera and quickly had to save small children who have fallen into the shallow water. Battery removed, back cover, sim and memory card as soon as POSSIBLE and hav

  • Cannot remove Uniblue Driver Scanner to my computer

    I can not remove this program from my computer and start up there are error messages