Can we import any Materialized views (MV'S) in OBIEE 10g

Hi guys,
Could you please tell me is there any chance to import any Materialized views in OBIEE ?
I am using obiee 10g RPD.or how to create MV'S In OBIEE.?
What is use of MV in obiee?
Pls reply to this .

Hi,
Materialized view:Aggregate table are called as Materialized view/opaque View
Steps to create Materialized view/opaque View
Physical layer itself by creating view.
Right click on the your RPD physical table -> Select Properties -> from the properties windows choose 'Select' as Table type -> here you can write the SQL query.
Note:Make Sure 'Features' tab and from the available option select 'CREATE_VIEW_SUPPORTED' is checked or not. If it is not checked then check the option.
http://gerardnico.com/wiki/database/oracle/materialized_view
http://gerardnico.com/wiki/dat/obiee/opaque_view
Thanks
Deva

Similar Messages

  • Disco 4i Error 'This user requires Create Any Materialized View Sys Priv'

    Hi,
    Firstly I will say we are late with moving to Disco 10g, fully understood and constantly remind people of need to upgrade.
    Oracle Apps 11i instance, we have upgraded the database 10g.
    In Disco 4i Admin, Import folder from Database, we receive Error Message:
    *'This user requires Create Any Materialized View System Priviledge'*
    Have spoken to number of our DBA's but been unable to resolve this. I have read loads of stuff about similar issues, but no direct hits really help me.
    I am guessing we need to logon as SYSTEM db user and execute
    h5. SQL> grant create materialized view to <username>;
    h5. SQL> grant alter any materialized view to <username>;
    Please can anyone advise, I am sure it's going to be a DB/Schema owner, as the username; i.e. APPS or EUL_US?
    I cannot see it being the fnd_user for the Disco EUL owner, e.g. SYSADMIN or PatStock.
    Thanks
    Mike

    Hi,
    If you are doing the import as SYSADMIN then you are connected as APPS so this is the database user that needs additional privilege.
    However, the APPS user only needs create materialized view privileges if there are manually created summary folders in the EUL, i.e. summary folders based on materialized views. If you are not using these then the privilege is not required.
    The EUL_US user just needs to give Discoverer Administrator privileges to the SYS_ADMIN user. Nothing else should be needed.
    Rod West

  • IPhoto 09: I suddenly can't import any more jpg-photos created by scanner with SilverFast Ai

    I suddenly can't import any more jpg-pictures created by scanner with SilverFast. iPhoto says 'unknown format'. What can I do?

    Since you can import into a library in the other user account there is something in your account that is the culprit. First  make a temporary, backup copy (if you don't already have a backup copy) of the library and try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home()/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
         User/Home()/Library/Caches/com.apple.iPhoto folder. 
    Click to view full size
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    Oost back with the results as there is one more text of your account that can be done if the above didn't help.
    OT

  • Can't import any images into lightroom 5

    Working away in my studio and suddenly I can't import any images into lightroom 5 (version5.5) for macbook pro os x 10.9.5

    Thank you for your response,
    ...my complete goofiness.
    I somehow managed to change my destination folder in Lightroom when importing images and could not copy to the "location" (or as the right panel indicates, the "destination").
    So adjusted my destination folder and am back to importing as usual.
    _Cindy

  • I can't import any songs into iTunes.

    I can't import any songs into iTunes. I can drag and drop but nothing will happen. Songs show up when a search is done but songs cannot be played or located in iTunes. I think this has something to do with the recent update because I have songs imported into iTunes from December.

    I found the problem. I have VMware fusion that is hosting Window XP on the iMac. When the fusion is running the CD player is not seen in OS. By quitting Fusion I can now insert a CD and the disk icon appears on the OS screen. Now I can bring up iTunes and import the audio and continue as before. The one exception is I cannot bring in a photo of the album cover as before I have to drag the photo out of iPhoto and onto the desk top. Then I can drag it into the artwork patch in the iTunes/ info window.

  • Can't import any images into iPhoto

    Hello,
    I am on my honeymoon and trying to offload pictures from my camera but have found that I can not import any pictures into iPhoto. I am unable to import any file, not just the ones on my camera. I have tried jpgs, gifs, and pngs from various sources and none of them import.
    So far I have tried holding down option and creating a new library, deleting the plists, rebooting, and reapplying the latest iPhoto update. Does anyone else have suggestions for me to try?

    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  

  • Can't import any songs

    I can't import any songs to Itunes. The only ones in my playlist are the ones I bought from Itunes store. My IE keeps shuting down and sends a report to Microsoft.

    I found the problem. I have VMware fusion that is hosting Window XP on the iMac. When the fusion is running the CD player is not seen in OS. By quitting Fusion I can now insert a CD and the disk icon appears on the OS screen. Now I can bring up iTunes and import the audio and continue as before. The one exception is I cannot bring in a photo of the album cover as before I have to drag the photo out of iPhoto and onto the desk top. Then I can drag it into the artwork patch in the iTunes/ info window.

  • Can we create a Materialized View with Parameters?

    Experts,
    Can we create a materialized view by passing parameters to it. so that we change its value dynamically.
    If yes, plese provide me the eample also.
    Regards
    ND

    I have below mentioned query to be used in MV :
    SELECT ivr_vw.event_type, ivr_vw.event_sub_type,
    ivr_vw.channel_cd,
    ivr_vw.csg_event_id,
    ivr_vw.csg_title,
    ivr_vw.itv_title,
    ivr_vw.program_id,
    ivr_vw.price,
    ivr_vw.addt_flag,
    (SELECT FROM_TZ(TO_TIMESTAMP (TO_CHAR (to_date(ivr_vw.start_date,'MM/DD/YYYY HH24:MI:SS'), 'MM/DD/YYYY HH24:MI:SS'),
    'MM/DD/YYYY HH24:MI:SS' ), 'EST')
    AT TIME ZONE 'MST' FROM DUAL) start_date,
    (SELECT FROM_TZ(TO_TIMESTAMP (TO_CHAR (to_date(ivr_vw.end_date,'MM/DD/YYYY HH24:MI:SS'), 'MM/DD/YYYY HH24:MI:SS'),
    'MM/DD/YYYY HH24:MI:SS' ), 'EST')
    AT TIME ZONE 'MST' FROM DUAL) end_date,
    (SELECT FROM_TZ(TO_TIMESTAMP (TO_CHAR (to_date(ivr_vw.start_order_window,'MM/DD/YYYY HH24:MI:SS'), 'MM/DD/YYYY HH24:MI:SS'),
    'MM/DD/YYYY HH24:MI:SS' ), 'EST')
    AT TIME ZONE 'MST' FROM DUAL) start_order_window,
    (SELECT FROM_TZ(TO_TIMESTAMP (TO_CHAR (to_date(ivr_vw.end_order_window,'MM/DD/YYYY HH24:MI:SS'), 'MM/DD/YYYY HH24:MI:SS'),
    'MM/DD/YYYY HH24:MI:SS' ), 'EST')
    AT TIME ZONE 'MST' FROM DUAL) end_order_window,
    ivr_vw.dnis_cd, ivr_vw.packaged_event_id, ivr_vw.no_instalments,
    ivr_vw.disclaimer_flag, ivr_vw.english_voice_file_name,
    ivr_vw.spanish_voice_file_name, ivr_vw.package_flag,
    ivr_vw.is_all_day_event, ivr_vw.upsell_data, ivr_vw.dur_guaran_flag,
    ivr_vw.cp_profile_id, ivr_vw.high_def_flag
    FROM ppv_ivr_vw ivr_vw,
    (Select time_diff,
    use_daylight
    From ppv_zip_timezones ztz
    Where ztz.zip_code = 80014
    ) timeOffset
    WHERE NOT EXISTS (
    SELECT 'x'
    FROM ppv_channels_blackout_vw blk_vw
    WHERE ivr_vw.channel_cd = blk_vw.channel_cd
    AND blk_vw.zone_type_code = 'Area Code'
    AND blk_vw.zone_code = '435');
    Here, the column 'ztz.zip_code = 80014' should change dynamically as per the request of the user.
    Is it possible. If yes, what is the process of doing so.?
    Regards
    ND

  • HT1338 My new mac mini can't find my Powershot S410 digital camera.  Therefore I can't import any photos from it to iCamera.  Can anyone help?

    My new mac mini can't find my Powershot S410 digital camera.  Therefore I can't import any photos from it to iCamera.  Can anyone help?

    My new mac mini can't find my Powershot S410 digital camera.  Therefore I can't import any photos from it to iCamera.  Can anyone help?

  • Every time I open up my iphoto it is always just loading and i can't import any photos. The version is iphoto 2011, Every time I open up my iphoto it is always just loading and i can't import any photos. The version is iphoto 2011

    Every time I open up my iphoto it is always just loading and i can't import any photos. The version is iphoto 2011, Every time I open up my iphoto it is always just loading and i can't import any photos. The version is iphoto 2011

    Download iPhoto library manager http://www.fatcatsoftware.com/iplm/ and use it to rebuild
    LN

  • I can't import any photos. 'Could not copy to requested location' is the given but i have tried importing to both hard drive and external drive.

    i can't import any photos. 'Could not copy to requested location' is the given but i have tried importing to both hard drive and external drive. Help please ?

    Most likely, the "requested location" where you are trying to copy files to does not have WRITE permission, and so you need to change the permissions.

  • I can't import any files or folders into Final Cut Pro 7.0.3 projects

    I can't import any files or folders into Final Cut Pro 7.0.3 projects. When I select import and then either files or folders, I am able to navigate to the drive where the media is being stored, but then when I scroll to locate the files or folders the drive disappears. This problem began as an intermittent problem, but now I cannot import any files or folders. This problem started when I upgraded my operating system to Yosemite version 10.10.2 on my mid-2010 Mac Pro running with 16 GB of memory and an ATI Radeon HD 5770 1024 MB graphics card. Can anyone help me figure out and solve this serious problem? Thanks!

    Then just drag the files/folders from your hard drive into FCP.  Don't use the IMPORT option...just drag and drop.
    The problem started when you installed an OS that doesn't support FCP 7.  So if you want things to work smoothly, it's best to go back to an OS that did support FCP 7. Yosemite was written without taking FCP 7 functionality in mind, so it isn't fully functional. It might not do one thing for someone...but works for you in that respect. But then you can't do something else. The ways it doesn't work is always random.  Or it might work great for some people, because they don't use functions that might no longer work....so they don't notice it.

  • Can't import any .psd files into after effects.

    Hello all.
    I was using CS5 master collection without issue, for a year. 
    Decided to upgrade to the CS6 master collection and that’s when the problems began.
    For example, I can’t import any .psd files into AE.
    All files are saved in RGB mode.
    The previous files were made on CS5.
    I made a new .psd file in CS6 with just a couple of layers on it, couldn’t import that either.
    I’ve tried Ctrl-alt-shift to delete preferences, that had limited success. I can import a file and do a little bit of work on it but as soon as I close the file down and opened it up again, it does not recognise the .psd file.
    The errors I’m getting in AE are many
    For example:
    After Effects warning: Reading past end of file
    After Effects error: Could not open intro.psd because it is not a valid Photoshop document
    After Effects error: Crash in progress. Last logged message:<8104><dynamiclink><5>C:\ProgramFiles\Adobe\Adobe Premiere Pro CS6\Adobe Premiere Pro exe
    After Effects error: Not enough memory to initialise PSL
    I have un-installed and re-installed many times.
    I’m using Windows 8, with 32ram. Hard drives C: 100mg, D: 2 Tb
    I’ve tried installing on both drives, still the same thing happens. 
    Does anyone out there in Adobe Land have any ideas?
    Totally confused
    Cheers,
    Gary.

    Hi Arie,
    Thanks for your response.
    It actually happens with every .psd file regardless of size or specs.
    All the other programs in the CS6 master collection work fine, except for AE and PS.
    I tried the small file. Created a small file, 100 px by 100px 72dpi, just with a gradient background. Same thing, not enough memory to initialise PSL.
    I got the adobe cleaner, and re-installed on my system (again) .... same thing.
    As long as I open AE with doing ctrl-alt-shift every single time or export layers from PS individually I seem to be OK.
    The problem is far from solved, so I guess i just have to put up with workarounds.
    Thanks for taking the time to respond

  • Please help... For some reason I can not import any photos on to my elements 10 organier.

    Please help... I can not import any photos on to my elements 10 organizer, it is saying files corrupt!!!!! What do I do?????  I have am using an apple, and i usually always get photos from iphoto but it is just not doing it. Please help!

    How are you trying to import the files? Are you using the import from iphoto command? What happens if you export the photos from iphoto to the desktop and use from files and folders? Does it work that way?

  • I can not import any file from library to my iphon

    hi recently i have found a problem with my itunes, however i try i can not import any file (music, video...) from library to my iphone ! i don't know what is the problem. by the way i live in Iran and i guess that is for IP ! am i right?
    iphone 4s
    ios 7
    last version of itunes 11.1.2.32

    Hi Sajad,
    If you are having issues syncing data to your iPhone, you may find the following page helpful:
    Apple - Support - iPhone - Syncing
    http://www.apple.com/support/iphone/syncing/
    Regards,
    - Brenden

Maybe you are looking for