How to grant a domain user ora_dba?

Hi all

11.2.0.1

Win7

I installed 11.2.0.1 on my windows laptop as local user and I can't sqlplus / as sysdba with no password entered.

Now, as security policy, we are required to connect by using domain user and our local sysadmin password has been revoked from us.

Thus, even change the tnsnames.ora, I need to ask the system administrator to enter his password? I can't sqlplus / as sysdba

as a domain user that I got error:

C:\Users\zxy > sqlplus / as sysdba

SQL * more: Production of release 11.2.0.1.0 Thu Oct 17 10:26:47 2013

Copyright (c) 1982, 2010, Oracle.  All rights reserved.

ERROR:

ORA-01031: insufficient privileges

Enter the user name:


How can I add 'ora_dba' privilege to this domain_user?

Also how can I change all the permissions in the ORACLE_HOME folder so that the domain_user have permission to read/write?



Thank you

zxy

Right click on my computer-> click on manage-> them go to the users and group-> go to the ora_dba group and add your user here. If you are connected to a network and a local administrator on the box, you should be able to add your username to a group or ask your system administrator.

Tags: Database

Similar Questions

  • How to grant resources for users of table

    Hello

    Security of the ADF, I did it in my application. I created two users and assigned to the newly created application role 'xxx-employees '.

    I got my pages to the application role 'xxx-employees '.

    If I run my application, using new users I can connect because it works very well.

    But, I created SQLAuthenticator and I changed the sql code as per my request.

    Now, I should clarify one thing, how can I assign this list of users to the existing application role that created at the application level.

    Thank you very much in advance,
    SAN

    Hello

    your database roles are the roles of the user enterprise. So in your application, you have defined a mapping between application roles and the user company roles. If the user enterprise roles are the same as that returned by the table, then that's how it works

    Frank

  • How to lock COMPLETELY ordinary domain users?

    Put the NG Nas Duo 2 for the security of the domain.

    I am able to configure existing actions by applying file permissions as a domain administrator.

    However, any time that a "regular domain user" navigates to the NAS, they automatically get a "home" folder created for them and they can do what he wants with it!

    How can I configure things to block this behavior?

    I assume you mean the ReadyNAS Duo v2 (running firmware 5.x) rather than the original Duo (running 4.x).

    Unfortunately the home folders of the user cannot be turned off through the user interface on the NV + / Duo v2.

    Home folders can be disabled in the back-end via SSH (starting from a previous thread by mdgm):

    1. Edit the file "/ etc/default/services", change "USER_HOME_DIRECTORY = 1" to "USER_HOME_DIRECTORY = 0".

    2. Update the configuration in the readynasd database:
      SQLite3 /var/readynasd/db.sq3 "UPDATE service_misc SET val = '0' WHERE key ="USER_HOME_DIRECTORY"

  • My XP computer has a domain user name and password and I forgot. How can I permanently delete.

    I would like to know how to change or remove

    Hello

    As you try to edit or delete the domain user name and password, it would be better suited in the Windows Technet Forum. Please post your question in the following TechNet forum:

    http://social.technet.Microsoft.com/forums/en-us/categories

    Hope this information is useful.

  • How to give administrative rights for the domain users (user is outside organization).

    Hello

    How to give administrative rights for the domain users (user is outside organization).

    If the employee works in the company of xxxx but it supports the client project and is located on the place of the customer, but it does not use the client computer and not on the client domain as well, but the employee is in the company of xxxx must be given administrative rights to the computer. can someone help me on this ASAP.

    Thank you

    MURUGESAN Rudy,

    This issue is beyond the scope of this site and to make sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
  • How to grant full access to a schema to a user in Oracle

    For example, in MySql, I connect using my account 'Andy' to create a database ('create database BookShopping') with tables/views/functions created.

    Then I have just run for example ' create user Steve (Mike, Lisa, etc.) blah - blah. " "Give all the right on Steve's BookShopping (Mike, Lisa, etc.) blah - blah" to allow all developers on my team to work on this project. Any changes made by a developer is shared by the entire team. (There are a few other non-developers such as Rick QA, he is not allowed to modify the database, so I just do "grant select on BookShopping to Rick")

    How in Oracle? If I use my account ("Andy") to create tables/views/functions, these objects will be under my scheme, that is, with a prefix "Andy." My understanding is correct here?

    So, I have to create another user, called "BookShopping". After logining as 'BookShopping', how to grant full access for this scheme for all developers Steve, Mike, etc., which I am part 'Andy' so that everyone can add to new tables/procedures/triggers etc.?

    There is no subsidy, which gives all object privileges to someone else in a schema. What gives a grant is an important work, it must be done under control. Initially, it must give al grants one by one, but after that (for objects that will be created later), look at this topic:

    Re: Trigger after create schema - grants - SYS_JOURNAL

  • How to grant the right to select any database to a particular user

    Hi gurus,

    I need to give the right to select all tables in a database to a particular user, in my opinion, there is no way to do it. Please confirm if this is possible.
    If it is not possible, so please let me know if there is any way I can grant select on all tables in a particular pattern (for example - select funding on all the tables under apps)

    Thank you
    Sadiq.

    I need to give the right to select all tables in a database to a particular user, in my opinion, there is no way to do it. Please confirm if this is possible.

    You can issue the command "grant select any table of .

    Alternatively, you can refer to this thread.

    How to GRANT SELECT on all tables 1 GB?
    How to GRANT SELECT on all tables 1 GB?

    If it is not possible, so please let me know if there is any way I can grant select on all tables in a particular pattern (for example - select funding on all the tables under apps)

    It is possible as shown above. If you want to grant select on the specific schema, again see the same thread and add a condition where clause in select only the tables under scheme APPS (i.e. where owner = 'APPS').

    Thank you
    Hussein

  • WMIC command fails for the domain user

    Hi all

    I use windows 7 and testing commands wmic as below

    WMIC/node: "Computer1" / User: "domain\username" / Password: "password" PROCESS CALL Create "calc.exe"

    Most of the time control fails with RPC server unavailable to users in the domain (default of 75%). Working sometimes and mostly failing to time.

    Error code

    0x800706BA-online the RPC server is unavailable.

    If I use the local user, she is successful, command below still works (100% success)

    WMIC/node: "Computer1" / User: 'Nom_ordinateur\Nom_utilisateur' / Password: 'password' PROCESS CALL Create "calc.exe"

    I have two computers running windows 7, the firewall is disabled

    Executing command from computer2 as below

    WMIC/node: "Computer1" / User: "domain\username" / Password: "password" PROCESS CALL Create "calc.exe"

    1 computer settings

    1. Adds the domain under group administrator user
    2. Configure dcom through DCOMCNFG.exe and got all rights to domain user

    (DCOM remote launch and activation permissions for a user, the remote DCOM access permissions)

    1. Rights granted to wmi namespace (root, cimv2) of domain user using wmimgmt.msc (all rights to the namespace namespace and sub)
    2. Firewall settins according to the - http://msdn.microsoft.com/en-us/library/aa822854%28v=vs.85%29.aspx

    Note: The firewall is disabled

    1. UAC disabled
    2. Check rpcss and associated to the computer and all services are running

    What could be the reason of failure for the domain user (work awhile and is Server Unavailable RPC over time). Tried to restart that wmic user system and field control did not exist, after awhile like 30-45 minutes user field the wmic commands work and default again. How to solve this problem (such as checking the logs)?

    Thank you

    Mani

    Hello

    I suggest you according to the question in this forum and check if that helps:

    http://social.technet.Microsoft.com/forums/en/winserverDS

    It will be useful.

  • Script to add a domain user to the local Administrators group raises the error "the network path is not found."

    I have a Windows Server 2008 R2 domain and a Windows XP Pro workstation that has been attached to the domain and then disconnected. I am trying to create a VBS script to add a domain user to the local Administrators group.

    I log on my computer as a local administrator and run the following script:

    Dim oNetwork: Set oNetwork = WScript.CreateObject ("WScript.Network")
    StrPC Dim: strPC = oNetwork.ComputerName
    Dim OGroup: Set oGroup = GetObject ("WinNT: / /" & strPC & "/ directors")
    Dim OUser: Set oUser = GetObject ("WinNT://domainname/username")
    oGroup.Add (oUser.ADsPath)

    This script returns the error "the network path is not found."

    However, I am able to go into control panel > user accounts > enter the user name and the domain name > click Next... > choose the administrators of the 'other' group and the user name will be added to the local Admin group.

    The same script runs without error if it is launched after logon on the workstation with a domain administrator account.

    How can I get my script runs without error, when you are logged into the workstation as a local administrator?

    Best regards, Andy

    The code that I used came from here. If the syntax of the Add method is passed to oUser.ADsPAth to "WinNT: / /" & domainname & "/" & username, the script works correctly.

    Therefore, the modified script:

    Dim oNetwork: Set oNetwork = WScript.CreateObject ("WScript.Network")
    StrPC Dim: strPC = oNetwork.ComputerName
    Dim OGroup: Set oGroup = GetObject ("WinNT: / /" & strPC & "/ directors")
    Dim strUser: strUser = "WinNT://domainname/username."
    oGroup.Add strUser

    Thanks to Qasim Zaidi to show the code of work here.

    Best regards, Andy

  • make a local administrator, a domain user

    How can I give a user in the domain of administrative rights workstation local in a Windows Server 2003 domain and using Windows XP on the local computer?

    Thank you for visiting the Microsoft answers community.

    The question you have posted is linked to a domain and would be better suited among the public of professionals IT on Technet Windows Server Forum. Please visit this link to find a community that will provide the support you want. Thank you!

    Lisa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • grant select a user to a new user

    I know it should be easy, but can't seem to find a way around it.

    I can grant roles granted to a user to a new user, but the existing user has loads of select on other tables.

    How to get the selection of existing user and give them to the new user?

    Thank you

    See all the privileges granted to ALICE directly (not through a role)

    select * from dba_tab_privs where grantee='ALICE';
    

    With this, you can write a select statement that generates SQL to grant the same privileges to BOB

    select 'grant '||privilege||' on '||owner||'.'||table_name||' to BOB;' from dba_tab_privs where grantee='ALICE';
    

    Then, run the output of this statement to make grants.

  • Checking roles & sys privs granted to a user.

    Hi all

    11.2.0.1

    Im still confused in many roles and privileges required a user.

    What is the role or sys privs granted to a user, then it can export/import its own table?

    Thank you very much

    zxy

    > so this is something developers and DBA not so it should be granted.

    But how a developer will get create a privilege if operator that is not given to DBA.  Obviously, operator and PL/SQL are used and written by the developer, but they are maintained by DBA at the database level.

    > Unlimited tablespace, what would you say? I did not grant this privilege to HR, but he was able to acquire access unlimited tablespace.

    Because HR user resource. which implicitly grant unlimited tablespace privilege to the user, as I already mentioned, do not use resource to the user it is also recommended by Oracle.  Create your own role, grant privileges system and object required role and now assign this role to the user.

    Concerning

    Girish Sharma

  • Grant to the user API

    Hi team

    someone can tell me how we can grant API Oracle user, really appreciate help.

    Kind regards
    Mahesh

    Mahesh,

    Are you talking about [url http://docs.oracle.com/cd/E23943_01/portal.1111/e10238/pdg_cm_intro.htm#POBLD478] 9.3 providing access to APIs and Secure views?

    In this case, you can use provsyns.sql. Note that the instructions to get the portal password apply to the 10g only. If you want to get on 11g, use the instructions in the Note [url https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=843978.1] 843978.1, "How to recover the portal schema Portal 11g password?".

    Thank you
    EJ

  • I want to know how to use my domain name in BusinessCatalyst

    Please I want to know how to use my domain name in BusinessCatalyst

    Hi, take a look at this video - http://docs.businesscatalyst.com/user-manual#! / site-parametres/site-domaines/ajouter-votre-domaine-a-c.-b. or in this document for more info - http://forums.adobe.com/docs/DOC-1741

  • Installation of vCenter 4.1 as a domain user

    I installed vCenter one several times but already when I installed vCenter I ran the installation as an administrator and checked "use the SYSTEM account" option during installalation. I recently read a document of security on vCenter and he mentioned vCenter installation as a domain user that has local administrative access on the computer where is installed vCenter. To test this feature, I created a user in Active Directory that is running on Windows Server 2008 Standard and attempted to add this user to the local "Administrators" group of the server vCenter will install on (not in the ad). When I tried to add the user I got an error message stating that "user X is already a member of the"Administrators"group.

    I did a google search on that error message and found out that basically unless you use what is called a small group it is not possible to add a user domain user to a local group. If this is true then everyone is how to install vCenter without using the SYSTEM account. My goal in this configuration is to install vCenter and allow users to connect to vCenter using it AD user name and password. I would like to Manager user rights using a combination of groups of ads and roles of vCenter. This environment is small and uses SQL Express as the backend vCenter.

    As you can probably I'm not an expert AD so if there is something that I was completely misunderstanding do not hesitate to say.

    Thank you!

    The steps are correct.

    Sounds like you have a GPO that block users in local administrator:

    http://TechNet.Microsoft.com/en-us/library/cc756802.aspx

    Or if you have some duplicate SID...

    How did you create the Windows Server? Perhaps with a clone?

    André

Maybe you are looking for

  • I clicked quick filter by mistake and I want to have just as it was until I clicked on her back.

    I clicked quick filter and everything changed, the order of the dates is the main thing, I don't get e-mails in chronological order. The dates seem to jump around. What should I do to get it back to the original way?

  • Export the list of assignments number Skype from Skype Manager

    I can view Skype number assignments and I can export reports of activity of recent allowance, but I can't find a report for all current number assignments. Any ideas?

  • Activation of pen on TouchSmart

    Hello I recently got a Touchsmart all-in-One of envy; It is a great machine and so good, everything is fine. Touch of 10 points is really cool, but there are many cases when I would be able to use a pen to be more precise in my score or "mark" a docu

  • Alert virus is taken seriously?

    My virus scanner has just discovered the Trojan horse 'Crypt.XPACK.Gen2' in C:\Program Files (x 86) \Hewlett-Packard\HP Support Framework\HPSF_Tasks.exe It of a real threat, should I take the warning seriously? To be on save her side, I refused acces

  • Computer reboot several times

    Hello One of my friend's computer is restart several times as soon as it tries to connect to his computer... He has accidentally two anti software virus installed on his computer, and therefore, this problem exists... Please suggest me a solution...