Best way to send an procedure/function output to the application

Hello,
What is the best way to send the output of a PL/SQL function / procedure to the application in Oracle 11g. I understand that it could be different for applications built in JAVA , .Net , SAP etc.
Could you please give a brief overview on all possible application makes.
Thanks,
Haider

Anyway, the answer is yes, v$version is derived from x$version :
SQL> desc x$version
Name                                      Null?    Type
ADDR                                               RAW(8)
INDX                                               NUMBER
INST_ID                                            NUMBER
BANNER                                             VARCHAR2(80)
SQL> select INDX,BANNER from x$version;
      INDX
BANNER
         0
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
         1
PL/SQL Release 11.2.0.3.0 - Production
         2
CORE    11.2.0.3.0      Production
         3
TNS for Linux: Version 11.2.0.3.0 - Production
         4
NLSRTL Version 11.2.0.3.0 - Production
SQL>

Similar Messages

  • What is the best way to send large, HD video files from the iPad?

    Hello,
    My department is looking to purchase between 50 and 150 new iPads. We hold conferences where participants take short, 3-minute videos of themselves in situations they have been trained for. The idea was that after they have taken the video, they could simply email these videos to themselves, negating the need to hook the device up to a computer, transfer the video over to a flash drive, and ensure that drive gets back to the right person.
    Now that I have the first one, I'm finding any video longer than 45s or so can't be sent via email because it's too large.
    Are you kidding?
    The file I was just able to send was 7.5MB. That's the biggest video I can send from this thing? Why even give us the ability to take HD video if we can't *do* anything with it?
    But, I digress.
    What I'm looking for is the best way to get video off the iPads and into the hands of our participants. Are there apps on the App Store which might convert whatever video we take to an emailable size? I thought about setting everyone up with Apple IDs and having them use iMessage since there is no limit on file size, but of course you must own an Apple device in order to do that, and it still doesn't solve getting it on their computers.
    Any help here would be greatly appreciated.
    Thanks!
    --Rob

    You could try uploading them to a joint dropbox account that they could then download them from....but how fast it is will depend on the internet connection available.

  • Best way of sending signals between two VIs

    Hello all,
    I have two VIs. One that generate some complicated signals (sine wave, impulse, etc.). The other one takes manually inputted voltage and pressure send them out to some hardware with a pump, and reads back the output of the pump.
    What is the best way of sending the waveforms from the signal VI to the manual control VI? I still need to be able to control the signals manually in that manual control VI.
    Thanks.
    Solved!
    Go to Solution.

    nitad54448 wrote:
    hi
    For exactly this kind of process, I am using queues, FG and (relax ppl, I know..) global variables. If you are writting a global in one Vi and reading it in another (to prevent accidental (fake)updating); globals are easy to implement. Many people hate them (I do, sometimes) but for these kind of cases I think they are well adapted.
    For FG you need a user control and a vi for each variable you want to share... Both FG and globals are "bottle in the ocean" like of information : you send some info and sometimes this info will arrive somewhere...
    If you need to be sure that the info is passed then Queues are to be used...
    N
    While you may not run into race conditions using global variables in a write once/read many approach they do not protect you from some part of your application deciding to write to them. FG at least provide some level of protecting access while globals do not. In addition, global variables can create multiple copies of your data. If your data is large, this can be problematic. I much prefered using a defined messaging scheme. The intent is very clear and you can provide safe guards. Even FGs are better. I personally would never recommend the use of global variables even though some cases MAY work out. A defined API is always a prefered approach and helps to keep the code modular and decoupled. This leads to greater reuse. Global variables tie things together and make reuse more difficult.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Best way to send printer control codes?

    What's the best way to send printer control codes in Netware 3.12? Should I
    use a batch file that's run each time a particular queue is selected, or is
    there something I should be doing with a pconsole option? I'm trying to get
    rid of extra linefeeds and enable compressed printing. DOS environment, by
    the way.
    The printer in question is an Ithaca Pcos Series 50 ( #52 pn-06-0629), which
    isn't one of the standard ones listed in Pconsole etc. It may emulate a
    standard IBM though.
    Thanks-
    --Mike-- Chain Reaction Bicycles
    www.ChainReactionBicycles.com

    > What's the best way to send printer control codes in Netware 3.12? Should
    > I use a batch file that's run each time a particular queue is selected, or
    > is there something I should be doing with a pconsole option? I'm trying to
    > get rid of extra linefeeds and enable compressed printing. DOS
    > environment, by the way.
    Never mind, I'm in a habit of answering my own posts these days. Just create
    a job configuration in printcon that uses a device with the appropriate
    device modes.
    Is it just me, or is Netware queue-based printing a bit on the obtuse side?
    Seems like it could have been made a whole lot easier (more linear?) to set
    up.
    --Mike-- Chain Reaction Bicycles
    www.ChainReactionBicycles.com

  • Best Way To Send Arrays to ActiveX

    What's the best way to send array data to an ActiveX object? Do you
    have any examples that you can show me? Are there any alternatives to
    the "best way"?
    Thanks,
    Scott

    > What's the best way to send printer control codes in Netware 3.12? Should
    > I use a batch file that's run each time a particular queue is selected, or
    > is there something I should be doing with a pconsole option? I'm trying to
    > get rid of extra linefeeds and enable compressed printing. DOS
    > environment, by the way.
    Never mind, I'm in a habit of answering my own posts these days. Just create
    a job configuration in printcon that uses a device with the appropriate
    device modes.
    Is it just me, or is Netware queue-based printing a bit on the obtuse side?
    Seems like it could have been made a whole lot easier (more linear?) to set
    up.
    --Mike-- Chain Reaction Bicycles
    www.ChainReactionBicycles.com

  • Best way to send multiple emails

    Hi,
    what is the best way to send different emails in batches in one
    smtp session? Lets say 50 emails in one smtp session.
    Is the smtp session closed after I call Transport.send() ?
    In general I can not find a hint when a smtp session gets established and when
    the session gets closed.
    Thank you for any suggestions,
    Oliver

    The answer is in the [JavaMail FAQ|http://java.sun.com/products/javamail/FAQ.html#rptsend].

  • Best way to send a jtextfield with a button action

    i have searched the internet and forums and cannot find this answer... does anyone have a best way to send the data in a jtextfield when a button is clicked? thank you.

    Window.java
    public class Window extends JFrame
        public Window()
            JPanel panel = new JPanel(new FlowLayout());
            JLabel hostLabel = new JLabel("hostname or IP address: ");
            JTextField hostname = new JTextField(20);
            JButton checkButton = new JButton("Check");
            checkButton.addActionListener(new CheckEvent());
            panel.add(hostLabel);
            panel.add(hostname);
            panel.add(checkButton);
    }CheckEvent.java
    public class CheckEvent extends AbstractAction
        public CheckEvent()
            super();
        @Override
        public void actionPerformed(ActionEvent event)
            System.out.println(event);
            boolean serverReachable = false;
            try
                InetAddress server = InetAddress.getByName(hostname);
                System.out.println("\t\tName: " + server.getHostName());
                System.out.println("\t\tAddr: " + server.getHostAddress());
                System.out.println("\t\tReach: " + server.isReachable(300));
                serverReachable = server.isReachable(30);
            catch (UnknownHostException e)
                System.err.println("Unable to lookup" + hostname);
            catch (IOException e)
                System.err.println("Unable to reach "+ hostname);
            return serverReachable;
    }My problem lies in the hostname jtextfield that i want to send the string to the CheckEvent.java.
    Thank you.

  • Best Way to send data from InfoProvider to DBTable

    Hi all,
    I need some advices on this subject :
    I want to send some data, stocked in several InfoCubes, to a table.
    This cubes are linked by a multicube (for queries).
    I don't know the best way to send the data in a table :
    - Use Open hub on each cube to send data
    - Use ABAP code for extract data directly from MultiCube (possible?)
    - Use open hub on multiprovider (I think it's not possible to plug a open hub to the Multiprovider...)
    What is the best practice on that?
    Can you help me please?
    Thanks in advance,
    Adrien.

    Oh yes, my mistake.
    I didn't think abuot the APD solution.
    I think it should be a good one...
    With the ABAP, it seems very difficult indeed.
    I'm gonna check this way ! Thanks for your help Daniel !
    And except the licence cost, the Open hub should be a good solution??
    Edited by: Adrien Loire on Oct 1, 2010 10:34 AM

  • Whats the best way of sending files ?

    whats the best way of sending files (mp3's) to another computer over the internet, been doing it over msn, but takes a while, is there any other way?

    Have you thought of using an intermediary file server, e.g. yousendit.com, rapidshare.de, etc? Alternatively, you could do it the computer-to-computer route by enabling either 'Remote Login' or 'FTP Access' (Sharing preference pane) on one and connecting with the other.
    As an aside, what you're doing isn't illegal, is it? Pardon my bluntness.
    Yang

  • What is the best way to send out mass emails on an iMac?

    We have been using a different system and sending out emails on a PC.  I now need to send out a newsletter to our database and, having used one of the templates on the iMac need to send it out on my system.  Can anyone advise on the best way to do this?  I have updated the iMac to OS Yosemite 10.10.1 version

    Create a group contact in Apple Contacts.
    For examples, you create a group called business with as many email addresses inside. On your Apple Mail, you just type business, you will be able to send out the group emails out!!!
    Images below for your reference.

  • What's the best way to send photos to a PC user?

    I'm new to the Mac world and need to know the best way to send photos to a PC user.

    Most if not all email have "Attachments" listed in the email menu.  Just click on it & follow the onscreen instructions.  Very simple. 

  • Best way to send a text to a number in Australia?

    So I have a BBRY BOLD, and the basic phone through Verizon and unlimited data plan through Blackberry.  Naturally, I never elected the world plan, because I didn't think I needed it.  But I now have a friend from Tasmania, and would like to know the best way to send her a text message without incurring additional charges, and without having to add additional services.  I have her Tasmanian Mobile number, but not her email, so I cannot email her.  Suggestions?

    I don't suppose she has a BlackBerry, does she? If she did, you could BBM to your heart's content for free.
    Otherwise, here's a link that explains rates and plan options:
    http://b2b.vzw.com/international/Text_Messaging/index.html

  • Best way to send Christmas cards by email?

    Based on other comments I've seen on these forums I advised my work this week that they should send their Christmas card email by creating it in iWeb and then sending it as an HTML message by choosing "File > Mail Contents of This Page" in Safari.
    The problem is the Director just called to say that one of our clients said all he could see was the text.
    Any idea what has gone wrong here? And what do people recommend as the best way to send Christmas card emails?

    Not every mail client is able to or setup to view HTML content in web pages. JBK's suggestion is a sure fire way to get the content of the card so that any client or platform can view it (unless they have display of image content turned off and they have to download the image file and open with an appropriate application).

  • Is there any way to send more then 1 parameter to the listener function?

    Hi guys, so is there any way to send more then 1 parameter to the listener function?

    Hi,
    sure.
    The first variant is to add many parameters to event.
    The second variant is to extend calling callback functions.
    For example,
    public function addCallBack(eventName:String, callBack:Function = null, ... rest):void
         // save callBack function and event type and other args (rest)
         addEventListener(eventName, myHandler);
    private function myHandler(event:Event):void
         // get function and args by eventName
         fnc.apply(null, [event, args]);

  • What's the best way to send uncommon sized images for printing?

    One of the things I need to do occasionally is print an uncommon sized image. For example, I may crop part of an image as a 2x3 to fit in an odd picture frame, such as a Chrstimas ornament. However, most places I print (e.g. CVS) only print common sizes. In the past I've used Elements to create a blank new image in a common size and pasted my crop into it (which is a little tricky because you have to make sure the new image and the crop have the same resolution), but I'd like to be able to do this directly in Lightroom. What would be the best way to do this?

    1. Crop the image to the aspect ratio you want. If you wish to retain the cropped version for future use, make a Virtual Copy of it.
    2. In the Print module set the page size to the size you will be ordering from the lab.
    3. Make the cell dimensions the size you want the image to be. Set the margin sizes to position the image on the page as you wish.
    4. Set Print to: JPEG File, Resolution to 300 ppi, check Sharpness, set JPEG Quality and the color space to sRGB.
    5. Click on Print to File.

Maybe you are looking for

  • Microsoft Outlook is Wrong Email Client for Form

    Forms I have developed using the Forms button in Acrobat 9 Pro that have an email button properly launch the default mail client in Windows,even if Microsoft Outlook is installed but is not the default mail client. Forms I have developed in LiveCycle

  • TS3504 i can't connect my phone to my mac wit do i do?

    I tried plugin in my samsung galaxy and it wont open in a window

  • FindByPrimaryKey EJBQL error

    Hello, deploying an ejb on WLS7.0, I get the following error :Error while reading 'META-INF/weblogic-cmp-rdbms-jar.xml'. The error was: weblogic.ejb20.cmp.rdbms.finders.IllegalExpressionException: While trying to process Query Method Name: findByPrim

  • Selection screen display

    Hello Experts, I have displayed selection scree text on the selection screen and maintained in the text element. for example in the program i have writen vkorg and selection screen it display sales organisation. but my problem is if i log in with EN

  • List incarnation

    my database is oracle 8.1.7. i noticed that when i issue the list incarnation command, it does not show the time, only date. does anybody here know why? RMAN> list incarnation; RMAN-03022: compiling command: list List of Database Incarnations DB Key