Probs in views

hi there..
I created a simple view..then i altered the table by adding a column..
but this changes are not reflected in the view.
I want the view to be altered when i alter the table..
is there any way?
plz guide me..

I created a simple view..then i altered the table by
adding a column..
but this changes are not reflected in the view.
I want the view to be altered when i alter the
table..> is there any way?> plz guide me..view cannot change when you alter your table.
so you just create new view object like
create or replace same_view_name as select .....if you want to change your view alternatevely, then the only way you have to create
database trigger based upon condition, within the trigger body you just use
EXECUTE IMMEDATE following your create statement..
hb venki

Similar Messages

  • Error message on trying to view site uploaded

    Format: Flash CS5, Platform: MacPro
    In creating a site for client I had no problem in uploading and viewing on first go. I needed to update the metadata, made changes, uploaded and got error messages when trying to view on safari, firefox, opera. I went back into server and uploaded previous version (which formerly I had no problem pulling up) same thing- error messages. Contacted the host server and they pulled up and said all was fine- no problems PC or Mac and all browsers. They tested the site at a third party website montoring service and the site resolved at over 56 sites worldwide (http://h-t.co/vk34). I have had others check the site and no prob. in viewing. I have worked on another site at the same time and there are no problems at present with it: http://www.inthewoodonline.com/
    Question: I still cannot bring up the site on my Mac-Firefox, Opera, or Safari or on my PC-IE, Safari, or Chrome so what is wrong! I can place it on my website server in a folder and all comes up.
    Problem: there will be additions to this site and I will not be comfortable doing if I cannot view it real time and not through a round-a -bout way.
    Any help would be greatly appreciated in resolving this. The site is http://www.waterwellsolutions.net/
    Thank you!

    I am so glad all is well. Just don't be shocked when the strange silent lights show up in the sky and you get that feeling that you've lost time.
    Try going to a location where you can connect to wifi and see if that doesn't help. If it does, you can try reinstalling your flash player then make sure the flash code you wrote is compatible. I seriously doubt that's an issue though. I'll try the new flash player here and see if I can 'create' the same problem and get back to you.
    Kathleen

  • Modified  Servlet not visible

    Hi,
    I created a servlet & then ran it , it worked fine. After that I modified it so that it should display a different message on browser but its displaying the previous staff. Strangely even if I delete the servlet & then try to access it using a URL , I will see the same stuff which present in the servlet before starting the tomcat. However if I stop tomcat & hen restart it again I will see the modified servlet or error message if servlet not available. How can I get around with this prob of viewing the modified servlet without restarting the tomcat.
    Zulfi.

    add reloadable attribute to the Context entry in conf/server.xml. by default it does not include reloadable, change
        <!-- Tomcat Root Context -->
        <Context path="" docBase="ROOT" debug="0"/>to
        <!-- Tomcat Root Context -->
        <Context path="" docBase="ROOT" debug="0" reloadable="true"/>this will tell tomcat to reload the servlet after being modified without restarting server.

  • The labview probe button is missing in the diagram view?

    any ideas why the labview probe & is missing i the diagram view of one Vi?  
    Solved!
    Go to Solution.
    Attachments:
    MissingButtons.JPG ‏17 KB

    You have it switched off in the VI properities. Probably disabled debugging.

  • I have a Sony Cybershot camera. My problem is that I can't view my panoramic photos properly with iPhoto.  Sony says to contact Mac support. Has anyone any info on this prob, please?

    Panoramic photos. I have a Sony Cybershot camera. My problem is that I can't view my panoramic photos properly with iPhoto.  Sony says to contact Mac support. Has anyone any info on this prob, please?

    Not sure what you want - you shoot the photo by doing a sweep and the camera makes a static JPEG that is long (panaromic) and you import it - on the camera and in iPhoto is is a panaromic photo
      for example
    LN

  • Multiple probs -- can't view To Dos, Month view crashes

    Using lateest v of iCal 2. Sev'l problems: If I try to open the To Dos frame, the frame space opens but just shows the right-hand side of the weekly calendar. If i try to view Month View, the entire calendar window goes glitchy with horizontal lines and the program gets glitchier still. It still works -- ccan still move among different view -- but each time there's more screen noise, on the iCal window only, and some of the buttons along window bottom disappear. I recently reloaded iCal, and have sevearl times quit, deleted all 4 ical-related prefs from my user/library/preferences folder, and logged out and back in.
    any ideas or suggestions? Much obliged for any help.

    Hi David,
    With iCal closed, go to your user's Library>Application Support>iCal>Sources. In here are several folders with long names which each contain corestorage.ics, Info.plist and possibly some other files.
    Open Info.plist in each of these folders (if you have Developer Tools installed it will open with the Property List Editor otherwise any text editor will do.) until you fiind the one whose title key is the name of the corrupted calendar. (These files are XML files if this means anything to you.) With a normal text editor you will be looking for something like this:
    <key>Title</key>
    <string>Your Calendar Name</string>
    When you have found the correct folder, copy it's corestorage.ics file to the desktop - you'll need this to restore your data. After this delete the calendar's folder.
    If you now open iCal the calendar that was corrupted will have gone from the calendar list. Drag the corestorage.ics file to below the last item on the calendar list. A dialog should open asking for a destination calendar. Choose New Calendar and click OK and then rename the calendar to what you like.
    I hope this helps.
    John M

  • Prob with fixed column widths and word wrapping in viewer

    i have a report where each record has a very long paragraph of text in it.
    In desktop and plus, the text column is at a fixed width and the text just wraps nicely according to the column width.
    But in Viewer, the column widths do not stay fixed, the text does not wrap, and the long text is displayed in a single line that completely stretches the column width off the page and requires a horizontal scroll bar.
    is there anyway to fix the column width in viewer, have the text naturally wrap, and prevent the column stretching. All word wrapping settings are on, but seem to have no effect. I can't seem to find any solution to this.
    Thanks...

    Hi Pritam,
    Per my understanding that you can't see the vertical scrollbar of the ReportViewer controls 2012 to scroll for the grid rows, but can see the vertical scrollbar of the web application, you also can't fix the headers while scrolling, right?
    I have tested on my local environment and can't reproduce your issue, but you have an alternative way to add some css  to the web form's source code to display the vertical scrollbar.
    Details information below for your reference:
    Please check below properties setting of the reportviewer which control the visibility of the scrollbar:
    AsyncRendering="true"
    SizeToReportContent="false"
    Please check if this problem also occur on other version of IE and other type of browser.
    Please check if you have done correct setting of the Fix data to freeze the table header as the step of below:
    http://technet.microsoft.com/en-us/library/bb934257(v=sql.100).aspx
    If step1 doesn't work, please click the source of webform.aspx and add below CSS to add the vertical scrollbar manually:
    #ReportViewer1 {
              overflow-y: scroll;
    Run the application you will see it display as below:
    Similar thread for your reference:
    https://social.msdn.microsoft.com/forums/sqlserver/en-US/f96b3b56-e920-411b-82ea-40467c922e66/reportviewer-control-vertical-scroll-bars
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu

  • Getting prob while creating view in webdynpro ABAP application

    Hi Guys,
    I am facing a problem while creating a view for webdynpro ABAP application. It is giving an error as "ICF service "/sap/public/bc/WebDynpro/ViewDesigner" inactive".
    can anybody let me know how to solve this problem.
                   Thanks In Advance
    Regards
    Ravikumar

    I think check Internet explorer Tools ->Internet Options ->Connections.>Lan Connections> if the proxy or anyting checkbox is clicked coz it doesn't work with Internet on .
    Please reward if useful.

  • Probs in database view

    hi,
       i have problem in my select query where i am trying to fetch datas from database view.
    it takes huge time to process and finally results in run time errors.
    help me.
    ganesh.

    For ex: assume that u r creating DB view (say zdbview) for VBAP and MARA.
    Select only required fields from two tables when creating the view.
    SE38 code:
    Data: itab like zdbview occurs 1 with header line.
    select * from zdbview into table itab.
    loop at itab.
    write: / itab-vbeln, itab-matnr, itab-zmwng, itab-mbrsh, itab-mtart.
    endloop.
    Hope it helps.

  • How can I view/debug via probes with TestStand using Labview Vi's?

    Hello, I would like to debug a Test Stand Sequence that uses Labview Vi's. Anybody know how?

    Hi,
    You cant use the vi probes in TestStand. But you can set breakpoints in TestStand and then step in the labview VI's.
    TestStand 3.x has improved debugging capabilities over TS2.0.1.
    You can also set you break points in your Labview VI's and when your test code is executed the VI will stop when your break point is reached. Then you can use your probes as you would normally do in your labview.
    In TestSTand you also have the ability to set up watches on your teststand variables and to beable to modifiy these as well.
    I think the TestStand User Manual will help explain in more detail.
    Hope this helps
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Probs in MRP 1 View

    Hi,
    I have created one HALB material, for that I have to do some configuration in PP.
    1st tell me in MRP1 View What i have to configure?
    in MRP1 have..
    1.MRP Group
    2. ABC  Indicator
    3. Plant Special Mat Status
    4. MRP Type
    5. MRP Controller
    6. Lot Size
    7.Min Lot Size
    8. Max Lot size
    9. Fixed Lot Size
    10. Ordering Cose
    11. Assemply Scrap
    12. Rounding Profile
    13. UOM  Group.
    Could u explain one by one..Because i have to configure for SEmi Finished Goods.
    Please Revert Back.
    Regards,
    Dhanush.S.T

    1.MRP Group -Not required
    2. ABC Indicator -Not required.
    3. Plant Special Mat Status - Not mandatory
    4. MRP Type -Use the standard
    5. MRP Controller -need to configuree as per your requirement
    6. Lot Size - Use the stdanrds
    7.Min Lot Size -Not rquired it is to be maintained if the respective lot size requires it
    8. Max Lot size -Not rquired it is to be maintained if the respective lot size requires it
    9. Fixed Lot Size -Not rquired it is to be maintained if the respective lot size requires it
    10. Ordering Cose _ what is this?
    11. Assemply Scrap -if you havve scrap enter it here
    12. Rounding Profile -only if youare using it u need to confiure
    13. UOM Group. -not required
    go throgh this and get back for clarfications..

  • The app store keeps on crashing after i updated to ios6. What should i do to fix that prob? I cant browse through the apps because it crashes as soon as i select an app that i want to view

    The app store keeps on crashing after i updated to ios6. What should i do to fix that prob? I cant browse through the apps because it crashes as soon as i select an app that i want to view

    Try Restoring it in iTunes.

  • Prob. viewing subreport on Web when navigating pgs., printing, or exporting

    I have a Crystal Report that returns various subreports depending on which report type is chosen when the end user is entering his/her parameters.  Every one of these subreports uses the same stored procedure to pull the data.  The only difference is that each subreport is formatted differently.  Every subreport is suppressed using a formula like "{?Report Type}<> 'R'" so that only the subreport type that is chosen is returned.  Besides the subreports that provide the detail sections of the report, the main report contains only a page header and a page footer w/o any data from the database. 
    The user is able to enter other parameters besides report type.  If there arenu2019t any data pulled using those parameters, then the subreport comes back with a message that says, u201CNo data found.  Please broaden your parameters.u201D
    All of the above works perfectly in Crystal Reports Developer.  When I try, however, to post this report to run in Advance Web, a SunGard program we use to provide browser-based user interface to our database, the report looks fine as long as I'm on the first page.
    The problem arises when I attempt to go to the next page or to export/print.  In the Developer, everything is still just great.  But in Advance Web, the report vanishes, and I instead get the message that I should get only if there were data found using the useru2019s parameters--even when I'm looking at a report that originally had 22 pages!
    Any ideas about whatu2019s happening here/how to fix? 
    We're using Crystal Reports 11.5.8.826, and Advance Web displays the report using crystalreportsviewer115.

    Discovered the solution!
    The problem lay in the procedure used as a data source for the subreport.  It included this line in the where clause:
         and (i_prospect_entity_id_number = ' ' or task.id_number = lpad(i_prospect_entity_id_number,10,'0'))--blank entered as default value in Crystal
    Though this code worked fine in PL/SQL and in Crystal, it resulted in the behavior earlier described in Advance Web.  I changed the code so that the input parameter no longer accepted a space but instead accepted a letter:
         and (i_prospect_entity_id_number = 'A' or task.id_number = lpad(i_prospect_entity_id_number,10,'0'))--A entered as default value in Crystal
    This one change made the difference!  Donu2019t know why the blank space is not a viable option with Crystal reports using Crystal prompts in Advance Web, but Iu2019ve learned my lesson!

  • Prob with Navigate to External View

    Hi All,
    Trying an application from the tutorial <b>Defining Navigation to an External iView</b>.
    1 package -> 2 iviews -> source , target
    Source Iview
    Input form -> model -> Address Form *added a input field url and a button -> passing URL ->Navigate to -> Target iview.
    Target Iview
    Start Point ->Passing url -> HTML Iview.
    While compiling getting the following error: <b>Element TargetIview of type Navigate is not supported by flash</b>
    Any clues how to resolve this?
    I tried with removing Navigate to and instead of that added a HTML iview it worked?
    <b>Cheers,
    *RAJ*</b>

    Hello,
    which Visual Composer SP are you using?
    please fine note #936547 regarding limitation of Navigate to in SP7.
    Navigate to is not supported since SP8.
    in order to use similar functionality you can use popup iView or launch to other iView using hyperlink system action.
    regards,
    Maya

  • JTextArea Viewing Area Prob

    Hi,
    I am developeing an application in Swing which involves a JTextArea, JTextField and JButton. Whenever I click the JButton the text in the JTextField needs to be appended to the JTextArea.
    The appending works fine but whenever the the viewable area in the JTextArea dissappears. I have to use scroll down to see the newly appended text.
    Can the new text mad visible by auto scrolling, is this possible in JScrollPane or else I have to use JScrollBar.
    If then how ?
    Please Help,
    Bye.

    Your target can be very easy achieved:
    You have to use the JScrollPane with your JTextArea. It means, add the TextArea to your Dialog / Frame / Panel in this kind:
    panel.add(new JScrollPane(yourTextArea));
    If this doesn't work look up for the scrollRectToVisible-method of the JTextArea-object.
    Bye!

Maybe you are looking for

  • Imovie is not generating thumbnails for MPG video files

    Hi everyone, I have what I hope is a quick question with an easy solution.  I'm using iMovie '09 8.0.6 to make a movie for my parents of their granddaughter.  Imovie has generated thumbnails for all my video in iPhoto (most of which is .mov format),

  • Console window in illustrator CS6? [bug]

    I'm wondering, what this window is all about. This console window keeps flashing and popping up all the time during the work in illustrator CS6. What does it mean and how can I get rid of it? This shiny transparent window usually just flashes for a t

  • Component deletion flag

    Hi, We have a maintenance order in place and have some items in component tab. some are stock items and some are non-stock. we have PR created for non stock items, line 20 has been deleted from the work order and the PO has been deleted but it still

  • Which Hardshell case would you recommend ?

    Anyone ? I see a lot of contradictory reviews about the speck case

  • Scan my music folder into itune

    Dear Friends: How do I scan my music folder into itune to keep as a album, so that I will able to play from the itune