Cannot migrate Forms 10 g and 11g: give SQL stmnts ALL erred "ignored statement."

We have a Forms application Forms 10 g R1 (Forms [32 bit] Version 9.0.4.2.0 (Production)). We want to migrate Forms 11 g (Forms [64-Bit] Version 11.1.2.0.0).

The app Server and Forms builder are in Windows machines.

We open a 10g R1 form our application forms 11g and compile it in the form designer. Yes, we get an error for "each SQL STATEMENT", for each SQL statement and some procedure calls that we get this error.

Error 0 in line 4, column 3 SQL statement ignored

Then, we created a mild form using Forms 10 g R1 without any of our libraries and added a block and a program unit to the form with a simple SQL.

We then copied the form to the machine that has the forms 11g and then opened it in form 11g. Then we try to compile and we get the same error. See screenshot here: http://www.freeimagehosting.net/i8m6c

It's so obviously nothing to do with our library (PLL) or forms of model. This seems a common problem in all forms.

What is the problem here? Is this a bug?

We then converted the 10g R1 Forms 10 g R2 ([32 bit] Version 10.1.2.0.2 (Production)) which opened in forms of 11g and tried to compile. Same mistake.

What is the process to 11g Forms 10g Release 1?

Published by: user12240205 on April 3, 2012 05:01

Published by: user12240205 on April 3, 2012 05:02

user12240205 wrote:
What is happening here?

Your database Version is too low, what is happening here. According to the matrix http://www.oracle.com/technetwork/developer-tools/forms/oracle-forms-11gr2certmatrix-519680.xls certification, you must at least 10.2.0.4.

see you soon

Tags: Oracle Development

Similar Questions

  • Windows Media Player keeps reversing information of track that I edited to the modification form, destroying hours and hours of work. All I can do to stop it? Thank you.

    Windows Media Player keeps reversing information of track that I edited to the modification form, destroying hours and hours of work.  All I can do to stop it? Is it possible to change information so it cannot be changed by WMP? Thank you.

    Hi mynamesv,

    ·         Did you do changes on the computer before the show?

    Follow these methods.

    Method 1: Follow the steps in the article.

    Resources for the resolution of problems in Windows Media Player

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

    Method 2: You can re-create the database of Windows Media Player and see if that fixes the problem. Follow these steps:

    (a) output Windows Media Player.

    (b) click Start, type %LOCALAPPDATA%\Microsoft\Media Player, and then click OK.

    (c), select all the files in the folder and then click on Delete on the file menu.

    Note: You don't have to remove the folders that are in this folder.

    (d) restart Windows Media Player.

    Note: Windows Media Player automatically rebuilds the database.

    If this does not resolve the problem, disable the Windows Media Player database cache files. To do this, follow these steps:

    (a) output Windows Media Player.

    (b) click Start, type %LOCALAPPDATA%\Microsoftand then click OK.

    (c) select the folder Media Player and then click on Delete on the file menu.

    (d) restart Windows Media Player.

    Note: Windows Media Player automatically rebuilds the database.

  • Problem with the migration of key primary and foreign from SQL Server to Oracle

    Hi people, I use SQL Developer to migrate Oracle to a SQL database, and I'm stuck with a few questions:

    So far, the worst of them is the fact that I can not migrate the PKs and FKs. After having successfully captured the model DB in SQL Server and Oracle conversion, when the tool generates scripts, all ALTER TABLE queries that add pharmacokinetics and the FKs have their columns duplicate targets.

    for example: when I'm trying to migrate a simple table that contains an Id (PK) and the columns name, the tool generates the following scripts:


    PROMPT create Table TestTable...
    CREATE TABLE TestTable)
    ID NUMBER (10,0) NOT NULL,
    Name VARCHAR2 NOT NULL
    );

    The PROMPT create constraint primary key on the table TestTable PK_TestTable...
    ALTER TABLE TestTable
    ADD CONSTRAINT PK_TestTable PRIMARY KEY
    (
    ID,
    ID
    )
    ENABLE


    Regarding the FKs, the tool duplicates the columns thus:

    ALTER TABLE SomeTable
    ADD CONSTRAINT FK_SomeTable_SomeTable2 FOREIGN KEY
    (
    SomeTable2Id,
    SomeTable2Id
    )
    REFERENCES SomeTable2
    (
    ID,
    ID
    )
    ENABLE
    ;

    Does anyone have an idea on how to solve these problems? I would be very grateful for answers!

    Hi Fernando,

    I was unable to reproduce this problem. My primary / foreign keys when defined using unique columns.

    The PROMPT create constraint primary key on the suppliers table PK_Suppliers...
    ALTER TABLE suppliers
    ADD CONSTRAINT PK_Suppliers PRIMARY KEY
    (
    Vendor No.
    )
    ENABLE
    ;

    I tried a few things like
    capturing twice and rename the two models of the same
    Rename the converted templates
    but without success.
    I think that this problem occurs is in the capture phase or convert.

    (1) you perform the capture online or offline?
    (2) can provide you a DDL together for one of these tables and the indexes to see if I can reproduce?
    (3) made of capture or convert fail or be again at any stage?

    I all else fails I would attempt a capture and convert again using a new repository (create a new schema in Oracle and associate him the migration repository).

    Kind regards
    Dermot
    SQL development team

    Published by: Dermot ONeill on October 22, 2009 12:18

  • Can forms 6i, 10g and 11g coexist in the same windows box?

    Hi all.

    Is there besides using different ORACLE_HOMEs, any consideration to take into account to install 11 g and to coexist with 6i and 10 g?

    I just do a 11g installation, and in addition to having failed, he also do my 6i installation unusable.

    Your comments will be greatly appreciated.

    Best regards, Luis...!

    Yes, all three can co-exist on the same Windows box. I currently have Oracle Froms 6i and 10g R2 or 11g R2 installed on the same workstation. The builders of form work well, however if you plan to run a form from the forms Builder, you will have conflicts between the (Forms 10 g) OC4J and WebLogic (form 11 g) server. I was able to work around these conflicts by changing the system path and make sure that the inputs of 10g of forms appear before 11g entries when I need to run a form from the Forms Builder 10 g. Conversely, to ensure that 11g entries appear before 10g entries during execution of a form of the 11 g Forms Builder.

    I saw a thread where someone said that they were able to work without having to modify the system path, but I was unable to find this thread again to test their solution. You can search this thread if you do not want to change the system path every time.

    Forms 6i come into conflict because it uses the forms instead of an application server Runtime to run a form from the forms constructor.

    I hope this helps.
    Craig...

    Published by: Silvere on 7 February 2013 13:12

  • Migration of database 10g and 11g

    Hi gurus,

    How can we migrate the database from gr 10, 2 to 11 GR 2 with rman.

    Thank you!

    PL see these Docs MOS

    The database upgrade Version online by using streams and RMAN [ID 782444.1]
    RMAN restore backups as part of an upgrade of database [ID 790559.1]

    The recommended method is to use such DBUA indicated in the link above

    HTH
    Srini

  • account set up in a former employee name and I need to remove all of his letters of claim and add mine as VP of Dept

    I see no way to make this self-service

    Hello Adam,.

    If you can connect to the E-Sign account, you can change the e-mail address and the name associated with the title of the my profile section. Can you check and let me know if still need help?

    Kind regards

    -Usman

  • Forms yields compile 11g FRM-30086 cannot adjust shape for output and also PDE-PER001 (depep 2)

    We migrate to 11g and all but a compilation more than 50 Forms 10g modules and you are running.  I have a form module that displays any compilation error, but at the end of the compilation operation, the process ends with fatal error above.  If I touch the form in any way subsequently, for example by trying to expand or collapse a node, I get the BDP-PER001 internal error (depep 2).

    The platform is MS Windows 7 (fully updated) with Oracle Forms 11.1.2.1, and the error occurs if I try compiling on the development environment or the execution environment.  The two environments are identical and have been installed from the same jar file.

    This form compiles and runs properly in the old environment, R2 (10.1.2.0.2) 10.

    I have converted the binary module in text and in return, having no impact.  The result of the conversion of binary text and binary fails to compile with the same error and subsequent symptoms. I also tried to copy all the items in the folder to a new empty form module, and the "copy" resulting not as above.  I compared the attributes of the physical form of this file on the attributes of another form of verified, and they match.    My latest effort had to examine each element of the form, starting with the physical attributes of the form itself, to make sure that nothing overlapped a canvas.  The form uses the coordinate system of 'Character' with the width of the cell from 8 up to 20 of the cell like all the other modules in form in this series.  There is no "limit violations" seen and the closest suspects of you, that I could find were several elements not (or no longer) assigned to a canvas at all, with residual coordinates that would put them outside the canvas of the likely candidate.  I erased the location coordinates to 0,0 on all of this, with no apparent effect.

    What did I miss?  I could not find any other possible causes of the FRM 30086, and there is almost nothing on the BDP-PER001 internal error (depep 2).  All constructive ideas are welcome.

    Thanks in advance

    Hank

    I see that you have converted your shape just to text and back, but I would recommend converted to xml and back.

    During this operation, the converter will compare your form for the xml-schema forms and must report any error with your file.

    I can only say 10 g Forms. Here the programs you need are "frmf2xml.bat" and "frmxml2f.bat" (you can find both in "ORACLE_HOME\bin").

    Concerning

    Markus

  • Migration of JDev 10 g and 11g, WebLogic questions

    Hi again once, I tried to migrate upward for about two months now and I have not always had success. I stopped the process and re-evaluate my steps, read several different blog posts and came to the realization that I had to remove the old libraries of the ViewController project. I even tested the various updates on different blog sites. Now, I have reached another stop. I get this error related to the FacesContextFactory. The code has already been updated to include a 'utility' file that handles the FacesContext calls but WebLogic repeat myself that it does not find the class. There are two less JDeveloper libraries that contain the correct version of the FacesContextFactory class and they are both included in libraries. I even uninstalled JDeveloper/Fusion Middleware and reinstalled to try to make it work... If someone saw, I would be very grateful. I would like to address programmatic issues on this side and actually get the working code.

    Thank you

    Mr. priester

    [15:33:30] Application deployment...
    < 24 sep 2012 3:33:47 PM CDT > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1348518811324 'for task ' 0'. Error is: "java.lang.ClassNotFoundException: javax.faces.context.FacesContextFactory'"
    java.lang.ClassNotFoundException: javax.faces.context.FacesContextFactory
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
    Truncated. check the log file full stacktrace
    Caused by: java.lang.ClassNotFoundException: javax.faces.context.FacesContextFactory
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
    Truncated. check the log file full stacktrace
    >
    < 24 sep 2012 3:33:47 PM CDT > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy application task 'gathering '. >
    < 24 sep 2012 3:33:47 PM CDT > < WARNING > < hats > < BEA-149078 > < message 149004 track battery
    java.lang.ClassNotFoundException: javax.faces.context.FacesContextFactory
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
    Truncated. check the log file full stacktrace
    Caused by: java.lang.ClassNotFoundException: javax.faces.context.FacesContextFactory
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
    Truncated. check the log file full stacktrace
    >
    [15: 33:47] undeployment.
    [15: 33:47] - incomplete deployment.
    [15: 33:47] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    # Cannot run application Muster because of the deployment on IntegratedWebLogicServer error.
    [Application Muster stopped and cancelled Server Instance IntegratedWebLogicServer]

    What version of 10g and 11g?

    See also
    http://docs.Oracle.com/CD/E26098_01/install.1112/e17074/ojdig.htm#BDCIHDBA
    http://www.Oracle.com/technetwork/developer-tools/jdev/migration-082101.html
    http://www.Oracle.com/technetwork/developer-tools/jdev/desupport11g-087493.html

  • Migration 10g and 11g - Variables does not later

    If someone could give me some suggestions that would be great.

    My client has just migrated from 10g to 11g and aside from a few problems with the modules of knowledge Hyperion, which we managed to solve, we met one of the main problems we have not yet resolved, and we are not able to find something about this on the forums / Articles.

    The problem is that the variables used in the script do not hold their values after the migration.
    This is for variables position and refreshment. If you refresh, the scenario looks to be pleasantly refreshing value, but this value is not used in interfaces that need to use it.

    Where (re) generate the scenario, the problem has disappeared, but since we have different versions of scenario in Dev and Prod, just team all scenarios is not the preferred solution.

    Could there be some missing link (s) between the tables in the repo work, which contains the metadata for the scenario and the variable metadata?

    All suggestions are welcome!

    See you soon,.
    RO

    Hi Rudyo,

    It seems that an update of the repository is necessary. The setting of variables seems to be wrong. Referential ODI11g in the table snp_scen_step a column is added: var_long_value.

    It seems that during the migration, the original field (var_value) is not moved to the new var_long_value field.

    Copy the contents of the old column to the new column will solve the problem.

    Update snp_scen_step set var_long_value = var_value where var_long_value is null.
    commit;

    Kind regards
    Martijn

  • Migration Forms 6i to windows 2003 and linux redhat 5 32-bit

    Hello
    Our forms6i (no EBS) application is running on windows 2003.
    We would like to switch to Forms 11 g on linux redhat 5 32-bit.
    Is that what this migration is supported?
    Can help with the steps to migrate forms 6i to linux?
    Thank you

    Yoav,
    Take a look at Oracle Forms modernization Oracle Forms 6i with Oracle Forms 11 g. This document gives you all the information you need to perform the upgrade. As for moving from Windows to Linux, Oracle Forms is practically independent of the platform, because almost all the major operating systems are supported server. Take a look at The Documentation Oracle Forms and specifically the Forms Services Deployment Guide and the guides of Oracle Fusion Middleware Installation Guide for Oracle Portal, forms, reports and discoverer .

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • I have three problems___the is first I get the error messages form I mesh and cannot access my profile or friends list ' ___Microsoft online which is a whoosie of my gave me element to modify registry keys but no items exist in the regisry

    I get the error messages form I mesh and cannot access my profile or friends list '

    MIicrosoft online which is a whoosie of my gave me element to modify registry keys but no items exist in the regisry

    For iMesh, you can go here...

    http://www.iMesh.com/community.html

    I don't understand the other two problems that you encounter.  If you please would explain what they are and what, if any, error messages that you receive.  Also, what antivirus do you use, and you run Windows XP SP3?

    --
    Gina Whipp
    Microsoft MVP (access)

    Please post all responses on the forum where everyone can enjoy.

  • After installing Avast AV my computer cannot load Vista. HE continues to go to the Startup Repair, and it gives me an error of windows registry.

    ORIGINAL TITLE: Vista problems

    Hi I was wondering if I can get a few hekp with this question. After installing Avast AV my computer cannot load Vista. HE continues to go to the Startup Repair, and it gives me an error of windows registry. I idid a debbug and had no errors on the disc. Safe mode does not work. I tried restore to earlier date and nothing, went to the command prompt and type chkdsk /F. c: here's what I got the chkdsk cannot run because the volume is in use by another process. CHKDSK may run if this volume is dismounted first. ALL OPEN GERE to this VOLUME WOULD then BE INVALID. And then he asks me if I want to force a disassembly. Press o and had. Windows check the file system and found no problem. The last line says failure to transfer the messages saved in the log of the events with the 50 State. It's all I have.

    Hello

    What is the exact error message related to the windows registry?

    I suggest you follow the steps mentioned below:

    Method 1:

    Remove all external factors with the exception of the keyboard and mouse.and restart the computer and check if the problem occurs.

    Method 2:

    Restart the computer in last known good configuration (LKGC) and check if the problem persists. Follow the steps in the link:

    http://Windows.Microsoft.com/en-us/Windows-Vista/using-last-known-good-configuration

    Method 3:

    If the previous step fails, follow the steps in the link:

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

  • The firewall is disabled. When I try to turn it on, I thought system cannot turn it on due to settings and it gives me the error Code 0 x 80070424.

    When I try to enable firewall on thought system cannot turn it on due to settings and it gives me the error Code 0 x 80070424.

    Error message 0 x 80070424 when you use Microsoft Update or Windows Update Web sites to install updates, or when you start Windows Firewall

    http://support.Microsoft.com/kb/968002>

    Method 6 is perhaps your solution.

    UTC/GMT is 06:42 Thursday, September 13, 2012

  • Web Service security settings of 10g and 11g Migration

    We will migrate a complete Application of the ADF from 10g to 11g. We got all this work, but the web services. It seems that we learned the work of web services, but the security settings for the web service are very different and I have difficulties to make them work.

    For example, we have a customer's web service that has a X 509 certificate for authentication. We use the WSS 1.0 safety and I chose in the Configuration of the customer strategy: "oracle/wss10_x509_token_with_message_protection_client_policy and in 'Select credentials', I use https identification information."

    However, I get the following error when I try to use the web service pointing to the customer: Note: I also detached the client and deleted the credentials and get a SIMILAR error.

    < javax.xml.ws.soap.SOAPFaultException: WS-Security treat failure: FAULT CODE: InvalidSecurity MESSAGE of ERROR: header missing WS Security in the SOAP message >

    < to com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:197) >

    < to com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:122) >

    < to com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:125) >

    < to com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:95) >

    < to com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:136) >

    So any that I have attached a customer or have not a joint, I get the same error. An idea that I am wrong?

    Thank you

    Okay, figured it out. I had to use ClientConstants to set the web strategy and set the OWSM political Director to use the appropriate strategy.

    The ClientConstants code is:

    SecurityPoliciesFeature = securityFeatures

    New SecurityPoliciesFeature (new String() {"oracle/wss10_x509_token"});

    In InboundOutbound_Service = new InboundOutbound_Service();

    InboundOutbound svc = in.getInboundOutboundPort (securityFeatures);

    String urlLn = this.getURL ('url');

    BindingProvider bp = svc (BindingProvider);

    Card reqContext = bp.getRequestContext ();

    reqContext.put (BindingProvider.ENDPOINT_ADDRESS_PROPERTY, urlLn);

    reqContext.put (ClientConstants.WSSEC_KEYSTORE_TYPE, "JKS");

    reqContext.put (ClientConstants.WSSEC_KEYSTORE_LOCATION, "web.jks");

    reqContext.put (ClientConstants.WSSEC_KEYSTORE_PASSWORD, "pw");

    reqContext.put (ClientConstants.WSSEC_ENC_KEY_ALIAS, "keyalias");

    reqContext.put (ClientConstants.WSSEC_ENC_KEY_PASSWORD, "pw");

    reqContext.put (ClientConstants.WSSEC_SIG_KEY_ALIAS, "keyalias");

    reqContext.put (ClientConstants.WSSEC_SIG_KEY_PASSWORD, "pw");

    reqContext.put (ClientConstants.WSSEC_RECIPIENT_KEY_ALIAS, "serveralias");

    Here is a picture of link at all that I found useful:

    https://blogs.Oracle.com/OWSM/entry/owsm_concepts_11g

    http://docs.Oracle.com/CD/E21764_01/Web.1111/b32511/setup_config.htm#BABJHIBI

    Using Oracle Web Service security policies

    Review of the architecture of Oracle WSM in Oracle Fusion Middleware

  • OAM 10 g and 11g coexistence: form Login Cookie exceeds the maximum limit

    Hi all

    I try to configure the existence of OAM 10 g and 11g co

    I followed the doc:

    http://docs.Oracle.com/CD/E27559_01/doc.1112/e28183/co_oam.htm#BABCIFGF

    When I access a resource of 11g, he is redirected to the authentication scheme set up in OAM 10 g successfully but when I present the credentials, I get below error:

    Bad query Oracle Access Manager

    Form Login Cookie in the requested URL is greater than the maximum permitted limit.

    Pointers for the same thing?

    Thank you

    Hi idmuser,

    I don't know why you would get this message (only) in the integrated environment, but you might follow notes 1124614.1 to see if the increase of the parameter formCookieMaxLength changes the behavior (and also if you have different behaviors in different browsers). The regime applicable to this would probably be a /oam/server/obrareq.cgi protection

    Kind regards

    Colin

Maybe you are looking for