ACCEPT/GUEST don't is not displayed when running!

I have a small sql script, I want the user to be able to run; Is a lookup table for "valid". The table has about 1000 lines, but users don't need to see the relevant lines for them. I wrote a script that works, but my speech ACCEPT/GUEST does NOT; Although the script stops. I do a few beforhand 'SET' command, so I wonder if they prevent the display?

Here's the gist of base of my script:

~~~~~~~~~~~~~~~~~~~~
ALTER session set current_schema = test_table;
set pagesize 100;
COLUMN FIRST_NAME FORMAT A15
COLUMN LAST_NAME FORMAT A25
SET LINESIZE 120
SET TRIMOUT ON
TRIGGER TAB
SET VERIFY OFF
ACCEPT ID_CODE PROMPT "enter the identification CODE: '"
COIL /local/dir/Output.txt
SELECT ID, FIRST_NAME, LAST_NAME, DESCRIPTION, CODE
OF THE TEST
WHERE CODE AS ' & ID_CODE
ORDER BY CODE, NAME, FIRST NAME
/
SPOOL OFF
output

I have a Csh Script Unix which is essentially:
Black - bg/usr/dt/bin/dtterm /local/dir/Code.bat EI - fg Green
/ usr/dt/bin/dtpad /local/dir/Output.txt &

The Code.bat looks like:
$ORACLE_HOME/bin/sqlplus $USER@TEST_SCHEMA @/local/dir/Code_Lookup.sql

When the Unix script runs, it opens a window that runs from sqlplus. It then the guests of password: and stops (an empty guest)

If I return the value, the script works, but I have never see the swift current of the ACCEPT/COMMAND prompt.

If I move the ACCEPT/PROMPT order AFTER order of the COIL, it does not change the entry, but puts the guest of orders and the value in the hold file (which is handy!)

How can I get the prompt to display?

Thank you

Kevin

What happens if you add:

set termout on;

?

Tags: Database

Similar Questions

  • InDesign extension is not displayed when run via the option "Debug as".

    InDesign extension is not displayed when run via the option "Debug as".

    Hi all

    I worked on an application InDesign Extension for a few months now. I am Member creative cloud. I FlashBuilder 4.6 + Extension Builder 2.1 (both licensed versions) and InDesign CS6 and CC installed on my machine. The application is targeted for InDesign CS 5.x and 6 CS and CC versions. So far, I've tested it via "run as" and "Debug as" options of the FB; and in time, I "export as" ZXP for internal versions.

    I'm having two problems, do not know if they are related.

    1. when I try to bundle manifest, it fails with the following error: (at first, I thought it was an installation problem, but I did another test project and bundle manifest works on that one)

    Could not open the Editor: an unexpected exception was thrown.

    Details:

    java.lang.NullPointerException

    at com.adobe.cside.ui.editors.pages.MainBundlePage.isPointProductSupported (unknown Source)

    at com.adobe.cside.ui.editors.pages.MainBundlePage.createTargetAppSection (unknown Source)

    at com.adobe.cside.ui.editors.pages.MainBundlePage.createFormContent (unknown Source)

    to org.eclipse.ui.forms.editor.FormPage$ 1.run(FormPage.java:152)

    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

    at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:150)

    at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:471)

    at com.adobe.cside.ui.editors.BundleManifestEditor.pageChange (unknown Source)

    at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1067)

    at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:603)

    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:352)

    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)

    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)

    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)

    at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)

    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2945)

    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2850)

    to org.eclipse.ui.internal.WorkbenchPage.access$ 11 (WorkbenchPage.java:2842)

    to org.eclipse.ui.internal.WorkbenchPage$ 10.run(WorkbenchPage.java:2793)

    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2789)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2773)

    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2756)

    at com.adobe.cside.ui.popup.actions.CSIDEBundleEditorAction.run (unknown Source)

    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)

    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionI tem.java:584)

    to org.eclipse.jface.action.ActionContributionItem.access$ 2 (ActionContributionItem.java:501)

    to org.eclipse.jface.action.ActionContributionItem$ 5.handleEvent (ActionContributionItem.java:411)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)

    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)

    to org.eclipse.ui.internal.Workbench.access$ 4 (Workbench.java:2494)

    to org.eclipse.ui.internal.Workbench$ 7.run(Workbench.java:674)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start (FlashBuilderApplication.ja goes: 108)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLau ncher.java:110)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.jav one: 79)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    Here is my manifest file:

    <? XML version = "1.0" encoding = "UTF-8"? >

    < ExtensionManifest Version = "2.0" ExtensionBundleId = "ConnectXPress".

    " ExtensionBundleVersion ="1.0.0"xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance ">

    < author >

    <! [CDATA [Swati Sisodia]] >

    < / author >

    < ExtensionList >

    < extension Id = "com.pubpress.CXP.extension1" Version = "1.0" / > "

    < / ExtensionList >

    < ExecutionEnvironment >

    < parameter Listehotes >

    < host name = "IDSN" Version = "7.0" / >

    < host name = "Clement POUPARD" Version = "7.0" / >

    < / parameter Listehotes >

    < LocaleList >

    < Locale code = 'All' / >

    < / LocaleList >

    < RequiredRuntimeList >

    < RequiredRuntime Name = "CSXS" Version = "2.0" / >

    < / RequiredRuntimeList >

    < / ExecutionEnvironment >

    < DispatchInfoList >

    < Id = "com.pubpress.CXP.extension1 extension" >

    < DispatchInfo >

    < resources >

    < SwfPath >./ConnectXPress.swf < / SwfPath >

    < / resource >

    life cycle of the <>

    < AutoVisible > true < / AutoVisible >

    < / life cycle >

    < UI >

    Panel < type > < / Type >

    ConnectXPress < menu > < / Menu >

    < geometry >

    < size >

    < height > 520 < / height >

    < width > 350 < / width >

    < / size >

    < / geometry >

    < icons >

    < Type icon = 'Normal' >./icons/normal_icon.png < / icon >

    < Type icon = "RollOver" >./icons/rollover_icon.png < / icon >

    < Type icon = "Disabled" >./icons/disabled_icon.png < / icon >

    < Type icon = "DarkNormal" >./icons/dark_icon.png < / icon >

    < Type icon = "DarkRollOver" >./icons/dark_icon.png < / icon >

    < / icons >

    < /UI >

    < / DispatchInfo >

    < / extension >

    < / DispatchInfoList >

    < / ExtensionManifest >

    2. my other problem is, I recently changed the name of the project and the name of the application in the Menu, and since I did that, my extension is not displayed when I perform "run as" or "Debug as" Flash Builder. To enforce as / debug as, the code compiles and appears in the folder "bin-debug", the application is triggered, but when I navigate to Windows > Extensions, my extension is not present here. Although when I export as ZXP and install via Extension Manager CS 6 or CC, it shows my last extension in Windows > Extensions with the correct name.

    Any help is very appreciated. Please let me know if I need to provide more information.

    Kind regards

    Swati.

    I've solved both of my problems. And I thought I'll post for others.

    First problem, where the manifest failed Bundle of FlashBuilder, was resolved by a change in the manifest.xml (who lives at /.staged-extension/CSXS). The change I made was tag. Earlier it was (generated by FlashBuilder 4.5):

    I changed it to:

    I did a bit of hit and trial and it seems that FlashBuilder generated 4.5 tag host with the Version with only the specialties of the minimum version while FlashBuilder 4.6 requires that all versions of specialties listed in the Version attribute.

    The second problem of debug/run as not to install the extension properly in InDesign, has been set as a result of the software update of FlashBuilder.

    This is what brought me to do:

    I retraced my steps and realized last thing I did before the "Debug as Adobe InDesign Extension" of in FlashBuilder broke on my machine has been updated InDesign CS6 to the latest available version, which probably ended up with flash/flex versions of InDesign and FlashBuilder. Therefore, perform a fixed update debugging.

  • accept the call button is not displayed when phone rings

    If my husband's iPhone more 6s is open on an application or internet etc and a phone call is available in the button I accept does not show, just the name of the appellant at the top of the screen. Can anyone help please?

    Try closing the phone application and force to restart the device. No data is lost when you do this.

    Press the Home button twice quickly. You will see small glimpses of your applications recently used. Swipe to find the app phone shot upward on the overview of the application to close.

    To force the reboot your device, press and hold the two buttons of sleep/wake and home for at least ten seconds, until you see the Apple logo.

  • My lexmark X 7550 printer will not display when uac is enabled.

    Original title: user account problems

    My lexmark printer will not display when uac is enabled. I have a lexmark X 7550. Someone has any ideas

    Hello

    1. what happens when you try to print the User Account Control (UAC) is enabled? You get the error message? After return the correct error message if applicable.
    2. you are connected to a user administrator account?
    3. don't you make changes on the computer before this problem?

    I suggest you install the latest printer driver and check.
    http://support.Lexmark.com/index?locale=en&ProductCode=LEXMARK_X7550&UserLocale=en_US&segment=download&OS=WINDOWS_VISTA&page=downloadsList&oslocale=en_US

  • Under TOOLS/Account Settings / your name / what I chose for "your name" is not displayed when you send an email. What should do? Thanks, paul

    Question: Under TOOLS/Account Settings / your name / what I chose for "your name" is not displayed when you send an email. What should do? Thank you! Paul

    This looks like a problem with your email service, not with Firefox (or Thunderbird).

    It is possible that you need to set the name sent by logging into your webmail account online (e.g., Yahoo! Mail or Gmail). Web e-mail providers like these often put sending appoint themselves, ignoring the settings of your email client.

    Unfortunately, since it is not a matter of Firefox you're unlikely to get help on these forums. I suggest that you find the support site for your e-mail provider, as they should be much more useful.

  • Acer toggle display does not display when you use the Fn + F5 key secret on my Acer Aspire 5560

    What it does:

    When you use the Fn + F5 key combination on my Acer Aspire 5560, it brings up a screen changes on the laptop screen for the selection of an external monitor, I am currently using Windows 7 Ulitmate

    Before the problem:

    Display mode switch Acer existed prior to the upgrades of the drivers

    The problem:

    The toggle screen Acer does not display when you use the Fn + F5 key secret on my Acer Aspire 5560?

    Additon Information needed to solve the problem or any other information:

    I would like to know what driver or software operates the Acer toggle display Mode?

    Also where can I find this driver for computer: Acer Aspire 5560 to bring this Acer toggle display Mode function?

    Acer Toggle display Mode: this is a picture of it when you use the Fn + F5 combination:

    Thank you very much Ironfly Ace, it has worked Acer hero of the day

  • Sharing Facebook picture is not displayed when I use an image which is transferred to Eloqua

    Hello

    I've implemented the standard functionality of sharing Facebook on a Landing Page.

    Anyone know why the Facebook sharing image is not displayed when I use an image which is transferred to Eloqua.

    As soon as I change the path of the image to an external server/site, the Facebook sharing image does not work.

    Any ideas? Everyone knows about this problem as well? And can it be resolved without the help of an external server/site?

    Thank you in advance.

    I suspect it's the media as well. To test that for sure, drop this URL in bitly to get a shorter URL without brackets and replace the longer URL, bracketed by the short URL. What will you do at least know whether or not that is the question.

  • My panels are not displayed when I click on it in the menu drop-down windows. The box appears but not the Panel. Can anyone help?

    My panels are not displayed when I click on it in the menu drop-down windows. The box appears but not the Panel. Can anyone help?

    Try to reset your preferences using Cmd (LTRC) - Opt (Alt) - move when restart you the version of AI. Did you once two monitors?

  • SGV item is not displayed when downloaded html

    Image SGV referred to as in http://motorimageworks.com/Gav/index.html is not displayed when all edge generated files are downloaded to--and yet it works fine when all the edge files are read on the local hard drive.

    The code was generated with Edge and remains raw - it is a simple document with a layer of SGV any

    In the meantime - the raw SGV works when played directly on the server ("describes" text from illustrator) - http://motorimageworks.com/gav/images/for.svg

    All things being equal - when we have included GIFs layer in the same file, gif displays fine in line while svg is not there - so it can't (I think not) be a simple relative or absolute for issues of image path. Naturally, the SGV may be displayed but without black fill I guess but why would it only when it is on a www server.

    I'm stumped and would have thought that Edge would not need tweaking on such a file but even if we would like to play with such things far so suggestions or of the popular workarounds.

    Thank you

    Hey Gav,

    In the post below, Schrene explains how to enable SVG support via a .htaccess file:

    http://forums.Adobe.com/thread/994839?TSTART=30

    To quote Schrene:

    You only see your s on Go Daddy SVG because they do not support of SVG MIME type.

    You must add a file .htaccess on Go Daddy to include SVG

    Use Notepad and disable Word wrap... copy and paste this:

    AddType image/svg + xml .svg day

    AddEncoding x-gzip day

    Save the document with the .htaccess

    Place it in your root directory of sites

  • Script where the zero is not displayed when no value is selected, indicates when a value of zero is selected

    How can I write a calculation script where the zero is not displayed when no value is selected, but when a value field null is selected as part of the zero calculation will show?

    Option 1 has a score of 0 value

    Option 2 has a value of 5 score

    When someone chooses option 1, I want the value 0 to appear at the cell of notation.

    Here is the script that I have so far:

    If (event.value == 0 | event.value == ") event.value =";

    OK, the custom calculation script could be:

    Get the value of the checkbox field

    var v = getField("checkbox1").value;

    Set this field value

    V = Event.Value = "Off"? "" : v;

    Replace "checkbox1" with the actual name of the checkbox.

  • JPG files is not displayed when I put them in Dreamweaver CS5

    HEY people: I've been a user of Dreamweaver MX for the years running on Windows XP and the Suite CorelDraw 12.  I loved.  Never had a problem.  The hard drive is dead and I was forced to buy a new, and I am now under Windows7 I hate with passion.  I also had to upgrade to Dreamweaver CS5 and CorelDraw X 5 because none of the programs were compatible with Windows7.  Sorry about that.

    My problem is all of a sudden, the CorelDraw files that I export to jpg in my web directory are not displayed when I place a placeholder image on the page.  I drag the target to the file and the icon changes to a broken image rather than the file appears as it would normally.  I can change the image to a png file and it will appear, but I didn't do anything the jpg appear.  First of all, I thought it was some kind of permission problem, because the jpgs in the directory all have liitle gold padlock icon in the lower left corner.  I can make these go away with a complicated set of clicks on the page permissions for the directory, but that does not appear on the page.  I have no idea how to deal with this.  I'm pulling my hair out because I got hundreds of graphics files on the site and moat of them will not be displayed.  any ideas would be greatly appreciated.  Thank you.

    Post a link to one of your jpg images.

    Most of the browsers cannot render CMYK images.  They should be RGB.

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • keyboard Microsoft creator - get a message that says: some features are not available when running on versions of windows prior to windows vista

    I installed the microsoft keyboard layout creator, but when I start the program I get a message that says: some features are not available when running on versions of windows prior to windows vista, I checked if my computer is compatible with the system requirements before downloading the program, can someone please help, thanks

    What functions are supposedly missing that you need?

    This?
    http://msdn.Microsoft.com/en-us/goglobal/bb964665

    Maybe you should have got version 1.3 instead?  (http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=21476)

  • Windows 7 Media Player 12.0.7601: album art don't is not displayed even if the column is selected and album art is saved on the drive

    I just loaded all my music from my Windows XP system on my Windows 7 system.  Each album has album art that appears in "now playing".  But when I opened an album in library view and list titles, album art is not displayed even if she is among the columns selected to be shown.  All other columns appear and disappear depending on whether I choose them, but the album art is not.

    How to display album art?  Please don't tell me to switch to playback.  It is very unpleasant for me.  Even if the album art is displayed there, the space that is takes 2/3 of the screen to keep a small image of the cover of the album.  The list of receives securities only 1/3 remaining, so there is not enough space to display more than the name of the track, rating and length.  In addition, I don't want to see the sides, but they show that even though I have deselected this column.

    Windows 7 SP1 running Windows Media Player 12.0.7601.18741.

    HI - in the library WMP view did you check the setting on the box highlighted in yellow in the screenshot below? (Depending on which section you are in you need to 'extended tile' or 'icons')-R.

  • LabelField is not displayed when, to the right of an EditField or ButtonField

    When I add a LabelField to the right of an EditField in a HorizontalFieldManager, it does not appear.  What follows is a subset of my program.  LabelField lblTdbUnits does not at all appear, when, after an EditField.  Y at - it a setting that I have to give the EditField to prevent it from hogging all the spaces in the line?  I tried to set the maximum size, but it does not help.

    I'm testing with the 8310 only Simulator.

    SerializableAttribute public class MyScreen extends form {}

    public static ButtonField btnCalc;

    public static LabelField lblTdbText;
    public static EditField editTdbVal.
    public static LabelField lblTdbUnits;

    public static HorizontalFieldManager _fieldManager1;

    public MyScreen() {}
    Super(); constructor of the parent component

    addScreenItems(); Adding visual elements to the screen
    }

    public void addScreenItems() {}

    _fieldManager1 = new HorizontalFieldManager();

    ButtonField
    btnCalc = new ButtonField ("Calc");
           
    lblTdbText = new LabelField ("Tdb =");
    editTdbVal = new EditField("","96",2,EDITABLE);
    lblTdbUnits = new LabelField ("deg F");
           
           
    Add (_fieldManager1);
            
           
    _fieldManager1.Add (lblTdbText);
    _fieldManager1.Add (editTdbVal);
    _fieldManager1.Add (lblTdbUnits);  / / Do not display this label

    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>

    I also tried to have a display of the button field to the right of a field to edit, but that also does not work:

    _fieldManager1.Add (lblTdbText);
    _fieldManager1.Add (editTdbVal);
    _fieldManager1.Add (btnCalc);  / / This button does not appear

    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>

    Any ideas?

    Thank you, b.

    The following Threads must explain what is happening here and give you example of code that will help you overcome the problem:

    http://supportforums.BlackBerry.com/T5/Java-development/BasicEditFields-won-t-show-up-in-HorizontalF...

    http://supportforums.BlackBerry.com/T5/Java-development/custom-field/m-p/392585#M76156

    Edit: I don't think that LabelField is default USE_ALL_WIDTH.

  • Region content is not displayed when it is deployed on the OAS

    Hello world

    I use JDeveloper 10.1.3 and Oracle Application Server 10.1.2.

    I'm working on a [JSF, ADF BC] application. I have included a region in one of my jspx pages. Problem is that when I run the JDeveloper page content in the region are displayed, a form of Oracle running in an applet. But when I deploy the application to the OAS 10.1.2 on linux and run the page giving the URL to access my page, the page is displayed but will detect the content of the region, rather than a thin line shows that there is a defined region. Please note that the contents of the region is hard-coded to call the form of OAS (in both cases, either running to JDeveloper or OAS).


    See the code as follows:

    My jspx page:

    <? XML version = "1.0" encoding = "windows-1252'?" " >
    < jsp:root xmlns:jsp = "http://java.sun.com/JSP/Page" version = "2.0".
    xmlns:h = "http://java.sun.com/jsf/html".
    xmlns:f = "http://java.sun.com/jsf/core".
    xmlns:af = "http://xmlns.oracle.com/adf/faces".
    xmlns:afh = "http://xmlns.oracle.com/adf/faces/html" >
    < jsp:directive.page contentType = text/html"; charset = windows-1252 "/ >
    < f: view >
    < afh:html >
    < f: loadBundle basename = "UIResources" var = "res" / >
    < afh:head title = "JiRISTemplate" >
    < meta http-equiv = "Content-Type".
    Content = text/html"; charset = windows-1252 "/ >"
    < / afh:head >
    < afh:body >
    < h:form >
    < af:panelPage title = "Oracle Form" >
    < f: facet = "menu1" name / >
    < name f: facet = "menuGlobal" / >
    < f: facet name = "branding" >
    "< h:graphicImage height = '93' width = '236' url = '... /images/myLogo.gif"/ >
    < / f: facet >
    < name f: facet = "brandingApp" / >
    < f: facet = 'appCopyright' name / >
    < name f: facet = "appPrivacy" / >
    < name f: facet = "appAbout" / >
    < af:panelForm >
    * < af:region id = "oraFormRegion."
    regionType = "myapp.regions.oracleForm" > "
    * < f: attribute name = "formModuleName."
    value = "myoracleform.fmx" / >

    * < / af:region > *.
    < f: facet = 'footer' name / >
    < / af:panelForm >
    < / af:panelPage >
    < / h:form >
    < / afh:body >
    < / afh:html >
    < / f: view >
    < / jsp:root >

    oraFormsRegion.jspx

    <? XML version = "1.0" encoding = "windows-1252'?" " >
    < jsp:root xmlns:jsp = "http://java.sun.com/JSP/Page" version = "1.2".
    xmlns:h = "http://java.sun.com/jsf/html".
    xmlns:f = "http://java.sun.com/jsf/core".
    xmlns:af = "http://xmlns.oracle.com/adf/faces".
    xmlns:afh = "http://xmlns.oracle.com/adf/faces/html" >
    < var af:regionDef = "regionParams" >
    < f: verbatim >
    & lt; COMMENT id = "forms_plugin_info".
    plug_ver = "clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA"
    appheight = "600".
    appwidth = "750".
    AppCodeBase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1, 4,2,06" & gt;
    & lt; / COMMENT & gt;
    & lt;! -Forms definition applet (start) - & gt;
    & lt; NOSCRIPT & gt;
    & lt; OBJECT classid = "clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA"
    CodeBase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1, 4,2,06".
    WIDTH = "750".
    HEIGHT = "600".
    HSPACE = "0".
    HSPACE = "0" & gt;
    & lt; / NOSCRIPT & gt;
    & lt; SCRIPT LANGUAGE = "JavaScript".
    SRC = "http://oashostmachine:1234/forms/java/forms_ie.js" & gt; & lt; / SCRIPT & gt;
    & lt; PARAM NAME = "TYPE" VALUE="application/x-java-applet;version=1.4.2_06" & gt;
    & lt; PARAM NAME = "CODEBASE" VALUE = "http://oashostmachine:1234 /" forms/java & gt;
    & lt; PARAM NAME = "CODE" VALUE = "oracle.forms.engine.Main" & gt;
    & lt; PARAM NAME = "ARCHIVE" VALUE = "frmall.jar" & gt;
    & lt; PARAM NAME = "ServerURI" VALUE = "http://oashostmachine:1234/forms/lservlet" & gt;
    & lt; PARAM NAME = "networkRetries" VALUE = "0" & gt;
    & lt; PARAM NAME = "serverArgs".
    VALUE = "escapeParams = true module=/opt/iris/forms/myoracleform.fmx userid=user/pwd@oraalias sso_userid = sso_formsid % 20 = % 25OID_FORMSID % = sso_usrDN = 25 sso_subDN
    Debug = no host = buffer_records port = only = no debug_messages = no table YES obr = yes query_only = no = no = yes render peace = no trace =
    TraceGroup = log = expression = "& gt;
    & lt; PARAM NAME = "separateFrame" VALUE = "false" & gt;
    & lt; PARAM NAME = "splashScreen" VALUE = "" & gt;
    & lt; PARAM NAME = "background" VALUE = "" & gt;
    & lt; PARAM NAME = "lookAndFeel" VALUE = 'Oracle' & gt;
    & lt; PARAM NAME = "colorScheme" VALUE = "teal" & gt;
    & lt; PARAM NAME = "serverApp' VALUE = 'default' & gt;
    & lt; PARAM NAME = "logo" VALUE = "" & gt;
    & lt; PARAM NAME = "imageBase" VALUE = "DocumentBase" & gt;
    & lt; PARAM NAME = "formsMessageListener" VALUE = "" & gt;
    & lt; PARAM NAME = "recordFileName" VALUE = "" & gt;
    & lt; COMMENT & gt;
    & lt; EMBED SRC = "" PLUGINSPAGE = 'http://java.sun.com/products/archive/j2se/1.4.2_06/index.html' "
    Type="application/x-Java-applet;version=1.4.2_06".
    java_codebase = "http://oashostmachine:1234/forms /" java
    java_code = "Oracle.Forms.Engine.main"
    java_archive = "frmall.jar"
    WIDTH = "750".
    HEIGHT = "600".
    HSPACE = "0".
    HSPACE = "0".
    serverURL = "http://oashostmachine:1234/forms/lservlet.
    networkRetries = '0 '.
    serverArgs = "escapeParams = true module=/opt/iris/forms/myoracleform.fmx userid=user/pwd@oraalias sso_userid sso_formsid % 20 = % 25OID_FORMSID % 25 = sso_subDN =
    sso_usrDN = debug = no host = buffer_records port = no = no debug_messages = no table = YES obr = yes query_only = no = yes = no render peace
    folder = tracegroup = log = expression ="
    separateFrame = "false".
    splashScreen =""
    Background =""
    lookAndFeel = 'Oracle '.
    colorScheme = "teal."
    serverApp = "default".
    logo =""
    imageBase = "DocumentBase.
    recordFileName =""
    & gt;
    & lt; NOEMBED & gt;
    & lt; / COMMENT & gt;
    & lt; / NOEMBED & gt; & lt; / EMBED & gt;
    & lt; / OBJECT & gt;
    & lt;! -Forms definition applet (end) - & gt;
    < / f: verbatim >
    < / af:regionDef >
    < / jsp:root >


    Metadata.XML of region

    <? XML version = "1.0" encoding = "windows-1252"? >
    < faces-config xmlns = "http://java.sun.com/JSF/Configuration" >
    < item >
    Type < element > myapp.regions.oracleForm < / component type >
    oracle.adf.view.faces.component.UIXRegion < component class > - < / component class >
    < attribute >
    < name of the attribute - > formModuleName < / attribute name >
    java.lang.String < class attribute > < / attribute class >
    <-attribute extension >
    < required > true < / required >
    < / attribute extension >
    < / attribute >
    < component-extension >
    oraFormsRegion.jspx < region-jsp-ui-def > < / region-jsp-ui-def >
    < / approval-extension >
    < / component >
    < / faces-config >

    Is someone can you please tell me what could be the problem? Path, XML or something else?

    Thank you

    Amir

    Amir,

    don't know what you think of the advantage of performance of a region is. From the point of view of the end-user an area resembles an inclusion.

    KUBA, in fact, it seems that you can get parts of work when running. However, design-time support am never added and so we did not support this feature. If JHeadsart use this, then it is fine and is not contradict to what we recommend, because as an offering consulting, JHeadstart supports itself

    Frank

Maybe you are looking for

  • Building appiications with labview

    Hello I have 'Labview Professional Development System '. Is it true that I can use this version to generate stand-alone exe for windows files? Why could I need the "Labview Application Builder" which, as a separate serial number for installation? Is

  • Upgrade CPU ThinkCentre m55

    Hey guys, I want to improve my CPU of ThinkCentre m55! I know that the computher is too old, but I really need to upgrade CPU. It supports more than wich E6400 I have at the moment and it really sucks, is it possible to update my BIOS to make it to s

  • How do the function of table 1 d search case-insensitive for the array of strings

    How do the function of table 1 d search case-insensitive for the array of strings

  • Why my wifi is not woking, while my wired connection works well

    I used to go very well with my connection wifi up to what a few days back, when I I used the wired and wireless connection, and there is no problem at all. "Recently my connection started defective WiFi giving error'Internet Explorer cannot display t

  • S120 where is panorama (disappointed user) mode?

    Double frustration: 1: my powershot S100 has begun to have problems (locked with lenses that can't retract)... 2: you just bought the S120 for replacement... A number of features, but the view mode is no longer available... Why? Is there another solu