Need information for file type conversion from Oracle

Hi,
I need a scenario where there is third party tool which supports file types (.lnb (Link Notebook Chart),.anb(Analyst Notebook Analytical Chart),.anx(Analyst Notebook Exchange Chart),.tcv(Text Chart Visualisation))
I am having a Oracle database where I want to create a file from a Table so that the third party tool could understand
the file supported types.
Any help will be benefitial for me
Thanks and Regards

Hi,
If I use as:
DECLARE
fileHandler UTL_FILE.FILE_TYPE;
BEGIN
fileHandler := UTL_FILE.FOPEN('test_dir', 'test_file.tcv', 'W');
UTL_FILE.PUTF(fileHandler, 'Writing TO a file\n');
UTL_FILE.FCLOSE(fileHandler);
EXCEPTION
WHEN utl_file.invalid_path THEN
raise_application_error(-20000, 'ERROR: Invalid PATH FOR file.');
END;
If I use the file naming convention i.e extension type as .tcv will it support ?
Thanks and Regards

Similar Messages

  • HI Masters , I need information for file upload program in web dynpro java

    Hi masters,
           i need some inforamtion and documentation on file upload program in web dynpro java

    Hi surya,
    You can follow this procedure to upload the file
    i) Take One Context Attribute named as "D1" of Type "binary".
    ii) Take one FileUpload UI Element in the Layout Tab.
    iii) Bind FileUpload UI Element's data Property to the taken Context Attribute. Here it is "D1".
    iv) Take one Button UI Element in the Layout Tab named "Upload" and in the Action of that Button write the following Code.
    v) The following code Generates one Folder in the Server & inside that Folder given file is Uploaded.
    File ff=new File("FolderXYZ"); // Creates One Folder with the given Name ( Here Folder name is "FolderXYZ")
    ff.mkdir();
    try
    byte b[]=null;
    IWDAttributeInfo objAttinfo=null;
    IWDModifiableBinaryType binType=null;
    File f=null;
    FileOutputStream fos=null;
    if(wdContext.currentContextElement().getD1()!=null)
    b=wdContext.currentContextElement().getD1();
    objAttinfo=wdContext.getNodeInfo().getAttribute(IPrivateAttachView.IContextElement.D1);
    binType=(IWDModifiableBinaryType)objAttinfo.getModifiableSimpleType();
    f=new File(ff.getName()+"
    "+binType.getFileName());
    fos=new FileOutputStream(f);
    fos.write(b);
    fos.flush();
    fos.close();
    objMessageManager.reportSuccess("File uploaded to server");
    } catch (Exception e)
    objMessageManager.reportException("Unable to upload file to server, error is:"+e,false);
    return;
    The Uploaded file is stored in the folder & that folder is stored in the Server's following Path.
    <Your Server>\c$\usr\sap\J2E\JC00\j2ee\cluster\server0
    You can access your Uploaded file from the following Path
    <Your Server>\c$\usr\sap\J2E\JC00\j2ee\cluster\server0\FolderXYZ
    Regards
    Sagar Ingalwar

  • URGENT:currency conversion from oracle financials 10.7 to 11i

    Hey all, Any one has the idea about the currency conversion from oracle financials 10.7 to 11i?? how to handle it?? do we need seperate code for currency conversion or is there any software that we can use??

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Shenba ([email protected]):
    Hey all, anyone has idea how the currency conversion is handled during upgrade of
    for oracle financials 10.7 to 11i. Is there any software available or do we need to do coding for currency conversion.
    Thanks<HR></BLOCKQUOTE>
    null

  • Can't figure out why the "Do this automatically for files like this from now on" is disabled Compressed (zipped) Folders

    I recently had to uninstall and reinstall Firefox. Now with the new version it will not allow me to click the check box "Do this automatically for files like this from now on". The line is disabled and a light gray. I went into the Applications tab under options and can't find the Compressed (zipped) Folders file type either.
    I download a bunch of files for work and to have to click is going to be the biggest pain. Any help will be greatly appreciated!!

    Screenshot:

  • FM for Material number conversion from R/3 to APO in R/3

    Hi,
       Can anybody tell me conversion exit (function module) for Material number conversion from R/3 to APO in R/3 system. I mean i have 18 digit R/3 material number which i have to convert to 40 digit APO material number in R/3 system.
    Please suggest to win full points.
    Thaniks in Advance,
    Chandan Dubey

    Dear Chandan,
    Conversion Exits:
    CONVERSION_EXIT_MATN1_INPUT ....... If you are storing Material With Zeros
    Then concatenate it with 22 zeros. i.e. '0000000000000000000000000000'.
    For example:
    data : v_matnr type matnr,            "R/3 Material
           v_apo_matnr(40) type c,        "APO Material with 40 length
           v_zeros(22) type c. value '0000000000000000000000000000'.
    CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT'
           EXPORTING  INPUT          = v_matnr
           IMPORTING  OUTPUT         = v_matnr.
    concatenate e_mantr v_zeros into
                v_apo_matnr.
    Regards,
    Naveen.

  • Download file keeps asking to save although "Do this automatically for files like this from now " is checked

    After downloading a open office document from a server I always get the question to open or to save it. I checked to open the file after downloading it to a tempory map.
    After downloading another open office document I always get the same question even when I checked "Do this automatically for files like this from now ".
    Is there a possibility to get rid of the question?

    Cor-el
    Tx for the reply but no answer found in the article.
    "Once you have made a selection, checking the box "Do this automatically for files like this from now on." will cause the file type and action to be displayed in the Applications tab as shown below (in this example the selected application is TextEdit)."
    FF works like described in the quote but nothing about immediately opening the file with the specified program. I've tested several possibilities but I always get the question what to do before opening the file. The "automatically"-option doesn't work for open office.
    Any other suggestions?

  • Changing The Preview Image for File Types

    Is there any way for me to change the image that shows up as the preview for file types? For example, I use OpenOffice and all my .doc files show up as blank pages of paper, which I don't like. I've tried to change this to no avail, from using the "Get Info" window to within the program itself. Any help?

    If you have an image that you want to use, do a Get Info on it, select the image at the top of the box and then copy from the Edit menu. Then on your OpenOffice document do a Get Info and paste the image into the little image icon at the top of the Get Info box.

  • Ho do i unselect the "Do this automatically for files like this from now on." in the download dialog box?

    I have mistakenly clicked on the "Do this automatically for files like this from now on" in the download dialogue box. I want to open a pdf in adobe when I click on the link. currently the file just gets saved and I cannot change it. I have read thru the suggestions and gone into tools> options> applications and reassigned all of the pdf options to ask first and firefox still just downloads the files to somewhere. I don't want this option and I need to unselect the automatic box.
    How do i do so?
    I would really like to talk to someone on the phone.

    Ok, do this:
    #Go to www.getfirefox.com, and download Firefox. Install it over your current version of Firefox
    #After installing Firefox 18, then try to Reset.

  • When downloading a file, I select "Save File", but I'm unable to check the box label "Do this automatically for files like this from now on." The box is faded out. It's very tedious when you have to select "Save File" everytime

    Click on the file to download
    The "Open" Dialog Box pops up
    Select "Save File"
    Try to click on the box labeled ""Do this automatically for files like this from now on."
    The box is disable

    Hello melanie90, see : [https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file#w_changing-download-actions Changing download actions]
    thank you

  • Blogs for File content conversion in File Adapter

    hi all,
    Can some one give me the links for File Content Conversion for File to File Scenario. please.
    Thanks in advance.

    Hi
    For Sender
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    /people/sap.user72/blog/2005/01/06/how-to-process-csv-data-with-xi-file-adapter
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    SAP Help for sender
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    For Receiver:
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    SAP Help for receiver
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

  • My mac says that it has 40 gb of movies on it but when i finder search for file size, and for file type it gives me no videos

    My mac says that it has 40 gb of movies on it but when i finder search for file size, and for file type it gives me no videos or movies. I have called apple 3 times and each time they do the same thing and then do something that takes awhile to finish so we hang up and then it never works.
    Please Help

    each time they do the same thing
    And what thing might that be?

  • How to store and retrieve blob data type in/from oracle database using JSP

    how to store and retrieve blob data type in/from oracle database using JSP and not using servlet
    thanks

    JSP? Why?
    start here: [http://java.sun.com/developer/onlineTraining/JSPIntro/contents.html]

  • I need to transfer files applications etc from a Mac Book Pro to a Mac Book, but I want certain files/applicaitons to be available only under certain users. DO I transfer everything first then move it into different accounts or can I set up accounts first

    I need to transfer files applications etc from a Mac Book Pro to a Mac Book, but I want certain files/applicaitons to be available only to certain users. DO I transfer everything first then move it into different accounts or can I set up the different user accounts first & select what goes where when I migrate?
    Thx

    Do you have a backup that you can restore from? Your old hard drive seems to be the problem.

  • HT5019 Why can I not find a miniport to external monitor cable that works? I have bought for different types, two from Apple, cost me $300+ and still have no external monitor. Help, please.

    Why can I not find a miniport to external monitor cable that works? I have bought for different types, two from Apple, cost me $300+ and still have no external monitor. Help, please.

    What have you bought?
    What model Mac are you running?
    What input sources are available on the display you are connecting it to?

  • Trying to find answers for the question "Why is this file type blocked from being uploaded into SharePoint"

    At least once a month - sometimes much more frequently - I get calls from users asking why the file extension they "need" to upload to SharePoint is blocked.
    Most recently, it was a Microsoft Access database that the user was attempting to upload to a document library. Before that, it was a shortcut link (*.url). And so on.
    Is there a reference document which goes over the reasons why specific file types are blocked?
    Thanks!

    Each blocked file format has it's own reasons for not being allowed to be stored on a SharePoint library.
    Some of them are blocked because they would be processed by SharePoint Servers during the upload/download sequences, thus, possibly corrupting the system ( like dll files ). Others would cause Crawl to break ( url files ).
    The Access database files are blocked for two valid reasons. First, because saving "live" to those files using Windows explorer window ( WebDAV ) doesn't work. Second because SharePoint product managers want us to use SharePoint lists instead.
    And it does makes sense.
    If you're in the middle of a migration from file servers to a SharePoint solution, your people could use these situations to stop and think about it for a little:
    Really ? Now that we have SharePoint, couldn't we do things a little bit differently ?

Maybe you are looking for

  • Is Samsung SL-M2022W and HP Laserjet Pro P1102W airprint compatible?

    Hi Samsung SL-M2022W is mobile print compatible via samsung's ios app but is it airprint compatible? HP Laserjet Pro P1102W is not listed as airprint compatible in the airprint apple page but it is in the HP support. So anyone has experience in these

  • Error: The operation can't be completed because the original item cannot be found

    Hi folks. I had to get a new MacBook Pro (old one died twice in two weeks despite being loved and cared for) today (ouch-  skint!) and now need to install Final Cut Studio to it.  "No problem" thought I, "I will use Remote Disc!" Assuming that my eve

  • Does it backup BootCamp partition as well ?

    Unfortunatly, I would like to install Windows Xp with BootCamp to play some Games (LOTR, Half Life, C&C3) but i wonder if Time Machine will back up the partition as well and if i need to restore Leopard if he will restore Boot Camp with it ?

  • Discs with paper labels won't play in iMac

    I applied Avery paper labels on CDs for a client. Now, the CDs won't play in my iMac. I can hear the superdrive spinning on the CD, slow down to a crawl, then eject the disk. I lost the original content, so I need to retrieve the content to new CDs.

  • What is a facility number in ABAP HR.

    what is a facility number in ABAP HR. - please let me know the business definition.