How to give manual font path location when document opening?

Hi,
I want to know how to give manual path location for fonts when document opening like LinoType FontExplorerX, Font Book, UTS. Please Help me its very urgent
Thanks

Hi, I am doing the code likthis,please give the solution.
SQL> create or replace procedure insProc(xmlDoc IN CLOB, tableName IN VARCHAR2) is
2 insCtx DBMS_XMLSave.ctxType;
3 l_ctx dbms_xmlsave.ctxtype;
4 rows number;
5 begin
6 insCtx := DBMS_XMLSave.newContext(tableName); -- get the context handle
7 rows := DBMS_XMLSave.insertXML(insCtx,xmlDoc); -- this inserts the document
8 DBMS_XMLSave.closeContext(insCtx); -- this closes the handle
9 end;
10 /
Procedure created.
SQL> begin
2 insProc('/usr/tmp/ROWSET.xml', 'emp');
3 end;
4 /
begin
ERROR at line 1:
ORA-29532: Java call terminated by uncaught Java exception: oracle.xml.sql.OracleXMLSQLException:
Start of root element expected.
ORA-06512: at "SYS.DBMS_XMLSAVE", line 65
ORA-06512: at "SCOTT.INSPROC", line 7
ORA-06512: at line 2
Kishore B

Similar Messages

  • How do I turn off automatic OCR when document opens?

    Hello,
    I just installed Adobe Acrobat Standard X on my work computer and was given the dialogue box to automatically scan PDF's for recognizable text when I open them. I accidentally set this to run the OCR tool everytime I open a PDF, which I do a lot. This is annoying because I have a lot of PDF's with hundreds of pages which can take a long time to OCR if I don't cancel it. Is there a way to turn off this feature so that Acrobat does not OCR every PDF that I open?
    I appreciate any help.

    [discussion moved to Creating, Editing & Exporting PDFs forum]

  • I have consolidate my folders related to the video I am in the progress of working on.  Premiere elements does not follow their new location.  How do I syn them back up all at once so premiere doesn't ask me for their location when I open the project

    I have consolidate my folders related to the video I am in the progress of working on.  Premiere elements does not follow their new location.  How do I syn them back up all at once so premiere doesn't ask me for their location when I open the project

    This is the Photoshop Elements forum, not the Premiere Elements forum, located here:
    https://forums.adobe.com/community/premiere_elements
    When you open the project, it should ask you where the first file is located. After you tell it where it is, it should be able to find the rest of them if they are located near the first one.  Then save the file.  If you move the files again, you will have to relink them again.

  • How to give dynamic file path in the selection  screen

    Hi All,
    How to give dynamic file path f4 functionality to user on the selection so that he can browse for the path in the presentation serve? I believe there is one fun module is there for this purpose I am not getting that
    Please help me in this regard.
    Thanks&Regards
    Mahesh

    HI,
    check this program.
    <b>report ZWA_TEST2.
    PARAMETERS: a(100) default 'PRESS F4'.
    data: filet type table of FILE_TABLE.
    data: wa type file_table.
    data: count type i.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR a.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
      CHANGING
        FILE_TABLE              = filet
        RC                      = count .
    loop at filet into wa.
      a = wa-FILENAME.
    endloop.</b>
    Regards,
    HRA

  • How can I change the install location when installing an App (i.e. Lightroom) from Creative Cloud?

    How can I change the install location when installing an App (i.e. Lightroom) from Creative Cloud?

    Rolfjuelg I am sorry but Lightroom does not support custom installation locations through the Creative Cloud.  You can find more details at Lightroom and Creative Cloud FAQ.

  • Disk utility will not boot using COMMAND   R. It won't give me the 'ERASE' option when I open Disk Utility. How do I wipe my hard drive?

    Disk utility will not boot using COMMAND   R. It won't give me the 'ERASE' option when I open Disk Utility. How do I wipe my hard drive?

    If you're truly running 10.6.8, there is no Recovery partition - that didn't come along until 10.7x.
    You'll need to use the set of gray discs that originally shipped with your model. If you don't have them, you can always get your serial number from the bottom of the casing and call Apple to get a set of replacement discs. These will run you about $20 + shipping & taxes. Once you have the discs, boot from Disk One and use Disk Utility to erase your HD and then reinstall whichever version of OS X that shipped with your model. No way around of getting the discs.
    Clinton

  • How do I change font in the whole document at the same time?

    How do I change font in the whole document at the same time?

    Menu > View > Show Styles Drawer
    Menu > Help > Pages User Guide
    Download and read page 27 on creating and using Styles, which is done largely by example ie you make the text what you want then save it as a Style to be applied wherever you want in the document from the Styles Drawer.
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=180&mforum=iworktips ntrick
    Peter

  • How can I make it so that when Safari opens it takes me to the homepage?

    Say I am on youtube and I quit safari, when I reopen safari later, it goes to the page last open, in this case, youtube. How can I make it so that when Safari opens it always takes me to the homepage?

    Click on the red button (top left) to close the window before quitting.

  • How can I see all photo miniatures when I open a photo album or an event in iphoto?

    How can I see all photo miniatures when I open a photo album or an event in iphoto?

    Note the zoom slider at the bottom of th iPhoto Window - drag it left.

  • How do I stop the login process when I open iTunes?

    How do I stop the login process when I open iTunes? It often request I login sometimes twice.

    I amhaving the same issue of having to log into  my apple account wheever I open I-Tunes. In my iTunes sharing my password requirment is unchecked and in filevault it is unchecked also. I have just upgraded to the newest version of iTunes and I still get the pop-up window asking me to login.
    Any other thoughts?
    thank you

  • How do I stop photoshop from starting when I open a jpeg file?

    How do I stop photoshop from starting when I open a jpeg file?

    In windows, right click on the file, select the program that you wish to use to open the file, and be sure to check to always open this type of file with the seleted program.

  • How to give the file path in adf application

    Hii all,
    I want to use castor xml framework in adf application..
    for which i have to un- marshaller the xml file..
    by using following method-
    Person person = (Person)
    Unmarshaller.unmarshal(Person.class,
    new FileReader("src/com/person.xml"));
    if i use this method in a java class inside a main method directly it works fine,
    but when i try to initiate the java class through a jspx page deployed on integrated server..
    it gives the file not found exception..
    how to define the file path so it can be properly used even when application is deployed on server.
    Thanks

    duplicate {thread:id=2418158} ?
    I guess the path you are using is wrong. It works on your mashiene as the src path is available. When you run the app on a server (jspx file) there is no src path as long as you don't include it in your WAR wich you should not do anyway.
    If you need to access such data you can create a folder in your webroot folder and the the resources from there as /xml_folder_name or if the xml files shouldn't be visible from the outside put the folder under hte web-inf folder.
    Timo
    Edited by: Timo Hahn on 23.07.2012 16:20

  • How to give a relative path from a button in the master page header?

    so I have this code in the header of my Master page in RoboHelp:
    <input type="image" value="View graphics legend"
    onclick="window.location.href='Graphics_legend.htm'"
    src="Images\graphic legend.png" name="image1"
    title="View graphics legend" style="width: 118px; height: 21px;" />
    i need to call the 'Graphics_legend.htm' file which is sitting in the root folder. When i try this it works fine for the html file which are in the root folder as well, but anything with is in a sub directory , the button stops working.
    It might be just to add a realtive path ,but i am failing to understand how to make a relative path for 'Graphics_legend.htm' ,.. ?

    Hi there
    Relative paths are relatively simple once you get the hang of them.
    For example, if you want to refer to something that is one folder above where you are, you prefix things with ../
    The ../ is HTML shorthand meaning one folder level above where I am. If you wish to go two folder levels up, ../../
    If you need to drop into a folder that is at the same level as where you are, ../FolderName
    From what you have written it would seem that RoboHelp isn't seeing your code and properly calculating the path. That's really not too surprising because you are using the Button element.
    If you are using CSS and linking to a style sheet you likely have a simple way to calculate what the relative path should be. Just examine the source code of the topic and note what prefixes the CSS file name. Assuming your CSS is in the project root (and it should be) then you could use the same prefix.
    Hopefully this helps... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • CS2- How to get the fonts used in a document ?

    Hi,
    Can anyone tell how to find the the fonts used in the document directly without iterating through the text art used in the document.BCOZ if i iterate through each text frame or character my plugin works very slowly.I want to speed up the process of finding & replacing the fonts like wat we do manually in the "Type-> Find Font" menu thru my code.
    Please post ur comments on this .If there is no direct option to find &replace the fonts used in the document ,pls let me know the simplest logic of finding & replacing all occurances of a font in a doc so that my process of doing this should be faster.
    Thanks in advance.
    myRiaz

    As far as I know, there's no way to get a list of fonts in use in a document without iterating over the document and compiling a list by asking every piece of art.
    If you want to trigger 'Type > Find Font' there might be a way to invoke that using Actions (AIActionManager.h). I'm not sure if that would help or not though.
    This probably isn't very helpful depending on what you're doing, but I think this is meant to be handled by using character styles. That way you can change a style and update any related text instantly. Not much help though if you're just trying to write a S&R font plugin.

  • How to run alert box when document opens

    I am using Acrobat 9 and would like an alert box come up when the document is opened. I have successfully gotten an alert box to pop up using the script below when saving using document actions, but do not know how to make it execute when the document opens. Can anyone tell me how to modify this to add it to Javascript actions so it will run when the document opens? Thank you!
    app.alert("Save your completed form and email as an attachment to [email protected]", 0, 0,)

    It's not a questions of modifying it, but placing it in the right location.
    You need to go to Advanced - Document Processing - Document JavaScripts...
    Then create a new script, clear the contents of the window that opens (the
    function declaration) and paste this line of code instead.
    Save the file and that's it.

Maybe you are looking for

  • IPod disconnects itself and not recognized by itunes or Mac

    I've recently had issues when trying to connect my ipod to my mac. When connected it appears to be loading onto desktop and itunes. itunes briefly says "verifying ipod" then it is abruptly disconnected. Because I am unable to connect to itunes, I can

  • My printer HP Officejet pro 8600 plus makes a lot of noise while printing

    My HP officejet pro 8600 plus, makes a lot of noise while printing, ink levels are ok, and printing is ok.  it was makiing lines before but not anymore

  • JavaFX 2.0 : How to make a stage fit into browser view area?

    Invoking a JavaFX 2.0 applet from browser results in white spaces on the right and bottom area of the browser. This happens when the JavaFX stage resolutions is lesser than that of browsing desktop resolution. In a client/server model, usually server

  • Testing XML Parser for C (v1.0.1 & v2)

    Hi, I had tested the Oracle XML Parser for C (v1.0.1.0.0) and found out that it was bundled with the 8i database. Is this a requirement of the parser? Now I want to test version 2 of the same parser. Can you tell me the main differences between the t

  • Installing Developer 6.0

    I have purchased the OTN track for Solaris, and was beginning my install of the Developer server today, and discovered that the installation instructions are not very easy to find, and that it does not seem to follow the same installation path as the