EA3:  Unable to See the contents in Materialized Views

I have been using sql developer 1.2.1.
I exported my connections as an xml and imported it in EA3 Version 1.5.0.53.
In Version 1.2.1, I am able to see the tables under Materialized Views, but in EA3, If I click on the folder which says "Materialized Views" nothing happens.
DB
Database version to which I am connecting -> Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
SQL Developer
Oracle SQL Developer 1.5.0.53
Version 1.5.0.53
Build MAIN-53.04
Thanks
Maha

variable SCHEMA VARCHAR2
exec :SCHEMA :='JDESTAGE'
select name,object_id, '' short_name,
o.OWNER OBJECT_OWNER
from sys.all_snapshots s,sys.all_objects o
where s.owner = o.owner
and s.name = o.object_name
and s.owner = :SCHEMA
and o.object_type = 'MATERIALIZED VIEW' ;
Result
anonymous block completed
NAME OBJECT_ID SHORT_NAME OBJECT_OWNER
0 rows selected
-Maha

Similar Messages

  • Unable to see the portal content directory in content adminstration

    Hi,
    I am unable to see the portal content directory in the content administration. I am not the super administrator.I have been assigned content admin role. But, I am unable to see the PCD.I see from previous blogs that permission has to be set for my role.
    Can any one help me in telling the procedure to set the permission.If permission is not the issue then do tell me the solution for it.
    Suganya

    Hi Suganya,
    The content admin role normally is sufficient to see / read the portal content catalogue (as far as the standard settings are concerned). But maybe they have been restricted on your implementation by some administrator.
    Some with sufficient permissions on the portal content catalogue has to right-click on the root (portal_content) object, "open", "permissions", and has to provide at least administrative "read" permission to you, some role (content admin for example) which is assigned to you or some group you belong to.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

  • Unable to see the portal content directory in content administration role

    Hi,
      I am unable to see the portal content directory in the content administration. I am not the super administrator, i have been assigned other roles. But, I am unable to see the PCD. Please help me how this can be sorted out.
    Thanks much in advance,
    Sunitha.S

    Hi Sunita,
    Contact your systen admin people , he/she will assign the Read/Write or Full controls to content_admin_role in the system administration -> Permissions -> select portal content folder and right click the select open Permissions , There he/she has to add content_admin_role in Assigned Permissions category and under Administrator category select Full Control and select End user check box and save the changes.
    Then you can see the Portal Content and you can create /change the portal contents.
    Thanks and Regards,
    Hari

  • Content editor webpart- unable to see the list data if given the url in the content link?

    HI,
    In content editor webpart,unable to see the list data
    when try to give the list url in the content link?
    please help on the above issue.
    and also want to see the styles to the list.
    how to add the styles to the list row by row.

    Hi sudhir,
    If you click the ellipsis beside the content link, it will pop up a window for you to input the file link. No list option will be offered to be chose.
    When I add a content editor web part to a list, I usually save the code into a Notepad file and save it to a document library. Then copy the url of the document and then paste it into content link.
    Also, you could click Edit HTML Source, then directly add code into the popup window. It works as the same as the above method.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Unable to see the uploaded file using gos object

    Hi Experts,
    I uploaded the file to server by using the below code. But I am unable to see the uploaded file. Please help me out hot to view the uploaded files (list the file name and view the content) (i want to upload the file by getting the url as input and by clicking the button)
    Code to upload the file.
    DATA: wa_zqtc_gos_request TYPE zqtc_gos_request.
      DATA: l_attachment        TYPE swo_typeid.
      DATA: lo_gos_service      TYPE REF TO cl_gos_document_service.
      obj-objkey  = req_num.
      obj-objtype = objtype.
      CREATE OBJECT lo_gos_service.
      CALL METHOD lo_gos_service->create_attachment
        EXPORTING
          is_object     = obj
        IMPORTING
          ep_attachment = l_attachment.
    I tyied with this to view the files but the attachement link is disabled. (i want to view the files by clicking the icon-GOS icon in tool bar)
      DATA: wa_zqtc_gos_request TYPE zqtc_gos_request.
      DATA: l_attachment        TYPE swo_typeid.
      DATA: lo_gos_service      TYPE REF TO cl_gos_document_service.
      obj-objtype = objtype.
      obj-objkey = req_num.
      CREATE OBJECT manager
        EXPORTING
          is_object = obj
        EXCEPTIONS
          OTHERS    = 1.
    Please help me out how to view the file and list.
    thanks & regards
    T.Tamodarane
    Edited by: T.Tamodarane on Oct 23, 2009 9:55 AM
    Edited by: T.Tamodarane on Oct 23, 2009 9:56 AM

    Hi,
    Please post ur thred below:
    PL/SQL
    Regards
    Meher Irk

  • I am using Ubuntu 10.04, when I am trying to open a java dependent browser i am unable to open the content.There is some problem to load Doc,exl files with the content transfer protocol of the linked browser.

    I am working on Ubuntu 10.04,
    Whenever I use to access a site which is java based site I am having problem to see the contents.There are several instants while browsing that we clicks a link & it opens a site which is a Ms DOC/EXL file which should get opened after the click & happens with the help of java script.
    My problem is that I am unable to open the sites which is related to content transfer protocol of DOC/EXL
    Plz do help.
    Regards
    Srijan

    Hi Grace,
    The free app MPEG Streamclip may be able to convert the file to a more suitable format. It can be downloaded from the developer's site here:
    http://www.squared5.com/svideo/mpeg-streamclip-mac.html
    Here's a User Tip by AppleMan1958 that provides some more information about MPEG Streamclip (it's about importing homemade DVDs, but similar principles apply):
    https://discussions.apple.com/docs/DOC-3951
    John

  • Unable to see page-content control filed in subsite level for responsive sharepoint site !!

    Hello.
    Actually, I am facing unexpected issue with responsive design package for SharePoint 2013 environment. I
    am done with lots of try here and there but no luck yet so finally putting my issue here to get the help on this.
    I have applied responsive design package from this codeplex solution - http://responsivesharepoint.codeplex.com/
    Which is working as expected , however when I add the following snippet in "Banded" Page layout , I am unable to see the Page Content field on pages at subsite
    level, however I can see the same field on root site pages of site collection.
    <!--CS: Start Page Field: Page Content Snippet-->
    <!--SPM:<%@Register Tagprefix="PageFieldRichHtmlField" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <!--MS:<PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server">-->
    <!--PS: Start of READ-ONLY PREVIEW (do not modify)--><div id="ctl02_label" style="display:none">Page Content</div><div id="ctl02__ControlWrapper_RichHtmlField" style="display:inline" aria-labelledby="ctl02_label"><div align="left"><div nowrap="nowrap"><span nowrap="nowrap">Page Content</span></div><div><div>Page Content field value. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div></div></div></div><!--PE: End of READ-ONLY PREVIEW-->
    <!--ME:</PageFieldRichHtmlField:RichHtmlField>-->
    <!--CE: End Page Field: Page Content Snippet-->
    can you please direct me to resolve this issue ? ( I wonder
    if anyone has face the same )
    Even , I don’t see the page content field in sub site pages for default "Blank Web part Page layout".
    I have also noticed that in responsive design webpart page layout is having only
    "Page Image" field in first row as shown in following screen:
    While in default publishign design , I can see many page content fields as shown
    in following screen:
    Is this by responsive design ? or Is there any problem in page layout - I am not sure !! :(
    Looking really forward for the resolution on this issue.
    Thanks and Best regards,
    Dipti Chhatrapati

    Hello,
    Just sharing the root cause of this issue which may help to others facing same.
    The reason behind this behavior was actually silly :) which is always the case once we know it !
    somehow , page content types was not having "Page-Content" filed rather it was using publishing columns but not page layout columns and hence I was unable to see the page layout columns in my page.
    Thanks and Regards,
    Dipti Chhatrapati

  • Unable to see the personalization link on any page

    Hi,
    I am unable to see the personalization link on any of my pages (not even on login page).
    I am setting the profile option value to "Yes" for the profile option
    FND: Personalization Region Link Enabled
    Also I have bounced the Apache.
    Please help me as I am stuck due to this.
    Thanks,
    Anoop

    Did you enabled the profile option Personalize Self-Service Defn (FND_CUSTOM_OA_DEFINTION) .It must be set to Yes.
    Abhay

  • Unable to see the values in detail block

    Hello,
    I have a master detail block, when I query the form, I am unable to see the values for a particular field(Column), all other columns appear properly in the details block, Upon checking the same table(s) in SQL ( by using the JOIN defined in the where clause of the relationship in Forms) , it shows the relevant records for all fields. So what could be wrong with the Form, please advise.
    Thanks
    FM

    IQ wrote:
    I have just checked the field its a non-database field which is being used as a LOV column to display a value derived from LOV. How do I make this populate at Query time, as obviously this works when the Form is in a insert mode but not for Query mode. How to make it work for Query ? As it for LOV column and non-database filed, ignore my first suggestion.
    Does your non-database filed has associate any column ?
    For example, you have SUPPLIER_ID (database column) and SUPPLIER_NAME (non-database column). SUPPLIER_NAME has LOV column. And when selecting supplier name from LOV value also assign at supplier_id.
    Now to show supplier name when querying, you have to write POST-CHANGE trigger at supplier_id. like
    SELECT ASSC_CODE INTO :MST_SUPPLIER.ACC_CODE
    FROM ACC_SUB_SUB_CONTROL
    WHERE ASSC_ID=:MST_SUPPLIER.SUPP_ASSC_ID;Hope this helps

  • Would Like to Get Report of Daily Emails In and Out from Members to a DL Exchange version : 2007 I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity is it possible ?

    Would Like to Get Report of Daily Emails In and Out from Members to a DL
    Exchange version : 2007
    I am the supervisor for the group and want to quantify this information. I do not need to see the content, just quantity
    is it possible ?

    Well, distribution groups don't really have a concept of "in" or "out". They only serve to distribute messages sent to them -- unless you're asking to know who was a member of the distribution group at the time a message was sent to the DL.
    Message tracking logs hold the information you want, though. You'd have to look for EXPAND events that reference the distribution group and take the sender's e-mail address from that event. If the DL is a simple one that's not a member of any other groups
    you could also look for RECEIVE events sent to the e-mail address of the group and get the sender's name from that event.
    You can use Powershell extract the rows of data from the logs, but you'll have to write the code to get the data out of those rows and into a format you want. Perhaps LogParser could be useful in place of Powershell?
    --- Rich Matheisen MCSE&I, Exchange MVP

  • Since the latest update to OX I have been unable to download the contents of some emails because pages does not support the font they are created in. Is there a fix for this?

    Hi, since I installed the latest update on my Mac I have been unable to open the contents of some emails because it is saying that pages does not recognise the font. For example it is saying 'some features aren't supported, the font Calibri isn't available on OS X. It was replaced with TrebuchetMS' This means that I cannot open letters from my daughters school. Is there any way round this other than getting rid of this nightmare MAC and going back to Windows!?

    http://www.mozilla.com/en-US/firefox/3.6.13/releasenotes/
    Had the same problem; would have been nice if they had told s that we need an intel processor on our older Macs! I am up and running again.

  • Unable to see the csv option while scheduling the report

    I'm using BO XI 3.1. While i'm trying to make a schedule of a report, i am unable to see the csv export option.  Is there a way to enable in the csv option?
    Build version : 12.1.0.882
    Edited by: mhsrinivasan on Mar 10, 2011 2:36 AM Added the version details

    Scheduling the reports in CSV formate is possible in BO XIr3.1.
    I would suggest you to contact to your BO Admin to check weather you have proper rights or not, in CMC scheduling part.

  • "No configured AirPort base stations have been found."  I can see the content of the TimeCapsule's drive in finder and Time Machine but it no longer is making backups. Ideas?

    Bought new TimeCapsule March 2013. Worked fine. Now get "No configured AirPort base stations have been found."  I can see the content of the TimeCapsule's drive in finder and Time Machine but it no longer is making backups. Ideas?

    Make sure that you have AirPort Utility 6.3.1 installed on your Mac.
    AirPort Utility 6.3.1 for Mac - Support - Apple
    Then, power off the entire network...all devices...in any order that you want
    Wait a minute, then start the modem first and let it run a full minute
    Start the next device connected to the modem, which may be your Time Capsule and let it run a minute
    Keep starting devices one at a time the same way until the entire network is back up
    See if AirPort Utility can "see" the Time Capsule now.
    If yes, try another backup. If you encounter an error message, post back with the exact message.

  • I am unable to see the airplay icon on my macbook air, iphone or iPad which would enable me to use my Bose speaker through airplay. I set this up in the UK but have taken my macbook and bose speaker travelling with through Thailand. Ive wifi in my room an

    I am unable to see the airplay icon on my macbook air, iphone or iPad which would enable me to use my Bose speaker through airplay. I set this up in the UK but have taken my macbook and bose speaker travelling with through Thailand. Ive wifi in my room and am able to access the internet on my laptop, Ive also been able to through the Bose Soundlink air wifi set application connect the bose speaker to the Wifi too.
    I am only able to play my itunes through my macbook speakers and cannot find the airplay button which should be next to the volume slide once turned down to less than 1/3 of the volume..

    Thanks for your help.  Since I'm uninterested in loading all my photos (the only option) into photostream, I won't be able to use the settings in ATV.  I guess I'm just stuck with using iPhoto on my MB Air.  Thanks again.
    paul

  • I dropped my ipad and I can no longer see the contents but they're there on itune

    My iPad two was dropped - not hard only from a low table to the floor and it was in a leather case - now I can no longer see the contents on the iPad. I can see the contents in Itune but no display on my pad. Please help!

    Try resetting the device (nothing will be lost): Hold down the Home and Power buttons at the same time and continue to hold them down until the Apple appears (up to 30 seconds). Once the reset is complete the "Slide to Unlock" screen will display.
    Cheers,
    GB

Maybe you are looking for

  • Weblogic 10.3.2 as a replacement of OAS 10g full of Oracle Forms

    hello, quick question: Can I take a entire system in Oracle Forms with OAS 10g technology and deploy them on a Weblogic 10.3.2 as an upgrade/replacement option ? Can weblogic run Oracle forms out of the box or is there a vendor lock-in trick ? Thanks

  • Adobe Illustrator thumbnail view in a Picture Library?

    We are using Adobe Illustrator and we need to see the thumbnails in a picture library.  All of the other images work, but not the AI files.   We got the 16x16 icons added for AI for the details view, but we haven't been able to figure out where the t

  • What happened to all the images in the Organizer?

    I posted a similar question in the Photoshop Elements forum and got no answer that solved the problem. The reason I'm now posting it here is that I suspect copying the lessons from the Premiere Elements 11 Classroom in a Book may have caused the prob

  • Oracle XE: Database does not mount automatically after Windows reboot

    Hi, after rebooting a Windows 2003 Server, the Oracle Services seem to start properly, but the database is not mounted. However the database can be mounted manually via that SQL console. How do I achieve that the database is mounted automatically? Be

  • Best practice for MRP

    Hi, does someone know where to get a best practices about running MRP or has a good tutorial? I have setup my material database ( e.g. MRP 1,2,3,4 tabs) but am not really sure how to continue. I'm a little bit confused in which order I have to execut