Store a file in the BD (not CLOB, BLOB, ...)

Hi,
I do not know if there will be what I am trying to do. I'll tell you:
First: I need to create a file in the DB, which I will store a value that will be read from a PL/SQL. I do not want to store this file in a field in a table. I want to save as if it were a 'data type' or a 'function'.
Second: from a function or from a procedure, I want to read the value of the file and use It in the function or procedure.
Is it possible?
thanks very much

cat wrote:
Hi,
I do not know if there will be what I am trying to do. I'll tell you:
First: I need to create a file in the DB, which I will store a value that will be read from a PL/SQL. I do not want to store this file in a field in a table. I want to save as if it were a 'data type' or a 'function'.
Second: from a function or from a procedure, I want to read the value of the file and use It in the function or procedure.
Is it possible?
thanks very muchThis is another case of if you would state the business problem you are trying to solve you would get more useful feedback than simply asking if some pre-conceived technical solution is feasible or desirable.

Similar Messages

  • Does Photoshop CC store your files in the cloud?

    Hi, I want to buy Photoshop CS6 (but not all other creative apps).  Whilst there are some versions of Photoshop CS6 available from some web suppliers such as Amazon and Apple Store, it seems that the only way to keep the software up to date is to get Photoshop CC.  Is that right?
    If so, does Photoshop CC mean that you have to store all your files on the Cloud, or can I keep all my files on my desk top?  My preference is to not have anything stored on the cloud as I'm not sure who else can access it.
    Sorry if these are basic / silly questions but from reading all information so far, I'm pretty confused.  Thanks in advance! 
    Matt

    Support for CS6 will eventually be dropped, yes... and you won't be seeing any snazzy new features in CS6 either.
    You don't need to store any files in the Cloud if you don't want to. It works a bit like Dropbox, if you know how that works. So you can keep all your files locally!

  • Store my files on the creative cloud

    How can I store my files on the creative cloud? Is this option not yet availabe. I am also tryinhg to open the 'Behance tab' but everytime it continues to load but doesn't open anything.
    Thanks in advance.
    Amy Sutherland

    There are two ways to upload your files.
    To use the file syncing part of the Creative Cloud app sign up at the Early Access page here https://creative.adobe.com/earlyaccess.
    You can also upload files using a browser from the Files page at https://creative.adobe.com/files.

  • I created the XML file in Adobe Priemer Pro. Final Cut doesn't see this file. The file in the list not the active. Prompt please.

    I created the XML file in Adobe Priemer Pro. Final Cut doesn't see this file. The file in the list not the active. Prompt please.

    The XML format Premiere uses is not supported in FCPX. The only way I know of that may work is to go through FCP7 and then use 7toX to get to FCPX.

  • How to Store PDF files In the Oracle Database?

    Hi All,
    It is required for me to store the PDF files in the Database and retrieve it back whenever necessary.
    Also I need to store it with some security. So no one can read the content of the file.
    Please give me solution to these problems.
    Thanks

    vasav wrote:
    Hi All,
    It is required for me to store the PDF files in the Database and retrieve it back whenever necessary.Why not save the files to disk and store a link to the file in the database instead?
    Also I need to store it with some security. So no one can read the content of the file.Authenticate users requesting files.
    Please give me solution to these problems.There are many possible solutions for your requirements.

  • HT201250 Can I back up with time machine AND store additional files on the same external drive?

    I just bought an external drive to move and archive some files off my iMac to free up some space. I'm being asked if I want to use the drive to back up files with Time Machine. Can I use this drive to do both? (Back up with TM AND store other files?
    Your input is appreciated.

    Technically you can but it is not a very good idea at all. The reason it is a flawed idea is if the HD fails (not really if but when) you will have defeated the whole idea of backup. A failure means you will lose the data files you stored on it and it's backup! A good backup plan has at least 2 forms of backup because backups can fail too. I would strongly recommend getting at least one additional external HD and use it for storing the data files you wanted off the internal HD and use the second for a Time Machine backup drive.
    Personally I have 3 external HD's attached to my computer. Disk 1 is my Time Machine backup, Disk 2 is a Bootable Clone of my internal HD and Disk 3 stores my music, photography and movie libraries.
    Please read these articles, they will discuss different backup strategies and I think you will see that each suggest redundant backups.
    Backup Plan I
    Backup Plan II
    Backup Plan III

  • Best practise, do you store your files in the Filesystem, too?

    I hope you can answer my question? For three weeks we have all the objects in the Repository | | and on the filesystem. We have mapped the repository to the filesystem.
    Does that makes sense? Or should we delete all the data from the filesystem so that we haven't stored it redundant?
    What would you prefer?
    AND: Is it possible to start a script e.g. for creating a table out of the script which lies in the repository?
    Or for DBA things would it be better to store the scripts outside again?
    Thank you very much
    Henrik

    You should use the local file system only when you need to edit the files. However, the Repository will warn you if the file system and the repository stored files become out of synch.
    Store all the scripts in the Repository.
    You could associate a .sql file with sqlplus. Thus on opening the file from the Repository sqlplus would be started and ask for a username/password.

  • Store xml files in the database like Microsoft Access

    Dear friends,
    I have come up here with a problem. I have to insert xml files in the database like Microsoft Access.
    So would somebody help me out.
    The query syntax to insert file and then retreive it back from database.
    How would u do it with picture files?
    I am waiting for your help.
    Thanks in advance.
    Yours Truly,
    Khawaja Salman Sarfraz

    Large files are usually stored as binary large objects (BLOBS.) I think MS Access calls these Memo fields.

  • BSP + Store a file in the pc of the user

    Hello,
    I have programmed a BSP, where a User gives his name in a field and the BSP search information in the database and <b>save the data in the pc of the User</b>.
    The problem is, that when <b>I try to save</b> the data in the pc of the user, I get <b>exceptions</b>. I have tried with:
    CALL METHOD cl_gui_frontend_services=>gui_upload
    and
    CALL FUNCTION 'WS_DOWNLOAD'
    When I save the information in the AppServer, then, I don't have any problem (OPEN DATASET i_path FOR OUTPUT ...).
    <b>Is it possible to save the data in the pc of the user using BSPs?</b> Or should I programm such functionality in javascript?
    Thank you very much
    Markus

    HI
    In BSP you cannot use CL_GUI_FRONTEND_CLASS, This class can be used while working in SAP using GUI. Within the clas its checks for GUiID, which is not there while working with BSP.
    For File handling in BSP you have to make use of Class <b>CL_HTTP_RESPONSE</b>
    Refer to these links for Code of the same:
    Generate file .doc or .pdf as from a text
    /people/sap.user72/blog/2004/11/10/bsphowto-generate-pdf-output-from-a-bsp
    Cheers,
    Vijay Raheja

  • Why can't my new Macbook Pro not see individual MTS files on the sony cx700 flash drive? How do I get AVCHD MTS files off the camera not using imovie or FCP?

    Hi,
    I bought a new MacBook Pro (OS X version 10.8) recently to replace an older version. I work with different Sony cameras (Hard drive and flash drive storage), but when I connect the cameras (Sony Cx560, 700 and XR520) to the Mac it only shows an AVCHD icon. Usually you can see the individual files. We have 3 Macbook Pro's here and on 2 of them it works. Is there a setting or a driver I need to download for this new Mac? The other ones read it without intsalling anything.
    Thanks for any tips.

    There are two (and probably more than two) third party apps that will do this.
    1) ClipWrap
    2) Voltaic

  • App that stores Excel files on the iPhone

    Hi
    Can anyone recommend any please? A lot of the ones I have looked at on the App Store have bad reviews!
    Thanks

    Thanks for the replies.
    $9.99 is too expensive as it would just be for one spreadsheet I would need to view on my iPhone now and then.
    Need something that will store it on the phone rather than a cloud based download over the air one if you get me?
    Can't believe there isn't an option to store it on the phone natively?!

  • After I have matched my library to iCloud and have downloaded the new, supposedly better, files, many songs do not play completely through on my ipod.  Why?

    So, I signed up for Match because I wanted to upgrade my music files and replace broken, incomplete ones with clean, reliable ones from Apple.  Out of 16,660 songs in my library, only 648 weren't matched, which is just under 4%. I consider that to be pretty good, especially since I have a lot of covers and less popular music.  BUT, now after going through the Match 3 step process (which took a week the first time), deleting my original files and replacing them with the supposedly better files that were matched, I now have many songs that are not playing all the way through.  Now, here's the weird thing:  I deleted the offending songs from my iTunes, downloaded another copy of the file (which may or may not have been from the original source) and matched the newly downloaded files to Match.  When comparing the newer, upgraded Match file to the supposedly identical older version, most, but not all of the time, the newer version is several seconds longer than the old one.  This makes sense since the ones that play incomplete generally stop a few seconds before the end of the song.  But, this process of deleting and replacing songs is a pain, especially with the need to go through the upload/download process.  So, here's the thing:  I thought that the matching meant Match was matching my songs to the same songs in the iTunes store inventory.  So, how do I end up with different lengths????  Especially since these are the files in the Cloud, not the ones I downloaded.
    Judging from the many blogs I've read, this song cut-off issue is prevalent and, it appears, Apple hasn't seen fit to address it.  So, is there a fix, other than the process I go through?
    Thanks!

    Your milage may vary, but while downloading select Downloads in the left-hand column and make sure Allow Simultaneous Downloads is unchecked. This seems to help with partial downloads...
    tt2

  • How do I store and delete files on the iphone

    how do I store and delete files on the iphone

    Files/documents need to be stored/associated within an app on the iPad, unlike 'normal' computers there is no file system which allows you to save files with no means of being able to read/use them. So if you want to store a file on the iPad you first need an app on the iPad that supports that file type.
    How you then get the file onto the iPad and into the app will depend on what the app is and what transfer method(s) it supports. e.g. some apps use the file sharing section at the bottom of the device's apps tab when connected to your computer's iTunes, some apps support the transfer of files via your wifi network, the iBooks app uses the Books section of your iTunes (and the device's Books tab) to sync content, and other transfer methods include email attachments, Dropbox etc. The file is then found by going into your chosen app and opening/using the file.

  • I have an iMac with 2 internal drives and set-up with multiple user accounts.  How do I create a path to store data files on my second drive within an application?

    I have an iMac with 2 internal drives and a multiple user account set-up.  Hw do I create a path to store data files on the second drive within an application?

    This is the Mac mini forum not the iMac forum however...
    Applications written for average users like Photoshop, Word, i.e. GUI based applications provide a 'Save' dialog box which while allow selecting second drives or any drive. The dialob box initially shown might be in the simple mode but you just need to click on the triangle to show the full set of options. You should then see the different drive names amongst other options.
    If your referring to an application your writing yourself then you need to build a pathname. This can be in one of two styles depending on the programming system your using. This could be a POSIX style path or a Mac style path.
    POSIX = /Volumes/volname/foldername
    Mac style = Volname:foldername:

  • How to store any file in database using Forms? EVEN non OLE Compliant

    I have to store and retrieve any file (not only image and OLE compatilble file) in the database and retrieve it later without using Forms and email it using java stored procedure. How do I do that?
    I used OLE, but the problem with this is later when I retrieve it, some OLE specific control information is also retrieved, which means the data stored is not only pure data.
    In the forms, I just want to give the file name and it should store that file into the database as we do with READ_IMAGE_FILE. Is there any way of achieving this?
    Thank you.
    Bijay
    null

    Please refer to this link:
    http://www.dba-oracle.com/t_storing_insert_photo_pictures_tables.htm
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

Maybe you are looking for

  • Dynamic Dialog in a Dialog Participant Step for Workflow

    Hello All, I am trying to create a Dynamic Dialog in the dialog participant step for a workflow. so when a user has the Dialog participant step opened up, if they select from a drop down, it will make another textfield hide/show. In a component dialo

  • CALLING ALL DVD GURUS!

    Hey guys, Burning DVD's is all new to me never really had to do till now. But I'd like to ask just some general questions and clear some things up: -MPEG2 is the proper format for DVD, it contains both audio and video, right? -Will an MPEG2 play dire

  • Problem using number function

    Hi! I used Publisher Desktop to design RTF template for FSG report. I had to make comparison between two values in XML I got from FSG and based on their values show or hide a field in the report. I used following commands to get values in variables:

  • IE shows code from dreamweaver CS3 after uploading

    Hi guys Need help. I have coded a site in Dreamweaver CS3 and after I upload through the automatic upload everything goes perfectly fine until I view the site online through Internet Explorer. Through all other browsers the website comes through fine

  • How to Add New Object?

    HI, Any body can say how to add new object. For Example: The Document need to link with Invoice Transaction (T.Code: VF01, Table: VBRK/VBRP). Points will be rewarded, if information is useful. Tks Mani.