Suggest the query to this tricky query please

Hi people,
I just got a query which is a brain tease for me (not all).
that is
sql> select * from mytab;
sql> no name
1 asuri
1 prasanth
2 brian
2 lara
the above is query is returned by the sql;
here 1 and 2 are duplicated values;
now output required is
sql>no name
1 asuri prasanth
2 brain lara
Is this possible with a single sql query;
please tell me solution
regards
prasanth

How do find that it should be brian lara not lara brian..
But any way the following will do ...SQL> select * from mytab;
A NAME
1 asuri
1 prasanth
2 brian
2 lara
SQL> select a,name||' '||name2 name from
2 (
3 select a,name,lead(name) over (partition by a order by a) name2 from mytab)
4 where name2 is not null;
A NAME
1 asuri prasanth
2 brian lara
The names by above query can be returned as 'lara brian' and 'prasanth asuri' as there is no way telling which one is a surname..

Similar Messages

  • Error while creating task: The server was unable to save the form at this time. Please try again. (SharePoint 2013)

    I get the following error while saving a task inside task list:
    "The server was unable to save the form at this time. Please try again."
    I tried restarting "search service host controller".
    The server has 8 GB RAM and according to task manager, 6.67 GB is being used.
    I logged into the site with user which is the owner of the site. I tried creating tasks from client as well as the SharePoint server itself. Same error is shown in both the cases.
    How do I find information on the exact problem that is causing the error? What are possible solutions?

    Hi robikshrestha,
    This error message often shows when there is low memory that can be used, the workaround restart the “SharePoint Search Hosting Controller” service is to release some memory, and make it work. Whether restart the service release memory
    in your situation?
    Would you please check whether this issue happens all the time in task list, or happens sometimes when the memory is lower to use. If it doesn’t have a large impact, you can restart the server, check the result. have a look at the event
    log and ULS log, see whether there is related information.
    If it happens all the time, would you please use other browsers, whether the results are same? This may be caused by some add-ons in IE, like Free Download Manager I have seen.
    Thanks,
    Qiao Wei
    TechNet Community Support

  • The server was unable to save the form at this time. Please try again - tried the trust standards...

    2013 standard sharepoint server.  Content DBs were on a Trial enterprise server and copied over to standard server. All was good on trial server.
    there are 8 sites on server, 2 of the sites cannot create or edit items, they get "The server was unable to save the form at this time. Please try again"
    googling around i tried everything. restarted search host controller, checked ram usage (8gb free), manage content types, iisresets, edit the web.config file ( add things for ram, search host, etc), no alternate access mappings, .net HTTP activation, rebooted
    server... I'm sure i missed some.
    The server is new install, all but the August HF CUs. Trial server the content DBs came from is at same level.
    It is not a server level issue as the other 6 sites are fine. its something with just 2 sites.
    kinda stuck here...
    Thanks,
       Scott<-

    With the USL Logs were hard to track down what was happening, though I think it was too do with /_vti_bin/client.svc/ProcessQuery.
    I did the Enable/Disable Anonymous Access on the Directory with no luck.
    Brought up Fiddler and Saw that I was getting 401 and 500 Errors on
    GET http://team.intranet.eandm.com/it/_vti_bin/client.svc/ProcessQuery HTTP/1.1
    So it had something to do with Permissions. I checked the Authentication and the sites that worked had Forms Auth Enabled, and the ones that didn't, didn't have forms Auth enabled.  Enabling it manually was no go.
    I then went though the web.config on the working and non-working sites and there were some differences.   The Authentication was Forms on the working site, Windows on the nonworking. There was many things not present. httpModules section was missing,
    Many of the Microsoft Identity /Authentication lines etc. 
    So I Basically took the web.config from the working site and copied it to the non-working site preserving the following line from the original web.config:
    <machineKey validationKey="{key}" decryptionKey="{key}" validation="{hash}" />
    After that I had Security Issues, Though I think this was Caused by the July 2014 CU making everything use the Microsoft Identity parts, where as the server I was porting form had the sites created before the July 2014 CU. (though both were at the same level)
    Even though all of the users were present in the site security, I had to Drop and re-add them to every site/and list with special Perms. 
    With the Security Fixed, I no longer received the Error "The server was unable to save the form at this time. Please try again"
    Knock on wood its all functioning fine. 

  • The server was unable to save the form at this time. Please try again

    Having created a new custom list (even with only a text field) I am unable add new items to the list - the error message is Unexpected
    response from server. The status code of response is '0'. The status text of response is ''. when in 'quick edit'.
    If I try to add or modify an item in the list by clicking 'add new item' I get "The
    server was unable to save the form at this time. Please try again."
    I have restarted the Sharepoint Search Host Controller server but to no avail. I have 24Gb RAM for this server so it's not a
    memory issue (8Gb available). I have also tried from various browsers including Chrome and Safari - still the same error message.
    This error only occurs on lists. I can edit document properties in a library and have no problems with calendar entries.
    There are no entries in the event viewer, so where do I need to begin looking to find out what is (or rather is not) happening?

    One thing I noticed in SP 2013 is that if your list has unique permissions and a user/group has permissions only on that list and has limited or no access at the site level, then you run into this error: "The server was unable to save the form at this time.
    Please try again."
    This can be resolved by either giving that user/group atleast read access at the site level or in my case I had to create a new permission set (since we cant update limited access permission set) which is same as limited access but with the additional permission
    of "Use Remote Interfaces  -  Use SOAP, Web DAV, the Client Object Model or SharePoint Designer interfaces to access the Web site."
    I am not sure if this is a bug or as per design, but not allowing a user who has needed permissions at the list level but limited access at site level doesnt seem right. Never ran into this issue in prior version of SharePoint. I tested and this additional
    permission doesnt seem to violate any security at site level. But implement this at your risk. No guarantees provided and not responsible for any issues with this implementation if any.

  • Error:- The server was unable to save the form at this time. Please try again.

    Hi,
    I have SP 2013 intranet sites. 
    I am trying to edit the list item in site and getting the error "The server was unable to save the form at this time. Please try again."
    I read many article on this forum. to chck web.config file, to restart
    “SharePoint Search Hosting Controller” But no help.
    Still i am getting this. what could be the reason now.
    Please provide the resolution. I am trying to resolve this from last two days. 
    Thanks,
    Rakesh

    Normally, there's something wrong with the form responsible for editing list items. Is it customized? If not, you could use the free SharePoint Designer tool to delete the current form, create a new one (wait some time before caching issues are solved)
    and you should be good to go. If it is customized, contact the team responsible for managing it.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Apple TV3 can't connect to the server at this time. Please try later

    Just got an ATV3 and it is not able to work.  I keep getting this "Apple TV3 can't connect to the server at this time. Please try later." when I try to set it up home sharing.  Any thoughts? 

    This user solved this in February:
    Thank you.
    shawn286
    Re: "apple tv can't connect to the server at this time. please try later." 
    Feb 28, 2014 7:46 PM (in response to ehrenfromor)
    THIS WORKS!
    "This worked for me without having to reset my Apple TV universe: Press Menu and Down Arrow keys simultaneously for 6 seconds until the light flashes rapidly."
    Thank you!

  • Need to resolve this tricky query

    Dear friends,
    I just come accross a problem which I need to be resolved on high priority. Well I have following table structures for a doctor database.
    Table1 : Doctor Master     
    Doctor ID...............Doctor Name
    1...............................Ali
    2...............................Saleem
    3...............................Arshad
    Table2 : mst_flex_field     
    Master_Key_ID.........Master Key Value
    1..............................Qualifications
    2..............................Specility
    3..............................Magazine
    4..............................Affiliation
    Table3: mst_flex_field_Value     
    Flex Field Id...............Master_Key_ID............Flex Field Value
    1......................................1..............................BDS     
    2......................................1..............................DTCD     
    3......................................1..............................FRCOG     
    4......................................1..............................MCPS     
    5......................................1..............................MD     
    6......................................1..............................MBBS     
    7......................................1..............................DABM     
    8......................................1..............................FRCP     
    9......................................1..............................MRC OG     
    10....................................2..............................ANST.
    11....................................2..............................FOREMED     
    12....................................2..............................NEPHROLOGISTS     
    13....................................2..............................RHEUMATOLOGIST     
    14....................................2..............................CARDIOLOGIST     
    15....................................2..............................G.P     
    16....................................3..............................PROF MAG     
    17....................................3..............................ARTHOPY     
    Table4: Doctor Detail Table          
    Detail Table Id.......Doctor id.........Flex Field Id
    1..............................1.....................6
    2..............................1.....................2
    3..............................1.....................3
    4..............................1.....................16
    5..............................1.....................17
    6..............................1.....................15
    7..............................2.....................10
    8..............................     2.....................6
    9..............................     2.....................8
    10............................3.....................1
    11............................3.....................10
    12............................3.....................11
    13............................3.....................17
    Output Required for this structure.
    Out Put
    Doctor ID....Doc Name........Qualifications.............Specility..........Magazine
    1..............Ali.......................MBBS.......................G.P................PROF MAG
    1..............Ali.......................DTCD..............................................ARTHOPY
    1..............Ali.......................FRCOG
    2..............Saleem................MBBS.......................ANST.
    2..............Saleem................FRCP
    3..............Arshad.................BDS.......................ANST.................ARTHOPY
    3..............Arshad..............................................FOREMED
    One thing more I would like to make view of that query.
    Best Regards,
    Shah

    Dear guys,
    I finally got the solution of my problem.
    Below is the solution.
    select doctor_id,
    coalesce( rn1, rn2, rn5 , rn6 , rn7 ) rn,
    max(Qualification) "Qualification",
    max(Speciality) "Speciality",
    max(Personal_Hobbies) "Personal_Hobbies",
    max(Professional_Interest) "Professional_Interest",
    max(Designation) "Designation"
    from (
    select t.doctor_id,
    decode (t.mst_key_id , 1 , t.rn , null) rn1,
    decode (t.mst_key_id , 1 , t.flex_field_value_id) Qualification,
    decode (t.mst_key_id , 2 , t.rn , null) rn2,
    decode (t.mst_key_id , 2 , t.flex_field_value_id) Speciality,
    decode (t.mst_key_id , 5 , t.rn , null) rn5,
    decode (t.mst_key_id , 5 , t.flex_field_value_id) Personal_Hobbies,
    decode (t.mst_key_id , 6 , t.rn , null) rn6,
    decode (t.mst_key_id , 6 , t.flex_field_value_id) Professional_Interest,
    decode (t.mst_key_id , 7 , t.rn , null) rn7,
    decode (t.mst_key_id , 7 , t.flex_field_value_id) Designation
    from (
    select d.doctor_id , v.mst_key_id , v.flex_field_value_id,
    row_number() over ( partition by d.doctor_id, v.mst_key_id
    order by v.mst_key_id ) rn
    from mst_doctor_other_info d,
    mst_flex_field_values v
    where d.flex_field_value_id = v.flex_field_value_id
    -- and d.doctor_id in ( 1 , 2 , 3)
    ) t
    group by doctor_id,
    coalesce( rn1, rn2, rn5 , rn6 , rn7 )
    order by 1, 2
    Thanks everybody for the generous help.
    Best Regards,
    Shah

  • Come and join the fun with this tricky FORMS number !!!

    hi,
    imagine the following scenario.
    user TOM is at site B and using a form to update a few records.
    Meanwhile BOB at site A is doing the same on the same table. Suddenly BOB gets the "Could not reserve record" message. (They have encountered a lock)
    Q. How can I programmatically inform BOB that TOM is the reason for the lock or vice versa ?
    I need to get user from SQL AREA or something possibly?
    Product is FORMS4.5 on win 95.
    ANy ideas very welcome folks.
    Please contribute.
    thanks
    nik.

    At least until Oracle 8.1.7 there is no way to detected who is locking a record. But in Forms you can do
    the following (in the next post I will discuss the benefits and limitations) :
    - Create a table called user_locks with :
    record_rowid rowid (primary key)
    lock_id number(10)
    user_locked varchar2(16)
    datetime_locked date
    - Define a database sequence called user_lock_id :
    increment by 1
    start with 1
    minvalue 1
    maxvalue 1073741823
    cycle
    - Create a procedure in the database to handle user locks :
    create or replace procedure lock_user_record (
    p_rowid in varchar2
    ) as
    v_user_locked varchar2(8);
    v_datetime_locked date;
    v_lock_id pls_integer;
    v_status pls_integer;
    v_rowid rowid;
    procedure insert_lock (
    p_rowid in rowid,
    p_lock_id in number
    ) is
    pragma autonomous_transaction;
    begin
    begin
    insert into user_locks
    (record_rowid,lock_id,user_locked,datetime_locked) values
    (p_rowid,p_lock_id,user,sysdate);
    exception
    when dup_val_on_index then
    update
    user_locks
    set
    lock_id = p_lock_id,
    user_locked = user,
    datetime_locked = sysdate
    where
    record_rowid = p_rowid;
    end;
    commit;
    end;
    begin
    if p_rowid = 'AAAAAAAAAAAAAAAAAA' then
    return;
    end if;
    v_rowid := chartorowid(p_rowid);
    begin
    select
    lock_id,
    user_locked,
    datetime_locked
    into
    v_lock_id,
    v_user_locked,
    v_datetime_locked
    from
    user_locks
    where
    record_rowid = v_rowid;
    exception
    when no_data_found then
    select
    user_lock_id.nextval
    into
    v_lock_id
    from
    dual;
    end;
    v_status := dbms_lock.request(v_lock_id,6,0,true);
    if v_status = 0 then -- Success
    insert_lock(v_rowid,v_lock_id);
    end if;
    if v_status = 1 then -- Record locked by another user
    raise_application_error(-20001,'Record locked by '||v_user_locked||' since '||to_char(v_datetime_locked)||' '||to_char(v_datetime_locked,'HH24:MI:SS')||'.');
    end if;
    if v_status = 2 then -- Deadlock detected
    raise_application_error(-20002,'Deadlock detected.');
    end if;
    if v_status = 3 then
    raise_application_error(-20003,'Parameter error trying to lock record.');
    end if;
    if v_status = 5 then
    raise_application_error(-20004,'Illegal handle to lock record.');
    end if;
    end;
    - On Forms redefine the trigger "ON-LOCK" :
    lock_user_record(:block.rowid);

  • R12 equivalent on this 11i query

    All,
    I am working on an R12 upgrade project and by looking at the documentations, there are lot of tables in AP which are co-existing and changed but not getting a clear idea of what got changed and why multiple tables exist. Is there anyone here who can provide me the R12 query for this 11i query below?
    SELECT distinct
         ac.vendor_name,
         nvl(ac.address_line1,ac. address_line2) address_line1,
         decode(ac.city,null,'',ac. city||',')||ac.state||' '||ac.zip city_state_zip,
         pv.segment1 vendor_no,
         abb.bank_name payee_bank,
         ac.currency_code cur_code,
         ac.check_date pmt_date,
         ac.check_number pmt_number,
         ac.amount pmt_amount,
         ac.check_id
    FROM      ap_checks_all ac,
         ap_bank_accounts_all aba,
         ap_bank_branches abb,
         po_vendors pv
    WHERE
    ac.PAYMENT_METHOD_LOOKUP_ CODE in ('EFT','WIRE')
    and ac.status_lookup_code in ('NEGOTIABLE','CLEARED BUT UNACCOUNTED','RECONCILED UNACCOUNTED')
    and ac.vendor_id=pv.vendor_id
    and ac.external_bank_account_id = aba.bank_account_id
    and aba.bank_branch_id = abb.bank_branch_id
    order by ac.check_date;
    Thanks for your help.

    Hi,
    In R12 Banks and Bank branches are treated as parties and stores in HZ_PARTIES table. Also the bank accounts model has been changed in R12. All internal bank accounts store in CE_BANK_ACCOUNTS table and external bank accounts store in IBY_EXT_BANK_ACCOUNTS table. Please try below query for R12.
    SELECT distinct
    ac.vendor_name,
    nvl(ac.address_line1,ac. address_line2) address_line1,
    decode(ac.city,null,'',ac. city||',')||ac.state||' '||ac.zip city_state_zip,
    aps.segment1 vendor_no,
    hzp.party_name payee_bank,
    ac.currency_code cur_code,
    ac.check_date pmt_date,
    ac.check_number pmt_number,
    ac.amount pmt_amount,
    ac.check_id
    FROM apps.ap_checks_all ac,
    apps.IBY_EXT_BANK_ACCOUNTS IBYEB,
    apps.hz_parties hzp,
    apps.ap_suppliers aps
    WHERE
    ac.PAYMENT_METHOD_CODE in ('EFT','WIRE')
    and ac.status_lookup_code in ('NEGOTIABLE','CLEARED BUT UNACCOUNTED','RECONCILED UNACCOUNTED')
    and ac.vendor_id=aps.vendor_id
    and ac.external_bank_account_id = IBYEB.ext_bank_account_id
    and IBYEB.bank_id = hzp.party_id
    order by ac.check_date desc;
    If this answers your question please mark it as answered.
    Thanks,
    Ram
    FYI: This is just for your infromational needs.

  • What is the wrong with my select query

    HI All,
    TYPES: BEGIN OF t_equi,
             equnr          TYPE equi-equnr,
             aedat          TYPE equi-aedat,
             matnr          TYPE equi-matnr,
             sernr          TYPE equi-sernr,
             kunde          TYPE equi-kunde,
             zzreg_date     TYPE equi-zzreg_date,
             zzin_indic     TYPE equi-zzin_indic,
             zzinvoice_num  TYPE equi-zzinvoice_num,
             zzinvoice_date TYPE equi-zzinvoice_date,
             kund1          TYPE equz-kund1,
          END OF t_equi,
    DATA: it_equi        TYPE TABLE OF t_equi,
      SELECT equnr
             aedat
             matnr
             sernr
             kunde          "Ship to
             zzreg_date
             zzin_indic
             zzinvoice_num
             zzinvoice_date
             kund1            "Sold to
             INTO TABLE it_equi
             FROM equi AS a
             INNER JOIN equz AS b
             ON a~equnr = b~equnr
             WHERE a~equnr      IN s_equnr AND
    *               aedat GE gv_rdate AND
                   a~matnr      IN s_matnr AND
                   a~sernr      IN s_sernr AND
                   a~kunde      IN r_shpbr_kunde AND
                   a~zzin_indic IN s_indic  AND
                   b~datbi      EQ c_datbi  AND 
                   b~kund1     IN r_sldbr_kund1 .
    what is the wrong with this select query.. ?
    its giving me error  "The column name "EQUNR" is unclear ."
    Thanks

    Hi ,
    write  tablename or alias in select also
    SELECT a~equnr and check.
    Regards

  • TS3623 If the screen says Unable to Sign in-Apple TV can't connect to the server at this time. please try later.  I've been getting this reading for about a week

    My screen has been reading for about a week: Unable to Sign In, Apple TV can't connect to the server at this time.  Please try later.  What do I do to get pass this screen.  I purchased a movie series season from HBO and I can't watch it because I can't pass this screen.

    Hi Kailik Hunter,
    Thanks for using Apple Support Communities.  This article has some steps you can try if you're unable to sign in to your Apple TV and continue with setup:
    Apple TV: Basic troubleshooting
    http://support.apple.com/kb/ht1551
    If you are still having trouble, you can try to reset your equipment by unplugging Apple TV, your television, your wireless networking equipment or AirPort Base Station, and your router from their power outlet. Wait 30 seconds, then plug everything back in.
    Cheers,
    - Ari

  • Output error:the name of the package "greet" does not reflect the location of this file...

    output error: The name of package 'greet' does not reflect the location of this file. Please change the package definition's name inside this file, or move the file. C:\Documents and Settings\Igal\My Documents\meiran\greet\Greeter.as
    I keep on recieving this output error although my source path is set to C:\Documents and Settings\Igal\My Documents\meiran\greet.
    any suggestions why this happens?

    The classpaths you define in your Flash software tell the compiler where to look when it needs to find a class.  According to your as file, the very top line indicates the Greeter.as file should be at a location specified by the path...
    one-of-your-classpaths\com\example\quickstart\
    So if one of your classpaths is:  C:\Documents and Settings\Igal\My Documents\meiran\greet\
    and you placed the file in the greet folder, then in your AS document you should not have the "com\example\quickstart" and your import statement in the fla should not be using that (should just be... import Greeter;)

  • I am running safari 7.0.6 with IOS 10.9.4. after the mac has been asleep and I log on I cannot open safari as it appears to have crashed. the workaround to this is to reboot the IOS and log back in after which safari will open.

    I am running safari 7.0.6 with IOS 10.9.4. after the mac has been asleep and I log on I cannot open safari as it appears to have crashed. the workaround to this is to reboot the IOS and log back in after which safari will open. Any ideas on how to resolve this?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if iTunes crashed, you would enter "iTunes" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • TS1424 When trying to purchase and subsequently play programs on Apple TV keep getting message: "Apple TV unable to connect to server at this time. Please try again later." Able to play previews and trailers on Apple TV and able to play programs on Netfli

    Last night I was watching programs on Apple TV with only one problem: I was not able to purchase the entire season of "Homeland" but could purchase and watch individual episodes. Today I am able to watch only previews and trailers from iTunes. After attempting to purchase a program I keep getting the message: "Apple TV is. Unable to connect to the server at this time. Please try again later." I am able to watch programs on Hulu, Netflix, etc. without problems.
    Any suggestions?

    I have a similar problem. After a recent update I cannot access the iTunes Store to resubscribe to Hulu. "Cannot access iTunes Store at this time." Dunno what to do.

  • Getting error while creating form and report on webservice: ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.

    i am using the following description to create a web service reference:
    web reference :REST
    Name :Yahoo Map
    URL :http://local.yahooapis.com/MapsService/V1/mapImage
    HTTP Method: GET
    Basic Authentication: No
    Add Parameter:
    Name       Type
    appid        String
    location    String
    Output Format: XML
    XPath to Output Parameters : /Result
    Output Parameter:
    Name       Path       Type
    Url          /text()      String
    Then i tried to create form and report on webservice:
    Web Service Reference Type: Yahoo Map
    Operation: doREST
    All the fields i keep as default
    I tick the checkbox (url)in report Parameter
    After clicking next whereever required i click create button
    I get the following error
    ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.
    Please someone help to solve this as i need to fix it urgently.

    i exported the application from apex.oracle.com and imported it to our environment
    import went fine, but when I ran the IR page I got
    ORA-20001: get_dbms_sql_cursor error ORA-00904: : invalid identifier
    evidently the problem is a lack of public execute on DBMS_LOB, which is used in the generated IR source.
    while waiting for the DBA to grant privs on DBMS_LOB, changing the dbms_lob.getlength call to length() fixes the IR.
    however, i am not getting the download link on the associated form page... changed templates, that's not the issue -- we'll see if that's a dbms_lob issue as well

Maybe you are looking for