Barcode / font help

I am using barcodes on a work-order report. We installed demo fonts from ID Automation. I had it working on my client side via preview PDF. When trying on the server side, I am now getting error in the OPP log, as follows:
java.lang.NullPointerException
at java.io.File.<init>(Unknown Source)
at oracle.apps.xdo.oa.util.FontCacheManager.getFontFilePath(FontCacheManager.java:90)
at oracle.apps.xdo.oa.util.FontHelper.createFontProperties(FontHelper.java:431)
at oracle.apps.xdo.oa.util.ConfigHelper.getFontProperties(ConfigHelper.java:166)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5855)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3555)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3614)
at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
My report uses one of the ID Automation fonts for the barcodes and Arial for text.
According to Tim's blog...
12. Navigate to Configuration General-> FO Processing->Font Mapping Set.
Can also be done at data def and template level under Edit Configuration.
Hierarchy is Site-> Data Def -> Template.
I am wondering if every font I use in my RTF needs to be defined in the new font mapping set we set up, including Arial or any other fonts? When I view my RTF in notepad, it shows a whole bunch of other fonts, even though I am not using them in my document.
Any help appreciated.
Thanks.
Paul

Hi Paul,
We have successfully registered Barcode fonts with the template. For this you need to first add the font file using XML Publisher -> Administrator. Here u need to upload the font file and also set the font name same as the name you have displayed when you open the template on Word.
After registering the font thru Admin, create a font mapping set / font mapping and assign the same to the template. The font should be assigned in configuration -> FO Processing -> Font Mapping.
Hope this helps.
Regards, Nishant

Similar Messages

  • Barcode Font not available in PDF after adding to Font Management

    Hello CF experts,
    I need to use a barcode font in a PDF document. I installed
    the font in Font Management, but nothing happens when I attempt to
    use it. I've tried to use it both in and out of PDF's, and it
    doesn't work either way. It does work in normal HTML code if the
    local machine has the font installed, but this isn't very helpful,
    as I need it to be served up from the Server with fontembed for PDF
    usage.
    Here is what the Font Manager shows:
    User Defined Fonts
    Actions Font Family Font Face Font Type Useable In Path
    IDAutomationHC39M IDAutomationHC39M TRUETYPE PDF/FlashPaper
    /var/www/html/MM/IDAutomationHC39M_Free.ttf
    I've tried using it in <font> tags, CSS Styles, etc,
    and nothing works.
    Any ideas?
    Thanks

    Hey SafariTECH,
    The Server is the source for any fonts used? This hasn't been
    my experience at all. Web pages don't embed fonts, but rely on the
    clients PC having the requested font face installed.
    My problem is that I have a unique need for a Barcode font to
    be available to clients without having to run around and install it
    locally. In concept I should be able to embed the font in
    Flashpaper or a PDF and bypass the need to make the font available
    on each client's PC.
    Is anyone successfully using the PDF "Font Embed" feature
    this way using fonts installed in the Font Manager?
    Is there any easy way to tell if the font's installed in Font
    Manager are actually working and/or available?
    Thanks-

  • Problem with barcode font in Forms9i

    I need urget help with the following matter:
    I'm using a barcode font to display a text item. In developer everything is ok, but when i run the form in the web browser, the barcode font is replaced with another normal font (arial i think)!
    I don't know what to do!!
    Is it possible to use barcode fonts in Forms 9i?
    Do i have to modify some configuration scripts in order to use them??
    Please help!
    Regards, Andreea

    Thank you for your promt answer. I have tried to modify uifont.ali but i think i'm not doing the right thing, because it still doesn't work. My barcode font is named "Code EAN13". Could you tell me more specific what lines i should add to the uifont file..
    Thanks!!
    Andreea

  • XSL-FO Barcode Font Mapping

    Hi everyone,
    I'm trying to use a barcode font (IDAutomationHC39M.ttf) inside a XSL-FO template (Standard Purchase Order Template). I already loaded the font and created the mapping using XML Publisher Administration Configuration, but I still cannot see the font being displayed on the PDF format. I did the reference in the code, e.g.:
    <fo:block>
    <fo:inline>Order Number: </fo:inline>
    <fo:inline font-family="IDAutomationHC39M">404</fo:inline>
    </fo:block>
    but, it didn't work. I really don't know what I'm doing wrong. I thought it was going to be just reference the font. I would really appreciate any possible help because this is a last minute request of the client and we will be soon going to production.
    Thanks,
    Hugo

    I am having the same problem here. Were you able to create the font mapping? Once I click the apply button, I get an error message.

  • How to add a barcode font for use in Web Intelligence (WebI) XIR2 and 3x?

    Anyone have the steps to add a barcode font to WebI XIR2 and 3x?  Not finding a good KBase on it and was also wondering if there any "gotchas" in terms of printing and exporting to .pdf.
    Thanks.

    Hi Kevin,
    Also, if the solution provided in the previous post doesn't helps you then try the following solution.
    Following are the steps to apply barcode font (IDAutomationHC39M):
    1) In Windows Explorer, browse to the following folder:
    -- C:\Windows\Fonts
    2) On the File menu click Install New Font then browse to the font you want to install.
    3) Edit the properties on the fonts you have just added:
    In the "Embedding" tab, you should get a property like "Preview & Print embedding allowed".
    But, nothing related to a license limitation regarding the embedding, else, you will not be allowed to use the added fonts in PDF or XLS generation.
    4) Once the above points have been done:
    -- Copy the .ttf fonts you want to use in the following XIR2 folder:
    <BO_INSTALL_DIR>\Business Objects\j2sdk1.4.2_08\jre\lib\fonts
    5) Add the following entries into the fontalias.xml file, which is in the following folder:
    <BO_INSTALL_DIR>\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\fonts
    The template looks like the following one:
    <FONT NAME="IDAutomationHC39M">
    <FONTFAMILY PLATFORM="ttf" NAME="IDAutomationHC39M (IDAutomationHC39M)">
    <FONTATTRIBUTE BOLD="false" ITALIC="false" LOGICAL="IDAutomationHC39M" PHYSICAL="IDAutomationHC39M.ttf"/>
    </FONTFAMILY>
    <FONTFAMILY PLATFORM="win" NAME="IDAutomationHC39M"/>
    <FONTFAMILY PLATFORM="java" NAME="IDAutomationHC39M"/>
    <FONTFAMILY PLATFORM="html" NAME="IDAutomationHC39M"/>
    </FONT>
    6) Add the following entries into the u2018i18n.xmlu2019 file, which is in the following folder:
    <BO_INSTALL_DIR>\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\scripts
    You have different sections in this i81n.xml file.
    -- Under the first section
    <I18N>
    <FontFinder>
    <font key=u201DIDAutomationHC39Mu201D value=u201DIDAutomationHC39Mu201D/>
    u2026u2026u2026u2026u2026u2026u2026u2026u2026..
    </ FontFinder>
    < FontFinder2>
    <font key=u201DIDAutomationHC39Mu201D value=u201DIDAutomationHC39Mu201D/>
    u2026u2026u2026u2026u2026u2026u2026u2026u2026..
    </ FontFinder2>
    -- Under the u2018font_aliasingu2019 section
    <font_aliasing>
    <T1>
    u2026u2026u2026u2026.
    </T1>
    <TTF>
    u2026..
    <font name=u201DIDAutomationHC39Mu201D>
    <os type=u201Dallu201D>
    <Attributs style=u201D0u201D filename=u201DIDAutomationHC39M.ttfu201D encoding=u201Du201D aliaspsname =u201CIDAutomationHC39Mu201D/>
    u2026
    </os>
    </TTF>
    7) Save the both files.
    8) Restart the Businessobjects servers or local computer.
    9) Login in to infoview and create a new web intelligence report by using the Java Report Panel or Html Report Panel;
    10) In the left pane, select the "Cell Format Properties": you will notice that an entry "IDAutomationHC39M" has been added into the font dropdown list.
    Just test the above u2018IDAutomationHC39Mu2019 barcode font, at your end and update me with the results.
    Regards,
    Sarbhjeet Kaur

  • Embed Barcode Fonts for Watermark

    I hope someone could help me with this:
    I need to add a barcode to a scanned image pdf file. This file will be viewed by a number of users on their workstations. Therefore the barcode font has to be embedded to the newly created pdf file.
    I used the following VB.Net code to add the watermark:
    Dim jsObj As Object
    Dim SamplePDFFilePath As String = "c:\inputFile.pdf"
    Dim OutputFilePath As String = "c:\outputFile.pdf"
    ' Create a PDDoc IAC object.
    Dim pdDoc As Acrobat.CAcroPDDoc
    pdDoc = CreateObject("AcroExch.PDDoc")
    ' Open the source PDF document
    Dim rc As Integer
    rc = pdDoc.Open(SamplePDFFilePath)
    ' Acquire the Acrobat JavaScript Object interface from the PDDoc object
    jsObj = pdDoc.GetJSObject
    ' make a color object
    Dim oColor As Object
    oColor = jsObj.color.black()
    ' Add a text watermark.
    ' function prototype:
    '   addWatermarkFromText(cText, nTextAlign, cFont, nFontSize, oColor, nStart, nEnd, bOnTop, bOnScreen, bOnPrint, nHorizAlign, nVertAlign, nHorizValue, nVertValue, bPercentage, nScale, bFixedPrint, nRotation, nOpacity)
    jsObj.addWatermarkFromText("12345678", 1, "BarcodeFontName", 26, oColor, 0, 0, True, True, True, 0, 3, 100, -7, False, 1.0, False, 0, 1)
    ' save the PDF with watermarks to a new document.
    rc = pdDoc.Save(1, OutputFilePath)  ' full save
    This works. However the font is not embedded.
    I am using Acrobat X.
    My questions:
    1. How to embed the barcode font to the newly created pdf file using VB code?
    2. I have tried to add an additional watermark from a pdf file using this function: addWatermarkFromFile(cDIPath, nSourcePage, nStart, nEnd, bOnTop, bOnScreen, bOnPrint, nHorizAlign, nVertAlign, nHorizValue, nVertValue, bPercentage, nScale, bFixedPrint, nRotation, nOpacity). The file is a pdf containing a small graphic image. I notice after I added this image pdf as watermark, the barcode font is embedded in the new pdf file. Is this an Acrobat design? But the strange thing is that I removed the addWatermarkFromFile() function from my code and recompiled it. The graphic is not included in the new pdf file, but the font is still embedded. I wonder why Acrobat still embeds the barcode font. Is this a normal behaviour of Acrobat?
    3. I have read a posting that addWatermarkAsText() function will always embed the font. But I am not able to find this function in the SDK 10. Is this function obsolete?
    Any help is appreciated.

    Thanks, Irosenth.
    The barcode font I used is Installable. But it is not embedded.
    In fact I tried adding two lines of watermarks, one using the barcode font and the other using Windows Courier font. I checked the created pdf file, both of them were not embedded.
    Like I said, after I added a file using addWatermarkFromFile(), the fonts were embedded.
    Also, I printed the document through the Adobe PDF printer driver, the fonts were embedded.
    It looks to me that these fonts are embeddable. But they just are not embedded with the addWatermarkFromText() function.
    Any further suggestions?

  • Barcode font

    Hi SAP Forum,
    Does the PLD for SAP 2005A have the capability to use a font not available in the original selection, such as EAN123 (a barcode font)
    We have a font file - can this file be attached to SAP and therefore the PLD?  If so, how can these be achieved?
    The ALD and Crystal reports are not an options for the current forms.
    Thanks in advanced for your assistance

    Hi Lisa,
    There is no need to install any fonts to SAP, as you can use any fonts installed on your pc. Therefore if you have EAN123 installed in Windows, you should be able to use it in SAP's PLD too.
    Also, you could create a barcode type field in PLD, which would make it possible to print any number as barcode without the need of having the barcode font. Add a database/text type field and go to Properties -> General tab, and instead of 'Text' type select 'Barcode'.
    I hope this helps.
    Regards,
    Nat

  • Barcode fonts 128 and 39 "shrink" when exported to PDF

    Hello,
    Crystal reports recommends using either IDAutomation or Azalea barcode fonts for reports.
    We are using IDAutomation. Both the 128 and the 39 encoded fonts work fine when
    printing. However when we export to a PDF file the fonts "shrink" down to a tiny box and
    are both un-scannable and nearly invisible.
    At this point in time, does anyone know of any fonts that can be used in v.XI which can
    be exported to PDF and be scannable? We are using the RDC and so are stuck with v.XI.
    Is the highest service pack for R1 (I believe it is SP4) of any help with this issue?
    If you know if answers to the above are negative please respond anyway.
    Also, I you know of any threads which deal with the "incredible shrinking font" issue,
    please mention them.
    Thank you,
    Joe

    HI, Joe;
    The previous post was for the incorrect verison of Crystal Reports from what you are using.
    Have a look at this Note referring to Crystal Reports XI R1:
    [ForceLargerFonts|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313338333733353333%7D.do|Note 1218753]
    Regards,
    Jonathan

  • Exported pdf Barcode font goes small

    Post Author: itsdanny
    CA Forum: .NET
    Hi I've a known issue with my bar code font, it's smaller Hi i've looked at the issue with the barcode font being small on the BO website, set the registry to ForceLargerFont = 1 for crystal decisions 10.2 but have the same issue. If it helps the only font that seems to work is the XXS one, which is too small for my needs. The rest are even smaller, when i code to set the barcode to be e.g. 30 it disappears entirely. Not sure if this helps but the server also has BO XI on it. Can anyone help on this issue as it's the last thing on my project to resolve? I'm using the IDAUTOMATION EAN package. thanks
    dan

    Post Author: itsdanny
    CA Forum: .NET
    Can the BO team help on this as it's still an outstanding issue for me. has anyone sucessfully used another barcode font with out any of these issues?thanksdan 

  • HG282DJ scalable barcode font card in HP Laserjet 400 M401dn not detected

    Hello, We have recently bought an HP laserjet 400 M401dn. We quickly realized this printer did not print any barcodes so we purchased an HG282DJ scalable barcode DIMM card. Unfortunately, after installing it in the printer and testing it, it still did not print the barcodes. I have installed it the way it showed me on the HP installation process. (shut down the printer, unplug all cables from the printer, plug the DIMM card, replug cables and turn on the printer). It then suggested me to print a PCL Font List which, unfortunately, did not include the barcodes font list. I then connected directly on the printer's web interface on the Home tab - config page where it says "DIMM 1"...it shows "Empty" is the card faulty or do I need to install an additional software for this to work? I thought this was pretty much Plug-And-Play. Thank you.

    Hi, Is your firmware update for HP Laserjet 400 M401dn compatible with M401a, we are still having the same issue regarding barcode printing , and I can't find where to download the firmware update for our HP Laserjet 400 M401a.  My printer's Firmware Datecode is 20140521.  Any help from you will very much appreciated. Thanks and regards

  • Barcode Fonts. Ok on Linux, not on Windows

    Hi all.
    I need to print a PDF (or even HTML) report, which uses a barcode font. I placed the TTF fonts under reports/fonts, and included on the REPORTS_PATH. Installed the fonts on the client machine.
    On a Linux server, it works (the report prints correctly). But on a Windows Server, the font is not recognized. Output as PDF or HTML, the results are the same.
    What am I missing? The reports version is 11.1.2.
    OEL 5.8 and Windows 7 32 bits.
    Thanks in advance

    Hello,
    Is it a new Font installed recently ?
    Do you know if the Windows has been rebooted since the font has been installed ?
    Regards

  • Printing a barcode font no longer works properly

    I have been using a true type font "3 of 9 barcode" to print mailing labels on an internal website using the following css for some time:
    .barcode { font-family: "3 of 9 Barcode", Times, serif; font-size:36px; }
    After upgrading to Firefox 5 it stopped working. This currently renders the font correctly on the page but when I try to print the page it uses Wingdings. This is happening on multiple computers and multiple printers. The font is installed on all the computers and I've even tried using @font-face with no success.
    [http://www.thomaspainerants.com/firefox_barcode_works.png Screenshot of Firefox properly rendering the barcdoe font.]
    [http://www.thomaspainerants.com/firefox_barcode_broken.png What happens when I try to print]. In this case I printed to PDF but the same thing happens when printing to a normal printer. Printing in the latest versions of Chrome & IE9 works properly though not in Safari.
    [http://www.thomaspainerants.com/3_OF_9_BARCODE.TTF 3 of 9 Barcode font]

    Abandon all hope yee who enter this thread. Abandon hope for mozilla fixing the issue that is. I went with a jQuery based bmp generator. It's pretty easy to implement and has worked well for me.
    download: http://code.google.com/p/jquery-barcode/downloads/detail?name=jquery.barcode.0.3.js&can=2&q=
    demo : http://jquery-barcode.googlecode.com/svn/trunk/jquery-barcode/demo/demo.html
    Implementation:
    Put these includes in your header:
    &lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js&quot;&gt;&lt;/script&gt;
    &lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.barcode.0.3.js&quot;&gt;&lt;/script&gt;
    Everything that needs to be a barcode should have the same class. I chose &quot;barcode39&quot;.
    &lt;span class=&quot;barcode39&quot;&gt;405479&lt;/span&gt;
    &lt;span class=&quot;barcode39&quot;&gt;405339&lt;/span&gt;
    &lt;span class=&quot;barcode39&quot;&gt;405341&lt;/span&gt;
    Then run this script at the bottom:
    &lt;script&gt;
    $(&#39;.barcode39&#39;) .barcode({code:&#39;code39&#39;});
    &lt;/script&gt;

  • Unable to Preview barcode font fields in Word Template Builder PDF Preview

    I have searched for solutions to this problem but did not find anything that I have not tried. I have IDAutomation Barcode fonts installed and am using the Word template builder v10.1.3.4 Build 129. My Templates work fine in EBS, but I cannot Preview in a PDF, any fields that are formatted with my barcode or MICR fonts. I have created an xdo.cfg file as per the documentation and placed it in C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\config. I can successfully preview in an RTF, but not a PDF. Any suggestions?
    Here is my xdo.cfg file:
    <config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
         <!-- Properties -->
         <properties>
              <!-- System level peoprties -->
              <!-- PLEASE SELECT A VALID TEMPFILE DIRECTORY!!! -->
              <property name="system-temp-dir">E:\Temp</property>
              <!-- PDF compression -->
              <property name="pdf-compression">true</property>
              <!-- PDF security -->
              <property name="pdf-security">false</property>
              <property name="pdf-open-password">user</property>
              <property name="pdf-permissions-password">owner</property>
              <property name="pdf-no-printing">true</property>
              <property name="pdf-no-changing-the-document">true</property>
         </properties>
    <!-- Font setting -->
         <fonts>
              <!-- Windows Wingdings font -->
              <font family="Wingdings" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\WINGDING.ttf" />
              </font>
              <!-- GnuMICR font -->
              <font family="GnuMICR" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\GnuMICR.ttf" />
              </font>
              <!-- IDAutomationC39L -->
              <font family="IDAutomationC39L" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39L.ttf" />
              </font>
              <!-- IDAutomationC39M -->
              <font family="IDAutomationC39M" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39M.ttf" />
              </font>
              <!-- IDAutomationC39S -->
              <font family="IDAutomationC39S" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39S.ttf" />
              </font>
              <!-- IDAutomationC39XL -->
              <font family="IDAutomationC39XL" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39XL.ttf" />
              </font>
              <!-- IDAutomationC39XS -->
              <font family="IDAutomationC39XS" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39XS.ttf" />
              </font>
              <!-- IDAutomationC39XXL -->
              <font family="IDAutomationC39XXL" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationC39XXL.ttf" />
              </font>
              <!-- IDAutomationHC39L -->
              <font family="IDAutomationHC39L" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39L.ttf" />
              </font>
              <!-- IDAutomationHC39M -->
              <font family="IDAutomationHC39M" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39M.ttf" />
              </font>
              <!-- IDAutomationHC39S -->
              <font family="IDAutomationHC39S" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39S.ttf" />
              </font>
              <!-- IDAutomationHC39XL -->
              <font family="IDAutomationHC39XL" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39XL.ttf" />
              </font>
              <!-- IDAutomationHC39XS -->
              <font family="IDAutomationHC39XS" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39XS.ttf" />
              </font>
              <!-- IDAutomationHC39XXL -->
              <font family="IDAutomationHC39XXl" style="normal" weight="normal>
              <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39XXL.ttf" />
              </font>
         </fonts>
    </config>
    Thank for any assistance.
    Regards,
    Donn

    The fonts settings did not show up properly. Here is an example inside comments:
              <!-- IDAutomationHC39S -->
    <!--     <font family="IDAutomationHC39S" style="normal" weight="normal> -->
    <!--     <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39S.ttf" /> -->
    <!--     </font> -->
    The font family, name, and path have been checked thoroughly.
    Thanks,
    Donn

  • Barcode font installed in sap b1 8.8 pl 6

    hi,
    i made barcode label report in crystal report in my local pc.  i have use barcode font (IDAutomationHC39M) in this report. in preview of crystal report, report seen ok., but whenever seen preview through sap, barcode font not support and display actual value(not barcode style). how i , install this font in sap ? please advise.
    thanks
    tejas

    NO, This type font is  not available in General setting or PLD. this type of  font instilled in my local PC. also crystal report is also installed in my local pc. I have use sap data in crystal report through ODBC. i am not working in server. i am accessing sap through citrix., whenever i have see the report(which is in my local pc, which is sharable) through sap, in preview barcode font not support. what should i do the resolve this problem? i want same result through sap.  please suggest.
    thanks
    tejs

  • Barcode Fonts in Oracle AS 10g

    Hello.
    I've an forms application, that initiali has been developed to work on Oracle AS 10g Windows. It has a TTF barcode font, but the reference there has been made with the windows font name. I've tryed to mapped it in uifont.ali in linux, but with no sucess. When running the form (that creates a report), the max i've archived is to make the font name (linux) apear in the document fonts properties, but no barcode apears in the document. The oracle developer reports builder recognizes the font, but when generating the report, no barcode apears...
    does anyome has managed to create reports with barcode fonts in linux?
    Thanks in advance
    Bruno Santos

    Hi,
    Here's the Oracle Forms 10g Deployment Guide
    http://download-east.oracle.com/docs/cd/B14099_11/web.1012/b14032/toc.htm
    HTH,
    Jim

Maybe you are looking for