BUG: View SQL not displayed in v 1.0.0.15.27

Clicking on the SQL tab for a view produced no CREATE VIEW code at all. It works fine in version 1.0.0.14.67.
Mike

Take a look at [this |http://forums.oracle.com/forums/thread.jspa?messageID=2134151&#2134151] thread.
Best regards
Maxim

Similar Messages

  • Materialized Views/Snapshots not displayed

    SQL Devloper: 1.0.0.15.57 on Windows XP
    Remote Oracle version: Oracle9i Enterprise Edition Release 9.2.0.5.0 on Solaris 2.6
    Another department created a combined Snapshot of two tables for another department. Under previous software (TOAD), Snapshot was displayed in the Tables and Snapshots tabs. However, under SQL Developer, the Snapshot is not displayed under the Tables tree, nor is it displayed under the Materialized Views tree. A Public Synonym is found in SQL Developer for this object.
    Message was edited by:
    Michael Geier

    It is my understanding that this is a bug. (See the discussion at Bug in "Other Users" and Materialized Views We have the same problems with materialized views. I am not aware of a workaround at this time. It is a major problem for us. It prevents our developers from even using this product.
    Message was edited by:
    Clharr

  • Maintenance View - Fields not Displaying

    Hi experts,
    I created a Maintenance View for a table. But when i go and see in the Maintenance View Overview, the integer field-columns in the table are not displayed in the view.
    can u ppl suggest me why this happens? whether maintenance view will not support integer fields ? And how to over come this problem.
    with regards ,
    James...
    Valuable answers will be rewarded...

    the problem might be you used two screens while creating table maintaince.
    so use one screen in table maintaince then you will get everything.
    even now you will get all fields ,just double click on one column,it will give detailed,there you can see the all the fields.
    Thanks
    Seshu

  • My programming? JRE 1.4 bug? Images not displayed properly!

    I made this simple card game which you can checkout at http://www.koutbo6.com I used AWT components and used Panels for drawing the cards and the main game panel has a null Layout. It runs perfectly on all java enabled browsers ... except for IE on windows XP.
    I came across a problem where the card images are not displayed at all. some images that are drawn disrectly on the backround are partially drawn or not drawn correctly. The IExplorere had microsft virtual machine donloaded for windows XP. I managed to correct the problem by disabling JIT compiling from IE advanced setting.
    Then I installed XP on another PC and was surprized that Microsoft stopped distributing the Java Virtual Machine for XP, so I opted for sun java plugin V1.4 and the same problems occur. There is no way to turn off JIT compiling and i read in oone of the bug postings that the option has been taken off in versio 1.4.
    when the problem occurs I noticed that g.drawString works perfectly and all the AWT components are displayed even in the main panel with the null layout. the problem occurs with displaying the images. It could be with the way im doing things.
    this is how I draw my images using the paint method:
         public void paint(Graphics g){
              super.paint(g);
              if(cardImage != null){
                   g.drawImage(cardImage,0,0,this);
           }this is how I draw cards images on card panels, if i wana clear the image I would set cardImage to null and repaint. This is how i draw all the images in the client.
    Is there a problem with my way of doing things? or is there a problem with the java plug in? I'v yet to try installing older java plug-ins on this PC, I will try it and post if it solves the problem.
    Thanks in advance

    Well I tried other versions of the plug in and they seem to have the same problem. But I have noticed that images loaded using Applet.getImage() were displayed without problems. And when I ran the server/client locally "without" JARing the files, the images displayed perfectly.
    I am using a load image method that I picked up from the forums to enable the loading of images from jars when using netscape. This is the code I use to load the images from JAR:
         /** get an image from anyt sorce.*/
         public Image getImageFromJAR(String fileName){
              if (fileName == null) {
                   return null;
              Image image = null;
              byte[] thanksToNetscape = null;
              Toolkit toolkit = Toolkit.getDefaultToolkit();
              java.io.InputStream in = getClass().getResourceAsStream(fileName);
              int x = 0;
              try{
                   int length = in.available();
                        thanksToNetscape = new byte[length];
                        in.read( thanksToNetscape );
                        image = toolkit.createImage( thanksToNetscape );
              }catch(Exception exc){
                   System.out.println( exc +" getting resource " +fileName );
              return image;

  • Overlay in Viewer will not Display

    I just made a clean install of Leopard (just kept my Aperture Libary) - installed Aperture 1.5.0 and updated to 1.5.6.
    Now I miss two things - the "view setups" - for keywording - viewing ect. and the overlay Infos will not display. I reinstalled Aperture - tried the SafeBoot Mode - but nothing works. Is this known?
    Kind regards,
    Nils

    Vani,
    Have you installed the mid-tier, with the BI & Forms option?
    Have you rebooted the server since, and if so, have you started the mid-tier applications (either with the EMWebsite, or with DCMCTL)?
    What is the actual URL and port number that you're trying to use?

  • Bug: View does not resize after soft keyboard dismissal

    On Android when resizeForSoftKeyboard=true, the view does not resize after dismissing the soft keyboard. This simple app demonstrates the bug.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   applicationDPI="160"
                   resizeForSoftKeyboard="true"
                   applicationComplete="applicationComplete()">
        <fx:Script>
            <![CDATA[
                private function applicationComplete():void {
                    keywordTextInput.setFocus();
                private function keywordTextInputEnter():void {
                    stage.focus = null;
            ]]>
        </fx:Script>
        <s:Rect id="rect1" width="100%" height="100%">
            <s:stroke>
                <s:SolidColorStroke color="#FF0000" weight="4"/>
            </s:stroke>
        </s:Rect>
        <s:TextInput id="keywordTextInput" enter="keywordTextInputEnter()" returnKeyLabel="go"/>
    </s:Application>
    1) Start app.
    2) Click on the "go" button on the soft keyboard
    I observe that the red rectangle remains the same size (about half the screen). I expect the red rectangle to resize to fill the entire screen as it does on iOS.
    My environment:
    Flash Builder 4.7 beta
    Flex 4.6.0
    AIR 3.4
    ASUS Transformer (Android 4.0.3)

    Submitted bug:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3657721

  • SharePoint 2010 Datasheet View - Filter not displaying correctly on list

    Hi,
    I have a list where I want to filter in datasheet view.  The filter will work correctly when I first open Internet Explorer:
    However, if I open the list again and go into datasheet view I get the following filter which does not display correctly:
    Has anyone else come across this?
    Mark

    Hi Mark,
    please have a try on this kb too:
    http://support.microsoft.com/kb/2760758/en-us
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • RH8 - HTML Design view is not displaying what the HTML specifies.

    I recently edited a template (Master page) that includes tables. Now the design view of the master page does not correctly display the HTML for that page
    and the design view of each page that uses that Master Page displays blank tables. The HTML view includes the content, but the design view does not.

    I understand the use of Master Pages. The topics were already associated with the Master page that included tables and the
    Design view displayed the content perfectly. It wasn't until I edited the color of the cell borders in the Master page that everything went haywire.
    As it is now, the design view is completely unusable for me. This adds a layer of inconvenience that is time consuming. I'm just trying to get the design view back to what it was earlier today.

  • JFileChooser file filter and view does not display Drive letters

    This code displays only files that end in abc.xml, and directories. For example, "helloabc.xml" and directory "world" will display as hello and world, respectively.
    However, I am surprised to find that the drive letters are not displayed at all. eg. C:
    any insights?
    thanks,
    Anil
    import java.io.File;
    import javax.swing.JFileChooser;
    import javax.swing.filechooser.FileFilter;
    import javax.swing.filechooser.FileView;
    public class NoDrive {
         protected static final String ABC_FILE_EXTN = "abc.xml";
         public String selectFile(String function){
              File file = null;
              JFileChooser fc = new JFileChooser();
              fc.setFileFilter(new FileFilter() {
                   public boolean accept(File f) {
                        if (!f.isFile() || f.getName().endsWith(ABC_FILE_EXTN))
                             return true;                    
                        return false;
                   public String getDescription() {
                        return "ABC files";
              fc.setFileView(new FileView() {
                   public String getName(File f) {
                        String name = f.getName();
                        if (f.isFile() && name.endsWith(ABC_FILE_EXTN))
                             return name.substring(0, name.indexOf(ABC_FILE_EXTN));
                        return name;
              int returnVal = fc.showDialog(null, function);
              if (returnVal == JFileChooser.APPROVE_OPTION) {
                   file = fc.getSelectedFile();
                   return file.getName();
              return null;
         public static void main(String[] args) {
              (new NoDrive()).selectFile("Open ABC");
    }

    OK. Here's the correct code:
        fc.setFileView(new FileView() {
          public String getName(File f) {
            String name = f.getName();
            if (f.isFile() && name.endsWith(ABC_FILE_EXTN)){
              return name.substring(0, name.indexOf(ABC_FILE_EXTN));
            else{
              return super.getName(f);
        });

  • Results view does not display any data

    Hi
    Every time I execute a query in the sql worksheet, I do not see anything in the results view. I only see the ouput in the output script folder. The output script view display is just like the usual sqlplus screen results. I want to look at the results in a table format that is suppose to be displayed in the results view.I used F5 and F9 to execute the query.
    Can anyone tell me why this is so?
    Example below is what I see in the output script view, when I run the query below.
    select file_name,tablespace_name from dba_data_files;
    FILE_NAME
    D:\ORACLE\ORADATA\ORA92\SYSTEM01.DBF
    D:\ORACLE\ORADATA\ORA92\UNDOTBS01.DBF
    D:\ORACLE\ORADATA\ORA92\CWMLITE01.DBF
    D:\ORACLE\ORADATA\ORA92\DRSYS01.DBF
    D:\ORACLE\ORADATA\ORA92\EXAMPLE01.DBF
    D:\ORACLE\ORADATA\ORA92\INDX01.DBF
    D:\ORACLE\ORADATA\ORA92\ODM01.DBF
    D:\ORACLE\ORADATA\ORA92\TOOLS01.DBF
    D:\ORACLE\ORADATA\ORA92\USERS01.DBF
    D:\ORACLE\ORADATA\ORA92\XDB01.DBF
    D:\ORACLE\ORADATA\ORA92\TEST01.DBF
    11 rows selected.
    I want to be able to see the results in the results view in a table format. Why is this not happening?
    Thanks.

    It works for me, when I use F9. Ensure you select the statement (unless it's the only statement) then press F9, or click the triangle button.
    I guess it makes sense for F5, or execute script, to not show a table as there may be many selects, and other statements, in a script and there is no specific return value from a script.
    Message was edited by:
    TonyW

  • SSRS Report Viewer control not displaying images properly

    Hi All,
    when i execute the report in Report Manager i am able to see the report with out any issue,but when i am running the report using report viewer control images getting chopped or Croped like below screen
    shot.
    i am using VS.net 2012 and Sql server 2012 and calling server reports in the asp.net application using Report Viewer control version 11.0
    One interesting thing is some times i am able to see the images some times not (like below screen).
    Any help will be greatly appreciated.
    Thank you.
    Using Report View Control

    Hi siva9000,
    As per my understanding, there is a report with image. When you run the report in report manager, it works fine. When you run the report using report viewer control, the image could not be displayed properly.
    I tried to reproduce this issue on my local machine. However, the report works fine for me when configure a ReportViewer control for remote or local processing. According to your description, the report itself has no problem. The issue may be caused by browser
    or third-party plug-in. To troubleshooting the problem, please refer to the following steps:
    Please run the report using IE, since other browsers may have compatibility problems.
    Open the Internet options of the IE and add the web site into trusted site in the Security tab.
    Please check if you installed third-party plug-in to the browser.
    For more information about Configuring ReportViewer for Remote Processing, please refer to the following document:
    http://msdn.microsoft.com/en-us/library/ms252075(v=vs.110).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

  • Bug? Filters not displaying in Canvas?

    Trying to put a Colour Corrector on a piece of video to get rid of a green-ish background but keep the colours in the foreground. I drag the Colour Corrector onto the clip in the Sequence or get it into the viewer after having selected the clip, and start to mess around with finding the right colour.
    Except it doesn't seem to actually update what's displayed on the canvas. I've had this issue before where sometimes the stuff you're trying to do in the Viewer under the Filters tab just isn't actually displaying any change on the Canvas.
    Is this a bug or am I just completely overlooking something?
    Any help is appreciated, Happy New Year's and all that.
    Edit: and then all of a sudden it starts displaying, for no apparent reason. W.T.F?
    Message was edited by: par larsson

    Trashing the preferences seemed to do nothing whatsoever except make any image imported into FCE somewhat distorted.
    No clue why. I have the "Easy Setup" settings set to 1280*720p if that's connected to the issue - the image shows up in the Canvas with a letterbox black stripe on either side and distorted.
    http://i.imgur.com/oNT1Q.jpg
    shows what I'm talking about
    note that me sliding around the "Limit on Chroma" settings does NOTHING to the image on the Canvas, which is the real problem

  • Page Viewer Webpart not displaying some webpages

    Hello
    I have a SharePoint Server 2013 on-prem Publishing Site and the page viewer webpart is unable to display some webpages like Google homepage, etc. but is able to show webpages from a few other sites like internal SharePoint sites, skysports.com, etc.
    I am not able to see a pattern here. I first thought this might be caused due to some sites allowing authenticated access but now its not very consistent. Also, I tried the same with an Office 365 site and the results were exactly the same.
    Please help me to find out the reason for this issue.
    Thanks
    Parth

    Hi,
    According to your post, my understanding is that Page Viewer Webpart don’t display some webpages.
    There are many reasons for the block of the pages in the Page Viewer Web Part.
    For more information, you can refer to:
    IFrame is blocked in SharePoint 2013
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • CSS Styles not displayed properly in design view - SOLVED (not 'Display Styles')

    For several weeks, I've been troubleshooting the issue of CSS
    and inline styles not being displayed properly when in Dreamweaver
    CS3 design view, and checking in to the forums occassionally to see
    if there was a solution other than making sure "Display Styles" was
    selected under View -> Style Rendering (it was, and still
    nothing would display properly!).
    After much frustration, I may have found the solution to
    those still experiencing the issue even after "Display Styles" is
    appropriately checked. I went in to my master template for the
    site, and found an erroneous <br> tag after the <link
    href> for the stylesheet, which I must have inadvertantly
    inserted when I added the code for the site's favicon. (You get so
    used to Shift-Enter in layout mode, it's almost automatic,
    regardless of what pane your in.) I can't believe I missed this
    before! Deleting the erroneous tag cleaned up the whole
    site.

    I had the same thing happen to me. After hours of trouble
    shooting I found a bit of inappropriate code left in the HTML.
    Cleaned that up and all is good. Seems like it is often something
    so simple. Guess that is why it is so maddening when i can't figure
    it out!

  • Oracle Discoverer Viewer will not display in browser

    Hi,
    I tried using the link below to get to discoverer viewer but it is not working. I can access Oracle Enterprise Manager without any problem.
    Could you please help me with that.
    Thanks,
    Vani
    ===========================================
    Start a Web browser and enter the Discoverer Plus URL containing the fully qualified host name (including port number if necessary) used by your own installation.
    For example:
    http://machinename.myorganization.com:7777/discoverer/plus
    Where:
    machinename.myorganization is the hostname and domain on which the Oracle HTTP Server is installed
    7777 (optional) is the port number on which the Oracle HTTP Server is installed if the default port number (i.e. port 80) has been changed
    /discoverer/plus is the URL command that starts Discoverer Plus

    I am using oracle 9iAS on Windows 2000 Professional.
    Database is the one created from the Oracle 9iAS CD that holds the 9iAS Infrastructure.
    I have tried using both Netscape 7.1 and Internet Explorer 6.
    At this moment, I am hosting database, Application server and browser on this test machine.
    I am starting to believe that may be I do not have the correct EUL version but I have used Oracle IDs to create the EUL. It is version 5.x.x. I am not at the location so I cannot give the exact EUL version.
    Thanks,
    Vani

Maybe you are looking for

  • Setting up a new mac mini

    I have just arrived in Greece with a brand new Mac mini, with wireless keyboard and magic trackpad... bought in Manchester, UK on Monday. I also was sold a Belkin HDMI cable to connect the mini to the TV. So I haven't got very far .. I have connected

  • Downloaded app update, but discovered too late it won't install

    The app is Flashlight and the update is for version 1.3. Downloaded it to the computer, moved v.1.2 to the desktop, and changed Flashlight1.ipa (v.1.3) to Flashlight.ipa. Then went to sync. The update would not install, so I unsynced the earlier vers

  • In Mail, my preview of incoming emails changed to one line only.  How can I get the bigger view?

    My view of emails has changed suddenly to only one line.  It used to be a bigger window, allowing me to read part of the body of the email, while viewing all new emails....how can I get that view back?  Is that a long header?  I try to click on long

  • Software Inventory - Unknown Install Location

    Hello, Running the SCCM Asset Intelligence report 'Installed Software on a specific computer (Report 02E)' shows a number of software titles with 'Unknown' in the 'Installed Location' column. I have asked the user of a particular device to check a sa

  • Can't import AIFF file

    I'm trying to convert audio cassettes as per instructions in www.wap.org/journal/digitizingcassettes/default.html. Successfully used Audacity to record song and export an ".aiff" file. But can't get that file into iTunes 7.5 (or earlier version)! Tri