Please clarify these doubts

1.From 10g onwards, oracle introduced new data types BINARY_FLOAT and BINARY_DOUBLE.What is the significance of word BINARY in these datatypes?
Is the word BINARY because of the way the calculations are done when these datatypes are used?
2.*Oracle uses blank characters to fill format elements to a constant width equal to the largest element for the relevant format model in the current*
session language.What is the reason for returning constant width?
3.In the syntax for simple comparison conditions, the syntax when we have more than one expression is
*(expr1,expr2,...) {=| != | ^= | <>} (subquery)*.My question here is why other relational operators like <,>,<= and >= are not allowed?Is there any specific reason for this?
Regards,
Sreekanth Munagala

Hi, Sreekanth,
Sreekanth Munagala wrote:
... My question was how Oracle treats a string literal in SQL functions, whether it treats it as a CHAR or VARCHAR2 datatype?"String literal" means text enclosed in single-quotes. For example, the 2nd argument in this call to TO_CHAR is a string literal:
TO_CHAR ( hiredate     -- This argument is a DATE column
     , 'DD-Mon-YYYY'     -- This argument is a string literal
     )What does it matter if the string literal is treated as a CHAR or a VARCHAR2? Give a specific example.
You can see the data types of arguments by querying the data dictionary view all_arguments. There are several versions of TO_CHAR, overloaded in the package sys.standard. You'll see that many of them have the data type VARCHAR2, but none of them have the data type CHAR. If you do pass a CHAR argumnent where the function is expecting a VARCHAR2, it will implicitly convert it.
Since CHAR is a fixed length datatype and the output of the function TO_CHAR is always a fixed length by default (i.e. without using FM), i think oracle is treating the string literal as CHAR datatype.Are you talking about the value returned by the function, or some literal? Literals only apply to written code; functions never return literals.
The output of the function TO_CHAR is not always a fixed length without 'FM'. For example, this one call to TO_CHAR in one query, using one set of NLS settings:
SELECT  TO_CHAR (comm, 'TM')  AS f_comm
FROM    scott.emp;produces strings that are sometimes 1 character long, sometimes 3, and sometimes 4, as well as NULLs.
It may be true that a given call to TO_CHAR in a given statement, where the first argument is a DATE and the 2nd argument is a constant and does not include 'FM', will always return a string of the same length. That still doesn't matter. The return type of the function has to be specified when the function is compiled; the system can't wait until you call the function, then examine its arguments to see if they meet all the special conditions set above, and only then determine which data type to return. It has to know, before the function is ever used, which data type to return.
Look up TO_CHAR in the SQL Language manual to see what data type it returns. It's VARCHAR2.

Similar Messages

  • Could u please clarify the doubts impementaion project

    Hi Experts,
    Please advice me on the following.
    What is the land scape of an implementation project.What is the Golden client server.Is it mandatory to maintain and if yes ,what data shall we put in golden client.
    Is the process correct..to do initial configuration in Development server and move it to quality for testing  and after testing shall we move the config to  Production system on golive date.
    generally what is the setup of different servers in an implementation project.
    Dear experts Please through a light on this.
    Regards,
    Sai.

    Hi Mahesh,
    Thanks for the reply.agian i m having some doubts.
    What could be the different clients in DEV Server.
    We do all config s in dev client.How will the config move to golden client.
    Im in doubt weather shall we do configs in dev or golden client.
    According to me there will be sandbox client and Dev client and quality client in the Development system.Is it correct.
    Please share your idea.
    Regards,
    Sai.

  • Clarify These doubts Plz

    1.Why we are using XI in the file to IDOC scenario?without XI we'll do this data transfer from third party system to SAP r/3 system by using EDI.so wht is the neccesity to use of XI?
    2.How we can recognise the third party system in XI?don't say abt technical and business system.
    3.In which Cases we are using Host and IP address?
    4.What is the criteria for crearting Port in IDX1?
    5.Is it necessary to maintain IDX2?
    6.Why we are Using BPM?when we are using BPM?

    Go thrugh the below links u will get the solution of all ur querry
    XI –Starter
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
    SAP XI - Where to Find Information
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/sap%20xi%20-%20where%20to%20find%20information.pdf
    All the information you need in XI :
    http://help.sap.com/saphelp_nw04/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/frameset.htm
    To understand the architecture of XI, Please go through this link,
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    You can also go through the url for Elearning :
    https://www.sdn.sap.com/sdn/elearning.sdn // https://www.sdn.sap.com/irj/sdn/sdnpilot/elearning
    Following is the link for 'how to guides', A step by step guide to create scenarios:
    https://websmp201.sap-ag.de/nw-howtoguides
    XI is all about configuration of Adapters, to learn more please go through this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm
    One of the most powerful feature of XI, Business Process Management:
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm
    How the messages are delivered through XI:
    http://help.sap.com/saphelp_nw04/helpdata/en/17/50d440e14f8431e10000000a1550b0/frameset.htm
    Once you go through these links and are a bit aware what all XI objects do, you can try a simple "File to File Scenario" which would help you to understand XI objects in a much better manner.
    For help on this scenario go through this blog it is in two parts thus I am providing both links below:
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    Here is a blog of new to xi.
    /people/sap.user72/blog/2005/12/22/new-to-xi
    SAP XI Learning Guide
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1008087,00.html
    Exchange Infrastructure How-to Guides for SAP NetWeaver 2004 [original link is broken] (how to guides)
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm (very nice XI help)
    Here is some scenarios from SDN:
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30 - File to JDBC
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - File to ABAP Proxy
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1 - File to File Part 1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2 - File to File Part 2
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] [original link is broken] - File to il
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dynamic File Name Part 1
    /people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii - Dynamic File Name Part 2
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address
    /people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi - Message Flow in XI
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    /people/michal.krawczyk2/blog/2005/08/22/xi-maintain-rfc-destinations-centrally - Maintain RFC destination centrally
    /people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u - Triggering Email from folder
    /people/sravya.talanki2/blog/2005/08/17/outbound-idocs--work-around-using-party - Handling different partners for IDoc
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible - Testing of integration process
    /people/michal.krawczyk2/blog/2005/05/25/xi-how-to-add-authorizations-to-repository-objects - Authorization in XI
    http://help.sap.com/saphelp_nw04/helpdata/en/58/d22940cbf2195de10000000a1550b0/content.htm - Authorization in XI
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi - Call UNIX Shell Script
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi - Transport in XI
    /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping - Using ABAP XSLT Extensions for XI Mapping
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure - Mail Adaptor options
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File
    /people/sap.user72/blog/2005/11/17/xi-controlling-access-to-sensitive-interfaces - Controlling access to Sensitive Interfaces
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14 - The same filename from a sender to a receiver file adapter - SP14
    /people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine - Payload Based Message Search in XI30 using Trex Engine
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i - XI : Configuring CCMS Monitoring for XI- Part I
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter - XI: HTML e-mails from the receiver mail adapter
    /people/sap.user72/blog/2005/11/22/xi-faqs-provided-by-sap-updated - XI : FAQ's Provided by
    SAP
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6051-Performance [original link is broken] [original link is broken] [original link is broken] [original link is broken] Tuning for PI
    eful.
    Thanks
    <b>pls reward if useful</b>

  • Can you please clarify  the doubt in Exception.

    public class TraverseExceptionChain
        static public void traverseExceptionChain(Throwable t)
           while(t != null)
             System.out.println(t);
             t = t.getCause();
        public static void main(String args[])
           int array[] = new int[10];
            try
               array[500] = 1;
            catch(Exception e)
               Exception e2=new Exception("Two",e);
               Exception e3=new Exception("Three",e2);
               traverseExceptionChain(e3);
    }O/P:
    java.lang.Exception: Three
    java.lang.Exception: Two
    java.lang.ArrayIndexOutOfBoundsException: 500
    Can any body explain program especially catch block???

    Exception e3 has as cause e2 which has aa cause e, where having a cause means 'this exception is caused by another exception'.
    Usually exceptions as wrapped like this to add extra information, while retaining the original exception information.

  • Please clarify my doubts

    Hi,
          1. shall we write the program with out start-of-selection.if we write what will be    
    happen?
    2.  what is the difference between template and table in smartforms?
    3. how to get page no's in layoutset?
    regards,
    Koti Reddy

    hi Koti
    shall we write the program with out start-of-selection.if we write what will be happen?
    well we can write the program without mentioning                 start-of-selection  event  becoz it si default one
    what is the difference between template and table in smartforms?
    TABLE' N' TEMPLATE
    how to get page no's in layoutset?
    $formpages-page$

  • Please clarify on these queries(tricky questions)...Waiting for Help

    Hi Guys,
    Can you please clarify me on the below queries please,these are all like Trickey questions
    {color:#000080}*1)How to Design a datastructure that will hold <{color:#800080}value,key{color}>, if you give the value it will return key.*
    *2)If we have package dependency then we need to prefer interface or abstract class? and why*
    *3)An array has 1000 elemnets how to find a particular number in effective way.*
    *4)If we have 1000 elements in HashMap, How to optimise*
    {color}
    Please help me on this.
    Hoping for your reply..
    Thanks In Advance,
    Anji

    Do your own homework.
    [_How to ask questions the smart way_|http://catb.org/~esr/faqs/smart-questions.html]
    db

  • First time we are sending the F16 to the employees, here we have some doubts please clarify

    Hi Team
    First time we are sending the F16 to the employees, here we have some doubts please clarify
    How to download part B only from F16 pages?
    How to email to single employee & multiple employees?
    We required any custom program for to mail F16? 
    We maintain IT6 then also employee address not displaying
    TDS address not displaying we maintain all tables & trying with badi
    Please share if you have any ocuments
    Thanks,
    Srinivas reddy

    How to email to single employee & multiple employees?
      In the std Form16 initial screen there is an option to enable the tick mark send form 16 as mail attachement check n try for the same.
    2.We required any custom program for to mail F16?
    For single employee you can select the for an employee  or else u can select for the entire comp code or you can select for giving ranges in the selectin
    3. We maintain IT6 then also employee address not displaying
    Kindly check the form 16 basic settings again bcoz in normal situation itself address will display in form16. kindly check the settings one more.
    Regards
    V.Suresh

  • ASO Formula: Please clarify

    I came across a doubt while converting a BSO formula to ASO formula. In BSO, If SKIPMISSING is used, I learnt that we have to use INCLUDEEMPTY in ASO. But, what if SKIPNONE is used instead of SKIPMISSING in BSO, What is the keyword I have to use for this in ASO.
    Please help me on this.
    BSO Formula:
    = @AVGRANGE(SKIPMISSING,Membername,Oct09:Dec09);
    ASO Formula:
    Avg({[Oct09]:[Dec09]},[Membername],INCLUDEEMPTY)
    Thanks,
    UB

    Ok. Let me ask my doubt like this.
    I want to inlcude SKIPMISSING in ASO formula, then what could be keyword for it in ASO.
    Now I understand that if SKIPNONE used in BSO, we have to use INCLUDEEMPTY keyword in ASO. Can you please clarify me on the above doubt also, please
    Thanks,
    UB

  • Database Statistics.. Please Clarify.

    Hi All,
    Once again, I came up with one doubt which is simple. As I am not clear totally on this aspect, I have to post this simple thread to all. Request you to clarify me on the below.
    Declared Dimension Sizes = [5 ]
    Actual Dimension Sizes = [1 ]
    Q) I have total 5 dimensions in the outline,that's true. But I didn't get exactly what actual dimension sizes trapped in the log. Please clarify me on this. Even, I found in some of the logs that there is some variance in the declared dimension sizes and actual dimension sizes. Why so?
    Reading Parameters For Database [Dimdb]
    Index cache size ==> [1048576] bytes, [128] index pages.
    Index page size ==> [8192] bytes.
    Using buffered I/O for the index and data files.
    Using waited I/O for the index and data files.
    Data cache size ==> [262144] bytes, [32768] data pages
    Data file cache size ==> [0] bytes, [0] data file pages
    Q) In this question, what is [128] index pages? As this is very simple database, I didn't get why this DB got 128 index pages. Please clarify on this.
    Reading Parameters For Database [Drxxxxxx]
    Index cache size ==> [1048576] bytes, [128] index pages.
    Index page size ==> [8192] bytes.
    Using buffered I/O for the index and data files.
    Using waited I/O for the index and data files.
    Data cache size ==> [262144] bytes, [32768] data pages
    Data file cache size ==> [0] bytes, [0] data file pages
    Q) Same question as the above one. Here, 32768 datapages. What is it?
    Dear All,
    I will be again thankful to one and all in advance. Please look into this patiently and give me your valuable inputs and clarify me. If there are any links or pdf's on this, pleases do forward the same to [email protected]
    Regards,
    Upendra.

    Index pages are operating system page file sizes . Since the default value of each page is 8 kb . It makes sense . 1 kb = 1024 bytes. So 128 index pages means , 128 x 8 kb sized index cache . That means 128 x 8 x 1024 = 1048576 bytes. Your data cache is handling in bytes it self . Default is again 8 bytes. So 32768 x 8 = 262144

  • Eric please clarify...

    Please clarify the forum position on converting non-cncypted DVDs to a different video format. I've reported these posts both in the iPad and FCP forums in the past and they aren't removed. So, I have given up reporting them. Could you please explain the forum hosts position on this? Why do some threads stay and  other threads are removed?

    David M Brewer,
    The "google this" response raises some hackles as it can lead users to software that will workaround encryption and allow for ripping of copyrighted material.
    Using a Google search can also result in links to sites such as those listed in the Scumbags Hall of Shame.
    http://oncallnerd.com/blog-spam-hunt/

  • Adobe, please fix these bugs/features in Muse

    So, here are a couple of really annoying things/bugs that keep happening in Muse.
    (I've been working with the software for about three weeks, latest Muse CC update, on a MBP Retina, OS X 10.9.5, NVIDIA GeForce GT 650M 1024 MB + 16 GB 1600 MHz DDR3)
    1. When I try to hit "Preview" and browse my website, the links to other pages than the initial one don't work, and you need to go back to the "Plan" and open each one of them individually, and then hit "Preview" in all of them, in order to be able to browse the entire website without getting blank pages.. Is there any way to come around this, and be able to set Muse to render ALL of the pages before previewing the website?
    2. When I try to adjust the sizes of thumbnails in a slideshow, and zoom in on guides, it's IMPOSSIBLE to make them align perfectly to ANYTHING! The thumbnails just keep moving and popping around, and they don't follow the mouse movements at all, they just make rough changes in sizes and are very hard to work with. It doesn't matter if I zoom in 800% for example, things don't move or adjust smoothly at all, like in Illustrator for example.
    3. Sometimes, it's impossible to copy a slideshow- it just freezes, even if I click down and select the thumbnail box. It seems like a bug, since the copy function comes back after I quit and restart the software, or just make a new slideshow from scratch and then delete it (seems to re-set something, I don't have a clue). The "copy" button under the "Edit" menu is simply shadowed out.. Why is that? It would be really nice to be able to alt-click-drag-and-drop these things, especially when you try to build a portfolio.. But, this is impossible for me, at the moment- the plus-sign in the green circle pops up, but it just moves the thumbnail section, it doesn't copy it..
    4. Is there ANY way to make all slideshow thumbnail sections moveable? Even if they have the option "Free Form Thumbnails" deselected? What if I need to move lots of galleries on the same page, that need to have different form options selected, for visual reasons? At the moment, I can't select all different thumbnail galleries on my page, and move them all at the same time, which is quite irritating..
    5. When I click a thumbnail in the middle or at the end of the gallery, there's a fast flash of previous images in the gallery, before the chosen image is shown fullscreen. Is there any way to get rid of this unwanted visual glitch? I just want them all to open like the very first image in the gallery, without any ghosting of previous images.. I have the horizontal swipe effect in these galleries, if that makes any difference..
    6. Is there any way to make custom adjustments to thumbnail sizes, inserting a fixed width and height? Or, save a slideshow as a template, to use the same properties in another gallery?
    7. Will it ever be possible to have different sizes of thumbnails in the same slideshow? What's the best way to make a gallery in a portfolio with artworks of different aspect ratios?
    8. Why is not my embedded Youtube videos included when I export the project like a html-file? There's only a broken link/code in the video area, at the moment.. Will this be a problem later, when I really need to upload it on my server?
    9. Is it not possible at all to import svg-files in a slideshow? Why is it possible in external widgets, but not in the built-in slideshow widget? I can place and import svg-files into the page, but not drag or import them to the slideshow itself..
    I really like Muse, but I find it very hard and irritating to work with lots of times, so please fix these issues, or tell me how to avoid them, thanks!

    A BIG THANK YOU for taking the time to share your thoughts regarding how to improve Muse. I've interspersed comments and clarifications below.
    1. When I try to hit "Preview" and browse my website, the links to other pages than the initial one don't work, and you need to go back to the "Plan" and open each one of them individually, and then hit "Preview" in all of them, in order to be able to browse the entire website without getting blank pages.. Is there any way to come around this, and be able to set Muse to render ALL of the pages before previewing the website?
    There are multiple ways to preview your work when using Muse.
    Preview Mode - When you click the Preview button at the top right to open Preview Mode Muse will generate the HTML, CSS, JavaScript, images and assets for the page in the front Design view (or the Home page, if you're not in Design view) in the Preview tab/window. If you navigate to a different page by following a hyperlink Muse will generate the code for that page and display it. This in-app preview uses the OS browser, so the display uses Safari on the Mac or IE on Windows. Since the code for each page is generated/updated when it's navigated to, navigation to a page for the first time is slow.
    Preview Page in Browser - If you select this option the code for the current page is generated and opened in your default browser. If you follow a link to another page, it will fail with a 404 file not found error, since this option only previews a single page. It's fast, but limited to one page.
    Preview Site in Browser - If you select this option the code for your entire site will be generated and your home page will be opened in your default browser. You can freely navigate between pages via hyperlinks, since the preview exported the code for all the pages of your site. This option is very convenience for previewing your full site, but is much slower for a multi-page site than Preview Page in Browser.
    Publish - If you select this option you can create a free temporary website on Adobe hosting. This is very handy when you want to view your site on multiple devices or have someone else review the site before you Publish or Upload the site to its production hosting location.
    2. When I try to adjust the sizes of thumbnails in a slideshow, and zoom in on guides, it's IMPOSSIBLE to make them align perfectly to ANYTHING! The thumbnails just keep moving and popping around, and they don't follow the mouse movements at all, they just make rough changes in sizes and are very hard to work with. It doesn't matter if I zoom in 800% for example, things don't move or adjust smoothly at all, like in Illustrator for example.
    The web is pixel based. There are (mostly) no fractional amounts. While you can zoom in, ultimately your output will be aligned (and limited to) whole pixel boundaries.
    When working with thumbnails, the ramifications of working in whole pixel based media are magnified. For example, if you're using tiled thumbnails and have an 8 wide layout the total width will have to be a multiple of 8. You can only increase all 8 by whole pixel increments.
    3. Sometimes, it's impossible to copy a slideshow- it just freezes, even if I click down and select the thumbnail box. It seems like a bug, since the copy function comes back after I quit and restart the software, or just make a new slideshow from scratch and then delete it (seems to re-set something, I don't have a clue). The "copy" button under the "Edit" menu is simply shadowed out.. Why is that? It would be really nice to be able to alt-click-drag-and-drop these things, especially when you try to build a portfolio.. But, this is impossible for me, at the moment- the plus-sign in the green circle pops up, but it just moves the thumbnail section, it doesn't copy it..
    If Muse is truly freezing, we'd need to understand more about the steps involved. What I expect you're encountering is the fact you can copy and paste an entire widget, but you cannot copy and paste the individual parts of a widget. If you select the widget cut and copy are enabled. If you click a second time to select one part of the widget, then cut and copy are disabled. Most the widgets don't support having two parts of the same type (i.e. two next buttons, two sets of thumbnails, etc.) so at least copy and paste can't currently be supported. Those are limitations we'd like to remove, but for now they are the current limitations when working with widgets.
    4. Is there ANY way to make all slideshow thumbnail sections moveable? Even if they have the option "Free Form Thumbnails" deselected? What if I need to move lots of galleries on the same page, that need to have different form options selected, for visual reasons? At the moment, I can't select all different thumbnail galleries on my page, and move them all at the same time, which is quite irritating..
    I believe you're asking to be able to simultaneously select the thumbnail sets for multiple slideshow widgets? You're correct, that's currently not supported. The selection model is limited to selecting items that are siblings in the Layers panel. You can select two slideshow widgets, but not the parts inside one widget at the same time as the parts inside another.
    5. When I click a thumbnail in the middle or at the end of the gallery, there's a fast flash of previous images in the gallery, before the chosen image is shown fullscreen. Is there any way to get rid of this unwanted visual glitch? I just want them all to open like the very first image in the gallery, without any ghosting of previous images.. I have the horizontal swipe effect in these galleries, if that makes any difference..
    Noted as a feature request. When the sliding transition was implemented the most common ask was for the current behavior, so that's what's provided. Fade provides a transition between two images without any feedback of the images that were passed over.
    6. Is there any way to make custom adjustments to thumbnail sizes, inserting a fixed width and height? Or, save a slideshow as a template, to use the same properties in another gallery?
    Given the next question is about setting each thumbnail to be a different size, I'm not sure I understand this question. You can select a thumbnail and enter height and width values in the Transform panel or Control Strip. However, all thumbnails share the same size, so all of them will be updated to the new size. Not sure that answers what you're asking?
    [edit: Zak] Regarding the second half of this question, a slideshow (or any other object or collection of objects) can be saved in the Library and used again in later projects.
    7. Will it ever be possible to have different sizes of thumbnails in the same slideshow? What's the best way to make a gallery in a portfolio with artworks of different aspect ratios?
    When "Scale to Fit" is used for the sizing of the thumbnails, they will appear with the aspect ratio of the original image sized to fit within the thumbnail container box.
    8. Why is not my embedded Youtube videos included when I export the project like a html-file? There's only a broken link/code in the video area, at the moment.. Will this be a problem later, when I really need to upload it on my server?
    Insufficient information here to be certain, but I suspect you've exported to a local folder and then opened the index.html (or other .html) file in your browser? When open a file directly in your browser "file://" protocol is used. Many/most services such as YouTube won't work on a .html page loaded using "file://" protocol. That's part of why Muse has a built-in mini-web server and the Preview, Preview Page in Browser and Preview Site in Browser features, which server up the .html files using "http://" protocol. Or you can Publish to a free temporary site on Adobe hosting.
    9. Is it not possible at all to import svg-files in a slideshow? Why is it possible in external widgets, but not in the built-in slideshow widget? I can place and import svg-files into the page, but not drag or import them to the slideshow itself..
    Correct. Support for SVG was recently added for Muse 2014.2. Support for including SVG graphics in slideshows was not part of the initial release.
    In the future, while it may seem excessive, it's much more effective to create a new thread for each different issue/concern/topic you wish to discuss. When a thread starts with a large number of different topics it often goes unanswered because no one forum member or Adobe staffer feels qualified to respond to all the questions. Or, if it does get responses, it ends up being impossible to follow the discussion because so many different topics are intermingled. Thanks.

  • Please clarify the accounting entries

    Hi all,
    Please clarify the accounting entries.
    At the final stage of production confirmation entry will be
    inventory debit
    change in stock finished goods credit
    then at the time of sales while doing PGI accounting entry will be
    cogs debit
    inventory credit
    This change in stock finished goods is having huge credit balance lying in g/l. 
    how it will be considered in financials.  Is there any setting off for this balance with consumption.
    Regards,
    Deepak

    Hi all,
    Please clarify the accounting entries.
    At the final stage of production confirmation entry will be
    inventory debit
    change in stock finished goods credit
    then at the time of sales while doing PGI accounting entry will be
    cogs debit
    inventory credit
    This change in stock finished goods is having huge credit balance lying in g/l.
    how it will be considered in financials. Is there any setting off for this balance with consumption.
    Regards,
    Deepak

  • Please clarify the following related to IACOR

    Dear Experts,
    Please clarify the following related to IACOR.
    1   For using workflow, IACOR service should be active in ITS? T or F
    2   Is sometimes IACOR activation is required to be done prior to publishing a service u2013 T/F
    Regards,
    Ramakrishna

    Closing this thread

  • Please clarify the following license issue

    Hello
    Please clarify the following license issue
    Oracle 10g se license requirement while using a power 6 P520 machine with 2-core 4.2 GHz processor card,4 memory DIMM slots. Are we entitled for paying for one oracle 10g SE license?
    many thanks in advance

    When you read through that thread, did you see where I linked to and quoted the licensing definitions
    Processor: shall be defined as all processors where the Oracle programs are installed and/or running. Programs licensed on a processor basis may be accessed by your internal users (including agents and contractors) and by your third party users. For the purpose of counting the number of processors which require licensing for a Sun UltraSPARC T1 processor with 4, 6 or 8 cores at 1.0 gigahertz or 8 cores at 1.2 gigahertz for only those servers specified on the Sun Server Table which can be accessed at http://oracle.com/contracts , “n” cores shall be determined by multiplying the total number of cores by a factor of .25. For the purposes of counting the number of processors which require licensing for AMD and Intel multicore chips, “n” cores shall be determined by multiplying the total number of cores by a factor of .50. For the purposes of counting the number of processors which require licensing for all hardware platforms not otherwise specified in this section, a multicore chip with "n" cores shall be determined by multiplying "n" cores by a factor of .75. All cores on all multicore chips for each licensed program for each factor listed below are to be aggregated before multiplying by the appropriate factor and all fractions of a number are to be rounded up to the next whole number. When licensing Oracle programs with Standard Edition One or Standard Edition in the product name, a processor is counted equivalent to a socket.
    It appears that you fall under the "not otherwise specified" category because you're not dealing with an UltraSPARC T1 (multiplier 0.25) or an AMD/ Intel chip (multiplier 0.5) so your multiplier would be 0.75.
    0.75 * 2 cores = 1.5 processors which would have to be rounded up to 2 processors. If you had 4 total cores, you would only need a 3 processor license.
    Justin

  • An error in RMI please clarify

    When I try to connect an RMI Server by giving IP address, I'm getting the following error. But the same works well when I use localhost.
    C:\>java time.TimeClient
    java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
    java.net.ConnectException: Connection refused: connect
    C:\>
    Please clarify.
    Thanks in advance.

    I suggest you search this forum for 127.0.0.1. This question has come up about twice a day for the last ten years.

Maybe you are looking for

  • Why is the latest version of iTunes having difficulty recognising my Apple ID?

    This past week, I have been unable to access my iTunes library on my home iMac from my wired Apple TV which was working perfectly well before. No other changes apart from upgrades to Mountain Lion and latest iTunes version as per Software Update. I h

  • PINCH no longer works in FINDER with Magic Trackpad when resizing icons such as photos. Help.

    I am a photographer and I find it VERY convenient to be able to use my Trackpad to PINCH resize icons of photos for quick review. This no longer works in LION. This needs to be restored or can someone tell me how to restore the setting. Thanks - Shan

  • Regarding BW Cerification

    Hi There, I am planning to appear for BW Certification. can some one guide me how to start for preparing certification and what are the books i need to refer for that for that. Thanks, -Saloni

  • Reg. indexes on a table

    Hi, Having too many indexex in a table( like an index on each column in a table), will this have any impact on DML performance? TIA Edited by: suma_ys on Jan 20, 2010 2:05 AM

  • Urgent !! :-(  -  Problems with CLOB

    Hello all, I want to write and read in a CLOB. Every thing is OK. But I've a problem !! :-( When I close my clob I still have an cursor (table_...) open on my data base(Oracle 8i) Can you help me ??? This is my class witch woks with CLOB : import jav