Oracle Forms 10g in Desktop Mode - oracleforms

Can I have an installation / support of Running Oracle Forms 10g in Desktop Mode?
Is it supported?
I would like to Run Oracle Forms 10g Just like we can run normal Java application in standalone mode.
Thanks , Niraj Salot.

Related

Oracle forms compilation error in Unix

We use Oracle ebs R12.2.5 enterprise edition(11i to R12 re-implementation project)
I took the existing forms.fmb file , did the retrofitting changes compiled using forms builder- SUCCESSFULLY compiled.
But when i put the .fmd file in server path and try to compile I get the below message.
can someone help with this, why this error occurring
Error
Forms 10.1 (Form compiler):Version 10.1.2.3.0
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
FRM-10043: Cannot open file
But the file is there in the path. so my question is if we compile a form in forms 11g builder , will that run in 10g version ?
You must modify .fmb file in the same version what the unix server is having. You can open 11g form into 10g form.
By looking your error it seems it is oracle form's 10g Version 10.1.2.3.0 then you should open that fmb file in your local system with the same oracle form's version then edit it and deploye to unix it will be successfully compiled.
Do not use Oracle Forms Builder 11g to Create 10g Forms. Create your Forms for 10g using Oracle Forms Builder 10g. There are certain 10g libraries/forms packages that are not applicable to 11g.
Check out this article about Oracle Forms and EBS version compatibility for R12 written by Prasad Akkiraju, Senior Manager in the Applications Technology Integration from Oracle.

Is it possible to run Oracle Forms without applet

Is it possible oracle forms and report without applet? I have Oracle Forms and Report server 11gR2 with Weblogic server 10.3.6
Whenever I am try to run oracle forms and report on new machine,that ask me java plugin missing. Then it need to manually installation of that plugins.
Can I Oracle Forms and Report can run without applet(java plugin).

Talend Open Studio for MDM - connectivity with database

I am using Talend Open Studio for MDM and I wish to use MySQL as the MDM Database but it seems that Talend Open Studio for MDM supports only 2 databases - H2 embedded and
eXist XML database.
Is there anyway to load my source data after processing in MDM and directly load it into a MySQL database?
As you've spotted, the Open Studio for MDM edition only properly supports an embedded H2 database but also has deprecated support for an eXist database.
The paid for versions that come with enterprise licenses allow for much more variety in back ends and recommends MySQL 5.6+ or Oracle 11+.
Other differences in the versions can be seen here.

Can you browse a running VoltDB database?

I have been using MySQL for years and have decided that for a new project I'd like to use something newer liker Volt DB.
I have read all the documentation on the Volt DB website and although it mentions a web client for viewing the structure it doesn't say if there is a way of viewing data live in the database.
Hoping for a web based client like phpMyAdmin or maybe a desktop client like Navicat (Windows) / Sequal (OSX).
VoltDB includes a web interface called Web Studio on port 8080 by default, that provides a SQL interface with tabular result formatting. You could use this to select, insert, update, or delete records through SQL statements or by calling stored procedures.
You can also connect to VoltDB using desktop tools that can connect using the JDBC driver, such as SQuirreL. We are working on an ODBC driver in the next few months that will enable a wider choice of desktop tools to connect.

Visual Studio and MySQL

I have been using Microsoft Visual Web Developer 2008 Express Edition. Originally, I made a website with a MySQL back-end. Then I discovered the .Net web authentication, and moved to MS Access as I could, with some modification, make the web authentication work (but not all the features). For a future release of my site, I moved to MS SQL as it supported all of the features of the .Net web authentication. However, my host does not support MS SQL, my host supports MS Access and MySQL.
If I get Visual Studio 2008 Standard, with it have better integration with MySQL, to the point that all features of web authentication and using the development environment to make changes to the database are supported? Are there thrid-party tools or modifications that I can make to get things to that level of integration?
Or, do I have to move to a host that supports MS SQL?
We run a .NET environment here but using MySQL as our backend (though our software is applications, not web apps).
The MySql Net Connector is basically the MySQL version of the System.Data namespace in .NET (with nearly identical functionality/naming except for the MySql prefixes). So, as far as I have seen while working with it, anything that you can do via those namespaces, you can do via the connector.
As for IDE integration, I don't know. I use MySql Administrator and SQLYog to manage/work with the db.
You could try MySQL's .NET connector, though it's only a development version