Name and Filename under wwv_flow_files

Hi all,
I am working on uploading csv file to apex by following some threads here and has no problems to load the file. But there is a nagging question: under wwv_flow_files , name column has Fxxxxxxx/yourdocname format to ensure distinct record. If I use filename, sometiems I will get multi records eror because wwv_flow_files was not cleaned up correctly. Is it possible to do a query like the folllowing? how to get that Fxxxxxx ?
select blob_content into v_blob_data
from wwv_flow_files where name = 'Fxxxxxxx/yourdocname ' ;
thanks.
Wanwan

wanwan63 wrote:
how to get that Fxxxxxx ?It's the value of the file browse item used to upload the file.

Similar Messages

  • Mac OS X disallow same folder name and filename under the same directory

    I noticed Mac doesn't allow me to create the same filename and folder name under the same directory.
    Seems like this constraint is unique only to Mac since I can do it in Unix and Windows.
    Why is this so?
      Mac OS X (10.4.9)  

    In Windows, there's probably a normally hidden extension being added to the file and/or the folder.
    In Unix, I'm NOT able to create both file "foo" and folder "foo". What version of Unix are you using that allows this? (Mac OS X is built on top of Unix.)
    One workaround would be to give the file a reasonable extension; foo.txt or foo.doc or foo.jpeg or whatever.
    Doug

  • Full path and filename in wwv_flow_files after upload from UNC path in IE

    I have a page with a file browse item. After page submit I move the file from wwv_flow_files to another table.
    Normally the column wwv_flow_files.filename only contains the filename. However, when using IE9 and selecting a file from an UNC path the column contains the full path+filename.
    Does anybody have an idea what happens here?
    How can I make sure I only get the filename?
    Using Apex 4.02.007
    Edited by: Rene W. on Feb 28, 2013 6:39 AM

    Rene W. wrote:
    I have a page with a file browse item. After page submit I move the file from wwv_flow_files to another table.
    Normally the column wwv_flow_files.filename only contains the filename. However, when using IE9 and selecting a file from an UNC path the column contains the full path+filename.
    Does anybody have an idea what happens here?
    How can I make sure I only get the filename?For security/privacy reasons recent versions of browsers by default do not send local file path information from File Browse items to the server, nor expose the file path in the control's JavaScript methods. Firefox, Safari and Chrome only provide the filename. IE6 & IE7 still yield the path in Windows format. IE8+ and Opera have adopted an irritating approach of replacing the path with a wholly imaginary "C:\fakepath\"—and this monstrosity has sadly had to be enshrined in the HTML spec. A reasonably compatible way to strip the path in JS is provided there, or you should be able to do it fairly easily in PL/SQL when moving the file.
    The fact you are getting the full path suggests that the IE security config setting "Include local directory path when uploading files" (or IE9 equivalent) is used in your browser/environment to enable the path to be exposed in IE. This may be necessary to support dismal legacy applications. Consult whoever is responsible for browser security configuration at your site to see why/if this setting is necessary.

  • How to show surveys name and responses under curret subsite by Java object model in the CEWP

    Hi All,
    I need to show the name of surveys, their description and all responses against the survey  under my current sub-site.
    As I think there is no such out of box web-part available in SharePoint 2010.
    1. Can I get it by using java script client object model and place that in CEWP?
    2. Could I get code for this need?
    Naimish

    Sorry For late reply, I have managed to get needed out put.
    Thank you Hemendra.
    =====================
    <script ='/_layouts/SP.js' type='text/javascript'>
    ExecuteOrDelayUntilScriptLoaded(retrieveAllListProperties, "sp.js"); 
    function retrieveAllListProperties() {
        var clientContext = new SP.ClientContext.get_current();;
        var oWebsite = clientContext.get_web();
        this.collList = oWebsite.get_lists();
        clientContext.load(collList);
        clientContext.executeQueryAsync(Function.createDelegate(this, this.onQuerySucceeded), Function.createDelegate(this, this.onQueryFailed));
    function onQuerySucceeded() {
        var listInfo = '';
        var str="";
        var columns = 3;
        var listEnumerator = collList.getEnumerator();
        str += '<table  style="width:1000px" border="1" cellspacing="1" cellpadding="5">'
        str += '<td style="font-size:14.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;color:red">' +  'Survey Title' + '</td>'
        str += '<td style="font-size:14.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;color:red">' + 'Survey Description' + '</td>'
        str += '<td style="font-size:14.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;color:red">' +  'Total Responses'+ '</td>'   
        while (listEnumerator.moveNext()) 
            var oList = listEnumerator.get_current();
            if(oList.get_baseType() == 4)
            {   str += '<tr>'
                //listInfo += 'Survey Title: '+oList.get_title() +'------'+' Description: '+oList.get_description() +'------'+ ' Total Responses: ' + oList.get_itemCount();
                str += '<td>' +  oList.get_title() + '</td>'
                str += '<td>' +  oList.get_description() + '</td>'
                str += '<td>' +  oList.get_itemCount() + '</td>'
                str += '<tr>'
                str += '</tr>'
        str += '</table>'   
        document.getElementById("demo").innerHTML = str;
    function onQueryFailed(sender, args) {
        alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    </script>
     <span id="demo" style="float:left;">Survey</span>

  • I was given a nano and need to set up name and sync under me; how do I do this, undoing the link to the person I got it from?

    I am currently looking at the manual under syncing with itunes, step 2 and it does not pull up for me to automatically to be able to put my info in so I am assuming it is using prior users.

    Hello Jenamin,
    After reviewing your post, I have located an article that can help in this situation. It contains helpful advice concerning restoring devices:
    Restoring iPod to factory settings
    http://support.apple.com/kb/ht1339
    Additional Information
    How to rename your iPod
    iPod does not appear in iTunes or on the desktop, an exclamation point or sad iPod icon appears onscreen
    iPod only shows an Apple logo and doesn't start up
    Your Windows PC doesn't recognize iPod
    iPod doesn't appear in iTunes or on my Mac desktop
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • User Name and Password in weblogic realm while invoking a web service

    Hi,
    I deployed a rpc web service using WLS 7.0 SP2 in HP-UX 11 environment. When I
    invoke the web service through my browser (IE 6.0) using the web services url,
    it brings my service method correctly. From there, if I click the invoke button
    it asks me for a network user name and password under "weblogic" realm??? If I
    provide the admin user credentials (which I supplied while creating my domain)
    it is not accepting that it keeps popping up this network user password window
    over and over. Not sure which username/password I have to provide here to see
    the result of my service.
    If I try to invoke the web service through my client (static) I am getting a connection
    refused exception. I guess either way, I am not able to access my web service.
    In the attached file, I have cut and pasted the client stack trace as well as
    the server log trace from weblogic.
    Any ideas would be highly appreciated.
    Thanks,
    Ganesh
    [errorstacktrace.txt]

    I think the client is not able to do a HTTP POST
    to the WLS server but it can do a HTTP GET.
    I dont know why.
    http://manojc.com
    "Ganesh" <[email protected]> wrote in message
    news:3eba91bc$[email protected]..
    >
    Hi,
    I deployed a rpc web service using WLS 7.0 SP2 in HP-UX 11 environment.When I
    invoke the web service through my browser (IE 6.0) using the web servicesurl,
    it brings my service method correctly. From there, if I click the invokebutton
    it asks me for a network user name and password under "weblogic" realm???If I
    provide the admin user credentials (which I supplied while creating mydomain)
    it is not accepting that it keeps popping up this network user passwordwindow
    over and over. Not sure which username/password I have to provide here tosee
    the result of my service.
    If I try to invoke the web service through my client (static) I am gettinga connection
    refused exception. I guess either way, I am not able to access my webservice.
    In the attached file, I have cut and pasted the client stack trace as wellas
    the server log trace from weblogic.
    Any ideas would be highly appreciated.
    Thanks,
    Ganesh

  • When I try installing Firefox 6.0 from the binary file, a box with "Run As" in the type field appears, which asks me for user name and password. Please advise about the course of action that I should take.

    Trying to run it as the current user, or as one from a different account(administrator in this case) also doesn't work.

    I think the client is not able to do a HTTP POST
    to the WLS server but it can do a HTTP GET.
    I dont know why.
    http://manojc.com
    "Ganesh" <[email protected]> wrote in message
    news:3eba91bc$[email protected]..
    >
    Hi,
    I deployed a rpc web service using WLS 7.0 SP2 in HP-UX 11 environment.When I
    invoke the web service through my browser (IE 6.0) using the web servicesurl,
    it brings my service method correctly. From there, if I click the invokebutton
    it asks me for a network user name and password under "weblogic" realm???If I
    provide the admin user credentials (which I supplied while creating mydomain)
    it is not accepting that it keeps popping up this network user passwordwindow
    over and over. Not sure which username/password I have to provide here tosee
    the result of my service.
    If I try to invoke the web service through my client (static) I am gettinga connection
    refused exception. I guess either way, I am not able to access my webservice.
    In the attached file, I have cut and pasted the client stack trace as wellas
    the server log trace from weblogic.
    Any ideas would be highly appreciated.
    Thanks,
    Ganesh

  • EBS 7.3 "Could not authenticate this user name and password, try again"

    I have just install Sun StorEdge Enterprise Backup Software 7.3 on a new Solaris 10 (06/06) system. I have installed the following packages with no errors: SUNWebsc (Client), SUNWebsn (Storage Node), SUNWebss (Server), SUNWebsm (Man pages) and SUNWebsg (Console).
    I have executed the �nsraddadmin� command for both root and administrator.
    I start the web browser with http://<hostname>:9000 and the java software loads with no errors. But when I try to login for the first time with administrator/administrator, I get the follow error:
    ERROR: Could not authenticate this user name and password, try again�

    I think the client is not able to do a HTTP POST
    to the WLS server but it can do a HTTP GET.
    I dont know why.
    http://manojc.com
    "Ganesh" <[email protected]> wrote in message
    news:3eba91bc$[email protected]..
    >
    Hi,
    I deployed a rpc web service using WLS 7.0 SP2 in HP-UX 11 environment.When I
    invoke the web service through my browser (IE 6.0) using the web servicesurl,
    it brings my service method correctly. From there, if I click the invokebutton
    it asks me for a network user name and password under "weblogic" realm???If I
    provide the admin user credentials (which I supplied while creating mydomain)
    it is not accepting that it keeps popping up this network user passwordwindow
    over and over. Not sure which username/password I have to provide here tosee
    the result of my service.
    If I try to invoke the web service through my client (static) I am gettinga connection
    refused exception. I guess either way, I am not able to access my webservice.
    In the attached file, I have cut and pasted the client stack trace as wellas
    the server log trace from weblogic.
    Any ideas would be highly appreciated.
    Thanks,
    Ganesh

  • Names and Passwords not saving

    I have dowloaded an App but even though i have selected yes to Names and Passwords under settings/safari/Passwords & AutoFill the name and password under the app is not being saved.  Other people are not having this same issue

    Resolved - it is the priace button that needs to be selected which appears when you select the tabs on the right bottom side of th screen

  • Connecting to SMTP mail server using user name and password in java

    Hi,
    I am trying to send mail using SMTP server in java.
    But my SMTP server only allows valid users to send mails. I need a way to pass my user name and password to my SMTP server.
    How do I do this ?
    Thank you
    Ramesh

    I think the client is not able to do a HTTP POST
    to the WLS server but it can do a HTTP GET.
    I dont know why.
    http://manojc.com
    "Ganesh" <[email protected]> wrote in message
    news:3eba91bc$[email protected]..
    >
    Hi,
    I deployed a rpc web service using WLS 7.0 SP2 in HP-UX 11 environment.When I
    invoke the web service through my browser (IE 6.0) using the web servicesurl,
    it brings my service method correctly. From there, if I click the invokebutton
    it asks me for a network user name and password under "weblogic" realm???If I
    provide the admin user credentials (which I supplied while creating mydomain)
    it is not accepting that it keeps popping up this network user passwordwindow
    over and over. Not sure which username/password I have to provide here tosee
    the result of my service.
    If I try to invoke the web service through my client (static) I am gettinga connection
    refused exception. I guess either way, I am not able to access my webservice.
    In the attached file, I have cut and pasted the client stack trace as wellas
    the server log trace from weblogic.
    Any ideas would be highly appreciated.
    Thanks,
    Ganesh

  • Made a bad change to login options under user preferences, changed from "List of users" to "Name and password". I shut the computer down, now I can't login in when I turn the computer back on.  What can I do to fix this problem?

    Have Migrated data from IMAC to Macbook twice.  Because I had too many admin ids under user and accounts preferences, I was trying not to delete the extras but that they wouldn't all show at login time.  Under Login Options, I clicked out  "List of Users" and clicked in "Name and password".  Can't remember whether I did anything else.  I shut down the computer and turned it back on to test the change.  I get a dark grey screen with all my admin ids in circled pictures plus one for guest, but doesn't let me do anything with any of the admin ids.  I clicked on any one and nothing happens.  IF i click on the guest circle, it gives me a message that the computer will restart with only Safari allowed.
    Since I haven't been able to connect my macbook to my IMac so I can login to the macbook through the Imac, I can't get to my macbook.  There must be a way to fix this problem.  I expected to see places to enter name and password but nothing is allowed to enter.  Please help!

    First thing I would do would be to boot in to Lion Recovery (Command+R on boot) and run Disk Utility, both disk and permissions repair.

  • Adding a second household iMac under my owner name and iTunes account?

    We have 2 iMac's in the house. To simplify things, I added all the household iphones and ipads and ipods of the family only to my imac machine, and only under my itunes account.
    So when ever the family wants to add apps, movies, anything in itunes, I use my only imac to do this since all itunes purchaes are only under my one itunes account. All our household-family i-Devices are registered under my itunes account, so that everything I purchased can be easily added or shared between any one of the household i-devices.
    But.... on our second household imac, that iMac was originally registered under one of the kids name. They do not use itunes on their iMac (the second machine).
    If they want music or movies, or apps added to their iphone, we plug that into my imac only so everything can be shared via only my itunes account (remember, all the iphones and ipads are registered to my itunes account only).
    So they never plug their i-Devices into the second household imac, only mine.
    Soooo.... I was wondering if I factory-restore the second household imac, fire it up, and re-register that second Imac under my name and itunes acct, would this make it possible to also share all of my itunes purchases (mirror) onto that second iMac in the house?
    So in that way, they could use the second iMac and itunes mirrored on the second machine (having re-registered to my account) to load itunes stuff onto their i-Devices?
    In other words, if a person had two imacs that they owned, both registered to one owner, then signed into itunes on both machines with only their itunes account info, would that extend the itunes stuff in iMac #1 to iMac #2?
    Like having two or more iPhones under one itunes account (for sharing purchases), does this method also work for two (or more) iMacs as if both were owned by one person.
    I know.... there are probably other ways to share itunes purchases between machines and different accounts, but I hoped to keep it simple. Just have both imacs under my name, my one itunes account. Wouldn't that be fairly easy?
    When we added the other iPads and iPhones under my machine, under my itunes account, that method has worked great for sharing.
    So if someone wants songs. movies, whatever purchased under my itunes account, added to their i-Device, they just bring it to me and tell me what they want as far as music/apps/movies, and I easily add it to their i-Device. No pain, no sweat.
    I just wanted to "also" add that ability to a second imac in the house. And thought to do so, I could just factroy-restore that second imac, and re-register it under my name only, both machine now under one owner. Then fire up itunes and sign into my itunes account on the second machine.
    PS. factory restoring this second iMac is not an issue since about the only thing we would have to save off and transfer are their safari bookmarks.
    Oh.... And since my iMac has been updated to Lion via the app store, could a second machine registered under my name also share that same app store Lion upgrade? Or is Lion one upgrade per machine, per the same owner? Not installable on two machines, under that same owner?
    (Buying Lion a second time is no big beal, however)
    But mainly, my question is with re-registering that second iMac under my name, as with the first imac.
    Or think of it as if I were to buy someones used iMac, and add it to my ownership.
    Can iTunes then be shared or mirrored between two iMac's? One owner?

    I guess my issue then is just with itunes...
    I was looking at the solution the long way around originally, I guess.
    I read somewhere that one could have 5 computers (iMac's in my case) under one itunes account.
    But the i-Devices can only be linked or synced to one computer.
    Sounds fair.
    So... on this second iMac, how can I mirror my itunes media to that second machine?
    The easiest way.
    Can that be done?
    So my itunes media can be accessed on both iMac's?
    That second iMac can be apple-registered to the other family member, and still can be setup to acces "my" itunes media?
    BTW.... I do have my itunes media-purchases on an external hard drive already. Always have done it that way.
    I was hoping I could "share" that itunes media drive between the two machines. My itunes account.
    So no matter what computer a device (iphone) is synced to, the same "itunes" media will be available for syncing,
    mirrored, between the two computers?

  • HT1911 Someone else set up my itunes account for me and I cant remember the Apple ID, the Password, or the name he put under it all. How do I get back into my iTunes account???

    Someone else set up my iTunes account for me and I can't remember the Apple ID, the Password, or the name he put under it all. How do I get back into my iTunes account???? Or at least a number to call to get back???

    Go to Settings>Store>Apple ID, tap the ID shown, sign out, sign back in using the alternate ID.

  • How can i get my name to appear under devices in itunes. It got deleted, and I can't get it back on.

    I'm trying to get my name to appear under devices in itunes for my iphone. It got deleted, and I can't get it back on.

    You need iTunes version 11+.
    iPad not appearing in iTunes
    http://www.apple.com/support/ipad/assistant/itunes/
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/TS1567
    IOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    Apple - Support - iPad - Syncing
    http://www.apple.com/support/ipad/syncing/
     Cheers, Tom

  • I had an app created by a friend and submitted under his name as the developer.  We need to transfer the app to me. I wanted to confirm the current proceedure for transferring ownership of an app.

    I had an app created by a friend and submitted under his name as the developer.  He is no longer doing apps so we need to transfer ownership of the app to me under my name. I found an explaination from June 11, 2013 from The App Store team and wanted to confirm if this is the current proceedure. (see below) Thank you.
    "Starting June 11, 2013 this has officially become possible. Here's the official note:
    Dear developer,
    Apps can now be transferred from one developer to another within iTunes Connect, for example after an acquisition or when a distribution deal expires. Transferring the ownership of an app does not affect the app’s availability on the App Store. All ratings and reviews will be transferred and your customers will continue to have access to all available app updates.
    To transfer an app, go to the app’s App Summary page in the Manage Your Applications module on iTunes Connect and click Transfer App. Make sure that:
    • Your account is active
    • You have accepted the most current version of your contracts
    • Your app has at least one approved version
    • Your app is in the Ready for Sale, Invalid Binary, Rejected, Developer Rejected, or Developer Removed from Sale state
    • Any associated In-App Purchases are in the Ready to Submit, Ready for Sale, Rejected, Developer Removed from Sale, or Approved state
    • You know the Apple ID of the recipient’s Team Agent and their Team ID.
    For more information on app transfer, see the video tutorial on iTunes Connect. To find answers to common questions about app transfer, see the FAQ on iTunes Connect.
    Regards, The App Store team"

    What do you want?
    You have the procedure.
    Just do it.

Maybe you are looking for

  • How do you transfer money from one account to another

    How do you transfer money from one account to another?

  • Problem with compressing 16:9 sequence into mpeg-1

    Hello, I am having a problem compressing from Final Cut via Compressor into an Mpeg-1 file. I shot (and edited) in 16:9 but the Mpeg-1 files keep turning out squeezed up in 4:3. I can't find any settings in Compressor to change, and I've looked in th

  • New Samsung Galaxy S5 won't download MMS messages

    Hi,  I just bought a Samsung Galaxy S5 and it wont download the MMS messages.  I've looked everywhere for answers but can only seem to find info on previous iphone users switching to the Galaxy.  This is quite aggravating and would appreciate any adv

  • MRP for collective order

    Dear experts:        I met a problem of Collective order.        My scenario is :   Fert (A) -- Halb (a) -- ROH ( b) .  Set special procurment 52 in mrp2 of material a.        suppose material "a" has stock 30pcs,  now when i creat a Plan order for "

  • Custom table infotype

    Hi Experts, Can you please provide me with the steps to create a custom table infotype. Thanks Sri