New Survey Sample on OTN

All,
A new Survey Sample demonstrating the features of XML DB has been posted on the OTN.
Using this sample, a user can create dynamic Surveys, collect responses to the Survey and analyse them in a graphical manner. The Survey and responses are stored as XML in an XMLType column of Oracle XML DB.
For more information, click http://otn.oracle.com/sample_code/tech/xml/survey/content.html
Thanks,
Rajat,
OTN Team @IDC

What is the link to download this application?
I was looking for a survey application demo and it seems to be what I was looking for.
Could you point me to the right place to download this application?
many thanks,
Alex

Similar Messages

  • New cluster sample code

    Hello,
    There is a new cluster sample code under the sample code directory.
    Description:
    Giving a new collection of documents or a document hitlist from a new query, it will be more efficient for
    users to known what is in the collection by organizing the collection based on the document sementics. To
    partition a collection is the task of clustering. Here is an implementation and sample code of clustering
    based on Oracle Text.
    http://otn.oracle.com/sample_code/products/text/htdocs/cluster.html

    You'll find all the details you need to accomplish this in the ADF Developer's Guide for Forms/4GL Developers on the ADF Learning Center at http://www.oracle.com/technology/products/adf/learnadf.html.
    Section "8.3 Adding a Custom Service Method" explains how to add a service method to your application module.
    Section "7.8.3 Example of Creating a New Service Request" shows the code required to create a new row in a view object.
    Then you would just use the setAttribute() method on the target row to set the desired attributes to the new values based on the values from the source row.
    Section "8.4.1 How to Publish Custom Service Methods to Clients" describes how you would publish your service method to clients.
    Section "10.3.3 How the Data Model and Service Methods Appear in the Data Control Palette" describes where to look to see your published client methods in the data control palette to drop them as a button on a page.
    Section "4.5 Understanding the Active Data Model" explains why the UI will automatically refresh to display the changes you've made in your application module method when it's invoked.

  • Running the Web Crawler with a new plugin (sample HTMLMetatagFilter)

    Hi,
    I tried the steps described from the guide: http://docs.oracle.com/cd/E40518_01/ias.310/ias_webcrawler/toc.htm#Running%20the%20Sample%20Web%20Crawler%20Plugin
    These are the steps that I perform:
    1. Open the sample plugin project with Eclipse
    2. Build the sample plugin from Eclipse
    https://dl.dropboxusercontent.com/u/21502321/Endeca/Captura.PNG
    3. Add the pluging to the IAS lib directory (directory called with the same name of the jar, filter-htmlmetatags, which contains the jar file generated and the plugin.xml file)
    4. Activate the plugin for the Web Crawler (copy the plugin.includes and plugin.excludes properties from default.xml to site.xml in both polite-crawl and non-polite-crawl directories)
    5. Run the Web Crawler with a new plugin (sample plugin from the guide called HTMLMetatagFilter)
    And when I run the web crawler I get the follow error:
    c:\Oracle\Endeca\IAS\3.1.0\bin>web-crawler.bat -c c:\Oracle\Endeca\IAS\workspace\conf\web-crawler\polite-crawl -d 0 -s c:\Oracle\Endeca\IAS\workspace\conf\web-crawler\default\endeca.lst
    INFO    2013-12-03 20:18:46,104 0       com.endeca.eidi.web.Main        [main]
    Reading seed URLs from: c:\Oracle\Endeca\IAS\workspace\conf\web-crawler\default\endeca.lst
    INFO    2013-12-03 20:18:46,104 0       com.endeca.eidi.web.Main        [main]
    Seed URLs: [http://www.oracle.com/]
    ERROR   2013-12-03 20:18:46,354 250     com.endeca.eidi.web.Main        [main]
    Crawler failed on crawler initialization. Shutting down.
    java.lang.UnsupportedClassVersionError: com/endeca/eidi/web/parse/HTMLMetatagFilter : Unsupported major.minor version 51.0
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
            at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
            at org.apache.nutch.plugin.Extension.getExtensionInstance(Extension.java:156)
            at org.apache.nutch.parse.ParseFilters.getExtensionList(ParseFilters.java:47)
            at com.endeca.eidi.web.process.ExtensionInstances.<init>(ExtensionInstances.java:52)
            at org.apache.nutch.parse.ParseFilters.<init>(ParseFilters.java:33)
            at com.endeca.eidi.web.UrlProcessor.<init>(UrlProcessor.java:82)
            at com.endeca.eidi.web.Crawler.<init>(Crawler.java:81)
            at com.endeca.eidi.web.Main.main(Main.java:140)
    Crawler failed on crawler initialization.
    java.lang.UnsupportedClassVersionError: com/endeca/eidi/web/parse/HTMLMetatagFilter : Unsupported major.minor version 51.0
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
            at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
            at org.apache.nutch.plugin.Extension.getExtensionInstance(Extension.java:156)
            at org.apache.nutch.parse.ParseFilters.getExtensionList(ParseFilters.java:47)
            at com.endeca.eidi.web.process.ExtensionInstances.<init>(ExtensionInstances.java:52)
            at org.apache.nutch.parse.ParseFilters.<init>(ParseFilters.java:33)
            at com.endeca.eidi.web.UrlProcessor.<init>(UrlProcessor.java:82)
            at com.endeca.eidi.web.Crawler.<init>(Crawler.java:81)
            at com.endeca.eidi.web.Main.main(Main.java:140)
    I do not understand why this error appears and why there is a problem with version?? How can I make this sample work?
    Note: this is my configuration system:
    * OEID 3.1
    * IAS installed with Jetty
    * Windows 7 x64
    * Any server running (endeca_server_domain, endeca_studio_domain, endeca_ps_domain)
    * Endeca IAS service running

    I'm using Java 6 update 43 for all Endeca 3.1 products, because is the recomended version to use. I did an installation with Java 7u45 in other machine and Endeca did not works well. (https://forums.oracle.com/thread/2607872)
    But I know when is installed the Integrator, it has integrated Java 7. And I think when I generate the .jar file from the Integrator, it has data with Java 7, so, when I run the Web Crawler with this plugin from the command prompt of Windows, the crawler Installation works with Java 6 (which I already installed).
    So, what should I do if all endeca 3.1 (except Integrator) has to work with java 6u43 and the Integrator generates files with java 7?

  • New CQL Samples now Available on OTN for OCEP 11.1.1.3.0

    http://www.oracle.com/technology/sample_code/products/event-driven-architecture/index.html
    Download and import into your Eclipse IDE
    Sample: Pattern Name: TABLE JOIN - Enrich event with contextual data that is located in external table present in RDBMS (11.1.1.3.0)
    This sample code is an Eclipse project and simulates a stream of market Exchange events, which is joined with a Stock table present in the StockDs data-source. The joined result is printed-out to Stdout. An OutputBean creates a table using the StockDs data-source, and inserts a single row representing stock 'AAA'.
    Sample: Pattern Name: JMS ADAPTERS PATTERN- Send events using a JMS publisher, and receive events using a JMS subscriber (11.1.1.3.0)
    This sample code is an Eclipse project and simulates a stream of TestEvent events. TestEvents are converted to both a JMS map message and JMS Text message and published to a JMS destination using a JMS out-bound adapter. A JMS in-bound adapter is used to subscribe to the destination, and converts both JMS map message and JMS Text message to a TestEvent event. Conversion to a JMS map message is handled automatically. Conversion to a JMS Text message is done through a custom OCEP JMS Message converter, called TestMessageConverter.
    Sample: Pattern Name: COHERENCE INTEGRATION- Implement the use of Coherence for Event Enrichment and Publishing (11.1.1.3.0)
    This sample code is an Eclipse project and highlights two useful implementations with Oracle Coherence. The Application provides a cache loader which pre-loads the cache and then this data is 'joined' to the streaming data generated by the provided loadgen utility which highlights how simple events can be augmented with other information, creating a new 'synthetic" event. This Application also shows how event data can be 'pushed' into the cache and then how the changed data triggers output to the console.

    Duplicate thread
    issue in installing JDevelepor 11.1.2.3.0
    thanks

  • Oracle Database 10g JDBC Samples on OTN

    Review the OTN's new Oracle Database 10g JDBC Samples that illustrate new features introduced with Oracle10g JDBC Driver. The features illustrated are Connection Cache, Named Parameter Support, IEEE Datatypes, Thin Driver support for PLSQL Index by Tables and Web Rowset. Also watch out for samples on Datalinks, New Encryption Algorithms, Globalization Support, Shortcuts for CLOB manipulation and more to be hosted shortly.
    The samples are available at,
    http://otn.oracle.com/sample_code/tech/java/sqlj_jdbc/files/oracle10g/index.html

    I suppose that is nice.
    It would be even nicer if the drivers actually conformed to JDBC so that one could for example reliably use blobs in a J2EE server with CMP.

  • New Collateral Available on OTN for Forms Developers.

    Oracle Product Management are pleased to announce the publication of new collateral,
    now available to all customers though OTN - http://otn.oracle.com.
    New Java Beans for Spell Checking and File Uploading:
    Many customers are now using Java to extend the functionality of the Forms UI. Two
    of the most common requests are for the ability to integrate a spell checker into
    Forms, and to upload files from the client to the application server. We have
    example code as well as on line demos which show how you can achieve this. Try it
    out at:
    http://otn.oracle.com/sample_code/products/forms/sample_code_index.htm
    New Forms Services FAQ:
    With more and more customers deploying on the Web, we have published a new FAQ on
    "Oracle9i Application Server Release 1 Forms Services". This covers the most common
    questions and issues customers encounter; including deploying through Firewalls and
    Proxies, integration and platform support. Check this out on:
    http://otn.oracle.com/products/forms/htdocs/formsservicesfaq.html
    New Client Platform Statement of Direction:
    About to deploy on the Web and you want to confirm the certification status of your
    client platform? Then check out the new Statement of Direction available at:
    http://otn.oracle.com/products/forms/pdf/clientplatformsod.pdf
    New Performance Collector White Paper:
    Concerned about performance? Need to find out where your application is spending
    its processing time? Read the new Performance Collector for Oracle Forms 6i. The
    Performance Collector helps the application developer determine the time spent by a
    Forms application in each tier of the 3-tier architecture.
    http://otn.oracle.com/products/forms/pdf/perf_collect.pdf
    Forms Feature Obsolescence for 9i:
    The Oracle Forms product suite has been around for many years now, and whenever
    possible, has faithfully maintained compatibility with older product versions. With
    the move to pervasive Web deployment and the release of Oracle Forms version 9i, we
    are simplifying the product set and continuing to optimize the product for building
    and deploying Internet applications. Read our new Obsolescence Paper at:
    http://otn.oracle.com/products/forms/pdf/featuresobsolescence.pdf

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by xie min:
    Hi :
    It seems that the sample of 'File Uploading' do not support the double byte character file name , such as the simple chinese file name.<HR></BLOCKQUOTE>
    Is the problem here that you get a value error when calling the FileUploader package - if this is the issue then simply do a global search and replace in FileUpload.pll to change 256 to 512, then the variables should be long enough for Double Byte. If you're using Unicode then change all the 256's to 1024 to be safe.
    The Java Code for the utility does not have any constrained lengths so I expect the problem is in the PL/SQL.
    If this works then let me know and I'll amend the demo and re-post it.

  • New JSP Sample Apps

    New sample applications demonstrate a range of JSP techniques, from basic to advanced. OTN provides two versions of the samples: one version is built to the Servlet 2.0 specification and runs under Oracle9iAS-JServ or JDeveloper, the other verion is built to the Servlet 2.2 specification and runs under the Oracle Servlet Engine (OSE) built into the Oracle8i database or the mod_ose module of Oracle9iAS.
    Some samples require the Travel Schema, which populates the database with information about hotels, rooms, and reservations. You can download it from OTN.
    Enjoy,
    -rh
    null

    Hi Alain,
    The ConnectionPooling mechanism is very useful on the middle-tier for improving the performance. It may not show improvement in performance when running inside the database since there is no overhead of establishing a connection.
    We have included the above note in the Readme file of the OSE version for clarification. We have included the sample just to demonstrate using the feature on the server side.
    Second question, if the bean is running on
    mod-OSe of IAS not in the database, can you
    use also kbrb?Actually, mod_ose acts as a conduit from Apache to the OSE. Even in the mod_ose version, the sample still runs in the Database OSE and hence using kprb driver.
    Using mod_ose to access OSE has advantages. Please refer to the following links which talks more on OSE/mod_ose.
    1. Oracle Servlet Engine User Guide - In this, Chapter 5 has specific details on mod_ose : http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/java.817/a83720/introduc.htm
    2. Support for Oracle Jsp in different Oracle Environments : http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/java.817/a83726/orajspo2.htm
    Hope that helps,
    Srinivas.

  • Forms Forms Product Management - new papers posted on OTN

    The Oracle Forms Product Management Team are please to announce three new papers to published on OTN.
    For those who want a deeper understanding of the Forms Services, we have a new white paper.
    For developers building multi language applications we have a paper on TranslationHub and if you are integrating Graphics
    we have published a paper outlining Graphics intigration.
    As always, please let us know if you have any questions or require more information.
    Regards
    Grant Ronald
    Forms Product Management

    If you go to otn.oracle.com/products/forms - it gets the to the Forms "home" page - you will see the papers there and
    you will also see down the left hand side links for the discussion forms, documentation sample code, etc.
    Rather than give you one URL, I suggest you start at the home page and discover the wealth of information we have made
    available for Forms -
    Hope this helps yuo.
    Grant Ronald

  • New InDesign Sample, Blog Post

    Fellow CS Developers,
    I've just posted a new sample panel for InDesign on the CS SDK team blog, at:
    http://blogs.adobe.com/cssdk/2010/08/makesideheads-a-complete-indesign-cs5-panel-2.html
    MakeSideHeads is a fairly complete InDesign CS5 panel--it's one of the more "in depth" application-specific sample projects we've created. Hope it's of some use to you! Please let me know if you have any comments or questions.
    Thanks,
    Ole

    Hi,
    Based on your description, my understanding is that you want to place "add new item" link to different pages on SP blog site.
    I have done a test in my SharePoint, the following code works fine in every page.
    Add the following code in a CEWP:
    <script type="text/javascript">
    var options = {
    url: "/siteurl/NewForm.aspx",
    title: "Add New Item",
    allowMaximize: true,
    showClose: true,
    width: 625,
    height: 525,
    dialogReturnValueCallback: silentCallback};
    function open() {SP.UI.ModalDialog.showModalDialog(options);}
    function silentCallback(dialogResult, returnValue) {
    function refreshCallback(dialogResult, returnValue) {
    SP.UI.Notify.addNotification('Operation Successful!');
    SP.UI.ModalDialog.RefreshPage(SP.UI.DialogResult.OK);
    </script><a href="javascript:open()">Add new item</a>
    For example if your list name is custom ,then url will be:
    http://server/custom/newform.aspx
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • New vendor sample

    Hi dears
    Pls see one scenario below for Engineering industry
    One new sample recived for engineering parts from a vendor
    now i want to check sample by QM department
    Once sample is ok i want to create po form this vendor
    once sample is not approved po creation is to be blocked
    one auto amtic notification was triggered to the vendor if not approved
    Please tell me in step by step how we can achive this
    And also pls tell me what is the use of inspection type 0101 and status profile (in Q record info) wether we can use this concept with scenario if it is fine pls tell me in step by step
    or i need better to go with inspection type 15
    Any advice will be highly greatfull
    Thanks is advance
    Faisal

    Yes you can use the supply relationship status in "Quality info record " where we use inspection type 0101 for the sample approval at pilot lot.
    explore
    http://aq33.com/quality-management/Articles-003327.html
    There is no facility for mail trigger in the info record.You have to configure the same externally may be creating a new quality notification type for the same.

  • (Relatively) recent code sample on OTN mapviewer site

    There is some recently added material in the Sample Code section of MapViewer's site on OTN
    http://www.oracle.com/technology/sample_code/products/mapviewer/index.html
    - MapBuilder tutorial
    - code and doc from the OOW 2007 hands on workshop on JDev ADF Faces and MapViewer
    - the complete set of styles used in elocation
    Feedback, suggestions, and requests for other material are very welcome.
    Jayant

    oke, the server was reachable some time later. Problem fixed.

  • There are some new JDeveloper Extension on otn home page

    Just a note for those of you who access the forum directly and skipped the OTN home page. There are 2 new extensions for JDeveloper availbale, check them out in the news section:
    http://otn.oracle.com

    EDIT - Now that it's fixed, I shall remove my negative comments where I can. Oddly, the final reset fixed it...

  • New toy/sample demonstrating calling Java from CAL

    <p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">This is another toy sample that demonstrates CAL functions calling some Java code.  In particular, we have some CAL that computes generations of binary cellular automata, and then plots these with a simple &#39;plotter&#39; Java class.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px"><br /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">The main value of this sample is in the mechanics of &#39;importing&#39; Java classes and methods into CAL (as foreign types and foreign functions respectively).    </p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px"><br /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">(The actual CA code is a little hoary and predates the Bits library - it could certainly do with being reworked.  Similarly, the plotter could do with consolidating window refreshes, especially for an application like this, which resizes the window every generation.)</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px"><br /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px"><br /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px"><br /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px"><br /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">Loading the Cellular Automaton (1D) sample:</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px"><br /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">-Unzip "PlotCA1.zip" (attached) beneath the &#39;lib&#39; directory where you installed the Quark Framework distribution</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">- Start the Gem Cutter</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">- Use menu "Workspace->Add Module->Imported From Local File..." to add the "Plot" module from "Plot.cal" (in the ZIP)</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">- Use menu "Workspace->Add Module->Imported From Local File..." to add the "CA1" module from "CA1.cal" (in the ZIP)</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">[Note that these modules will now be added to your Standard Vault, and in future can be added temporarily to your Workspace using the "Workspace->Add Module->From Standard Vault..."]</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">- In the Gem Browser, scroll down to the bottom where you&#39;ll find the CA1 module, which will be greyed out.  RIght click (context menu) on this module and choose "Change to this Module"</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px"><br /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px"><br /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">Running :</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px"><br /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">- Drag the &#39;plotCA1&#39; Gem onto the Table Top</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">- Run this Gem with parameters numOfGenerations=100, CARule=30</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica">- A Plot window should appear and plot the pattern for this CA</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px"><br /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px">Note that the Java source of the Plotter is included in the src directory in the ZIP<br /></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px"><br /></p>

    Hi i am new to EJB .
    please explain me the problem ..and kindly tell me to how to add this in classpath. I am using webSphere application server.
    I added this in the classpath in the startup script.
    I also added all the required jars in the EAR libraries ( I am using the RAD IDE).
    Please help.

  • From Forms Product Management - New Forms Articles on OTN

    The Forms Product Management team are proud to announce that we
    have been running a number of daily features which highlight some
    of the great features of Oracle Forms. Just to keep to updated
    on these features, the current list of published articles are:
    6i Features
    The new Forms Listener Servlet Architecture
    http://otn.oracle.com/products/ias/daily/sept28.html
    Using Single Sign-On in Forms6i
    http://otn.oracle.com/products/ias/daily/oct26.html
    Forms 6i Reports Integration
    http://otn.oracle.com/products/ias/daily/oct24.html
    Forms Java Importer
    http://otn.oracle.com/products/ias/daily/oct15.html
    Oracle9iAS Forms Services: Multiple Client Platform Support
    http://otn.oracle.com/products/ias/daily/oct10.html
    Oracle9iAS Forms Services: Forms Integration with Oracle SCM
    http://otn.oracle.com/products/ias/daily/oct30.html
    9i Features
    Dynamic Bean Manager
    http://otn.oracle.com/products/ias/daily/nov07.html
    Oracle9iAS Forms Services: New Features in Release 9i
    http://otn.oracle.com/products/ias/daily/nov19.html
    We hope that this information helps keep you informed and may
    serve as a reminder to the wealth of tools to aid you in
    developing Forms application.
    As always, we appreciate your feedback on this, or any other
    matters.
    Best Regards
    Grant Ronald
    Forms Product Management

    We do not have a beta/pre-prodcution release of Forms9i
    available for download, however the production version should be
    available early in the new year.
    Regards
    Grant
    Forms Product Management

  • Print against new physical sample

    Dear All
    We have created a inspection plan with physical sample and inspection point 200, accordingly we have assigned sampling procedure.
    Initiallly when inspection lot creates with 04, analyst performs the physical sample and same is congirms through QPR4 tcode, Now suppose after analysis the batch is failing and as per the define procedure analyst need to take the fresh sample and do the fresh testing and RR.
    In this case we are creatin a new physical drawing number and RR performing against the new number.
    Now my user wants both the results .....
    1. First result with rejected and
    2. Secong result with rejected or accepted
    How can i get it ???
    AYK

    can anybody answer this question?
    AYK

Maybe you are looking for

  • Can two (or more) macbook air superdrives be used on mac mini

    on the new (july 2011) mac mini, can I connect two or more of the macbook air superdrives?

  • Multiple applications in workspace

    Hi, is it possible to open more than one appllication. If I use two Internet explorer and connect to the workspace one window is closed automatically. Is there any workaround? Best Regards

  • Maping error

    hi In the warehouse version 9.2 i have recieved the following message after i try to deploy a maping which get data from emp table at scott schema. (VLD-2771: System privileges may not allow extraction from source EMP) any suggestion thanks

  • Benefits of embedding video

    Before I embark on a project embedding video into a PDF, I have a few questions. I am currently using Acrobat 8 Pro and don't want to upgrade and find out what I did wasn't the best way to go about it. What are the benefits of embedding video into a

  • Can someone help with print problem?

    I have problem saving the printer driver settings in CS6, and not shure it is problem with my installation only. Can anyone check for simlar behaviour by selecting some printer driver settings that are not the default ones and see if those are saved