Spooling out profile that are not being used

hi guys,
is there anyway to spool out those profile that are not in used or assigned to any username or roles?

flaskvacuum wrote:
hi guys,
is there anyway to spool out those profile that are not in used or assigned to any username or roles?
SQL> CREATE PROFILE test LIMIT
  2     FAILED_LOGIN_ATTEMPTS 5
  3     PASSWORD_LIFE_TIME 60
  4     PASSWORD_REUSE_TIME 60
  5     PASSWORD_REUSE_MAX 5
  6     PASSWORD_VERIFY_FUNCTION null
  7     PASSWORD_LOCK_TIME 1/24
  8     PASSWORD_GRACE_TIME 10;
Profile created.
-- Created but not assigned --
SQL> select distinct profile from dba_profiles where profile not in (select profile from dba_users);
PROFILE
TEST
SQL>

Similar Messages

  • How do I delete places in the organizer that are not being used?

    In Elements Organizer 12, I think I accidentally created a "place" on the map that I do not want to apply to any photos.  When I try to do conduct an advanced search, the place is appearing as a checkbox.  I do not want this place to show up in the search field, as we have never been there.  How do I remove places that are not associated with any photos?

    If you are accessing emails from multiple devices, you are better off using the IMAP protocol. Then the devices sync with the server and they are all looking at the same information. With POP, you are going to get your emails spread about, some on Outlook, some on the iPad. It could get very confusing.
    By default, the iPad will not delete from a POP server. Instructions for changing this are here: http://support.apple.com/kb/HT3228

  • How to identify SQL_PROFILES that are not being used?

    In dba_hist_sqlstat table were found 26 Sql_Profiles, some of them are not used.
    Questions:
    - Is there any way to identify which one are not used?
    I tried verifying DBA_SQL_PROFILES but this does not help to much.
    - Analyzing one by one, Is the only way to find why they are not used?
    Thanks,
    Deyanira

    Hello;
    You should be able to Join the views DBA_USERS and DBA_PROFILES to see whats in use. ( or not in use )
    select distinct
      profile
    from
      dba_profiles
    where
      profile not in ( select profile from dba_users )  On the second question I would ask the DBA.
    Best Regards
    mseberg
    Dan is correct. I have misread the question. Sorry about that.
    Edited by: mseberg on Jun 28, 2012 3:06 PM

  • How to remove the bufgs that are not being used

    Hi,
    I have a IP block that has BUFGs that may or may not be used depending on which design the IP block is used. If they are not used I would like them to be removed but the tools are not consistent, sometimes they remove them and sometimes they do not.
    How do I specifically tell Vivado to remove a BUFG in the .XDC file?
    I've seen someone suggest to use the following attribute in the VHDL file but I need something in the XDC file
    attribute buffer_type of drck_i : signal is "none";
    Thank you,
    Luis

    Hi 
    If the BUFG instance is instantiated in the IP or your design then the buffer_type attribute will not work.
    The opt_design trims the unconnected instances during implementation. Ensure that the BUFG does not have  DONT_TOUCH property set on it which might affect trimming.
    Thanks,
    Deepika.

  • Is there a way to LIST OUT all of the active images that are currently being used on a page in Dreamweaver?

    Is there a way to LIST OUT all of the active images that are currently being used on a page in Dreamweaver?  Or do I have to click each one and write down the image name by hand?
    Thanks!
    LJ

    Alternatively use a browser:
    Use the Firefox Web Developer Toolbar
    https://addons.mozilla.org/en-US/firefox/addon/60
    Images > View Image Information
    or the List All Images Add On for Firefox
    https://addons.mozilla.org/en-US/firefox/addon/3688
    or the Web Developer tools in IE8 (or earlier), F12 > Image > View Image Report

  • With new Free Characeristics Aggregates are not being used

    Hi....i have a query from a multicube with two infocubes where i  have two aggregates one for each cube...in my query both aggregates are being used with no problems....when i add a new free characteristic that appers on aggregates something happens and the aggregates are not being used anymore...i dont understand why this happens because i know that ......free characteristics ....doesnt affects the aggregates usage....is this correct??? or not?
    Regards

    Since this is an open forum, not Adobe support... you need to contact Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • HT1689 can i use an old iphone that is not being used as a phone as just an ipod?

    Can i use an old iphone that is not being used as a phone as just an ipod?

    Yes. Instructions are here: http://support.apple.com/kb/HT3406

  • Cannot delete an old vault that is not being used.

    Cannot delete an old vault that is not being used. I get the following notification: The operation can’t be completed because the item “#3 Vault-GTech RAID mini-1TB” is locked.  I placed this vault on a external HD until I set up a new vault with the same name in Aperture.
    Now I want to delete the older Vault. Any suggestions?  Thank you, Bob Stern

    OK think I have it, but you'll need to use the terminal window and sudo to do this If you never used either then read this carefully before you begin.
    start
    Open a terminal, go to /Applications/Utilities and click on the Terminal app.
    Type the following but do not press return: sudo chflags nouchg
    Make sure to enter a space at the end of the above command
    Go to Finder, locate the vault and drag it to the Terminal window at the end of the above command. The mouse pointer will turn into a green plus sign showing you your are dragging the file.
    When you let go the full path of the vault will be at the end of the command, now press return.
    If this is the first time you are running sudo you'll get some text telling you to be very careful. You'll also be prompted for your password, enter it.
    Back in Finder in the Info window for the vault the Locked checkbox should be clear.
    that's it
    good luck, post back if you have any troubles.
    regards

  • Find the cubes that are not being compressed

    Hi,
    Need to find the cubes that are not being compressed.
    Please let me know how to find them? is there any tran codes to figure them?
    Thanks,

    Hi
    E fact tables name >> /BIC/E*
    F Fact tables name >> /BIC/F*
    By comparing the two list
    can we find the uncompressed cubes?
    If this is right  it gives one more solution to your problem...
    Thanks

  • 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 can I add additional airport expresses to my system that are not being recognized by Airport utility?

    I recently purchased time capsule to upgrade my wireless system. I have 3 airport expresses in my network; I was able to reconfigure one, but the other 2 won't reconfigure.  They are not recognized by Airport utility after being reset; the time capsule and one reconfigured airport express shows up.  I would like to use the other two airport expresses to extend my wireless system. I would appreciate any help and suggestions.

    Unfortunately, you will have to use Apple's WDS setting for all of the devices on the network....Time Capsule, new AirPort Express and older AirPort Express devices.
    That is going to slow things down tremendously on the network.
    WDS only operates at "g" wireless speed, so you lose any "n" speed advantage of your newer devices.
    Worse, the bandwidth is cut in half on the entire network for each device that is set up as "relay" or "remote" on the system.
    So, the first "remote" (or relay) cuts wireless speed from 54 Mbps down to 27 Mbps. The second cuts everything down to about 14 Mbps and the third drops everything down to about 7 Mpbs. That is much slower than the old wireless "b" systems.
    Compare that to "n" speeds of 130 Mbps or up to 300 Mbps (if you are using 5 GHz) and you can easily see that you are losing more than 90% of the speed capability on the network.
    Do you even want to consider doing this?

  • Photo Geo tags are not being used by Places

    I have been importing photos into iPhoto with valid geo tags and none of the photos are being shown on the Places map.
    When I initially starting using iPhoto I imported some pictures from my iPhone and realised that the pictures were identified on the Places maps automatically, since I have added photos and manually edited the location information directly in Places.
    If I import pictures from my iPhone they are not entered into Places and if you check all the location information is blank, if you look at the extended information you can see all the correct GPS information...
    I'm confused..

    in your iPhoto preferences is look up places set to "Automatically"? The default is "never" and it must be changed to "automatically" to work.
    LN

  • How to free space that is not being used?

    I have a tablespace with very few data (0.18 Mb) but somehow Oracle is using 10Gb for this tablespace, the tablespace is this one:
    Tablespace Name and Mb FREE_SPACE USED_SPACE TOTAL_SPACE
    HIST_PROMOTIONS_IDX 10099,8125 ,1875 10100
    The tablespace is composed by this 3 data files:
    FILE_NAME ALLOCATED_MB USED_MB FREE_SPACE_MB
    /oraindices/IRI9/data/HIST_PROM_ID1.dbf 5000.00 .06 4999.94
    /oraindices/IRI9/data/HIST_PROM_ID2.dbf 100.00 .06 99.94
    /oraindices/IRI9/data/HIST_PROM_ID3.dbf 5000.00 .06 4999.94
    Is there any way to reasign the space usage for this tablespace?
    thanks

    If I read this correctly, only a couple of MB are used in that tablespace.
    The resize should work, but you'll still have 3 datafiles where 1 would suffice. Also, sometimes, it will give you an error because blocks are located towards the end of the file.
    I would create a new tablespace using the size being used and move the objects in the large tablespace into this new one (move tables and rebuild indexes). When all is completed, take the large tablespace offline and, if all works well after a couple of days, drop that large tablespace.

  • Is there a way of telling if tables in a schema are not being used?

    I've thought about using the AUDIT_TRAIL.
    Is there any query that you can run to tell this, without setting this up?

    v$segment_statistics is one of the accumulator views that gets reset when the database is bounced. You'll probably want to take snapshots of the view regularly into a separate history table because of that.
    Remember that you need to monitor for an appropriate period of time (you may have objects that are used only at month-end, only at year-end, or only for some process that happens on an irregular basis) to ensure that the objects are really and truly unused. Make sure that the business unit agrees as well-- there are plenty of tables that are kept around solely to comply with data retention policies. Dropping one of those tables caan quickly become a career limiting move should there ever be a records request from the legal department.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • My itunes program wont allow me to eject my Ipod, it says that my divice has files that are currently being used but I dont have anything running intentionally. If there is any advice you can give that would be great. This is my first time trying it out.

    First time user... please help i cant eject my Ipod.

    i did a hard reset while it was plugged in by pressing all 3 hard buttions on the top of my divice. When the apple symbol came up I unplugged it. it works fine now. ** or at least until I try to reconnect and diconnect again.**

Maybe you are looking for

  • Not able to share location on facebook thorough my...

    Not able to share location on facebook thorough my Nokia C7. Though im connected all the time on phone through widgets. I have 3 G connection.rest of the stuff works absolutely fine however whenever i try to share the location through ovi maps it giv

  • I want to add flash to one segment of a clip.

    How do I capture that one segment?  When I trim the clips ends the segment goes to a smaller scale.  So when I insert the flashed segment it looks like double vision

  • How to exclude savesets in Solstice backup ??

    Hello Everyone, I have a very large database on 3 filesystems, approx. 120 G and it has been backed up 2 times and doesn't need backup anymore being a static datawarehouse database. I would really appreciate If someone can help me to exclude it from

  • Urgent Requirement for SAP CONSULTANTS - all modules.

    TOP MNC NOW HIRING Urgent Requirement for SAP CONSULTANTS - all modules. Experience    2-5 yrs. Location - Gurgaon, Hyderabad,Pune. Interested candidates please forward your CV ASAP!!!!!!!! !!!!!! send your resumes at [email protected] Thanks, Rajend

  • Partition not found while installing

    I have made a second partition with Boot Camp, I can see the HD icon named " BOOTCAMP" on my desktop. But when I want to install windows and I have to select the correct partition (Bootcamp), it isn't there. There's only one partition. Can som ebody