Can we have a group name in oracle database???

Hello,
what i want to know is that can we have a group name, a set of all usernames for a database,
the whole purpose is to simplify the grant statement, rather then doing this
grant select to <user1>
     grant select to <user2>
     grant select to <user3>
     it would be simple to do
     grant select to <group1>
     where group1 consists of user1,user2 and user3...
     cheere

all_users
describe all_users
Name                                      Null?    Type
USERNAME                                  NOT NULL VARCHAR2(30)
USER_ID                                   NOT NULL NUMBER
CREATED                                   NOT NULL DATE

Similar Messages

  • Want to just have phone numbers on phone can you have different groups with and email group as well

    Want to just have phone numbers on phone can you have different groups with and email group as well

    The iPhone remembers information about previous contacts.
    Complelely independently, you have a Contacts app with a contacts list.  It sounds like your contacts list has 3 names on it.  You need to add a few names.

  • Instead of using image in a link column can we have button with name?

    Hi,
    In Apex , in report region instead of using image in a link column can we have button with name?
    Thanks,
    Anoo..

    From your wording, it sounds like you used the built-in column link within APEX. You will need to edit your column and remove that so that the column is only containing the definition that is coming from the query (you can also just change the alias used for the column and then the old column with the link will be removed and the new alias will be added against your new button column).
    -- Sharon

  • Can we reconcile secondary group name from unix server

    Hi,
    Can we reconcile secondary group name from unix server using some own Customise code?

    Using JNDI this should not be very hard.
    Are you planning to store the secondary groups as a child table to a unix RO?
    Int hat case It might actually be easier and quicker to sidestep the recon system entirely and interact directly with the child form.
    Best regards
    /Martin

  • How can i save the data from the Oracle database to my local directory

    How can i save the data from the Oracle database to my local directory instead Of saving the data file to the Directory created on the Oracle Server ?
    I require to design the Procedure which will pull the data from various tables and needs to store the data in the Client's local directory.

    Since SQL*PLUS runs on the client, you can use SQL*PLUS to spool data to your local drive.
    You could also use the database to write a a specified drive where all users have access to (mapped network drive, e.g.). I wouldn't recommend doing it that way, but it is sometimes useful when the files are created in some nightly batch run.

  • Can i use App schema from another Oracle database.

    Hi everyone,
    can i use application schema from another Oracle database and how can we do this. the reason is that current database where apex is installed is get very slow because of the size of database and application usage.
    Regards,
    Kashif.

    user10485983 wrote:
    Please update your forum profile with a real handle instead of "user10485983".
    can i use application schema from another Oracle database and how can we do this. the reason is that current database where apex is installed is get very slow because of the size of database and application usage.
    You can (using database links), but this will generally result in even poorer performance (unless by "another Oracle database" you mean using RAC?)
    It sounds more like you either need to upgrade your systems, or refactor your applications to have a smaller performance footprint.

  • How to get the available profile names in oracle database

    How we can get the available profile names in oracle 11g

    Hi;
    It isnt to check from dictionary ?
    select * from dictionary where table_name like '%PROFILE%'
    PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • How can i convert data from DBF to oracle database 10g?

    Sir,
    How can i convert data from DBF to oracle database 10g?

    I assume you at least know how to dump the contents of foxpro dbf file into CSV format.
    Regarding SQL*Loader, hope this demo makes it a bit clear to you...
    http://www.princeton.edu/~storacle/sqlloader_demo.shtml
    I agree that it is an old web page (references Oracle 8.0.5) but basics remain the same.
    If it is still unclear to you after referring above link, then get an Oracle consultant.

  • How can we retrieve the Group name from oid?

    Hi:
    In following request object, we can get all the user related information from oid except group name where a particular user belongs to.
    For instance user id, first name, last name and email etc but we could not get the group name.
    PortletRenderRequest pReq = (PortletRenderRequest)
    request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    pReq.getUser()……
    Please advice, how I we get the hold of group name from orcldefaultprofilegroup (oid)?
    I would really appreciate your reply.
    Thank you.
    - Ali Raza.

    I am not sure about the PDK API to get the group name. But using LDAP API its easy to get the User Group.
    If you find the answer to get the group name using PDK API, Please update in forum. It will really help others.
    --Balaji S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Populate v$session.module with BO report name in oracle database

    Post Author: yoavb
    CA Forum: Administration
    Hi,
    This is the first time i am asking question in this forum. If its the worng place for this question please feel free to move it to the right place...
    I am using BO against oracle 9.2.0.8 database.
    In oracle this is view called v$session , which hold information regrarding the connected sessions.
    There are fields like o.s user,machine,terminal and ech.
    One of the the fileds called module , and it value can be populate by using oracle package called dbms_application_info.set_module
    I would like to set the name of the report currently running from the user machine , to this column (e.g v$session.module).
    Could you please help with this issue ?
    Best Regards.

    See Metalink note 1413688.1. This is a feature in 11g. Let alone that one might have used the module column in your own application, everytime this happens they set the action to null, deleting what you might have logged into the action column using dbms_application_info.set_action (in an MDI environment the module gets reset when you put the focus to another form too). If I wanted to have the form name in the module column I'd have implemented that myself (without resetting action).
    Anyway; you could use client_info instead
    http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_appinf.htm#CHEJCFGG
    cheers

  • Can't get vbscrip to connect to Oracle Database

    Hi,
    I really need some help please as I’m new to vbscripting and TNS connections and all this complicated stuff.
    I’m trying to make a connection from one of our Oracle servers and extract some basic data but after trying for a couple of days I’m stumped.
    Here’s the details and I hope someone can advise me in a simple language on where I’m going wrong.
    The server I am trying to connect from is an Essbase server which already has an ODBC connection to the Oracle server setup in the ODBC Datasource Administrator. The driver that I can see in the ODBC Datasource Administrator is ‘Oracle in OraClient10g_home1’ and a ‘SQL Sever’ driver along with some MEARNT OEM drivers.
    The tnsnames.ora has the information for the Oracle server and I can tnsping to it successfully.
    Browsing round the web I have tried a couple of methods to connect:
    *"Driver={Microsoft ODBC for Oracle};Dbq=ABCD;Uid=LOGIN;Pwd=PASSWORD;"*
    I get the error message:
    'Provider is not specified and there is no designated default Provider.'
    I understand that I don’t have the Microsoft ODBC for Oracle driver installed, not sure if we need it if we have the Oracle in OraClient10g_home1 driver and already have a connection set up. So I tried:
    *"Driver={ Oracle in OraClient10g_home1 };Dbq=ABCD;Uid=LOGIN;Pwd=PASSWORD;"*
    Again.. +'Provider is not specified and there is no designated default Provider.'+
    I also tried another method suggested:
    Dim strCon
    *strCon = "Driver={Oracle in OraClient10g_home1}; " & _*
    *         "CONNECTSTRING=(DESCRIPTION=" & _*
    *         "(ADDRESS=(PROTOCOL=TCP)" & _*
    *         "(HOST=EssbaseServer)(PORT=1592))" & _*
    *         "(CONNECT_DATA=(SERVICE_NAME=ABCD))); uid=LOGIN;pwd=PASSWORD;"*
    *Dim oCon: Set oCon = WScript.CreateObject("ADODB.Connection")*
    *Dim oRs:  Set oRs  = WScript.CreateObject("ADODB.Recordset")*
    *oCon.Open strCon*
    *oCon.Close*
    *Set oRs = Nothing*
    *Set oCon = Nothing*
    Same error message again:
    +Provider is not specified and there is no designated default Provider.+
    This leads me to believe that maybe I need to have the Microsoft ODBC for Oracle drivers installed on the server. Maybe I need to set my script differently and am totally doing it wrong. Any help please? If you think I need the driver could you please explain why and how it works so I can put forward for my arguement to install it on the server.
    Many thanks

    <p>By the error message that you are receiving it sounds like the report was originally designed to use an ODBC or native connection. The JRC will automatically attempt to look for a JNDI name of the same data source when it encounters one of these types of data sources.</p><p>If this is the case then you cannot use the viewer object to pass in the ConnectionInfos. The viewer object can only be used to login to the same data source, not change the location.</p><p>What you need to do is follow the code snippet included in the following sample:</p><p><a href="/files/jrc_change_database_connection_0.zip">http://diamond.businessobjects.com/files/jrc_change_database_connection_0.zip</a></p><p>That should help you out. <br /></p><p>Regards,<br />Sean Johnson (CR4E Product Manager) <br /><br /> <a href="http://www.eclipseplugincentral.com/Web_Links-index-req-ratelink-lid-639.html">Rate this plugin @ Eclipse Plugin Central</a>          </p>

  • Can we have 12c db console and 11g database.

    Hi,
    Quick question on having the dbconsole version higher than DB version ?
    Is it possible to have dbsonole 12c on 11gR2 DB ?
    Thanks,

    If you are asking about the database hosting the Enterprise Manager repository, the 11gR2 is supported. See Enterprise Manager Cloud Control Basic Installation Guide 12c Release 2 (12.1.0.2)
    http://docs.oracle.com/cd/E24628_01/install.121/e22624.pdf
    Note:
    The existing, certified Oracle Database must be one of the certified databases listed in the Enterprise Manager certification matrix available on My Oracle Support, or a database instance created with a preconfigured Oracle Management Repository (Management Repository) using the database templates offered by Oracle.
    To access the Enterprise Manager certification matrix, follow the steps outlined in Appendix E.
    For information about creating a database instance with a preconfigured Management Repository using the database templates offered by Oracle, refer to Appendix D.
    The database can be on a local or remote host, and if it is on a remote host, it must be monitored by Oracle Management Agent. However, Oracle Real Application Clusters (Oracle RAC) databases must only be on a shared disk.

  • I can not import the mvdemo.dmp into oracle database

    I have download mapviewer from oracle ,but i can not import the demo data of mvdemo.dmp into oracle database ,it just report the character set problem can not transfer. i am using oracle 9i resease Chinese edition,may smoe friend tell me the how to solve problem. thanks a lot.and which character character set of mvdemo.dmp has used.

    Drag the photos to the iPhoto icon on the dock. Then wait for the fix that will hopefully come in 10.8.3

  • I don't know how I can install APEX 3.1.2 in Oracle Database 10g(10.2.1)

    Hello.
    I have a hard time the install of the APEX 3.1.2. My server is WindowsXP and Oracle Database is 10g.
    How can I install APEX? I have seen many many many manual involved in install APEX but I can't understood that.
    Please teach me how the install of APEX easily.
    Thank you.
    Edited by: MyeongJin on 2009. 1. 27 오후 11:46
    Edited by: MyeongJin on 2009. 1. 27 오후 11:46

    Thanks for your reply, Roel!
    I always deeply thanks for your help.
    After reading your reply, I found out I missed install HTTP Server.
    So I have installed HTTP Server in companion CD and I made the adjustment like marvel.conf and httpd.conf.
    But I can't solve my problem yet.
    I entered the address - http://127.0.0.1:7777/pls/apex/apex_admin - in the web browser, then
    I saw such a like under the message.
    +++Service Temporarily Unavailable+++
    +++The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.+++
    +++--------------------------------------------------------------------------------+++
    +++Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at MJLEE-EXEM.ex-em.com Port 7777+++
    Please help me one more time.
    I'm waiting for your help. Thanks.

  • Is it possible to have Webcenter Portal11 source as oracle database 9.2.0.7

    Oracle WebLogic Server 10.3.3.0
    Oracle WebCenter 11.1.1.2.0
    Oracle Database for WLS/WC repository 11.2.0.1.0
    Oracle EBS 11.5.10.2
    Oracle EBS database 9.2.0.7
    with above configuration, is it possible for webcenter Portal to make a call to oracle data base 9.2.0.7?
    Thanks

    If you are using Oracle Database 11g for WLS and WC repository so there's no problemn. You can check the certification matrix here: http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
    When you ask if is possible make a call to oracle database 9.2, you want do this call with a Java API from a Java Code? How you want do this? If you're using java there's no problemn in do this. Like I sad before, if the Database for WC and WLS is in the matrix certification, for another call you can use any database that you want.

Maybe you are looking for