View does not show column type

I have two views containing a column, which is defined exactly in the same way. One view shows the column type as VARCHAR2 (200 CHAR) and the other does not show anything as the type.
Here is the screen shot:
http://public.ceving.de/2012050900/postaladdress.png
First question: why is there a difference?
Second question: why is the type VARCHAR2 although the modeler does not know VARCHAR2 but only VARCHAR as a column type?
Here are the definitions of the views:
This is "user_status":
WITH user_status_data AS
(SELECT work_user_status_data.person_id,
MAX(work_user_status_data.startdate) AS startdate
FROM work_user_status_data
GROUP BY work_user_status_data.person_id
SELECT person.id AS tmdid,
person_a.lastname,
person_a.firstname,
person_a.email AS emailaddress,
person_a.address
|| ', '
|| person_a.zipcode
|| ' '
|| person_a.city
|| ' '
|| person_a.country AS postaladdress,
person_a.phone,
person_a.mobile,
person_a.company AS organization,
person_a.orgunit_abbr AS orgunit,
work_user_status_data.pwdresetflag,
work_user_status_data.lockaccount,
work_user_status_data.primarypwd,
work_user_status_data.expdate,
work_user_status_data.iamtid,
work_user_status_data.startdate,
work_user_status_data.stopdate,
'IN PROGRESS' AS status
FROM person_a
INNER JOIN ts
ON ts.id = person_a.ts_id
INNER JOIN person
ON person.id = person_a.person_id
INNER JOIN user_status_data
ON person.id = user_status_data.person_id
INNER JOIN work_user_status_data
ON user_status_data.person_id = work_user_status_data.person_id
AND user_status_data.startdate = work_user_status_data.startdate
WHERE ts."until" IS NULL
And this is "work_user_status":
SELECT person.id AS tmdid,
person_a.lastname,
person_a.firstname,
person_a.email AS emailaddress,
person_a.address
|| ', '
|| person_a.zipcode
|| ' '
|| person_a.city
|| ' '
|| person_a.country AS postaladdress,
person_a.phone,
person_a.mobile,
person_a.company AS organization,
person_a.orgunit_abbr AS orgunit,
work_user_status_data.pwdresetflag,
work_user_status_data.lockaccount,
work_user_status_data.primarypwd,
work_user_status_data.expdate,
work_user_status_data.iamtid,
work_user_status_data.startdate,
work_user_status_data.stopdate,
work_user_status_data.action,
work_user_status_data.progress
FROM person
INNER JOIN person_a
ON person.id = person_a.person_id
INNER JOIN work_user_status_data
ON person.id = work_user_status_data.person_id
INNER JOIN ts
ON ts.id = person_a.ts_id
WHERE ts."until" IS NULL
Edited by: 931739 on 09.05.2012 06:37

I just found out that the engineered version (10g) is also quite strange:
http://public.ceving.de/2012050900/postaladdress_10g.png
It shows the values in the columns for the types.
This looks very buggy.
Is it not recommended to create views with the data modeler?
Edited by: 931739 on 09.05.2012 06:38

Similar Messages

  • Form results does not show column headers

    I created a form and when I enter info and then view the results, the results page does not show column headers.  How do I correct this?

    I just found out that the engineered version (10g) is also quite strange:
    http://public.ceving.de/2012050900/postaladdress_10g.png
    It shows the values in the columns for the types.
    This looks very buggy.
    Is it not recommended to create views with the data modeler?
    Edited by: 931739 on 09.05.2012 06:38

  • IOS 7 Calendar Day View does not show any all-day events ?

    Hi,
    I realize that iOS 7 Calendar Day View  does not show any all-day events.
    Is this a bug ?
    Any help given is much appreciated.
    Thanks and Regards.

    Mine brings me right up to the current time, or in the case of another day, it takes me to the first appointment of the day.

  • 4EA2 the Detail display for views does not show comments for the view

    I am running in an Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production environment.
    The Detail tab for a View does not show comments added for the view. I would like to request that the Detail tab be modified to display any comments added for the view.
    This is important for me because I want to use the Generate DB doc function (from the right-click menu linked to schemas), to generate documentation, and that function uses the same format as the Detail Tab. The View Comments are important for my users.  

    Hi Penny Halsall,
    Kindly check if that Facebook page can be followed by the public. If the profile can't be followed by the public, then the widget won't work as accepted.
    Facebook provides instructions to check/do this here: https://www.facebook.com/help/201148673283205
    OR
    You can generate the associated HTML code from this page :
    https://developers.facebook.com/docs/plugins/
    Regards
    Sonam

  • Why MSAccess database shows data but does not show columns and DDL in edit mode in jdeveloper?

    Sir,
    My developer ver is 12.1.3.0.0.
    I create a connection to MS Access database, this database shows data as bellow in jdeveloper databases window
    But when I open any table in Edit mode like bellow it does not show any columns and DDL and give an error like bellow
    Similarly when I try to create view objects on these tables then on data controls the view object also doesn't show any columns like bellow
    What could be the reason any help on this issue
    Should I use MS Access or not but I want to use ms access for very small databases.
    Regards

    If you look into the certification matrix at Oracle JDeveloper and ADF 12c (12.1.3) Supported Systems
    You'll see that ms access is not supported.
    You can use oracle xe which is free for your project.
    Timo

  • Dreamweaver Design view does not show parts of the page

    Hello all,
    I was working on a page update - page was created using a
    template so
    that the client can add content with Contribute - and have
    discovered
    that suddenly whole sections of the page are no longer
    visible in Design
    Mode. This caused me some panic until I viewed in code view
    and found
    everything still in there. Viewing in browser shows the page
    there in
    entirety too, and uploads just fine. But no matter what I do
    - restart
    the program, restart the computer - nothing changes, the page
    design
    does not show parts of this page. Everything is in an
    editable area and
    should be visible.
    I have been editing the code as that was my only option, but
    now I have
    heard that my client cannot view those sections of the page
    in her
    Contribute either.
    The page is here:
    http://www.craft-design.ns.ca
    Any help would be gratefully received.
    Thanks
    Ellie

    > (I find it strange that it is now like this, as I
    understood that th was
    > depracated? So I went through and removed them all.)
    <th> deprecated? Certainly not.
    > There are editable regions in the page as it has been
    working for the past
    > year and a half. I find that after an amount of editing
    by Contribute
    > users, the pages do tend to fall apart.
    Normal template files have two editable regions in the head
    of the page -
    doctitle, and head
    The one you linked does not.
    That's what I was talking about.
    > Contribute sounds a great thing, but is a huge pain and
    ends up costing me
    > money fixing the messes my clients end up making, though
    this should not
    > be possible...
    I have stopped recommending it to my clients.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ellie" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks Murray,
    >
    > I see all this.
    >
    > (I find it strange that it is now like this, as I
    understood that th was
    > depracated? So I went through and removed them all.)
    >
    > There are editable regions in the page as it has been
    working for the past
    > year and a half. I find that after an amount of editing
    by Contribute
    > users, the pages do tend to fall apart.
    >
    > I will have to remake the template and remake the page
    from that.
    >
    > Strange thing is it was working perfectly well before.
    >
    > Thanks for the help, Murray.
    >
    > Contribute sounds a great thing, but is a huge pain and
    ends up costing me
    > money fixing the messes my clients end up making, though
    this should not
    > be possible...
    >
    > Ellie
    >
    > Murray *ACE* wrote:
    >
    >> You have no editable regions in the head of that
    page - why is that?
    >>
    >> As for the display in DW, perhaps it's the 175
    validation errors that the
    >> W3C validator finds on the page?
    >>
    >>
    http://validator.w3.org/check?verbose=1&uri=http://www.craft-design.ns.ca/mbg_past_shows.h tml
    >>
    >> Most of these are serious coding problems....
    >>
    >

  • Viewer does not show all of the clip

    Import routine:
    MTS format from Canon > Converting to Quicktime with Voltiac software. Resolution 1920x1080.
    Impossible to set correct In and Out points in the Viewer as the whole clip is not shown. Can change the duration of the clip in the Timeline as the whole clip is shown there. After rendering there are no problems in the Canvas.
    Anybody got a solution? Would be much appreciated!
    Regards,
    Tryg

    I'd be converting to 1440x1080 because FCE does not support 1920 without rendering.
    At any rate, why the whole clip does not show up in the Viewer and does in the Canvas eludes me.
    Al

  • "Library" view does not show ALL photos

    My "Library" view is not showing me the last 2 rolls I imported. If I click on the specific year views, I can see the photos, but I expect all photos are displayed in the "Library" view.
    While still running iPhoto 5, I imported a roll of images from disk that included photos taken at the end of Dec 2005 and in Jan 2006. These are the photos that do not show in the "Library" view. This was happening with iPhoto 5 and is still happening with iPhoto 6.
    Any suggestions for getting all photos to shwo in the "Library" view ?
    Thanks,
    Eliot

    Thanks -- I figured out my problem...
    Since iPhoto now seems to group items into "rolls", I had imported images from several different dates. The first image was from Sep'05, so it placed ALL the images imported, even those from Jan'06, with the Sep'05 photo in the middle of of my "Library" view.
    Is there a way to have the "Library" view sort in date order instead of by imported roll ?
    Thanks,
    Eliot

  • Project View does not show the Path and Filename when errors occur

    I have the problem, that errors occur in the project but in the colum that shows the "Resource" I can only see the "Project Name". Normally it should show the filename. The "Path Column" is completely empty. The "Location column" shows the correct line number in the file (but unfortunately I have no Idea which file). Double clicking on the row does not do anything.
    I'm sure it had worked, but no idea since when this problem occurs. I am using Flash Builder 4.7.

    I was able to resolve this by repairing permissions, even though no permissions error was listed specifically for that file.
    I could also have recovered it through Time Machine, but I'm interested in knowing how not to have this happen again!
    I was afraid of rebooting and possibly losing track even of the ghost.
    I did not try EasyFind - I'll keep that in mind next time.
    Thanks for all the comments.

  • Month and Week Calendar view - does not show events that span days?

    In the weekly and monthly calendar views, if you have an event, such as a show or an appointment where you will be out of town for several days, the view will only show the appointment for the first day, and not for the entire event life. For example, in MS Outlook, if you schedule an event that begins on Date 1 and ends of Date 2, spanning several days, the calendar will show the date range as blocked off. Does the calendar in CRM do the same? If so, is this a setup parameter?
    Also, with the calendar, is there a way to have the small calendar in the left panel show the days with a scheduled event to be bold or somehow indicate that there is an event on that day?
    Edited by: nsidev on Aug 11, 2009 6:38 AM

    According to CRM Support
    CRM Support wrote:the ability to block off a multi-day appointment in the Weekly and Monthly Calendar Views is not currently available on our product. However, we have submitted this functionality to our engineers as an enhancement request. At this time we are unable to provide an estimated time of implementation while this request is being analyzed and processed.
    Simple things seem hard for the Siebel guys.
    Edited by: nsidev on Aug 14, 2009 7:11 AM
    Edited by: nsidev on Aug 14, 2009 7:12 AM

  • FSG report output does not show column headers (XML Publisher)

    Hi everyone
    Iam required to create a template for an FSG report with 20 columns. Used copy of FSG:Fixed number of columns Template(FSGTEMP) to create the template because i need to do some conditional formatting(need to show negative values in red color).
    here is the problem:
    when i use the template and run the program the output i can see the row data but not the column headers..column headings are blank!
    regarding the conditional formatting, can anybody tell me how to give the condition
    iam able to give the condition for oracle reports but not for FSG reports as i dont see the column name in the 'data field' in conditional format
    Regards
    sam

    Open the report in Edit Mode Click on the reports and in the properties section Uncheck the
    Enable Document Cache Property and your issue should be resolved.

  • Month view does not show Multi Day events

    I know there has been a few post about this subject, but I've found no answer. Is there a fix for this problem? Multi Day events (Not All Day) only show up on the first day in month view (fine in week view). BUT ... if you print the month view the event shows on all the days, weird. I think I am going to be forced to go to a Microsoft product if this can't be resolved. I is too easy to double book appointments if you think that day is clear. Please help.

    I've just come across this most dangerous of flaws. I wonder how Apple staff manage multiple-day events without missing anything.
    I've submitted the following to iCal Feedback:
    http://www.apple.com/feedback/ical.html
    Events (not all-day) starting on one day and finishing on another do not show up properly in iCal month view. This is because you only show the start time, which is really confusing when trying to organise diaries.
    The iPhone month list view would be a model to sort this out, showing start time on the first day, "Ends" on the last day and "All Day" on intermediary days.
    Please sort this out as this is where Outlook really beats Mac.

  • TS3999 Monthly view does not show longer events

    I created an event which ends next day. This is being correctly displayed in the day and week views, but not in the monthly view. The monthly view shows the first day entry only, but not its continuation to the second day. Thanks

    According to CRM Support
    CRM Support wrote:the ability to block off a multi-day appointment in the Weekly and Monthly Calendar Views is not currently available on our product. However, we have submitted this functionality to our engineers as an enhancement request. At this time we are unable to provide an estimated time of implementation while this request is being analyzed and processed.
    Simple things seem hard for the Siebel guys.
    Edited by: nsidev on Aug 14, 2009 7:11 AM
    Edited by: nsidev on Aug 14, 2009 7:12 AM

  • DW CS5.5 Design View Does Not Show Accurate Width of Page Compared to Browsers

    Hello
    I use DW CS5.5 to make websites. The Design View in DW is not at all accurate as to the width of the page when compared to how the Browsers render the page. For example, when inserting a horizontal Spry Menu, the menu items will drop to a new line because it looks like there is not more space, In reality, as seen on the browser or Live View there is a lot more space for more list items. This makes it very hard to work on a page in DWCS5.5 because it looks way too narrow compared to the actual size. On the ruler, it looks like it is 960 px, but it isn't when seen at 100% on the browser window. It does not matter what setting I use for the page size. Any suggestions? Thank you in advance. Gail

    indvik wrote:
    ...However it still seems odd to me that the difference is about 350 px.
    That could be caused by a code error, generally DV won't be that far off.
    Run your page through the validator at http://validator.w3.org to see if there aren't some issues in your html that could be causing the oddity in Design View.
    If your code is clean and it's still off by that amount, something to check would be the use of both css and html attributes to control the sizing of tables and other elements. The program can get a little confused and start displaying things all over the place when you do that. I'm not sure if DW5.5 does this (I skipped that version) but DWCS4 certainly did, pretty inconsistently. One way to fix it, even though the code may validate, is to give all control to the css of the page rather than splitting some with the html.

  • One calendar view does not show up when configure calendar overlay in sharepoint 2010

    I created 5 views for a calendar and wanted to create a calendar overlay to show all 5 views.
    Events 1
    Events 2
    Events 3
    Events 4
    Other events
    but one view named "Other events" is not showing up when selecting view from "calendar" list.. (only the other 4 views are shown)
    I checked that the view is created correctly and listed in views section in list settings.
    Don't know why ?
    Appreciate any advice

    Hi,
    According to your post, my understanding is that one of your calendar view didn’t display when configured the calendar overlay.
    Was the “other events” view created by the Calendar View format?     
    You can only select the view created by the Calendar view format when you configure the calendar overlay.
    I had tested with five view as your description, they are all the calendar views, and all the views could display when I configured the calendar overlay as below.
    You can recreate a new view or a new calendar, then check whether it works.
    There is an article about creating Calendar Overlay, you can check with it.
    http://deannaschneider.wordpress.com/2011/09/28/calendar-overlay-a-simple-sharepoint-2010-ootb-master-calendar/
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

Maybe you are looking for