Group_names and presenting the roles of BONES

Hello all;

I have trouble to distinguish the roles of BONES and the privileges of the OS.

http://www.toadworld.com/knowledge/KnowledgeXpertforOracle/tabid/648/TopicId/ADM64E/default.aspx
This link says;
Oracle creates two roles during the installation of Oracle executables:
OSOPER
OSDBA

http://docs.Oracle.com/CD/B19306_01/install.102/b25286/pre_install.htm
This link says:
OSDBA and OSOPER are groups.
OSDBA group having privilege SYSDBA
Group OSOPER having OSOPER privilege


My Question in oracle 10g:

OSDBA and OSOPER: they are BONES GroupName?
OSDBA and OSOPER: are they OS_roles?

Please provide details... Thank you

969352 wrote:
Hello all;

I have trouble to distinguish the roles of BONES and the privileges of the OS.

http://www.toadworld.com/knowledge/KnowledgeXpertforOracle/tabid/648/TopicId/ADM64E/default.aspx
This link says;
Oracle creates two roles during the installation of Oracle executables:
OSOPER
OSDBA

http://docs.Oracle.com/CD/B19306_01/install.102/b25286/pre_install.htm
This link says:
OSDBA and OSOPER are groups.
OSDBA group having privilege SYSDBA
Group OSOPER having OSOPER privilege

My Question in oracle 10g:

OSDBA and OSOPER: they are BONES GroupName?
OSDBA and OSOPER: are they OS_roles?

Please provide details... Thank you

http://docs.Oracle.com/CD/B19306_01/install.102/b25286/pre_install.htm#CIHGCBBA

"Creating users and groups from operating system required

Depending on whether it is the first time Oracle is installed on this system and on the product that you are installing, you may need to create several groups of operating system and users.

The following groups of operating system and the user are required if you are installing the Oracle database:

The OSDBA (dba) group

You must create this group the first time you install the Oracle database software on the system. It identifies the operating system of the user accounts with administrative data (the privilege SYSDBA) privileges. * The default name for this group is dba.*"

Tags: Database

Similar Questions

  • Photoshop crashes soon after startup. How can I obtain and present the crash log? When I go to 'Help-> Adobe product improvement Plan' nothing happens.

    Hello

    I'm having the problem that my Photoshop CS6 always crashes soon after startup. I use no plug-ins, and my PC is in good health. I would like to present a crash log if someone can tell me what the problem is, but when I go to 'Help-> Adobe product improvement Plan' that I read is where crash logs are produced nothing happens.

    I also have a question my Premiere Pro hangs at startup upward. I have these two programs were widely used in the past but have recently started having problems. I have already uninstalled and reinstalled CS6, but the problem persists.

    Any help would be massively appreciated.

    Chris

    Thank you. The crash log tells me that you have not updated Photoshop CS6. It should be 13.0.1.3 not 13.0.0.0

    Either run help > updates or download and install it. Adobe - Photoshop: for Windows

    ig75icd64.dll is a display driver.  Go here and to update: Intel® Driver Update Utility

  • Random table and present several elements of the array at the same time

    Hi all

    I figured out how to randomize an array and present the items where the user can scroll through the items one at a time. However, I would like to know how I could go for the presentation of the elements of a random array at the same time. To be concrete, suppose I have a list of three words that is Word 1 and Word 2 Word 3. For each user, I'm looking for present all three words on the screen at the same time, but in a different order. If a person can see it on the screen:

    WORD 1

    WORD 3

    WORD 2

    and someone else could see

    WORD 3

    WORD 2

    WORD 1

    Pointers or guides are appreciated. Thanks for reading.

    You say that you already know how random the table, so I won't go into that. Assume that you already have 3 TextFields on screen and called tf1, tf2 and tf3. You didn't say if you use Classes or script code. I'm not a big fan of code of script in AS3, so I'm not good at writing of examples in there. The example here assumes that the class code. It also assumes

    1. You have ' declare stage instances to automatically "off
    2. TF1, tf2 and tf3 exist in all frames of the timeline of the MC that uses this class.
    public class Words extends MovieClip {
        protected var wordSource:Array;
        public var tf1:TextField;
        public var tf2:TextField;
        public var tf3:TextFiels;
    
        //constructor
        public function Words() {
              super();
              //init your wordSource array here
    
              //a Vector is like an Array, but you're very sure what type of "thing" is at each index.
              //in this case, it's TextFields.
              var tfs:Vetor. = Vector.([tf1, tf2, tf3]);
              //loop through each word and each text field and match them up
              var loops = wordSource.length;
              for (var i=0; i		   
  • Grant read only to a user only with the role

    Legends of dear,

    Req: create user selection/read-only join specific 3-5 tables in a specific schema and no selection/read only access to the sys/system schema.

    After surfing and tried to grant the "read-only" access for a user as follows.

    create user readonly identified by readonly123;

    create read_only_role role identified by read_only_access;

    Grant connect, read-only resources.

    Grant select on applications. FND_PRODUCT_GROUPS read-only;

    Grant select on applications. FND_USER read-only;

    grant read_only_role read-only;

    The above statements

    1. created user, role

    2. granted to connect/create user session and I am able to run the following query

    logged in as readonly

    Select * from APPS. FND_PRODUCT_GROUPS;

    Where I am able to select even sys or system tables.

    But I'm not able to make the same read only access provided to a role and assign the role to the user subsequently,.

    create user readonly identified by readonly123;

    create the role of read_only_role identified by read_only_access;

    Grant connect to read_only_role;

    Grant select on applications. FND_PRODUCT_GROUPS to read_only_role;

    Grant select on applications. FND_USER to read_only_role;

    grant read_only_role read-only;

    Let me know your suggestions,

    Ref:roles and privileges of user management

    Roles of the Oracle

    GRANT statement

    https://forums.Oracle.com/thread/2223362

    Thank you

    Knockaert

    Hi, Karthik,

    If a role has a password (as in this case), then the user must activate this role during its current session in order to to use, like this:

    ROLE of the read_only_role IDENTIFIED BY read_only_access VALUE.

    If the role does not have a password, then it is enabled by default as soon as the user opens a session.

    Remember, the roles do not count inside procedures AUTHID DEFINE stored (which is the default type).  If you need to use the table inside an AUTHID DEFINER stored procedure, then the privileges must be granted directly to the user and not just a role.

    I hope that answers your question.

    If this isn't the case, after a complete test script that people can run to recreate the problem and test their ideas.  You started great: CREATE instructions you posted were perfect, but you need to add the CONNECTIONS and SELECT statements (and the SETTINGS, if necessary) to show how the error occurs.

  • SAN replication and presentation remote problems

    Hello

    We have this from HP software running and replication of our logic unit on a remote site number.

    I cut the replication and presented the remote disc for the ESX servers.  I restarted the server and no storage is displayed.  If I click Add storage it is able to find the logic unit number and sees this correctly however if I followed through it tells me to format the drive.  Anyway to get the disk scan and add the virtual machine in?

    Thank you!

    Carl.

    If the LUNS presented to the remote site are differnet that ESX hosts you can then change the LVM. DisallowSnapshotLun = 0 and then perform a new analysis that will allow you to see the number of unit logic without resignaturing it. You can then navigate to the vmx and enter.

    You can also change the LVM. EnableResignature = 1 which will be will the LUN requires the UUID in the vmx be changed prior to registration, the name LUN will be something like

    snap00x-LUNNAME

    The LVM settings are located under configuration host - advanced.

  • OBIEE presentation services do not come on the recreation of the role Application BISystem

    Hi guys,.

    I accidentally deleted BISystem role of Application of Console. But, went through couple of posts and recreated the Application role, and characterized by the BISystemUser to the role.

    In short, I did the procedure below.

    1. stop BI Service

    2. create a role and a member with the user BISystem

    3. Add the policy to the role

    •Oracle.bi.Scheduler.manageJobs

    •Oracle.bi.Server.queryUserPopulation, it not appear in the list you can add it manually using following parameter

    permission class: oracle.security.jps.ResourcePermission

    Resource type: oracle.bi.server.permission

    Name of the resource: oracle.bi.server.queryUserPopulation

    Action: subject

    • oracle.bi.server.impersonateUser, it does not appear in the list you can add it manually using following parameter

    permission class: oracle.security.jps.ResourcePermission

    Resource type: oracle.bi.server.permission

    Name of the resource: oracle.bi.server.impersonateUser

    • oracle.bi.server.manageRepositories

    • EPM_Essbase_Administrator

    4. start the BI Service


    But I can't launch the presentation BI Services login page.

    I got the bi_server1 error - diagnostic.log below file and it seems that the user BISystemUser is always having a problem of authentication with the server.


    Please note that I haven't restarted the server. Just restarted the BI Services.


    [2016 01-27 T 13: 02:53.544 + 04:00] [bi_server1] [WARNING] [] [oracle.j2ee.ws.common.jaxws.JAXWSMessages] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: < anonymous >] [ecid: 8b2c6332e32ecb3b:-3907915 c: 1527-c 794733:-8000 - 000000000001717e, 0] [APP: bisecurity #11.1.1] [J2EE_APP.name: bisecurity_11.1.1] [J2EE_MODULE.name: bisecurity] [WEBSERVICE.name: SecurityWebService] [WEBSERVICE_PORT.name: SecurityWebServicePort] Exception during execution of the business logic: SecurityService::checkPermission [OBI-SEC-00060] BISystemUser current user is not authorized to perform the impersonation.

    [2016 01-27 T 13: 03:04.954 + 04:00] [bi_server1] [NOTIFICATION] [] [oracle.bi.security.service] [tid: [ASSETS].] [ExecuteThread: '5' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: < anonymous >] [ecid: 8b2c6332e32ecb3b:-3907915 c: 1527-c 794733:-8000 - 000000000001718f, 0] [APP: bisecurity #11.1.1] [J2EE_APP.name: bisecurity_11.1.1] [J2EE_MODULE.name: bisecurity] [WEBSERVICE.name: SecurityWebService] [WEBSERVICE_PORT.name: SecurityWebServicePort] SecurityService::checkPermission [OBI-SEC-00060] BISystemUser current user is not authorized to perform impersonation. [[

    oracle.bi.security.service.UnauthorisedAccessException: SecurityService::checkPermission [OBI-SEC-00060] BISystemUser current user is not authorized to perform the impersonation.

    at oracle.bi.security.service.AbstractSecurityServiceAction.checkPermission(AbstractSecurityServiceAction.java:231)

    at oracle.bi.security.service.AbstractSecurityServiceAction.enforceImpersonateUser(AbstractSecurityServiceAction.java:257)

    at oracle.bi.security.service.GetRunAsUserAction.performAuthorisationChecks(GetRunAsUserAction.java:37)

    at oracle.bi.security.service.AbstractSecurityServiceAction.invoke(AbstractSecurityServiceAction.java:154)

    at oracle.bi.security.service.SecurityServiceBean.getRunAsUserWithLanguageAndProperties(SecurityServiceBean.java:484)

    at sun.reflect.GeneratedMethodAccessor4206.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    Am I missing any step in the process. Also, I checked the steps of two discussions and a few other items.

    Thank you very much

    Prasanna

    Hello

    The problem is resolved after you restart weblogic server.

    Thank you

  • Organization of the wrong understanding OSX and presentation files?

    I'm a former developer/project manager who comes to Mac OSX after 15 years with Linux and 10 years of Windows, and I find myself confused in how file names are presented under OSX. The documents seems to provide a list of all the documents independently rental; i.e. their location is not provided. There are tags that allow a file to be found quickly, but the hierarchy folder, subfolder... file doesn't seem to be easily configured or maintained.  Now, I believe that system developers who designed and built the operating system, which, under the covers, works great as Linux, have an intention here to leave the structure of the files for different applications, or renounce the Organization of hierarchical tags for files or I missed something quite fundamental (the latter more likely possibility).

    Does anyone know how better to organize files and folders? My counter top is becomes quite cluttered with files, alias of folders and files that I would normally be organize in folders and project areas. I probably could understand it, but I think that I'm not the first to ask the question.

    Thanks for your time

    The short answer is to keep all your documents in the 'Documents' folder in your Home Directory, i.e.

    ~/Documents

    You will probably want to create subfolders for specific projects, as you always have. There are also a few folders with names like 'Photos' and 'Music' for obvious purposes.

    I have my office as a temporary area and try to ensure that there is that more nothing at the end of the day. (Many workplaces as this rule for the offices of the real world, which is where I got the habit.)

    You are right, Apple wants to get rid of the traditional tree-structure file system for users. There are compelling arguments for this security because it facilitates the sand-boxing-based application. But it is a daunting task because many people have 'project-based' work and keep everything about each project in a folder.

    Among other things, Apple attempted to replace the traditional file system with 'Tags', which nobody do not know I love him. Very few people have obsession for tags files constantly and I have, on the one hand, don't trust Apple to not abandon them at some point in the future if I rarely use them.

    Attempt of another, much more successful, is "Spotlight", who, on a good day, can work magically. Unfortunately, it's a little weird and does not work for all types of files.

    So, I still organize my files into a tree-like hierarchy supplemented by alias. Spotlight is a nice bonus. Maybe one day I'll take like tags, but not today.

    C.

  • Portege R700 - Touch Pad, ecoUtility and presentation of the key does not

    Hello

    I got a Portege R700 with Windows 7 64 bit.
    This machine starts very slowly after the log in user mode only.
    The system is waiting for 1 to 2 Minutes before you can work. In administrator mode erverything is fine and fast.

    Thus our directors thought it might be the Toshiba Software and a lot has been disabled or uninstalled.
    Because this did not help and because I thought that it migt be cause of Kaspersky, I started to reinstalled and update the software from Toshiba. Most of it works now. Shortcut keys does not work, then I start TfcRst.exe via autostart now, even he would somehow it would be better in 'systemecommencent '.

    But still some keys do not work. The Tablet touch power switch, just above the touch pad does not work.
    The Fn F9 works. And the two keys to the right upper corner (ecoUtility/off button and the presentation-Key) do not work. In all three major, I get a pop up saying "this function not taken in charge.

    Anyone has any idea of this?

    Thank you

    Solomon_de

    Hello

    Why you n t try to restore the operating system back to the same state until the administrator has removed or uninstalled the Toshiba Software?

    Generally speaking the VAP (value added package) controls the multimedia keys.
    Also the FN keys require the VAP and Flash memory card Support utility.

    Welcome them

  • Hello, I can't configure Siri, Siri is enabled and when, select 'Allow' Hey, Siri "" then is presented the installer A Siri cannot hear me, what should I do? Restart the phone, turn off the Siri allow, only clean President, that done, but nothing works, i

    Hello, I can't configure Siri, Siri is enabled and when, select 'Allow' Hey, Siri "" then is presented the installer A Siri cannot hear me, what should I do? Restart the phone, turn off the Siri allow, clean the speaker, all of this done, but nothing doesn't work, it doesn't work well as Siri does not hear me!

    Fanat_UKR wrote:

    Hello, I can't configure Siri, Siri is enabled and when, select 'Allow' Hey, Siri "" then is presented the installer A Siri cannot hear me, what should I do? Restart the phone, turn off the Siri allow, clean the speaker, all of this done, but nothing doesn't work, it doesn't work well as Siri does not hear me!

    your phone must be connected to a power source to use Hey siri since you have an iphone 5.  Most recent iphone don't need to be plugged into a power source.

  • Problem with the video thumbnail and presentation on SnS

    Hello

    I have install DMM and SnS 5.2.0 on vmware. Problems are video thumbnail not worked (just see the static image as a roll of film) and if I created the video with the presentation, the image of presentation showed nothing. This limitation comes from the vmware version? Thank you.

    In this case, show and share should generate thumbnails automatically.

    Anyway, as you know that VMware version is not officially supported, so if you want to continue, the first thing to do would be implementation of the software in a show and share the device and see if the same problem occurs.

    That's what I get to support your configuration

    Concerning

    Daniel

  • Notification is not sent to the role, activity of Notification status is "Complete" and result of the activity is "strength".

    Hi all

    I have a custom workflow that works very well and a requirement came to send the notification to a list of users after a certain activity is done. To achieve this,

    (1) I created notification and the attributes that are required,message.

    (2) I am creating a special role and assigning users before you initialize the workflow process, and this role is assigned to a type of role attribute that has been defined as the interpreter of the notification.

    When the workflow starts, the activity of notification is not sent to the role while its status is showing as 'Done' and result of the activity is showing that the 'Force' when the workflow process is completed.

    Note: Creating ad hoc-role and assign to users happen correctly, other notifications are bring sent to the respective recipients. Only the newly introduced notification does not work properly.

    Could you help me with this?

    Hi all

    I have fixed this problem.

    When I made the changes first, I kept the attribute type of the special role as text instead of role and I transferred it in the database using WFLOAD and I was faced with the issue of the notice, then I realized and changed the type of the role attribute and loaded in DB using WFLOAD command This time, only the changes are not stored in the DB and I faced the question again. So I thought that associates other issue and therefore posted in this forum (apologies for that).

    Yet once, I saved directly turns him into DB instead of load using WFLOAD, now it works fine.

    Kind regards

    K. Kumar

  • difference between the roles of the IOM and the default roles

    Hello

    I would like to know what is the difference between the roles of the IOM and the default roles.

    Thank you

    I forget which, but one of the categories will not be charged in the catalog for available roles apply.

    -Kevim

  • All files generated by a coil in sqlplus receive ownership of oracle: dba instead of the user of the BONE started sqlplus and run the script. There's a file with users owners of BONES of the coil.

    All files generated by a coil in sqlplus receive ownership of oracle: dba instead of the user of the BONE started sqlplus and run the script. There's a file with users owners of BONES of the coil.

    Script launched in until OS user 'A' on the 'A' server which launches sqlplus, then connects to a remote database through a service of tnsnames.ora as another user of the database and the results of this script are spoulées on the server "A".

    The file queued on the old server is written with rw-rw-r: read write user, group read the writing, reading and possession header that is the user of the OS. The file queued on the new server is written to rw-r-r user: reading writing, reading group, public reading and ownership oracle: dba.

    "" The user then has no privileges to modify the file and continue the process of transmitting the file, editing and deleting the file for the next set of commands. This allows us to keep the possibility to migrate to the new server we are unable to process orders.

    $ORACLE_HOME/bin/sqlplus - s user/password@prd1 @./script/CustomScript/R12_OM_UFPC-oracle.sql

    Background: old server running 4.8, Oracle 10.2.0.4 OEL

    New server running OEL 6.5, Oracle 11.2.0.4

    Tested so far:

    File and update umask to 0002 instead of 0022 is now generated as rw-r-r. However, the property is still oracle: dba.

    Update of ownershipt of $ORACLE_HOME/bin/oracle.exe of oracle: oracle (edi added the user to the oracle group) and chmod 6751 oracle.exe. This created several problems where crucial scripts, that is to say of sqlplus failed to run.

    Added! chmod 755 output.file.name - OS user 'A' is not allowed to change to mod.

    Added! command cp MV output file and that generated the file as a user of the operating system: oracle. It is a potential work around in case of emergency, but the developer would have to rewrite the countless scripts.

    Any ideas?

    I have reproduced the behavior of the old server and am able to spool a file via sqlplus under OS user. No changes have been made on the remote database server. All the changes have been on the new server hosting a small 11.2.0.4 database on a server running OEL 6.5 32 - bit OS.

    (1) removed the sticky bit $ORACLE_HOME/bin/sqlplus using chmod u-s, g-s, o - s suggestion of Billy ~ Verreynne

    (2) modified the main group for the 'oracle' user match the user operating system applications, while maintaining membership in the groups 'oracle' and 'dba '.

    -We are dealing with here EDI processes, so the Group was called edi.

    (3) modified property of the files tnsnames.ora and listener.ora for oracle: edi

    (4) restart the receiver

    (5) disconnect / reconnect

    Script runs as expected, the output file contains the correct ownership and permissions.

    Thank you all for taking a look and offering options.

    -Josh

  • Try to install and give the message that it does not support the BONES - and it says unsupported windows vista and we have windows 7

    Try to install and give the message that it does not support the BONES - and it says unsupported windows vista and we have windows 7

    Try to force the lightroom Installer to run in Windows 7 mode:

    Right-click on the Setup file and select Properties option.

    Then click on the Compatibility tab.

    The value of the Windows 7 operating system and check.

  • What is the difference between the role of support and the user role in the business group?

    I know there are a few differences between the role of support and the user role in the business as business group elements and Management group

    editable settings . But I can't find any document that introduces more precisely what they can do, what they can't.

    Are there any articles or documents or other means that can tell the specific differences between the Director, support and user group?

    If you have not taken a glance at this map permissions by GrantOrchard you should. It is very useful to know what permissions each user role. The big difference between the role of support and the user is that the user can only do things for themselves and user support can do things on behalf of other users. There is nothing quite as granular as you specified.

Maybe you are looking for