Search in the contents of a file that is uploaded.

Hi all

Y at - there no method in which one can search for a word or phrase in the content of the file that is downloaded into the database as a blob content?
The file is uploaded using the upload element and is stored in a database as a content of the blob. If I want to search for a word or phrase in this file, is this possible? If so, could you please tell me how.

Thank you
Vignesh

Vignesh,

Dene is an excellent example of how to do it here:
http://HTMLDB.Oracle.com/pls/OTN/f?p=31517:76

Kind regards
Dan

http://danielmcghan.us
http://sourceforge.NET/projects/tapigen
http://sourceforge.NET/projects/plrecur

You can reward this answer by marking as being useful or correct ;-)

Tags: Database

Similar Questions

  • Merge the contents of a file that is updated separately?

    Is there a simple way in RoboHelp to have a placeholder in a section where the contents of a separate (for example, HTML or Word) source file gets displayed as if the source file changes, the content in the topic is updated when the project is rebuilt?

    In other words, I have an HTML page in my project with text, then a reference any who captures the contents of another file and which draws without a manual import?

    It would depend on the version of RoboHelp you use, that's why we are asking people to say that in the new talks. See before posting.

    If you talk about RoboHelp 8, then it is easy to do. See RoboHelp tour on my site and look for the bit on iFrames.

    I think it can be done in earlier versions, but may be more difficult. I know someone who will advise you on this if you do not post saying that you are using an earlier version.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • A user to our small business reports that she one day noticed that the contents of its files to Outlook Express disappeared. Records are intact, but the messages have disappeared.

    Outlook express content of some files went

    A user to our small business reports that she one day noticed that the contents of its files to Outlook Express disappeared.  Records are intact, but the messages have disappeared.  Strangely, what happened to half of its files; the content in the other half is still there.

    She uses Outlook Express 6.
    Suggestions?
    Pamela

    In addition to comments of Bruce, likely OE compacted messages and in doing so, he probably wiped out the where they are absent.  Check your Inbox and message store bak files which are backups dbx files prior to compaction (see www.oehelp.com/OETips.aspx#2).  If you cannot find the bak files, then you will probably use the extract of the service drive of my DBXpress program (see www.oehelp.com/DBXpress/).

    Steve

  • the contents of this file cannot be decompressed the executable file that you are attemptiong to run

    The contents of this file cannot be decompressed the executable file you are trying to run has been corrupted you can get another copy of the file check its integrity and try again.

    You have not told us what you're doing or what program you are trying to use...

  • How to compare the content of two files so I can delete duplicate records

    I'm trying to clean up several subfolders with duplicates without looking at the details of each record.  Is it possible in Windows XP to compare the content of two files whether they are an exact replica.

    Hi rav42010,

    Follow the steps in the article.

    Description of the tool in Windows XP disk cleanup

    http://support.Microsoft.com/kb/310312

    You can also use third-party app to perform the task using your favorite search engine.

    Note: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

  • I lost all the contents of my files when I moved a folder to a new folder.

    I lost all the contents of my files when I moved a folder named my file which was a lot of archive folders inside subfolders to another folder named Folder1 My, who was not in the archive folders...  I have a copy of my portable hard drive on a hard disk, how can I recover the lost files from it?  I have Outlook 2010 and Windows XP Pro.

    Hello

    1. What do you mean, you have a copy of the portable hard drive on a hard disk?

    2 do you mean that this means that the files that has been removed from your computer are always present in your portable hard drive? And you want to copy the files on your computer?

    Try to find if the files in the recycling bin. Also if the files are present in your computer and have not got deleted follow the link below to

    Search for files and folders in Windows XP

    http://support.Microsoft.com/kb/308895

    It could be useful!

  • The content of these files can be deleted?

    The content of these files can be deleted?

    In the Finder, and then to the library I have two files, one is called caches and cookies to others.  What is inside them can be deleted?

    I have an iMac running macOS Sierra 10.12.

    Thank you

    Select this option.

    There are actually several 'library' files in the Finder and it is better that you don't mess with them.  Most browsers have ways to delete the cookies in the browser itself and adjusting the size of browser cache.  Caches speed up the operation of the computer, and unless you have a specific problem, you have not and should not, remove them.  At best he probably will do nothing, and at worst you may have to reinstall your operating system.

  • Add the contents of a file to another

    How can I add the content of an Indesign file to the contents of another file. I want to transfer one single file at the end of another.

    I tried to place but that just seems to integrate the file into a blok.

    Use the Pages panel - and with the two files open, choose move Pages and then in the dialog box select the document that you want to move the pages to.

  • I have Adobe Acrobat Standard DC and I would be able to reduce the size of PDF files that I could with Adobe Acrobat Professional. Reduce size PDF with Adobe Acrobat Standard DC file? If Yes, where is the button? PRO button was in the "D".

    I have Adobe Acrobat Standard DC and I would be able to reduce the size of PDF files that I could with Adobe Acrobat Professional. Reduce size PDF with Adobe Acrobat Standard DC file? If Yes, where is the button? IN Pro, the button was in the drop down "Document"... Thanks for the tips, Bob

    Hi Robert,.

    Please visit the following link: https://helpx.adobe.com/acrobat/using/optimizing-pdfs-acrobat-pro.html

    Kind regards

    Rahul

  • I can't delete some files that I uploaded to the server. What should I do?

    I can't delete some files that I uploaded to the server. I get a notice: FTP an error occurred - cannot delete the PDF download server folder. Operation failed. The directory is not empty, or there may be a permission problem.

    What should I do?

    Try to delete the files in your folder first.

    If there is a permissions problem on the server that you cannot delete files, you need to contact your Site Administrator (if you have one) or your Web hosting provider.

    Nancy O.

  • Read the contents of a file (via the)

    Hello

    I need to read the contents of a file (.txt, or better, .jpg) and write again in another file.

    I have this code (in Javascript):

    Conn = new Socket;

    Conn.Encoding = "BINARY";

    If (conn.open ("127.0.0.1:8888")) {}

    Conn.Timeout = 30;

    Conn.writeln (' GET variousFiles/file.jpg HTTP/1.1 "");

    response = conn.read (999999);

    Conn.Close ();

    var file = new File("C:/APPS/New_File.txt");

    leader. Encoding = "BINARY";

    var open_file = file.open("w+");

    leader. Write (Reply);

    } else {alert ("error:" + conn2.error) ;}}

    However my new file is always empty, because I can not read the contents of the first file.

    My variable ""answer " is always empty. "

    Thank you and best regards.

    Hi Bob and Muppet,

    below are my new code:

    conn2 = new Socket;

    If (conn2.open ('127.0.0.1:8888', 'BINARY')) {}

    conn2. Timeout = 6000;

    conn2. Write ("GET /Temp1/file.jpg HTTP/1.0\n\n");

    reply2 = conn2.read (999999);

    conn2. Close();

    } else {alert ("Error:" + conn2.error) ;}}

    This seems to work perfectly, I managed to read the jpg file.

    Thank you

  • Search does not work for numbers in the contents of a file

    Windows 7 search doesn't seem to work for partial digital channels.

    I put 123456789 inside a text file.

    Search works only if I find the exact numeric string that is content: 123456789

    If I try to get 34567 (content: 34567) it will not find the file.

    Any ideas?

    [edit: I found a way without using the command prompt.]  See the answer later.]

    Windows 7 Search can only search successfully if the string is entered in the text separately, except that the string can be the beginning of a string that appears in the text.  This behavior is true for the text in general, not just the numbers.  Other than downloading some other utility search (there are many of those who are free), you can use the command prompt, navigate to which you want to search for (if you have not done this before, you'll learn stuff here) and enter:

    Findstr /s /m 34567 * > c:\results.txt

    The/s is to allow the search subdirectories (subfolders).  The / m is to remove the display of all the lines of text containing a match and just show the file names (and subdirectory paths).  The * is to indicate that you want to search all files in the current directory.  You could put *.txt to restrict the search to the text files, for example.  The > c:\results.txt part is to take the results of research and rather than display them on the screen, save them in a text file named results.txt on drive C.

  • Profile of files and records are too big - how to move the contents of other files/folders?

    I have a large Inbox and have moved all content in Thunderbird to a new folder I created under local folders. When I go on my windows file system and look in the profile folder, I found that the file/folder Inbox is always MASSIVE, even if I moved ALL the content in a completely new folder inside Thunderbird.

    Why is this? And how can I move all of my old emails to another folder inside Thunderbird as the original Watch windows file Explorer Inbox folder folder/now are low, with the new file/folder wholesale?

    Any help or advice appreciated...

    Rgds, Dave.

    Right-click on the Inbox in Thunderbird in the folders pane, and then select Compact... Messages are not physically deleted from the folder until you do this.

  • How to clear the contents of a file

    Hello

    I have a file that includes some characters written in it, I want to delete the file, how can I do this?

    Say that I called "LabVIEW" Word, I need to erase this word and end result should be the empty file.

    I need to replace the content by writing "OR" in the file, but when I do this I still find other characters of the word of LabVIEW.

    Thanks in advance

    There is a difference between your method and mine. My method will move the EOF marker so that it gets placed after all what I have written in the file, which in this case is the empty string. With your method the EOF marker is not moved. To perform the equivalent operation with your code, you will need to use the right to set file size after the write function to set the file size to the length of the string that you wrote in the file. Or, you can use the unique feature that I did.

  • Why my Windows Media Player uses Japanese to identify the contents of a CD that I play?

    When I insert an audio CD into my E drive and try to play it, the contents of the disc is all displayed in Japanese that I can't read.  How can I reset my computer so that the title of the CD and the content is in English?

    Hello

    Thanks for posting your query in Microsoft Community.

    From the description you provided, I understand that when you play the audio CD, the content of the disc appear in Japanese language.

    1. What is the operating system installed on your computer?

    2 have had any changes made to the computer before the show?

    Please follow the steps and check out them.

    (a) click Start, in the search box, type Windows turn features on or off.

    (b) click on turn Windows features on or OFF.

    (c) access to media features and uncheck Windows Media Player.

    (d) click OK, restart the computer

    (e) now go to multimedia functions and place a check next to Windows Media Player.

    (f) click OK, restart the computer

    Using the windows-related issues feel free to post on the Microsoft Community Forum.

Maybe you are looking for