How to view Database roles?

Hello, is it possible to get a list of all database roles in SQL Developer and then look up all users assigned to a specific role? I can't find this option. Thank you, Lolita

One of the long awaited features, should be available in the forthcoming 3.0.
Until then, you can add User Defined Reports. There are a couple of them (for roles) on the SQL Developer Exchange (look for Donat's reports, now also as Shared Reports).
Have fun,
K.

Similar Messages

  • How to view database table in OAF run page.

    Hi,
    how to view database table in OAF run page,any manual setting .please help me.
    thanks
    saran.

    Hi;
    1. This site side related EBS for your issue there is sqldeveloer dedicated forum side
    Forum Home » Application Development in PL/SQL » SQL Developer (Not for general SQL/PLSQL questions)
    2. Please see:
    http://docs.oracle.com/cd/B10501_01/java.920/a96655.pdf
    Regard
    Helios

  • How to view database table in oracle9i Jdeveloper

    Hi,
    how to view database table in oracle9i jdeveloper,any manual setting .please help me.
    thanks
    saran.

    In Jdeveloper go to View-->Connection Nevigator. there you will see all kind of connctions. Expand Database and check if your DB connection is present there. If not, you need to create using right clicking on Database and choose New Database Connecton. Here few screens will be there where you need to put the TNS entries of your database.
    Once DB connection is created, you can expand the connection by clicking on + icon and you can see different available schema objects. Again you need to expand Tables and you can look for specific table in there.
    Hope this clears your doubts.
    Thanks,
    Mukesh Uchaniya

  • How to view database table in oracle9i developer

    Hi,
    how to view database table in oracle9i developer,any manual setting .please help me.
    thanks
    saran.

    Hi;
    1. This site side related EBS for your issue there is sqldeveloer dedicated forum side
    Forum Home » Application Development in PL/SQL » SQL Developer (Not for general SQL/PLSQL questions)
    2. Please see:
    http://docs.oracle.com/cd/B10501_01/java.920/a96655.pdf
    Regard
    Helios

  • How to view database performance in OEM back 8 hour

    Hello All,
    I have recently installed OEM 11g. Please can I know how to view the performance of the database back 8 hour as I can see the performance for an hour only on the performance page.
    Thanks.

    Yes, you can.
    For instance you can use the ADDM feature (via the Database Homepage --> Adivsor Central --> ADDM --> Run ADDM to analyze past performance
    Checkout:
    Oracle® Enterprise Manager Concepts
    *11g Release 11.1.0.1*
    http://download.oracle.com/docs/cd/E11857_01/em.111/e11982/database_management.htm#i1006971
    Regards
    Rob
    http://oemgc.wordpress.com

  • How to create database roles  ?

    Hi ,
    i am trying to create database roles,
    what is the best way to do that ?
    I want to be able to create the following database roles on my local machine:
    CSDExec
    CSDAdmin     
    TCFBurOps     
    TCFAreaLieutenants     
    TCFCourtSupervisors
    More to this problem, each role will be accessing an X number of tables , not all.
    Also, I will be creating the same roles on the Dev Box at the client site.
    What is the best way to do it in ?
    Should I use a procedure, package, etc.
    Please help me with examples:
    This is my first time creating database roles.
    I am using SQL Developer
    thanks,

    Hi,
    For things like that, I use SQL*Plus scripts, containing the CREATE ROLE and GRANT commands.
    Often, in the Development database, I build these scripts a little at a time, commenting out commands after I've done them. Then, when I'm ready to make the changes in the Test and Production databases, I remove the comments.
    For example, on Monday I may create a role and grant some privileges, so I write and run a script like this:
    CREATE ROLE     firbolig_user;
    GRANT SELECT      ON  table_x      TO firbolig_user;
    GRANT EXECUTE      ON  pkg_a       TO firbolig_user;On Tuesday, I create another table, and schange the script to this:
    /*     *****  This section has already been done in Development  *****
    CREATE ROLE     firbolig_user;
    GRANT SELECT      ON  table_x      TO firbolig_user;
    GRANT EXECUTE      ON  pkg_a       TO firbolig_user;
    GRANT SELECT      ON  table_y      TO firbolig_user;and run it.
    On Wednesday, I decide I need another role, so I change the script to this:
    /*     *****  This section has already been done in Development  *****
    CREATE ROLE     firbolig_user;
    GRANT SELECT      ON  table_x      TO firbolig_user;
    GRANT SELECT      ON  table_y      TO firbolig_user;
    GRANT EXECUTE      ON  pkg_a       TO firbolig_user;
    CREATE ROLE     firbolig_admin;
    GRANT          firbolig_user     TO firbolig_admin;
    GRANT SELECT, INSERT, UPDATE, DELETE
              ON table_x     TO firbolig_admin;
    GRANT SELECT     ON table_z     TO firbolig_admin;
    GRANT SELECT     ON x_seq     TO firbolig_admin;and run it.
    I continue like that through the development process.
    Then, when I'm ready to move to the Test database, I remove the comment lines and run the entire script in Test.

  • How to view database core dump file

    I have an Oracle server on windows 2000. Now, I found the oracle server will produce a core dump file in ..\cdump directory. But this file is only a system memory image, so it's hard to analysis the core dump reason, could you tell me how to view this file? thanks

    There's no much useful information for you too see. You can create a SR with Oracle support and upload file if you want to investigate the cause of core dump. also check if there's any errors in your alert<SID>.log and core_dump_dest

  • How to view database values from server to client

    hi friends
    i have database in server side, i am storing values to the database from client side machine through remote methods. But now i need to view the database values from the server side. how to do this using RMI.
    Plz give me suggestion.
    by
    vinod

    Why do you have to use RMI for this task? That way you've got to write both a client and a server. Just use JDBC directly from the server.

  • How can I detect database role BEFORE mounting database?

    Once a database is mounted, it is possible to query the V$database view to check the database_role IE: Primary, Physical Standby or Logical Standby.
    When starting a Physical standby, the correct sequence is to:
    SQL> startup nomount
    SQL> alter database mount standby database
    SQL> recover managed standby database nodelay disconnect
    This will get it going without any errors in the alertlog (which we monitor and Email ORA- lines automatically). We Can get "ORA-01153: an incompatible media recovery is active" if the Primary is already up, but usually it wont, so Ignore this.
    How can I determine the DB's role so I can issue the correct commands for startup, when the Instance is DOWN or in unmounted 'STARTED' mode?
    (Unix, Solaris, 9i)
    Regards, Vin.

    Thank you for the reply.
    I have decided that before a shutdown is done (and these stops & starts are all done from a script, middle if night when backups are done) , that it will check the 'open mode' of the database. If it isn't just STARTED, it has to be open or mounted & thus I can query the v$database view. This I will query and store in the form of a unix file named `uname -n`_SID_databaseRole IE:sunbox2_SALES_PHYSICAL.
    I will look for these files before a startup and if present and less than an hour old, issue (in the case that we are starting a Physical standby) startup nomount, mount standby database, recover managed .....etc . If the database role is PRIMARY, then just issue a 'startup', same if for some reason the unix file doesn't exist or the file is more than an hour old. A plain startup on a Physical Standby can generate some messages, but it still works, and will prompt people to question why the backup took so long.
    The only time this could all muck up is if we do a switchover at the same time as we shutdown for cold backups. I will make the policy that switchovers are not to be done at that time.
    The only gripe I have left is that I cannot find how to STOP the Instance (message free) after doing a database dismount. A ' shutdown immediate' generates an ora 1109 message and I want to avoid prompting as many messages possible. Some messages are unavoidable and my "alertwatch" program is configured to blanket ignore them, but I want to use the correct commands to generate the least amount of messages that will be skipped for Emailing.

  • How to use Database views in XI

    Hi Folks,
    Any idea about how to use Database views for sending and receiving messages in XI ?
    Regards,

    Farooq,
    My doubt is do i have work in the same fashion as if i am working on a Database Table...?
    For Ex :
    Creating Source and Target Data structure for JDBC adapter in the same format....etc
    Regards.

  • How do I add a securable to a database role?

    I have a database where the stored procedures used by SSRS reports have to be added as securables to the db_execproc database role.
    Easy enough to do with SSMS but despite much searching, I can't see how to script that. With the Database Role Properties open, the securables page selected and one of the securable stored procedures select including the Explicit Execute Grant, I tried clicking
    the Script button at the top of that dialogue. It tells me no action to script. What's the point of that button then, if it won't script that for me?
    Yeah, bad practice to do it that way but I don't have the authority to change things so best thing in the circumstances is to code it.
    Nick Ryan SQL Server Developer OnePath (NZ) Ltd

    The script button will produce a script only if you made any changes - i.e., if you were to click the OK button on the Properties dialog that would have applied some changes to the existing properties. 
    In any case, if you want to grant execute privilege to a stored proc, the script would be
    use [YourDBName]
    GO
    GRANT EXECUTE ON [dbo].[YourStoredProc] TO [YourRollName]
    GO

  • I have 100 groups in planning for those 100 groups i want to build roles like interactive,view user,planner etc.for those how to change in export -import folder .xml file  in that edit  how  to change user roles in that xml it will generate automatic id.h

    I have 100 groups in planning for those 100 groups i want to build roles like interactive,view user,planner etc.for those how to change in export -import folder .xml file  in that edit  how  to change user roles in that xml it will generate automatic id.how to do that in xml file ?

    Thanks john for you are reply.
    I had tried what you sad.I open shared service in that foundation project i had export shared service.after that in import-export file.In that role.csv,user.csv,group.csv.Like this file have.When i open user file added some users after i trying save in excel it shown messgse
    I click yes and save the .csv file and import from share servie. i got error like this
    am i doing right way john.or explain clearly

  • How to view corrupt ms access database?

    How to view corrupt ms access database? When you open a written "Application Error" and all. Tried to import objects into a
    new database. Tables and queries were imported without a problem, but on the forms, reports and modules gives the same error. 

    if it fails to recover all known methods, which are described in google, then you need software - such as MDB Viewer Tool from http://www.mdb.viewertool.com/ Somewhere
    seen a similar problem on the forum if it fails to recover all known methods, which are described in google, then you need software - such asMDB Viewer Tool from http://www.mdb.viewertool.com/Somewhere
    seen a similar problem on the forumhttp://www.filerepairforum.com/forum/microsoft/microsoft-aa/access/1318-unable-to-open-mdb-file-please-help

  • How i can associate my app user with database role

    In my application (oracle forms application developed in-house - We are using Oracle Forms 11gR2 with WebLogic 10.3.5 ), i want to use "application user" instead of database user.
    I have an application users table, actually, i have database users,and of course, menu application works with database roles (It was developed with oracle forms menu module), my question is, How i can associate my application user with database role, for reusing oracle forms menu funcionality?. It's possible?
    Thanks,
    Edward

    user8929172 wrote:
    In my application (oracle forms application developed in-house - We are using Oracle Forms 11gR2 with WebLogic 10.3.5 ), i want to use "application user" instead of database user.
    I have an application users table, actually, i have database users,and of course, menu application works with database roles (It was developed with oracle forms menu module), my question is, How i can associate my application user with database role, for reusing oracle forms menu funcionality?. It's possible?
    Hi Edward
    You can do this by assigning the role functionality to the application user. For example
    create the table to enter user name.
    create table to enter group name.
    create table to assign user to group.
    assign role to group.
    assign functionality for the user by coding.
    hope this helps

  • How to view data in tables by selecting the synonym from the database objec

    I could not figure out how to view data in tables by selecting the synonym from the database objects navigation tree. I had to first choose the synonym, view the details of the synonym to determine the table name, and then select the table from the database objects tree. Is this the only way available?

    This functionality currently does not exist. I don't see it on the 1.1 statement of direction either, so perhaps someone from Oracle can give some insight as to when this could be expected.
    Eric

Maybe you are looking for

  • Office 365 x64 Click-to-Run Not Automatically Updating from Network Share

    We are piloting Office 365 x64 and pointing the clients to a network share (see config file below) for updates.  When we subsequently download the updates to the share the clients will not automatically install them.  If we manually do so from within

  • MobileMe Gallery Widget Broke, MobileMe Support says to call Applecare

    This one has me, and mobileme, stumped. The resulting pick list in the Mobileme Gallery widget has now become unsynced with the actual mobileme galleries online. So while I can update existing widgets on this page, I can't add a new one. A work aroun

  • Need to access parent elements in nested for-each loop

    Hi All, I have a xslt mapping requirement in which I am completely stuck. The details are as listed below. Please help! Schema structure is as follows: Root Payload Transaction-123 Loop-LINE Loop-SDPP Segment-FSTT Element-111 Required xslt file struc

  • IAS 6 Conversion from NAS 4.0 - Tools

    Hi gang, Has anyone used the IAS-supplied conversion utilities to convert JSPs from 0.92 to 1.1? We have a number of included/imported JSP for things like headers and footers, and the conversion tool doesn't seem to like that. This should work; this

  • J2EE Status info unavailable disp+work.exe

    Hi Experts, I have an critical error in our NW2004s. i installed a dualstack abapjava epcore and ep. the installation was succesfull. But till last week i have the error with the java part. It would not come up. message of dispwork.exe: running, mess