Select in View doesn't works

Somebody knows why a fine select in sqlplus doesn't work when i create view based in fine select ?...
Thanks ...

I created view in this way:
CREATE OR REPLACE VIEW V_PRUEBA AS SELECT * FROM (V_CNB_acumpres RIGHT JOIN lin_accion ON V_CNB_acumpres.LINEA = lin_accion.codigo) RIGHT JOIN act_presupuestadas ON lin_accion.act_presup = act_presupuestadas.nir_actpresup
GROUP BY act_presupuestadas.act_presupuestada, act_presupuestadas.programa, act_presupuestadas.provincia
...And when in sql*plus executed it view, shut off...
But If I execute the SELECT directly in SQL*Plus whithout view it's wirk finely...
BUT I see that when I create view without GROUP BY clause, this work fine !!!
Have you got a idea about this ?...
Thanks...

Similar Messages

  • Cropping pictures with Viewer doesn't work.

    Cropping pictures with Viewer doesn't work.
    Selecting < or ~ 12 pictures. (picture size are Snapshots with iphone resolution) ->Viewers opens and display them. -> Russian roullette between cmd+k or the little crop button. No indication which one will process a crop or which not. -> Both result in picture selection disappear with no crop.
    Selecting > 12 pictures. (picture size are Snapshots with iphone resolution) -> Viewer opens and display them. I crop them one by one with same Russian roulllette behavior between cmd+k or the little crop button. -> Closing Viewer. -> Pictures remain like they've been before. Not cropped.

    I just tried what you described (although I can't really fathom why you would describe it as Russian roulette (with a variable number of L's). Unless you've been drinking a lot, which is what people are usually doing when they are playing Russian roulette. Your post was hard enough to decipher without that.
    Anyway, my cropping was saved each time. I think there's something wrong with your Preview.app. Have you changed anything about the autosave functions of OSX?
    I would try:
    Boot into your recovery partition (restart, hold down ⌘R until you see the Apple logo), and use Disk Utility to repair your hard drive. Repair permissions too while you're there. OS X: About OS X Recovery
    if that doesn't help, then I'd reinstall Mavericks over your current installation.

  • My Help Viewer doesn't work properly-The selected topic is currently unavailable Make sure you're connected to the Internet. For help connecting, choose Apple menu System Preferences, click Network, and click "Assist me." If you're connected to the Inte

     

    Sometimes just closing and reopening the Help window will clear up the problem. If it doesn't, log out or restart the computer and try again. Otherwise, you may need to delete the Help cache.
    Back up all data before proceeding.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Caches/com.apple.helpd
    Right-click or control-click the highlighted line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A Finder window should open with a folder selected. Move the selected folder to the Trash. Log out, log back in, and test. Help pages will be slow to load at first.
    If that doesn't work, the problem may be caused by network conditions. It may go away by itself, though I can't say how long you should wait.
    A persistent failure to load help data has been reported as an issue with satellite networks. Test on a different network, if possible. I've also seen at least one report that Photo Stream in iCloud can mysteriously interfere with Help. I'm not sure whether that's true, but try disabling Photo Stream, if applicable.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combinationcommand-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Export reports views doesn't work

    export the report view's in a file doesn't work. The file is created but still empty. Workaround is to get the sql and execute it in worksheet edit and cut and past the result in a excel sheet. It woul be better if the export works fine.

    This is working fine for me.
    What version of SQL Developer are you using?
    What OS are you on?
    What report did you run?
    What type of output did you select?
    -- Sharon

  • Just installed Firefox 5.0 and now my JS View doesn't work. Tried to re-install but no go. Any thoughts?

    Windows XP. If it doesn't work is it possible that I can go back to Firefox 4?

    Yes, that's it. I did try that before and then again after your response but still no luck. What I'm thinking is that the JS View 2.0.5 add on is not yet compatible with the new Firefox 5. If that's the case then I would hope that it will soon be compatible. The problem is that I actually use that every day and now I'm kinda stuck. Still open to any thoughts if you have any. I am willing to go back to Firefox 4 is that is still possible.

  • PDF viewer doesn't work in FF 36.0.4 for Mac

    Macbook Pro with Yosemite and FF 36.0.4: Built in PDF viewer no longer works. Clicking on PDF links in search engines does not bring up the built in viewer.
    Restoring FF 35 restores the PDF viewer.

    I understand that the PDF viewer in Firefox is no longer working. I have reset the application settings for the pdf file mimetype in the Firefox Application settings.
    *[[Applications panel - Set how Firefox handles different types of files]]
    If the default continues not to work after resetting this setting, please check out a work around:
    In order to change the default reader for PDF files (to not open PDF files with Firefox's internal PDF reader), follow these steps:
    #Click the menu button [[Image:New Fx Menu]] and click Options (Preferences for Linux and Mac).
    #In the Options (Preferences for Linux and Mac) window, select the ''Applications'' panel.
    #In the ''Search'' field, type ''PDF''. You should find ''Portable Document Format (PDF)''.
    #On the right hand side you should find an ''Action'' column. Use that to select your favorite PDF reader. In order to view PDF files in Firefox, choose ''Preview in Firefox''.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Row Fetch on View doesn't work / Custom procedure needed???

    Hello guys!
    Again I have a problem. It seems like once I finish one problem I stumble into another one. :-(
    Would is breaking my neck is the following problem.
    I have a view based on a query that joins 3 tables including one via a database-link. I would like and need to use that view as the source for the automatic row fetch! However, when creating the automatic-fetch-row process, the items on my page do not get populated. However, If I change the cource for the fetch-row-process to a view made of only a single table it works like a charm. Could it be that the automatic fetch-row procedure doesn't work with joined views and db-links at all??? If so, could you please give me an example of a PL/SQL procedure that will populate items on page reload and load!
    It's extremely urgent and I appreciate every input!
    Thanks guys! I hope you some ideas and hints!
    Regards,
    Sebastian

    Ah, ok - I probably read too much into your update (still thinking that it was related to the "view" issue in your first post :) ) - so an INSTEAD OF trigger won't be needed if this is just a single table!
    There are a few ways that adding an extra column into a tabular form would stop it being updated. Typically, this could be if the new column forms part of the "Primary key" for the data. If this is the case, you need to ensure that the processes recognise this. It can also be that you have set the item to DISABLED or READONLY - these items are not submitted with the page, so even if you set the item's value somehow, that will never get back into the record (there are ways to take off the DISABLED or READONLY attributes immediately prior to the submit, if need be). That could also happen if you have set the item to be a Standard Report Column - this is just displayed text, so doesn't form part of the submitted data. You can get around that by having a hidden column with the actual data in there as well - if you have ever created a tabular form using the simple EMP table example, you'll see EMPNO and EMPNO_DISPLAY - both contain EMPNO but only the basic EMPNO hidden item is submitted. Another, perhaps rare, possibility is if you have used the APEX_ITEM package to create any of the output and have used an index number that has been automatically assigned to another column - for example, if you have APEX_ITEM.TEXT(1, ....), which gives each item a name value of "f01", then this is most likely going to double up with the index for the hidden primary key item (which is usually first in the list). If this is the case, just change the index of your APEX_ITEM item to some high number (anything up to 50).
    Finally, you say "INV_PT_ID_SUB is also bound to an item PTIDS" - what is PTIDS? The MRU processes need to understand what column to update and relies on the settings for primary keys and the column names in the SQL query.
    The MRU's only know about their own settings - the workspace, tablename and primary keys etc. They contain no details of individual columns as such, so adding in extra columns shouldn't be a problem. In fact, I've added/deleted so many columns from tabular forms, that I'd be really annoyed if I had to start from scratch every time!!
    Andy

  • Always open in column view doesn't work

    Hello,
    Every time I click on my hard disk, the window opens in icon view. So I open the view options, and I click on "Always open in column view".
    But every time I reboot, it comes right back to icon view!
    What a pain!
    Thanks,
    Chris.

    The information about how a window displays is stored in the invisible .DS_Store file. You can use the Terminal to remove it and hope the new one works correctly when you set the window to way you like. Also, when you set it as you want, have you gone to the View menu, selected "Show View Options" and checked the Always Open box at the top? If you haven't done that, it is likely reverting to some other state (the necessity for doing this is new in Leopard--and I for one don't like it). Or just hit Command-3 to quickly flip into Column view.
    Francine
    Francine
    Schwieder

  • Mighty Mouse - scrolling to zoom view doesn't work in Photoshop CS, why?

    I just got my new G5. Apple's new Mighty Mouse doesn't seem to work right with the main apps I use. You can't use the scroll wheel to zoom the view, in either Photoshop or Cinema4D (3d app). I tried turning off horizontal scrolling in hopes that it would fix the problem. Nope. No zoom. Can you remove the Might Mouse driver so it is just a two button/vertical scroll mouse?
    Quad G5, 1.2ghzPowerlogic Quicksilver, 800iBook   Mac OS X (10.4.3)  
    733Quicksilver, 800iBook   Mac OS X (10.2.x)  

    Doh! I thought that was on by default. It still doesn't work in my 3d app though, but I found out that is a know issue and the latest update should fix it. Thanks for your help.

  • Design View doesn't work on fresh cs5 install

    I just bought CS5 web premium and installed all of the programs. For some reason design view in Dreamweaver doesn't work for any of my sites. It's just a grey background. I can work in code view, but I can't do anything with the design view, it's just a grey dead pannel. I had installed the trial version last month and it worked perfectly which is why I bought the full version. I uninstalled the trial version of Dreamweaver CS5 and installed the new CS5 and now the design view is dead. I tried reinstalling CS5 again but Design View is still dead. Any ideas?
    Thanks,
    DC

    Hi DC,
    I read you post, and now I wondering If you could help me with my problem.
    I also recently purchased CS5 web premium and are having problems with the Preview option.
    If you are using a local server for testing purposes, could you please read my posts on this forum:
    Have a problem with preview CS5
    (it's posted just above your own post)
    Many thanks in advance,
    Lpre

  • My Live view doesn't work, it can't 'find my server'. But my server is connected and working. Why?

    Hi,
    I am confused as to why my live view can't connect to my server. However I have successfully connected to my server outside of the live view and uploaded my website.
    I am new to dreamweaver, and I trying to learn to build a wordpress site from sractch. This is the error message I get:
    The page "http://ftp.stoneinyrshoe.co.uk/index.php" was not loaded because Dreamweaver could not find the server "ftp.stoneinyrshoe.co.uk". Please make sure you are connected to the internet and the server name is correct.
    When I direct Live view (testing) to use the same site details as my main connection, it still doesn;t work.
    Any advice would be much appreciated.
    Thanks

    That's an FTP address you are trying to connect do.  That's different from the regular HTTP protocol.  From the address you posted I'm wondering if you have installed MAMP/WAMP for a local server on your machine or if this testing server is separate from the actual domain serving the pages.  Can you explain your setup a little more?

  • Safari 6: What happened to "Activity" view? Also Web Inspector Network view doesn't work.

    Hi all,
    I "upgraded" to Safari 6 and while it's super-fast and snappy as ****, I'm missing two features:
    1) Activity view is gone! It was the easiest way to see what kind of crap websites are loading and you could double click on files and view them. Now  that's gone.
    2) I then tried using Web Inspector to try to track down a FLV file that was being loaded (something that worked with old Safari) and I couldn't do it anymore... Flash loading is not visible in Safari 6 and yet it was in previous Safari.
    Ugh... new Safari is a great but they took two of my favorite options
    Is there something I'm missing or are these features really gone?

    Ugh... new Safari is a great but they took two of my favorite options
    Send feedback >  Apple - Safari - Feedback
    If you have the ClickToFlash extension installed, that can prevent Flash based video from streaming. It can also be installed as a plugin in /Library/Internet-Plug-Ins.
    Check to see if Safari is running in 32 bit mode. Right or control click the Safari icon in your Applications folder then click Get Info. If the box next to:  Open in 32 bit mode  is selected, deselect, quit then relaunch Safari.
    And try uninstalling the currently installed Flash plugin then reinstall new >  Troubleshoot Flash Player | Mac OS
    Open System Preferences > Flash Player then select the Storage tab. Click: Delete All

  • 'select objects: click and drag to select several objects' doesn't work

    I have recently upgraded to Office 2010, and have the same problem as
    http://social.technet.microsoft.com/Forums/en-US/office2010/thread/75270638-e02b-4a78-b291-043abbca04ae?prof=required
    When I use Select - Select Objects in the Editing part of the ribbon to select multiple drawing shapes, it no longer works like in office 2007. I can't drag a rectangle in the document to select objects within an area.
    I would have guessed this is the same problem as the link I refer to, but I'm not running the beta version of 2010. It seems not to be solved.
    Anything I can do to fix this?

    I have just registered so I could reply to this thread.
    The registration process was very ... aehm ... frustrating, I was only able to fill in the correct Captcha after about 10 ties. But ... this is not unexpected, when working with a Microsfoft product. How am I supposed to know whether that bloody captcha
    wants me to to write '4Yp8' or '4yP8'. There is no way to tell. You can distinguish capital letters when it is something like A, a or H, h, but not between y and Y or P and p.
    I would like to thank all the posters for suggested workarounds. They work. Kinda - sorta ... . I was able to finish the editing of large picture (consisting of many graphics objects) that HAS to be made in word (My boss said so). All your tips saved
    me *hours* of frustration.
    I would like to tell Microsoft programmers AND their managers, that *if* the quote in the second post is correct: 
    ================
    The work needed to make the object selection work as it did in Word 2007 was out of scope for this release. It's not as
    simple as using the same feature that existed in the last version since we upgrading our graphics/art features; the way the shapes/objects need to be selected is different than how "old" graphics/art is selectable in Word 2007.
    That said, the "select object" tool that exists in Word 2010 should allow you to select individual shapes. You can select
    multiple shapes holding down the CTRL or SHIFT key while clicking shapes. You might ask how this is different than selecting shapes without turning on "select objects"; the answer to that would be to allow you to select shapes that are "behind" text, or more
    easily select rotated shapes, etc.
    ================
    You are bunch of incompetent amateurs. 
    If I used such lame excuse for missing important functionality at work, I would be very soon replaced by a more competent programmer.
    This time I am not a programmer, I am AN USER. And, as an user I do not care if your internal data structure for new objects doesn't let you do something easily. Find a way to implement that feature or change the data structure. Period.

  • RSS Viewer doesn't work in SP 2013 publishing pages

    Hi,
    I have SharePoint 2013 site with Publishing enabled. When I add RSS Viewer to a page and save, it works well (still unpublished). When I publish the page it doesn't load the RSS Viewer. Progress bar is moving continuously but no outcome.
    I have dug out the internet for a proper solution but couldn't find any. A proper solution or reason from the community is much appreciated.
    Thanks.
    LK

    Hi,
    According to your post, my understanding is that the RSS viewer web part progress bar was still loading while the page publshed.
    The issue may be related to the browser, you can check with the following steps.
    Use compatibility mode to check whether it works.
    Open IE->Tools->Compatibility View Settings
    Or add the site into Trusted sites.
    Open the IE->Internet Options->Security->Sites->add the site into the Websites, then check whether it works.
    What's more, you can use other browsers to check whether it works, such as Firefox, Chrome
    Best Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Upgrade to 4.5 device software on Telus Pearl 8130: HTML Email viewer doesn't work

    I just upgraded the software on my Telus Mobility (Canada) BlackBerry Pearl 8130 (from 4.3).
    One of the main reasons I wanted to upgrade was to take advantage of the HTML email viewer (yeah!  finally!).
    My installation went fine, and the View Messages in HTML option is enabled (was by default, have verified it again).
    On my first test email that I sent to myself from my Yahoo account to my default ISP email account, here's what happened.  The Yahoo email uses a very simple "stationery" as background, consisting of two small graphic files, one in the upper left and one in the lower right.  In between those two graphics is the text you wish to write.  So I put the words "test test" in the text portion and sent it to myself.
    When the email was received on the Pearl, indeed I saw the two graphics.  However, the text was not displayed.
    That was the first attempt.  The second attempt produced no graphics at all.
    I also tried sending myself an email using some formatting, like bold fonts, different text colors, underline and one jpg file.  None of the formatting came through, and the jpg came through as an attachment (instead of in the the body of the email where it was placed).  When I tried to open the jpg, by clicking on "1 Attachment", I got an error stating that it is an unrecognized file type and cannot be opened.
    So it appears that the upgrade took 1 step forward and 3 backwards.
    Anyone experience this, and if so, is there a fix, either now or in the works?  Does RIM Support read these forums?
    Telus Tech Support said that something is being done but they weren't too specific.
    I have another upgrade-related question regarding Documents to Go, but I'll post that in a separate thread.
    Message Edited by bwv565 on 12-16-2008 11:43 PM

    hello,
    about your Bluetooth problem, I suggest you one a new discussion on the decicated board called "BlackBerry Accessories". ou will find there experts about Bluetooth.
    http://supportforums.blackberry.com/rim/board?board.id=accessories
    about the third point : it usually takes a long time for the device to emerge after a battery pull. It's quite common, you can't do anything about it.
    about the second point. In my opinion there at least one picture that is corrupted (or one index file).
    in the folder containing that image, do you have many images ? Let's call that folder A.
    I suggest you to move them one by one into another folder B, then scroll through the folder A.
    it will certainly reset a few times, until at one point it wont' freeze, meaning the folder A does not contain the corrupted image anymore.
    you then know that the last image moved from A to B is the culprit.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

Maybe you are looking for