Re: Difference between xVM VirtualBox RDP and Windows RDP

Hi Volker,
There are pros and cons for both, the main advantages are:
VirtualBox RDP (VRDP)
* Full Desktop Life Cycle (BIOS -> OS)
* Supports Windows 2000+,OpenSolaris and Linux OSs
Windows RDP
* VDI forwards auth. to Desktop (User only logs in once at Desktop Selector)

What exactly is the issue your seeing?
Using Windows RDP, when a user logs into the Desktop Selector (which queries your LDAP), this username and password will be passed to the Desktop via RDP. If the credentials don't exist on the Desktop Windows will show an error and ask the user to re-enter the username and password.

Similar Messages

  • Is there any difference between sun solaris 8 and windows for Garb.Collecti

    Hi All,
    is there any difference between refreshing the java virtual memory between sun solaris 8 and windows.i am fetching 25 records for every search action.in windows usage of java virual memory is 5 mb after every search it refreshes the memory.while using the same code in sun solaris 8 it throws heap out of memory error and for every search it wont refresh the memory.

    Some other related links
    http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html
    http://e-docs.bea.com/wls/docs81/perform/JVMTuning.html

  • Difference between Terminal server connection and MSTSC remote desktop connection

    Hi everyone , Wats the main difference between Terminal server connection and MSTSC remote desktop connection? Well both are used to connect a server remotely. right!
    Are there any much difference between them?

    RDP is a protocol and MSTSC is the RDP client.
    In the situation you are referring to, you use MSTSC (RDP Client) in both cases, but when you connect to a client PC (Windows 7, Windows XP, etc) you can only connect if nobody is using that PC at the moment, if you connect to a server you can work along with
    some other users. Server OS supports 2 connections by default, if you want more people you need Remote Desktop Services and RDS licenses.
    Thanks,
    сила в справедливости

  • What is the difference between Wine, Wineskin, Winery and Wine Bottler, and how do I get Wine to *ACTUALLY* work in Mountain Lion?

    Ok, so this is my first post here and I am admittedly terrible at forums. Someone might say, "This was addressed in the ___________ thread by __________! Go read it!" --- that may be so but I've spent enough hours trying to google this problem into submission to no avail based on what is apparently working for others, so I would like a chance to get specific answers to specific questions that aren't from Mar 2011, etc.
    So first of all, I'm confused by all the various Wine programs/apps/whatevers. I've seen Wine, Wineskin, Winery, Wine Bottler, and at this point I wouldn't be surprised if there are even more than that. What's the difference between all of these and how do they work with one another? What do I actually need to get windows programs working?
    All of my google searches have led me to people giving out fish, but no one giving out fishing lessons. I'm not a pro at mac and windows and all that, but I'm a fairly bright individual who gets VERY frustrated, very quickly, when I don't understand the why and how of something I'm attempting.
    I've also found "answers" where the person attempting to help starts off helpful enough, but degrades into the most archaic of techno-babble after about 5-6 sentences. On the other hand, I've watched tutorials on youtube where the poster decides to skip (apparently crucial) sections of the tutorial, and mutters such gems as: "... you might wanna have to run Wine first before you can do anything, cuz I think it has to configure it and set up a bunch of stuff" 
    O.o
    A happy medium between techno-babble and the most basic of explanations would be ideal for me, and I'd imagine for others as well.
    Here is a summarized history of my relationship with Wine:
    Diablo II - I downloaded this awesome thing which ended up being... uh... I guess Diablo II in a Wineskin "wrapper". I'm not sure, all I know is that it's a D2 icon, and if I go to 'show package contents', it's got C drive, Program Files, et cetera inside of it. I double click it, it launches D2, and it works like a dream. <3
    'Vanilla Install' - That's what I heard someone call it. It was the command/terminal style install using xquartz and xcode found at http://www.davidbaumgold.com/tutorials/wine-mac/. I followed every instruction to the letter, and got all the way to '$ sudo port install wine', at which point it started going smoothly, free from the possible error he described regarding the installation of xcode, and then just failed after I left the room to use the restroom and came back. Please don't ask me to repeat what the error was, because honestly, after reading more things on the interwebs, I'm confused as to why it's even necessary to go through all of that, so I'd rather not try that route again anyways, rendering the error message quite possibly irrelevant.
    Wine + Wine Bottler - So I decided to try to seek out an easier method, as I know that one must exist that doesn't involve command lines. I found a video tutorial at http://www.youtube.com/watch?v=m0BBkISOcEA, and oh man would it be great if that method had actually worked. Again, I followed all instructions provided to procure my free fish, and at the point in the video where he declares that "xquarts or x11 will open" - it doesn't open. Nothing opens. I was trying to install Star Sonata, btw.
    So here I am, thoroughly worn out, frustrated at all the random places Wine is installed on my mac now, and just want someone to explain it all, from top down, without getting toooooooo technical on me. I know that might be asking a lot...

    ## I know that the poster has already found a solution, but the following is a possible answer for others that have similar issues.
    For Winebottler, just go to their website and download it. Run the program. Choose .wine as your prefix (best choice) or whatever suits you best. You'll need a functional X11. If you can't use the one that comes with your mac, download the latest one from the website.
    If your issue is one with Winebottler's Wine not running correctly due to X11, then you have a pretty ugly problem, although a simple upgrade is the best solution (Upgrade XQuartz.app).
    http://www.davidbaumgold.com/tutorials/wine-mac/#part-1
    The above website is the easiest way to get REAL wine on your computer. First of all, Wineskin WInery, etc. are NOT WINE. They are 3rd party apps that may use Wine or may have originally part of Wine, but they are no longer up to date with Wine. WineBottler is currently up to date with the stable releases of Wine (but not the maintenence releases).
    For the website tutorial and to run Wine on your mac without using a thrid party app, you will need to know a few things.
    First, you will need to know basic control of the command line. That means, sudo (you must know the administrator password to your computer), and the forms of cd (change directory).
    Second, you will need Xcode. Download 4.2 (stable) or whatever other versions you want, but beware: It is over 1 GB, and you will need time for it to work.
    Third, you will need to get MacPorts and configure it. The tutorial should have this data.
    When you download wine (use sudo port install wine-devel for the latest development release of wine), it will first download a lot of dependencies. This will take a while. After that, it will download wine itself.
    After obtaining wine, to run a program, open the terminal.app window.
    cd desktop/XYZ/ZYZ\ WRQ
    The above will first enter the desktop, then folder XYZ, then folder ZYZ WRQ. From here,
    wine th11e.exe
    Or whatever executable you are trying to open. (Using Subterranean Animism as my example).
    It should, in theory, run the program. Watch the terminal for errors. If there is an X11 problem, then it's not wine acting up. If the app crashes or has other issues, check the Wine Application Database to see if your app is compatible with wine.
    If you have any further questions or other things, feel free to reply; I may or may not get back to you, but there's a good chance that someone will come in eventually. Otherwise, the Wine Wiki should have some information.

  • I did re-set my password and when I click on Install for Mavericks, I still get a box for "administrator password" and it still won't accept my new password. Is there a difference between my Apple ID and the administrator password they're asking for?

    I downloaded Mavericks and it won't install. I did re-set my password and when I click on Install for Mavericks, I still get a box for "administrator password" and it still won't accept my new password. Is there a difference between my Apple ID and the administrator password they're asking for? I never had an administrator password-- I just hit enter and have never had a problem before with previous installations. I'm on an iMac, from 2007, running Mt. Lion (version 10.8.5). I've been looking for other's posts who may be having the same problem, but haven't found any. Can anyone help?

    Ugh. The 'no password, no work' thing is a recent Apple development. I ran into it on my system and ended up having to do a clean install on a partition I fully erased.
    I suppose, if you have the ability to, go online and look up how to burn a bootable DVD image. Download the 10.8.4 image then use the Disk Utility to make a boot image of it. You'll need a dual-layer DVD or a USB drive (or memory stick at least 8GB) If you've got an optical drive, burn the disk, if you've a USB device, use that.
    Then get a pocket drive and copy your important files off the system or let Time Machine do a full backup.
    When the backup is done, insert the disk and hold down the C key until the machine boots off of the DVD. At the point you get to the start window, go to the menu and choose the Disk Utility.
    In the Disk Utility, reformat the drive. You go to the actual DRIVE (not the Macintosh HD, but the root above it that is the actual hard drive device)
    I always do this and *partition* it into several volumes, the benefit being, you can store all of your music, documents and importans stuff on that secondary storage volume you make - it will have it's own index and then the first volume is where you put the OS and it will have it's own index as well. That way, if the OS throws a wobbler and you need to reinstall, you don't lose your data.
    Depending on the size of your hard drive, it is good to give your OS partition at least 60GB and optimally 100GB, and the rest for storage.
    Name your volumes, use the little box sliders to manually size them or put that number in the size window, select for the format, Mac OS Extended (Journaled) and hit Apply and then the Disk Utility will quickly create your new partitions.
    Once finished, quit the Utility and it will return you to the OS installer. Select the volume you want to install to and it should start up and install.
    Once the installation is done, you'll get the new machine startup then you MUST put in a password for the computer. Once you're in, and to the desktop, don't bother with any Mountain Lion updates, go right to the App Store and get the Mavericks update and let it install the app to your Applicaitons folder, then do that install.
    On a side note, there MAY be a way to make a disk image from the Mavericks application and avoid the entire Mountain Lion step.. I honestly do not know, but a bit of hitting the search engines may find out if there is. I think that if you looked for "make Mavericks boot disk or boot image' you may find something.
    Good luck!

  • Difference between nio-file-manager  and nio-memory-manager

    Hi,
    what's the difference between nio-file-manager and nio-memory-manager? The documentation doesn't really discuss the differences as far as I know. They both use nio to store memory-mapped files don't they? What are the advantages/disadvantages of both?
    When to choose the first one and when the second when storing a large amount of data? Can both be used to query data with the Filter API? Are there size limits on both?
    Best regards
    Jan

    Hi Jan,
    The difference is that one uses a memory mapped file and one uses direct nio memory (as part of the memory allocated by the JVM process) to store the data. Both allow storing cache data off heap making it possible to store more data with a single cache node (JVM) without long GC pauses.
    If you are using a 32 bit JVM, the JVM process will be limited to a total of ~3GB on Windows and 4GB on Linux/Solaris. This includes heap and off heap memory allocation.
    Regarding the size limitations for the nio-file manager Please see the following doc for more information.
    With the release of 3.5 there is now the idea of a Partitioned backing map which helps create larger (up to 8GB of capacity) for nio storage. Please refer to the following doc.
    Both can be used to query data but it should be noted that the indexes will be stored in heap.
    hth,
    -Dave

  • Difference between Wsus 3.0 and Wsus 4.0

    Hi all,
    I would like to know what are differences between Wsus 3.0 and Wsus 4.0.
    I have already notice that for Local Publishing, the method IPublisher.PublishPackage(sourcePath,
    additionalSourcePath, packageDirectoryName), totally ignore the "additionalSourcePath" parameter.
    Are there any documentation or web site where I can find differences between Wsus 3.0 and 4.0 ?
    Thanks.
    David COURTEL
    IT Technician
    Wsus Third-Party Softwares Publishing :
    http://wsuspackagepublisher.codeplex.com

    I would like to know what are differences between Wsus 3.0 and Wsus 4.0.
    The differences between WSUS v3 and WSUS v6 (please note the correct version number) are documented ... somewhere ... but at the moment I can't find them. (Presumably it would be in the Release Notes for Win2012, but that idea is a bust.)
    In short, these are the notable distinctions:
    WSUS v6 is compiled with the .NET Framework v4
    WSUS v6 provides an extended interface for management via PowerShell
    WSUS v6 supports SHA256 hashes (which were implemented by the WUAgent v7.8 and rolled back to the WUAgent v7.6 in KB2720211 and WSUS v3.2 in KB2734608)
    I have already notice that for Local Publishing, the method IPublisher.PublishPackage(sourcePath, additionalSourcePath, packageDirectoryName), totally ignore the "additionalSourcePath" parameter.
    Changes to the API should be reflected in the
    SDK.
    Also worth of note.. publishing TO a WSUS v6 server must be performed from a Windows Server 2012 system or a Windows 8 system with RSAT. Publishing to a WSUS v6 server from a WSUS v3.2 console cannot be done due to internal dependencies in the Local
    Publishing API on the build number of the console and server involved in the publishing process.
    Lawrence Garvin, M.S., MCITP:EA, MCDBA, MCSA
    SolarWinds Head Geek
    Microsoft MVP - Software Distribution (2005-2013)
    My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • What is the difference between PO Charge Account and PO Accrue Account ?

    Hi
    On Requistion's Distribution screen , there is a A/c codes exists : PO Charge , Accrue, Budget & Variance .
    Can anyone explain me the exact purpose of the same and what is the difference between PO Charge Account and PO Accrue Account ?
    regards
    Thanks
    SD

    Hi Sanjay,
    Here is the OA help (11i) :
    Entering Purchase Order Distributions:
    6. Enter the purchasing accounts. When you save your changes in this window, Purchasing uses the Account Generator to automatically create the following accounts for each distribution:
    Charge: the account to charge for the cost of this item in the purchasing operating unit
    Accrual: the AP accrual account in the purchasing operating unit
    Variance: the invoice price variance account in the purchasing operating unit
    Destination Charge: the account to charge for the cost of this item in the destination operating unit
    Destination Variance: the invoice price variance account in the destination operating unit
    Note: The last two accounts are created only if the receiving destination operating unit is different than the purchasing operating unit and there is a transaction flow defined between the two organizations.
    If you are using encumbrance control, Purchasing also creates the following account for each distribution:
    Budget: the encumbrance budget account
    The Account Generator creates these accounts based on predefined rules. See: Using the Account Generator in Oracle Purchasing.Hope it helps
    Xavier

  • Difference between Netweaver 7 SR2 and Netweaver 7 SR3

    Guys,
    Can anyone tell me the difference between Netweaver 7 SR2 and Netweaver 7 SR3, I have a question out with SAP regarding the supportability of SCM 5.1 on Windows 2008.
    The response I got back was that SCM 5.1 is based on Netweaver 7 SR2, but it was my understanding that the SR designation was for the level of support packs and kernel upon vanilla installation. Have I missed something fundamental, because my SCM installation is patched to the highest level and therefore surpasses the patch and kernel levels provided by Netweaver 7 SR3.
    TIA
    Chris

    Hello Chris,
    The main difference between these releases is the initial SP level that comes with each media kit:
    NetWeaver 7.0 SR3:  14
    NetWeaver 7.0 SR2:  9
    NetWeaver 7.0 SR1:  6
    For more details, you can check note:
    #789220  Support Package level for NetWeaver Installations/Upgrades
    Other differences relate to the (new) installer with some bugs corrections and a few additional features and restrictions:
    - the Unicode restriction in SR3:  "Only Unicode support for new installations" - "Every newly installed SAP system is a Unicode system. However, non-Unicode is still supported for copied and upgraded systems." So a new install based on SR3 must be UNICODE. On the other way, if you upgrade your, say, SR1 system to SR3, you can still run it NON-UNICODE.
    - SR3 supports only 64bit new installs on the Central Instance. However, if you need to add dialog instances (application servers), they can be 32bit ones (albeit 64bit is always recommended). When upgrading your system from SR1 to SR3 (for example), you can skip this restriction. That is, you can keep your CI in 32bit, although this is highly not recommended.
    A common workaround for these restrictions (if you want to keep your system NON-UNICODE and/or if you want to keep it 32bit) is to:
    1) Install a SAP NetWeaver 7.0 SR2 (SAP ERP 2005 SR2, SAP CRM 5.0 SR2, SAP SCM 5.0 SR2, SAP SRM 5.0 SR2) system.
    2) Patch this system to SAP NetWeaver 7.0 SR3 (SAP ERP 6.0, SAP CRM 5.0 SR3, SAP SCM 5.0 SR3, SAP SRM 5.0 SR3).
    There are more features / restrictions on the installation guides for SR3 in section: "1.1 New Features"
    Also, there is many more minor differences like, for example, that you can only install a SAP system in a Windows 2008  from NetWeaver 7.0 SR3 and up - see note #1054740.
    I hope this information helps.
    Best regards,
    Tomas Black

  • Difference between center,edge mmcm and edge direct allignments

    What is the difference between center, edge mmcm and edge direct allignments.

    Both of these terms are used most often used (but not exclusively) when describing source synchronous interfaces.
    Edge Aligned vs. Center Aligned
    When a device uses source synchronous communication, be it a device that sends data to an FPGA (an input to the FPGA) or a an FPGA sending data to an external device (an output of the FPGA), the device needs to define and describe the timing relationship between the clock and the data that it is forwarding to the other device. The receiving data needs to know this timing relationship in order to devise a mechanism to capture the data.
    The timing relationship can really be just about anything, but two types are common:
    Edge Aligned:
    This is the simplest for the transmitting device. The device simply generates the forwarded clock and data using the same mechanism. If the sending device is an FPGA, then it uses an internal clock to drive an ODDR that drives the forwarded clock, and uses the same clock to send the forwarded data, either using an IOB flip-flop (SDR) or an ODDR flip-flop (DDR).
    Using this mechanism, the timing relationship is often (but not always) described as a skew; i.e. the data will change +/-200ps around the edge/edges of the clock.
    Of course, this clock/data timing relationship can rarely be used "as is" by the recieving device, so the receiving device will be responsible for adding some delay or other mechanism to use the forwarded clock to capture the forwarded data (i.e. an MMCM shift or an IDELAY).
    Center Aligned:
    This is supposed to be the simplest mechanism for the receiver. The transmitter uses some internal structure to place the edges of the forwarded clock in the middle of the forwarded data valid window. In an FPGA (as a transmitter), an internal clock would drive an ODDR for the forwarded clock, but the forwarded data would be driven from either an IOB FF using an inverted clock (SDR) or an ODDR using a clock that is 90 degrees out of phase (DDR). (Or it could be vice versa - the data uses the normal clock, and the forwarded clock uses the inverted or 90 degree clock).
    Using this mechanism, the clock/data relationship is often (but not always) defined as a provided setup/hold relationship around the forwarded clock; i.e. the data will be valid 1.5ns before the edge of the clock and remain valid for 1.5ns after the edge of the clock.
    The idea is that using this timing relationship, the receiver should be able to use the forwarded clock as is to capture the forwarded data. In general, though, this is rarely true, since most devices don't have an equal required setup and hold time; so the receiver still needs to modify the clock/data relationship to center its required window in the provided window.
    MMCM vs. Direct Capture
    This is a different concept. Regardless of which alignment is used (edge, center or something in between), the receiver (now we are assuming it is the FPGA doing the reception) needs to implement some clocking mechanism to use the forwarded clock to capture the forwarded data. There are really two styles:
    Direct Capture:
    The forwarded clock is brought in and goes directly to a clock buffer (either BUFG/BUFH or BUFR/BUFIO), which is used to capture the incoming data. Generally (as I said above), the clock/data timing relationship needs to be changed, and when using this capture mechanism, this can only be accomplished using an IDELAY on the clock or data (or both). When done this way, the clock has a propagation delay through the delay element (the IDELAY)
    MMCM Capture:
    Here, the forwarded clock is brought in on a clock capable I/O, then through an MMCM and from there to a BUFG or BUFH (with feedback to the MMCM). When done this way, the "common" way of modifying the clock/data timing relationship is by adjusting the phase delay of the MMCM output clock.
    There is a subtle but extremely important difference in Vivado (and SDC/XDC) between a propagation delay and a phase delay (or phase shift). It has to do with how the tool determines which clock edge will capture data that is generated by a particular clock edge.
    When we use a set_input_delay, we describe to Vivado a data window associated with a particular clock edge. By default, that data window will be captured by the next edge of the clock. The definition of the next edge is different when using these two mechanisms.
    When a clock edge is propagated through a delay element, the resulting clock is the same edge. Lets take the example of a 10ns clock (rising at 0ns, falling at 5ns) with a 2ns delay (using an IDELAY) capturing an SDR data. The rising edge at time 0ns will generate a data window. By default, it will be captured by the next clock edge, which is at 10ns. After the 2ns of propagation delay, the internal clock at 12ns will be used to capture the window.
    When a clock is phase shifted, a new clock is generated. Using the same example using an MMCM, the output clock of the MMCM rises at 2ns and falls at 7ns (and rises again at 12ns). So, the data window defined by the first rising edge of the input clock (at time 0), will be captured by the next rising edge of the phase shifted clock, which is at 2ns (this 2ns rising edge of the phase shifted clock is the "next" edge after the 0ns edge that generated the data window). This is different than the previous example, where the internal edge at 12ns (not 2ns) would capture the first window.
    As a result, the constraints you use to describe the timing relationship (the set_input_delay) needs to be different between these two styles. Its also a bit messy, since the constraints that are correct for an MMCM with 2ns (or even 0.01ns) of phase delay are not correct for an MMCM with 0ns of phase delay (which is a bit icky).
    I hope that clears things up!
    Avrum

  • What is the difference between quicktime 7 pro and quicktime x

    What is the difference between quicktime 7 pro and quicktime x

    QuickTime Pro 7 is a very useful video tool.  You can make simple edits to video files, cut-n-paste multiple video files together into one, save the video or transcode it into a variety of common video formats, use it to analyze a video to see which codec it's in, and even play videos in professional settings.
    QuickTime X is completely useless.
    With QT X and Final Cut X, Apple has completely abandoned the professional video market.  Both of these software packages are dumbed down for Windows users, and are intentionally designed to anger and alienate the professional user that has come to rely on Apple software for their video needs over the last 20 years.  Final Cut X is really just iMoviePro. If I wanted iMovie, I'd use iMovie, but I need a professional video app, not a kiddie video app.  Therefore I can not use FCPX.
    I have work to do, under strict deadlines and budget limits.  FCPX and QTX actively prevent me from getting any work done at all.  Apple has left me no choice.  I have to go back to Adobe Premiere or Avid Media Composer since these are still professional applications.  Final Cut and QuickTime have been turned into kiddie-style iMovie-like apps that have no functionality whatsoever.
    Apple is heading in a very disappointing direction.  They have a history of cutting off legacy items without notice.  They have decided that optical media is over and everything is online.  But my clients don't have that luxury.  I still have to deliver products on DVD and increasingly Blu-Ray.  Apple's obstinate refusal to support Blu-Ray has cost me clients, and I've had to resort to third-party software and hardware.
    Apple has abandoned the professional video market.

  • Difference between Security Oracle user and Security User

    Hi All,
    Can anyone give me the difference between Security-> Oracle -> user and Security-> User in System Administrator Resp of oracle apps R12.
    Thanks,
    Mahesh.
    Edited by: 991854 on Mar 12, 2013 1:49 AM

    Can anyone give me the difference between Security-> Oracle -> user and Security-> User in System Administrator Resp of oracle apps R12.Security > Oracle > Register:
    Use this window to register an ORACLE username with Oracle E-Business Suite. An ORACLE username grants access privileges to the ORACLE database
    http://docs.oracle.com/cd/E18727_01/doc.121/e12893/T174296T174305.htm
    Security > Oracle > Data Group:
    A data group defines the mapping between Oracle E-Business Suite products and ORACLE database IDs. A data group determines which Oracle database accounts a responsibility's forms, concurrent programs, and reports connect to. See: Defining Data Groups, Oracle E-Business Suite System Administrator's Guide - Configuration.
    http://docs.oracle.com/cd/E18727_01/doc.121/e12843/T156458T156461.htm
    Security > User > Define:
    Use this window to define an Oracle E-Business Suite user. This user is an authorized user of Oracle E-Business Suite, and is uniquely identified by a username.
    http://docs.oracle.com/cd/E18727_01/doc.121/e12843/T156458T156461.htm
    Thanks,
    Hussein

  • What is the difference between saving to "Documents" and "Macintosh HD" and when should you use each one?*

    What is the difference between saving to "Documents" and "Macintosh HD" and when should you use each one?

    When you save to the folder with the little house icon, the file is placed at
    /Users/your_user_name/
    You would really have to go out of my way to save at:
    (the shortcut for the Boot Drive, regardless of its name).
    I am not sure how you decided that Time Machine is not saving your files. The default is for Time Machine to do incremental Backups of everything on all attached drives, except for certain temporary information in Cache files. If you have four Users, Time Machine will back them all up.
    Looking at the raw Time Machine backups will tell you very little, because it does lots of its work with Hard Links, and because it does incremental backups, so only files that changed since the last Backup are saved at thet cycle. The way to determine whether Time Machine is saving things is to display the window you care about in the Finder, then invoke the "Star wars"/ "Back, back, back in time" Interface.

  • Difference between execute as statement and execute as script in Toad

    Hi
    I want to know difference between execute as statement and execute as script in Toad ..while i am running a query execute as statement is taking about 3 seconds and if i run with execute as a script its taking long time..Which one i need to consider.

    user632733 wrote:
    I want to know difference between execute as statement and execute as script in Toad ..while i am running a query execute as statement is taking about 3 seconds and if i run with execute as a script its taking long time..Which one i need to consider.Firstly, this is not a TOAD forum. TOAD is a 3rd party tool developed by Quest Software, so really your question does not belong here.
    However...
    When you execute a query as a statement then toad itself opens the cursor against the database and issues the statement, fetching the rows as they are needed to display in it's interface. You say it takes only about 3 second to run, but the chances are that you haven't scrolled the result window down to the last record, for which I'm sure you'd find it takes a little longer.
    When you execute a query as a script, TOAD passes the query out to be run in SQL*Plus rather than from within TOAD itself. With SQL*Plus, it runs the whole statement fetching all the rows before returning control, the same as if you had scrolled to the end of the result set in TOAD.
    In reality there should be no difference in the time it takes to execute the statements to completion in either environment.

  • Difference between a master DVD and a regular DVD

    Can anyone explain to me the difference between a master DVD and a regular DVD. What is the workflow from FCP to compressor then DVDSP as far as bitrate settings etc? Thanks in advance!!

    LOL - I wouldn't let it worry you... we all start somewhere.
    When you click on 'Build and Format' you get a window appearing which lets you set all kinds of different parameters. At the bottom you will see two drop down boxes. Choose 'Hard Drive' in the top one, and '.img' in the second. This will tell DVDSP to create a disc image and put it in the location that you then specify. When done, you can double click this image and it will open like a DVD disc would - if you have got DVD Player running then your project will run as if it was on a physical disc (although slightly quicker).

Maybe you are looking for

  • Checklist for making transition from local testing server to remote

    Does anyone know of any resources which take one through the necessary steps required in putting an ADDT-built site to a remote server? I test on XAMPP (basic) and am dreading the errors I will discover when I actually put one of these sites to serve

  • Internal order discription in source doc

    Hi Is it possible to have the description of the internal order to appear on the source document (Cheque Payment Voucher, Cash Payment Voucher or Material Requisition Note). If so pls advice on that... Thanx. K

  • JAVA on the mainframe

    Hello, I am trying to get the following Java program complied on our Z/os mainframe; public class Hello {                     public static void main(String[] args) {   System.out.println("Hello, World!");   }          However when I compile I get th

  • Question mark on start up

    how to solve or repair or load the start up program once you see the file question mark on start up

  • Quicktime export bug workaround

    For the past couple of days I have been preparing for the fall close captioning guidelines. Every piece of promotion and show must be close captioned. There are in Premiere Pro 2 ways to export Captions. There is the sidecar file and the embedded cap