Download any file in the database column

Hi all

Is it possible that I can download any file in a column of data?

I use oracle forms 6i and oracle database 10g.

Kind regards

Atif Zafar

Dear Sir

You can select the built-in file using GET_FILE_NAME. And then copy the file into the database using HOST Directory integrated (using the CMD). After you copy the file in the database directory, you can call the procedure of database to update the database file.

Manu.

Tags: Oracle Development

Similar Questions

  • When I use the socks proxy in firefox, I can travel only and can not download any file from the internet.

    When I use the socks proxy in firefox, I can only navigate through internet and cannot download any file from the internet.

    I have no problem when using HTTP proxy servers and have no problem managing which connection to internet without proxy.

    I found this problem due to the integration of the browser evolved in the idm software, and when I turn this option off in idm problem will be solved

  • Download csv file into the database using apex

    Hi all

    I use apex 4 and express oracle 10g, I need to upload the .csv file in the database for one of my queries, I just discussion forum for solutions, I found too, but some how its does not work for me.

    below mentioned is error and the code


    ERROR:

    ORA-06550: line 38, column 8: PLS-00221: 'V_DATA_ARRAY' is not a procedure or is undefined ORA-06550: line 38, column 8: PL/SQL: statement ignored ORA-06550: line 39, column 8: PLS-00221: 'V_DATA_ARRAY' is not a procedure or is undefined ORA-06550: line 39, column 8: PL/SQL: statement ignored ORA-06550: line 40, column 8: PLS-00221: 'V_DATA_ARRAY' is not a procedure or is undefined ORA-06550 : line 40, column 8: PL/SQL: statement ignored ORA-06550: line 41, column 8: PLS-00221: 'V_DATA_ARRAY' is not a proc
    Error
    Ok


    CODE:
    DECLARE
    v_blob_data BLOB;
    v_blob_len NUMBER;
    V_POSITION NUMBER;
    v_raw_chunk RAW (10000);
    v_char char (1);
    number of c_chunk_len: = 1;
    v_line VARCHAR2 (32767): = NULL;
    v_data_array wwv_flow_global.vc_arr2;
    BEGIN
    -Read data from wwv_flow_files
    Select blob_content from v_blob_data
    of wwv_flow_files where filename = "DDNEW.csv";

    v_blob_len: = dbms_lob.getlength (v_blob_data);
    V_POSITION: = 1;

    -Read and convert binary to a char
    WHILE (v_position < = v_blob_len) LOOP
    v_raw_chunk: = dbms_lob.substr(v_blob_data,c_chunk_len,v_position);
    v_char: = chr (hex_to_decimal (rawtohex (v_raw_chunk)));
    v_line: = v_line | v_char;
    V_POSITION: = v_position + c_chunk_len;
    -When a whole line is retrieved
    IF v_char = Chr (10) THEN
    -Convert comma to: use of wwv_flow_utilities
    v_line: = REPLACE (v_line, ', ' :'); ")
    -Converting each column separated by: in the data table
    v_data_array: = wwv_flow_utilities.string_to_table (v_line);
    -Insert data into the target table
    EXECUTE IMMEDIATE ' insert into TABLE_X (v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11)
    "values (: 1,: 2,: 3: 4:5:6,: 7,: 8,: 9,: 10:11).
    USING
    v_data_array (1),
    v_data_array (2),
    v_data_array (3),
    v_data_array (4);
    v_data_array (5);
    v_data_array (6).
    v_data_array (7);
    v_data_array (8);
    v_data_array (9);
    v_data_array (10);
    v_data_array (11);

    -Remove
    v_line: = NULL;
    END IF;
    END LOOP;
    END;



    what I understand of it's system does not identify v_data_array as table for some reasons, please help me.



    initially the system was in error for hex_to_decimal, but I managed to get this feature on the discussion forum, and now it seems to be ok. but v_data_array problem is still there.



    Thanks in advance

    concerning

    Uday

    Hello

    Correct errors in your sample, I have

    Problem 1

    select blob_content into v_blob_data
    from wwv_flow_files where filename = 'DDNEW.csv'; 
    

    TO

    select blob_content into v_blob_data
    from wwv_flow_files where name = :P1_FILE;
    

    Problem 2

    EXECUTE IMMEDIATE 'insert into TABLE_X (v1, v2, v3, v4 ,v5, v6, v7,v8 ,v9, v10, v11)
    values (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11)'
    USING
    v_data_array(1),
    v_data_array(2),
    v_data_array(3),
    v_data_array(4);
    v_data_array(5);
    v_data_array(6);
    v_data_array(7);
    v_data_array(8);
    v_data_array(9);
    v_data_array(10);
    v_data_array(11);  
    

    TO

    EXECUTE IMMEDIATE 'insert into TABLE_X (v1, v2, v3, v4 ,v5, v6, v7,v8 ,v9, v10, v11)
    values (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11)'
    USING
    v_data_array(1),
    v_data_array(2),
    v_data_array(3),
    v_data_array(4),
    v_data_array(5),
    v_data_array(6),
    v_data_array(7),
    v_data_array(8),
    v_data_array(9),
    v_data_array(10),
    v_data_array(11);  
    

    And I have created table missing

    CREATE TABLE TABLE_X
      (
        v1  VARCHAR2(255),
        v2  VARCHAR2(255),
        v3  VARCHAR2(255),
        v4  VARCHAR2(255),
        v5  VARCHAR2(255),
        v6  VARCHAR2(255),
        v7  VARCHAR2(255),
        v8  VARCHAR2(255),
        v9  VARCHAR2(255),
        v10 VARCHAR2(255),
        v11 VARCHAR2(255)
      );
    

    Kind regards
    Jari

    Published by: jarola November 19, 2010 15:03

  • I can't download any file with the new Firefox. I tried to update again, but still I can not download anything. Thank you!

    bold text

    Impossible to download or save files

    first clear the download history and if it does not, check the other things

    Thank you

    Please check 'Resolved' the answer really solve the problem, to help others with a similar problem.

  • Downloading files from the blob column

    Hello

    I had the file it is implemented for the database blob column using the document below:
    http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html#85

    Now can someone please tell me how to download or view the file from the database blob column?
    I use jdev 11

    Thank you

    Hello

    At the end of your download method invoke:

    ActualExceptionIter.executeQuery ();

    Kuba

  • I can't download any pic and the file in my facebook.

    Why I can't download any pic and the file in my facebook. I started to realized about 1 month ago. Can someone advise me?

    Please contact the Facebook Support for help with this issue:

    http://www.Facebook.com/help/?page=220217228006012

    http://www.Facebook.com/help/

    http://www.thefacebookforum.com/

  • How to download any file

    When I want to download something. resemble videos and songs in mp3 format. I can not download any file, how can I download something? Please tell me

    Download a downloader (Download Manager) as a aDownloder application. Long press the video URL in the browser and select 'Share' in the context menu. Then select share with aDownloader (or any other Downloader application you install). This should start to download using the Download Manager application.

    This doesn't always work because some sites don't allow you to download videos. Give it a try.

    Use Firefox Addons Android

  • Font book opens each time I have download any file

    A strange, I know.

    I am running 10.11.3 El Capitan.  Whenever I download a file from the internet (any file as a PDF) in any browser, book loads fonts and a system "field of fonts 'Computer' can not be changed" error message

    I have download some fonts for a project (.ttf), and some had errors (and have been disabled). I have since deleted completely these fonts, leaving only the default system fonts.

    This error does not occur on connect my wife.

    I can't find any similar problem I have internet from trawling.

    In advance, thank you for your help

    Please read this message before doing anything.

    This procedure is a diagnostic test. It is unlikely to solve your problem. Don't be disappointed when you find that nothing has changed after you complete it.

    The test is intended to determine if the problem is caused by a third-party software that loads automatically at startup or logon, by a device, by a police conflict or corruption of system files or some system caches.

    Disconnect all devices wired except those required to test and remove all the expansion cards from secondary market, as appropriate. Start in safe mode and log on to the account of the problem.

    Note: If FileVault is enabled in OS X 10.9 or an earlier version, or if a firmware password is defined, or if the boot volume is a software RAID, you can not do this. Ask for additional instructions.

    Safe mode is much slower to boot and run as normal, with limited graphics performance, and some things work at all, including an audio output and a Wi - Fi connection on some models. The next normal boot can also be a bit slow.

    The login screen is displayed even if you usually connect automatically. You need your password to log on. If you have forgotten the password, you will have to reset it before you begin.

    Test in safe mode. Same problem?

    After testing, restart as usual (not in safe mode) and make sure you always have the problem. View the results of the test.

  • I can't download any version of the trial because they do not appear in the App window on creative cloud. Why?

    I can't download any version of the trial because they do not appear in the App window on creative cloud. Why?

    Thanks, Jeff

    I could solve the problem, it was some cs5 files I have it has not erased

  • Download a file on the web

    HELO,

    I need to download a file on the web and copy it to the file system (ex: download from http://172.26.20.22/test.csv to \\server01\teste.csv).

    I must do this by only using the pl/sql and java sources, I do call a pl/sql procedure and the server is not any component installed.

    I built a java procedure using java to download the file, but it gives me AccessControlException when you try to download.

    Someone can such me what permissions should I have to do? Is there another easier way?

    Thank you.

    This should be possible using the utl_http package. In particular, look at the request_pieces(); READ_TEXT(); read_line() and read_raw().

    Moreover, since the http protocol is relatively simple, you can switch to using utl_tcp, but I would try utl_http first, because it handles the redirection; Cookies; and authentication.

    Published by: taktang on February 10, 2009 19:36

  • Failed to add any file to the media player library

    Media Player

    everything worked so I have changed a setting. Now it won't add any file to the library, and it won't let me see, in the Middle window, what's in my playlists. I clicked on the playlist, but it will not preview the songs. somehow, I change the settings on the playlists and they came.

    Hi elmerhesse,

    Follow the steps in the following article in the Microsoft Knowledge base to resolve the problem:

    You cannot view, add, or delete items in the library of Windows Media Player 11

  • Computer does not start up___Can I download this file from the Microsoft Web site. I put the XP CD in and it starts downloading files but it asks what windows installation I want to and don't gives me one option other than press "Enter" to abandon.

    My laptop does not start at the top. It indicates that the following file is missing or damaged WINDOWS\SYSTEM32\CONFIG\SYSTEM.

    Download this file from the Microsoft Web site. I put the XP CD in and it starts downloading files but it asks what windows installation I want to and don't gives me one option other than press "Enter" to abandon.

    See if anything here helps-

    How to recover a corrupted registry that prevents Windows XP startup
    http://support.Microsoft.com/kb/307545

    Install and use the Recovery Console in Windows XP
    http://support.Microsoft.com/kb/307654

    See also

    How to Troubleshoot Registry Corruption issues
    http://support.Microsoft.com/kb/822705

    How to fix a missing or corrupt Windows\System32\Config\System file
    http://xphelpandsupport.MVPs.org/how_do_i_repair_a_missing_or_cor1.htm

    TaurArian [MVP] 2005-2010 - Update Services

  • Whenever I try to download a file from the internet it get the same message everytime "he could not open the Internet Explorer Web site.

    Loading of the Internet

    Whenever I try to download a file from the internet it get the same message everytime "he could not open the Internet Explorer Web site.  The site requested is either not available or cannot be found.  "Please try again later ' this happens for all sites, I try to download from... Please help.

    Hello

    To work around this problem, follow these steps:

    1. start Internet Explorer.
    2. on the view menu, click Internet Options.
    3. on the Advanced tab, clear the do not save encrypted pages on the
    disk check box.
    4. go to the page where you received the error.
    5. right click on the file link, click on save target under, select one
    destination and then click Save.
    Good luck!

  • Do not have permission to download a file during the download of Adobe Acrobat 9 trial operation

    I tried to download a trial version of Adobe Acrobat 9.  He told me that he will use Akamai Download Manager.  When to arrive at the point of click 'Download now' a dialog box appears saying that he wants to save a file (acropro90_efg) on a drive.  When I hit save, the system tells me that I "don't have permission to download a file in the directory."

    I'm the administrator of this system of pc.

    It gives you the opportunity to select a desired directory? Have you tried clearing your temporary files directory? Click Start, type % temp % remove the contents of this directory and try to save again.

    In addition, you can try setting correct permissions on the default directory where files are saved. Right click on the downloads for example folder and click Properties > sharing > make sure that everyone is checked

    The following article refers to Adobe Creative Suite 4, but also applies to Adobe Acrobat:

    http://kb2.Adobe.com/CPS/527/cpsid_52724.html

    Andre Da Costa http://adacosta.spaces.live.com http://www.activewin.com

  • Download large files from the internet

    I can't download large files from the internet in Windows 7 to SBS 2003 domain. What is the solution?

    Hello

    Thanks for giving an opportunity to help you with your concern for Windows to Microsoft Community!
     

    The question you have posted is better suited for the TechNet forums. I suggest you to report the issue in the following link for assistance:

    http://social.technet.Microsoft.com/forums/en/smallbusinessserver/threads

    I hope that helps!

    If you need help on Windows please keep us informed.

     
     
    We will be happy to help you!

Maybe you are looking for