How to check which views are not read only

Hi, I need to run a script in order to get the views that were not created with the read only option. Where can I get that info? It doesn't seem to be in dba_views.
Thanks and regards

Join it with DBA_CONSTRAINTS (CONTRAINT_TYPE = 'O') :
SYS@db102 SQL> select view_name, text from dba_views where owner = 'U1';
VIEW_NAME                      TEXT
V_EMP_RO                       select empno,ename,job from myemp with read only
V_EMP                          select empno,ename from myemp
SYS@db102 SQL> select view_name, decode(constraint_type,'O','RO','RW')
  2  from dba_views v, dba_constraints c
  3  where v.owner = c.owner(+)
  4  and view_name = table_name(+)
  5  and v.owner = 'U1';
VIEW_NAME                      DE
V_EMP_RO                       RO
V_EMP                          RW
SYS@db102 SQL>                                                                 

Similar Messages

  • How to determine a View Object Type (read only or Updatable) ADF B.C 10.1.3

    Hi all,
    in scott Schema by ADF B.C 10.1.3, I created an entity object like emp
    and created view object EmpView from emp and dept entities
    and Application Module
    and when draging EmpView and dropping it in jspx
    while running I got an error :
    JB0-25003 your EmpView View Object has no Type
    How to determine a View Object Type (read only or updatable) in B.C ?
    Thanks

    Hi,
    this should not require any manual confiuration. Can you select the ApplicationModule in the model, right click on it and run the ADf BC tester ? Check if he ViewObject runs if not added to JSF
    Frank

  • How to determine which photos are not in an album?

    I have @ 5500 photos in V2.01 vor Os 10.2.8. I would like to determine which photo's are not in an album. I know I can write a perl script to do print this information, but it might be nicer if done from within iTunes.

    Billy,
    There is a way that will take a little time but will give you the results.
    Write down the name of all your Albums and number them.
    In iPhoto add the new numbers (corresponding to the albums) as keywords.
    After all the number keywords have been added you need to give the images in each album that numbered keyword.
    Highlight an album in the source column, select all, then assign them the number keyword for that album.
    do this for all the albums.
    Make sure your view is set to view keywords.
    You should be able to see any photo that does not have one of those number keywords.
    there might be a simpler way, but I don't have iPhoto 2 to test for you.
    Lori

  • How to check all items are not null in CAML Query?

    HI All,
    In a CAML Query, i got three items. In all three items, a particular column(Closure Date) should not be null. How to check in all three items, where 'Closure date' is not null?
    Thanks in advance!

    Hi,
    Try this:
    "<Where><IsNull><FieldRef Name='Closure Date' /></IsNull></Where>"
    Hope it hepls!
    Thanks,
    Avni Bhatt
    If this helped you resolve your issue, please mark it Answered

  • How can I make a file not read only? Using LV6.0, I have tried the Access Rights VI w/o luck.

    I am talking about any file in windows 98 that has the read only box checked when I look at the properties of the file from Windows Explorer. I can can get rid of the check from the properties box, but I want to do it programmaticaly in LabView.

    Hi,
    Wire in '448' to the 'New Permissions' of the Access Rights VI. This will set the file as readable, writable and executable. I just tried this (on WinNT, though).
    The 'permissions' parameter is a 16-bit integer where the least 9 bits are used. Of these, for Windows, bits 8, 9, and 10 (0-indexed) are important (i.e. if these are set = integer 448). See online Help for full details.
    Hope this helps,
    Khalid

  • How can I open something as not Read-Only?

    Everytime I've opened an Excel  (Microsoft for Mac 2011) file today it opens as read-only, and the only way I can save changes is by changing the name of the file, which I don't want to do. I did not have this problem last week when working with the same file. I hit command-I  -- I'm listed as read & write and then it said Staff (it's just me -- read-only) -- I just switched it to read & write& did the same for Everyone. Yet it still opened (from the Finder) as Read-Only. Please help me!!
    Thanks,
    joanne

    Try this:
    Reset User Permissions and ACLs in Lion/Mountain Lion
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    From the Utilities menu select Terminal. At the Terminal prompt enter: resetpassword. Press RETURN. When the window opens select your startup drive where it says "Select the volume containing the user account:" At the bottom of the window you will see, "Reset Home folder permissions and ACLs." Click on the Reset button.

  • How To know Which Columns are not null and Which are null

    Hi Freinds,
    I want to Know ,How by Wrting a Query we can get the Names of The Columns from the Table which is set to not-null or null,
    Thanks
    Shoaib

    SELECT * FROM user_tab_columns
    WHERE table_name='Your_Table_Name'Check NULLABLE column.

  • How to find which songs are not synchronized with iPod?

    I have about 5,000 songs in iTunes and the same minus 7 in the iPod.
    How do I find the songs that were not synchronized?
    Thanks,

    Hi, the instruction are difficult to follow, I am not a programmer. Secondly I understand that it finds duplicate songs. My problem that some tongs were not transfered to iPod for some reason. I checked the duplicate songs from the menu and it showed hundreds, because some of them in the Best of or live Albums.
    I think iTunes should have an option finding non synced songs.
    Thank you,

  • How to tell which Indexes are not being used?

    We are a large development shop and have many customers. Our database design is very generic so that it works for all of our customers. Each night we use an SSIS ETL process to bring down large amounts of data from the iSeries into SQL. One
    particularily large customer takes a very long time and we are looking for ways to speed up thier data import and transformation. I would like to see which indexes he does not use and possibly remove them. Each night we fully repopulate hundreds of staging
    and ods tables and incrementally delete and repopulate the days work for a handful of history type tables. Removing some indexes off of the large tables could make a big impact. 
    How can i tell which indexes the customer does not use?

    > IDENTIFYING UNUSED INDEXES IN A SQL SERVER DATABASE 
       Just because an index is not being used does not necessarily mean it should be removed.
    > Index This: All About SQL Server Indexes
    sp_BlitzIndex
    José Diz     Belo Horizonte, MG - Brasil

  • How to check which apps are currently running? C3

    Anybody out there...When there is not enough memory to open a new app it gives you the opportunity to stop currently running background apps.  Is there a way to check and/or stop apps before you run out of memory?
    Phone: C3
    Thanks

    unfortunately there is no way to launch that "task killing" app from anywhere from the phone, it just starts itself when you run out resources.

  • Recording which articles are being read

    I want to create a cloud tag of popular topics
    What i need to work out
    1. How to record which articles are being read
    2. How to display these in a tag cloud
    3. Then when a user clicks on a tag - all the articles which
    similar
    tag are displayed
    What i have done so far (how am i going?)
    Db called tags
    Tables
    tag, article title, article url, article description
    # each article has a few different tags
    e.g
    article for preventing std has the following tags
    std, sex, safe sex, HIV
    # the article itself doesnt exist in the database as i read
    this
    wasn't good for SEO. so the article itself exists on a static
    page.
    I have close to 100 medicla articles and add about 4 or 5 a
    month
    so i would love to get this working to save me time and
    effort.
    Many thanks
    Mark Holloway
    coordinator
    www.healthhokkaido.com

    Have been using this code from the pete frei tutorial - cloud
    tags -. It is working fine.
    In the case of my database, each article has 3 tags
    associated.
    So there are 3 fields as opposed to 1 from which to count the
    tags.
    How could I adjust the code to take accountfor this?
    Also I am a begineer so if you had the time to provide a
    short explanation that would also be great.
    <cfquery datasource="cart" name="tags">
    SELECT COUNT(tag) AS tagCount, tag
    FROM list
    GROUP BY tag
    </cfquery>
    <cfset tagValueArray =
    ListToArray(ValueList(tags.tagCount))>
    <cfset max = ArrayMax(tagValueArray)>
    <cfset min = ArrayMin(tagValueArray)>
    <cfset diff = max - min>
    <cfset distribution = diff / 3>
    <style type="text/css">
    <!--
    .smallestTag { font-size: xx-small; }
    .smallTag { font-size: small; }
    .mediumTag { font-size: medium; }
    .largeTag { font-size: large; }
    .largestTag { font-size: xx-large; }
    -->
    </style>
    <cfoutput query="tags">
    <cfif tags.tagCount EQ min>
    <cfset class="smallestTag">
    <cfelseif tags.tagCount EQ max>
    <cfset class="largestTag">
    <cfelseif tags.tagCount GT (min + (distribution*2))>
    <cfset class="largeTag">
    <cfelseif tags.tagCount GT (min + distribution)>
    <cfset class="mediumTag">
    <cfelse>
    <cfset class="smallTag">
    </cfif>
    <a href="/tag/#tags.tag#"
    class="#class#">#tags.tag#</a>
    </cfoutput>

  • My Library has ten more songs than my iPod. How can I find out which songs are not syncing?

    My Library has ten more songs than my iPod. How can I find out which songs are not syncing?
    I recently had to purchase a new hard drive. Because the size of my music collection exceeds 140 GB, I stored all of my music on a separate external hard drive. When I exported everything back into my new iTunes library, I found that I had about 200 more songs than I had in the previous library. After deleting most of those extraneous songs, I was able to get my library close to where it was before. However, after syncing to my iPod Classic, I noticed that only 34,853 of the 34,863 loaded. How can I figure out which of those ten songs in my library did not sync to my iPod?
    Yellow12

    It may be that the 10 songs are unchecked. To find them select songs view.
    If there is a column Heading marked with a tick then click on it to sort by this column.
    If the Column is not there then View > View Options and select the Checked column which will then display
    Check the songs by putting ticks in the empty boxes and resynch. Now those tracks should go over as well

  • I have about 5,000 images in a Folder.  How can I determine which images are NOT in a Collection?

    I have about 5,000 images in a Folder.  How can I determine which images are NOT in a Collection?

    Create a smart collection with criteria "collection" and "does not contain"; and also with criterion Folder contains (or folder contains all)
    That works if you are thinking about a specific named collection.
    If you are interested in finding photos that are not in ANY collection, the usual trick is "collection" "does not contain" "a e i o u y"

  • How can I check which documents are stored on iCloud?

    How can I check which documents are stored on iCloud?

    Welcome to the Apple Community.
    You can see in a number of ways, the easiest is probably by logging into your account at ...
    iCloud.com
    on your computer.

  • Hi! Since I installed Mavericks, all the messages in mail I receive are marked as read, when they're not! Can anyone explain to me how to make them appear as not read, so I notice them? Thank's

    Hi! Since I installed Mavericks, all the messages in mail I receive are marked as read, when they're not! Can anyone explain to me how to make them appear as not read, so I notice them? Thank's

    I don't know if it will work, but try rebuilding the mailbox. This can take awhile if you have a lot of mail.
    Rebuild mailbox

Maybe you are looking for

  • My wireless keyboard keeps losing connection but this is random

    after upgrading to mavericks i can log on to the operting system but sometimes this can happen right after log on or this might take hours or a few days. my keybpard will just stop working. this is a new keybpard only 1 month old the apple wireless k

  • I am data roaming, have a 3g signal but no data. How do I get a data back?

    I am currently in London with my US iPhone5 (AT&T). I have a data roaming package and it has been working fine for the past week, then yesterday, I go into the tube and when I get out, I have no data connection, but the 3g signal is still showing. I

  • Vendor balance profit centerwise

    What is the best report to get vendor balances profit centerwise? Thanks

  • Dual-stack approach

    Hi guys, In a dual stack network, how can we decide whether IPv4 or IPv6 address is used in a simulator software? How to test this? Thank you in advance.

  • Problem installing updates

    OK. Here we go. I have an ibookG4 with about 15.91GB of hard drive space left. I was running 10.3.9 when my computer started going crazy so I decided to reinstall the os. The os that came with my computer was 10.3.5. So I loaded that with no problem.