11i common erros related to Form

Can u pls tell me some common errors related to Form in Oracle 11i Appluication , and where to look to fix them (like strategy).[when the application is running in production, like internal server error, etc....]
And how to create Alerts for 11i application.
I am new in this application.
Thanks a lot.
[email protected], [email protected]
Zahid

I'm really not an expert on locking issues my friend..
I cant see the reason y it would lock ALL rows of the tables that fks are reffering to, but just because I cant see it, it doesnt mean that it dont exist.. The normal should be to lock only the row fk is reffering to.. I think.
I dont even distinguish bettween "row share" and "row exclusive" locks u mention.
I still think that you should consider "delayed" locking mode, in order to avoid all these locks because you cant control time the user will have the records not saved and u cannot let other users depend on a single user, espesially when u have so much tables and fks to other tables. And then you can handle errors at the time that the user initiates commit (if a fk changed show an error message or somehting).
One thing is sure. There are people in here that can help you much more than I can.
I hope they will ;)
regards,
teo

Similar Messages

  • Star Wars the Force Unleashed "Slow Motion (commonly known as a form of lag)"

         I have been attempting to run the game "Star Wars the Force Unleashed," on a 13-inch MacBook Pro Late 2011 with Intel Graphics HD 3000, 500 gb hard drive, 2.4 GHz processor speed, and 4 gig ram, and the game seems to be going in "slow motion (commonly known as a form of lag)."  I have done my resurch and my sources have told me that I might have to turn off v-sync.  I have not found a way to do this and I was wondering what might be a way of doing this, or is there anothers solution?  Your contribution would be much appreciated.

    You won't be guaranteed a refund, but try contacting Mac App Store support:
    http://www.apple.com/support/mac/app-store/
    Click on Contact Support.

  • How to find the CRM related Tables form a Particular DataSource

    Hi friends
               <b>How to find the CRM related Tables form a Particular DataSource
      of BusinessContent.</b>
      ex: i had taken CRM - DataSource ........ 0CRM_LEAD_H (Lead Header Data)
           for this DS i assign IS and extract data. But i want to Know from which
           CRM tables it was comming.
           ie ..I want to know the what tables linked to Datasource(0CRM_LEAD_H)
           How it has to check?

    Just for your info, you can find as useful (for a methodology to solve this kind of issue) this weblog:
    SAP BW and Business Content Datasources: in pursuit of the origins
    Hope it helps!
    Bye,
    Roberto

  • Multiple Master Detail Relation In Forms 6i

    I have tables as below
    1.Bill_Head
    Bill_No
    Bill_Date
    Fin_Year_Cd
    Remarks
    2.Bill_Tail
    Bill_No
    Product_Cd
    Amount
    Ded_Amount
    Net_Amount
    3.Bill_Tail_Det
    Bill_No
    Product_Cd
    Quantity
    Rate
    Interest_Percent
    Service_Charge
    Vat_Tax_Percent
    The Relation is like
    Between BILL_HEAD and BILL_TAIL is Master Details Relation
    Between BILL_TAIL and BILL_TAIL_DET is one to one relation
    In single form i am not able to insert record.
    If i build Master details between BILL_HEAD and BILL_TAIL, BILL_TAIL and BILL_TAIL_DET, when i run the for to insert data.
    I will put the data for BILL_HEAD data
    For this parent record there will be child record in BILL_TAIL block.
    For this BILL_TAIL parent record there may be a child record in BILL_TAIL_DET or may not. Suppose i put a child in BILL_TAIL_DET.
    Then i wanted put one more child record in BILL_TAIL block, if i say next record, it is asking me to "save the record first".
    Please help me in this regards
    my mail id : [email protected]
    Regards
    Mahaveer
    Message was edited by:
    user603318

    Thanks Kris, for your reply.
    Is there any way out to enter all the data at once and then commit, b'cse for every record asking to commit is tedius.
    Regards
    Mahaveer

  • Creating a Relation in Forms

    I'm trying to create a relation on an existing block (block1) to a new block that I've created (block2) which has a foreign key to block1. Now if I were to open up a blank new form and do this, it works fine, but since this is an existing form with several other child blocks with their own relations, I can't seem to do it. The error I get is below:
    FRM-15004: Error while parsing join condition
    The join condition is correct, but I'm still clueless as to what it could be.
    Any clues?

    Giovanni,
    the way you do this is as follows
    1. In Forms, navigate to the "master" block and select the Relations node
    2. Create new relation by clicking the green cross in the leftside iconbar
    3. Select the detail block
    4. Define join as <block>.<item>=<block2>.<item>
    This should do it
    Frank

  • Non database related search form. How to achieve it?

    Hi,
    I am using JDev 11.1.1.2.0 with ADF 11g.
    I have a requirement. I have to how multiple search forms with various fileds. Each search form will pertain to set of business needs. And these business data is present in 15- 20+ tables.
    Each search form should have fields that can be a LOV field, Date field, drop downs and radio. I can also have cascading LOVs in a search form.
    The LOVs and drop downs will be definitely fetched from one single table with named queries.
    On click of search I will show a pdf report.
    Can anyone address this issue on
    1. How can I achieve such a search form? (Since the fields I want to show can be from any of the 15-20 tables)
    2. How can I decide on runtime what should be my where clause (Note: empty field does not mean NULL in search criteria)
    Thanks in advance.

    Can someone pls address this?

  • CLOB problem (disregard my former message relating to Forms 6i)

    Hallo,
    I have a problem using CLOB's with JDeveloper 3.1. We have an Oracle DB (8.1.5 on a Unix server) where one of the tables has a CLOB column. We also created a view where we join several fields from three tables. One of the fields is the CLOB field. Now using JDeveloper 3.1 with BC4J we designed a simple user interface that accesses this view. So far everything works fine but if we edit the CLOB field of the record and and want to save the modification we either get Error Message JBO-25014: Another user has changed the row with primary key oracle.jbo.Key (although it is sure that no other user changed this record). The other Error Message that we get is JBO-25009: Unable to create object ... with value (and then it just prints the whole content of the CLOB field).
    Any ideas what is wrong? We have a bit a problem with the CLOB's because we also cannot produce a working GUI with Forms 6i, alltough Forms has another kind of problem with CLOB's. I slowly start to wonder if the CLOB's have been introduced with the intent that nobody should use them .... :)
    Cheers, Berny

    I've got the same problem, and if you press the save button two or three times it will work. (the first time it always gives error)
    IF this is your problem (it was what happened with my programs, but I use 8iR2) you could done something like (*arrg*) this:
    while (true) {
    row.setAttribute("MyClobAtribute",MyClobVal);
    It's suprising that is working for me.
    Good Luck
    null

  • Few common questions about Mobile Forms

    Hello, everyone!
    I have a few questions about mobile forms:
    Can a form be integrated with a portal, which is build NOT on Adobe CQ\AEM technology?
    I've created a form and loaded it to the server repository via Form Manager. Now I can access it in my browser like this:
    http://testlcserver:8080/lc/content/xfaforms/profiles/hrform.html?contentRoot=repository%3 A%2F%2F%2FApplications%2FTest%2F1.0&template=UberForm.xdp&dataRef=
    And the question is: what is the right way to share forms to users on a production environment (without integration in a portal pages on so on, let it be just a link to a form which users have to fill in)?  I mean, should it be the same link, or it is only for developers need and to share forms to users some other way must be used?

    For integrating on custom portal, you would need to integrate with form submit proxy for handling of submission as mentioned @ http://helpx.adobe.com/livecycle/help/mobile-forms/mobile-forms-service-proxy.html.
    As far as url of form is concerned, it’s really up you. You can choose to hide the request parameters as couple of other customers are doing. You can find more information about hiding form template and content root from request parameter @ http://blogs.adobe.com/foxes/hide-parameters-from-mobile-form-url/

  • Delete user and all his related data form the relation table

    HI All,
    I have user and for the user i have 3 more tables with additional fields that relate to the user
    the the user is a key on the 3 tables and relate with foreign key .
    in case i want to delete the user and i want that all the user data from all the related table will be deleted how can i do that ?
    Regards
    Joy

    HI,
    The user is in Z DB tables so i cant delete it with this bapi,
    The problem is when i have 4 table and i want to delete the user from them like that :
      DELETE FROM: (sv_user_table_name) WHERE userid = iv_user_id,
                   (sv_add_fld_table_name) WHERE userid = iv_user_id,
                   (sv_att_table_name) WHERE userid = iv_user_id,
                   (sv_app_attributes_table_name) WHERE userid = iv_user_id.
    IF sy-subrc <> 0.
        RAISE EXCEPTION TYPE .....
    if the user are exist in the first and the second table and not in the third and four
    i get the sy-subrc = 4 despite the user has deleted from the first and seconed tables
    there is nice way to overcome this issue ?
    Regards
    Joy
    Edited by: Joy Stpr on Aug 3, 2009 8:57 AM

  • Related to forms

    hello Experts,
    What are the advantages of SAP SCRIPTS over SMARTFORMS and what are thae advantages of SMARTFORMS  over SAP SCRIPTS?

    Hi,
    PROTECT: Protect from page break
    You can determine that a paragraph must not be separated by a page break in the style or layout set. If the attribute page protection is set, then all the lines of this paragraph are always output together on one page. This attribute is linked to the respective paragraph.
    It certainly does not make sense, to provide all the paragraphs with a page protection attribute to neutralize an unwanted page break. This event is much too dynamic for this and only results from the current text. Furthermore, it can also happen that you only want to protect parts of a paragraph from a page break. In principle, you could solve this problem using the command NEW-PAGE, by explicitly starting a new page before the affected parts of the text. However, this procedure is not very easy to make changes to. Assume that you have formatted your text using the NEW-PAGE command so that you have no unwanted
    page breaks. If you now insert new lines or delete existing ones, you would have to check all the NEW-PAGE commands inserted after this point in the text, as changes can result in the movement of page breaks. With the command pair PROTECT. ENDPROTECT, SAPscript offers you the option of individually defining protection from a page break. If you parenthesize the text in question using these commands, SAPscript automatically guarantees that all the lines it contains are printed together on one page. If the lines fit on the current output page, they are output there, in exactly the same way as if the PROTECT
    command was not used. If, however, the space is not sufficient, the PROTECT command then works as a NEW-PAGE and generates a form feed .For this reason, you can view PROTECT/ENDPROTECT as a conditional NEW-PAGE command, whose condition consists of whether the included lines fit into the current window MAIN or not.
    Syntax:
    /: PROTECT
    /: ENDPROTECT
    The lines to be protected lie between the two commands.
    •&#61472;An ENDPROTECT command without a preceding PROTECT command
    is ineffective.
    •&#61472;If the last ENDPROTECT is missing, it is implicitly assumed at the end
    of the text.
    •&#61472;PROTECT .. ENDPROTECT commands cannot be nested. If a second
    PROTECT command is recognized while another is active, the second is
    ignored.
    •&#61472;If the text between PROTECT and ENDPROTECT is so extensive that it
    would not completely fit on an empty page, then only one form feed is
    generated and the text is then output normally. Thus, in this case, the
    section to be protected can be separated by a page break.
    Ex:
    /: PROTECT
    P &VAR&
    P THIS IS for test
    P This is test
    /:ENDPROTECT
    /: PROTECT
    /: ENDPROTECT
    The lines to be protected lie between the two commands.
    Regards,
    Priyanka.

  • Erro in Adobe forms Execution

    Hello Gurus,
       I have designed the form in SFP transaction, to Execute the form i have pressed F8. I got a screen to enter out put device, i gave LP01. here it is in processing mode only, it is not showing any out put.
    Can any one help me out in this issue.......
    Thanks,
    Feroz.

    Hello Feroz,
    please make sure, you use a supported plattform for your ADS. The supported plattforms can be found under:
    http://service.sap.com/PAM
    Best regards,
    Dezso

  • I'm usually asked in interviews what r common RAC related issues do u face

    I don't know much because generally what I face are general DB issues and at the max i see some
    rac related wait events 2 way or 3 ways grants .
    Can somebody plz give me some idea what kind of RAC related issues people face in 10g or 11g RAC
    Thanks
    Gagan

    Global Cache Wait Events
    gc current/cr request: These wait events are relevant only while a gc request for a cr or current buffer is in progress. They act as placeholders until the request completes.
    gc [current/cr] [2/3]-way: A current or cr block is requested and received after two or three network hops. The request is processed immediately: the block is not busy or congested.
    gc [current/cr] block busy: A current or cr block is requested and received, but is not sent immediately by LMS because some special condition that delayed the sending was found.
    gc [current/cr] grant 2-way: A current or cr block is requested and a grant message received. The grant is given without any significant delays. If the block is not in its local cache, a current or cr grant is followed by a disk read on the requesting instance.
    gc current grant busy: A current block is requested and a grant message received. The busy hint implies that the request is blocked because others are ahead of it or it cannot be handled immediately.Oracle RAC need Gigabit Ethernet for Interconnect(don't use cross cable), create index to reduce Global Cache Wait Events.
    Can somebody plz give me some idea what kind of RAC related issues people face in 10g or 11g RACWhat did you know?

  • Query related to form printing.

    Hello sir's,
    In program i am giving delivery number as input ,if there is 10 items in that delivery number, then i want each item to be printed on the separate page in smartform on a single print click.
    There is no limit on number of items in particular delivery number.
    So plz give the answer as early as possible,
    Thanks in advance,
    Vikram.

    Hi,
           have you written driver program to call the smartform.
    then pass the number of items as export parameter.
    then create a command node in the main window(note you must be using the main window to print the items)and check the new page check box in that and n condition enter sy-page< (no of items) which you have passed as parameter.

  • To Find API related to a form

    Hi Guys
    Is there any way to find out whether there is any API related to FORM
    Thanks in advance

    Hi,
    You can simply enable trace from the application before you query the data and then disable trace, generate the TKPROF file and you will see all the code used in this form (See this document for details -- Run a trace).
    Note: 259722.1 - HOWTO Determine Table and Column Name from a field in a form in 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=259722.1
    Regards,
    Hussein

  • Upgrade from 11i to R12 - Custom Forms,Reports and Workflows

    Dear Community Friends,
    We are planning for upgrade from oracle apps 11.5.10.2 to R12.
    We have custom Forms,Form Libraries,Reports and Workflows.
    Kindly provide me for approach on how to migrate Custom form libraries,reports and Workflows.
    I beleive, this thread will exists as one shot point for custom forms,reports,workflow upgradation from 11i to r12 with detailed steps.
    I know that many links exists here in the forum for all the above objects mentioned,but still from all those i am able to get a clear picture for oracle forms but not for custom form libraries ,reports and workflows.
    Also,this post will provide a low level,practical picture of the steps for those who are in line with this.
    Links i have read for all these in our forum are:
    For Custom Forms,
    Re: Planning to upgrade from 11i to R12
    Re: Custom forms: After upgrading 11i to R12
    ofcourse,'n' number of links exists providing metalink notes also.
    Hussain,Helios and some others also has given many updates regd this.
    For custom workflow upgradation,
    Upgrade Workflow 11i to R12
    Workflow Upgrade
    Workflow Upgrade
    For reports,links mentioned the below metalink notes:
    Do Not Compile EBS R12 Reports Using rwconverter.sh or Reports Builder from IDS 10gR2 [ID 786794.1]
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    Per my understanding, after searching in many threads,i am here by summarising the practical low level steps for custom forms migration
    Please correct me,if i am wrong.
    1) Download the Forms(.fmb's) and all PLL's(all the PLL from resource folder in AU_TOP) into a Local Machine Folder
    2) Open the forms using Forms Developer 10G and connect to DB
    3) Compile by clicking compilein Forms Developer and then save it.
    4) Upload the Saved Forms(.fmb's) into the new R12 server(system) in the respective custom paths(paths similar to 11i Server)
    5) Compile all the forms using the command like below(example command is shown below or f60 gen commands or frmcmp.sh utility) in the respective custom form paths,
    this will generate the .fmx's.
    frmcmp_batch module=FORMNAME.fmb userid=apps/apps output_file=FORMNAME.fmx compile_all=yes
    Link for compiling forms: https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=359210362972527&type=DOCUMENT&id=1085928.1&displayIndex=3&_afrWindowMode=0&_adf.ctrl-state=c348xvwbg_98
    6) Open the form and check in R12 instance
    As per my understanding for custom form libraries,we can just copy paste the PLL's from 11i server to R12 server (Please correct me,if i am wrong)
    Can anyone please help me out in custom reports and custom workflows.Sorry that,i could not get a practical and clear picture for reports and also for workflow even after referring many threads and metalink notes mentioned.
    As for reports,some says that Developer Suite 10g can be used and .rdf can be used in R12.
    Some says that reports should be converted to XML published as reports does not exists in R12.
    So,i am not clear on this.
    Thanks,
    Ganesh
    [email protected]

    Per my understanding, after searching in many threads,i am here by summarising the practical low level steps for custom forms migration
    Please correct me,if i am wrong.
    1) Download the Forms(.fmb's) and all PLL's(all the PLL from resource folder in AU_TOP) into a Local Machine Folder
    2) Open the forms using Forms Developer 10G and connect to DB
    3) Compile by clicking compilein Forms Developer and then save it.
    4) Upload the Saved Forms(.fmb's) into the new R12 server(system) in the respective custom paths(paths similar to 11i Server)
    5) Compile all the forms using the command like below(example command is shown below or f60 gen commands or frmcmp.sh utility) in the respective custom form paths,
    this will generate the .fmx's.
    frmcmp_batch module=FORMNAME.fmb userid=apps/apps output_file=FORMNAME.fmx compile_all=yes
    Link for compiling forms: https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=359210362972527&type=DOCUMENT&id=1085928.1&displayIndex=3&_afrWindowMode=0&_adf.ctrl-state=c348xvwbg_98
    6) Open the form and check in R12 instance
    As per my understanding for custom form libraries,we can just copy paste the PLL's from 11i server to R12 server (Please correct me,if i am wrong)You are right, and the steps mentioned above should be sufficient.
    Can anyone please help me out in custom reports and custom workflows.Sorry that,i could not get a practical and clear picture for reports and also for workflow even after referring many threads and metalink notes mentioned.
    As for reports,some says that Developer Suite 10g can be used and .rdf can be used in R12.
    Some says that reports should be converted to XML published as reports does not exists in R12.
    So,i am not clear on this.You can still use RDF files in R12, and just follow the approach you mentioned above, and you do not have to migrate them to XML publisher (though it is recommended, but this can be done after the upgrade as an enhancement task).
    For custom workflow, you need also to do the same thing, open them using workflow builder and make sure they work in R12 (correct the code if required and save them again in R12 once they work properly).
    Thanks,
    Hussein

Maybe you are looking for