SYSBDA privilige!

hi,
when i am logging as sysdba , it is giving insufficient privileges, please tell how can i add myself in SYSDBA group, also initially i was able to log on as SYSDBA, but this problem occured when i changed the login name and password of my system!
SVRMGR> connect internal as sysdba
Password:
ORA-01031: insufficient privileges
SVRMGR>

Hi,
Look for this ORA_DBA group in your
Start-settings-control panel-administrative tools-computer management-local users and groups
On your username right click and see properties and then click on "member of" . If u r not member of ORA_DBA group then u can make the user to be member of ORA_DBA group.
Thanx

Similar Messages

  • Ora-01031 error: insufficient Priviliges

    hi experts,
    im was completely enervated by a simple error for which im hanging out for plenty of hours. kindly advice me what to do to eradicate it.
    i have a Redhat Linux AS 4 server and 9.2.0.4 database version.
    The problem is, when im trying to connect database as sysdba with netservice name, i.e using remote authentication method, i was thrown ora-01031 error: insufficient priviliges. But when i tend to connect it locally using OS authentication method it permits me to do it.
    for example,
    Sql> connect sys@<sid> as sysdba
    Enter password:
    ERROR: insufficient priviliges
    where as,
    Sql>conn sys as sysdba
    connected
    sql>
    i've configured oracle in Linux environment as per the documentation. i can't figure out the exact problem. the sqlnet.ora file contains SQLNET.AUTHENTICATION_SERVICES=none
    kindly tell me where im missing out?
    Thanks
    SM

    yes. i've Password file in its appropirate location,
    which is named as orapw$ORACLE_SID
    and the parameter, remote_login_passwordfile is set
    as EXCLUSIVE.This should be fine.
    Try
    - select * from v$pwfile_users; to check whether oracle sees the password file
    - recreate the password file, if possible (it can get corrupted sometimes)
    - delete sqlnet.ora to go with the defaults (of course, backup it first)
    - check whether you can connect as usual user using the net service name (and check whether you connect to the proper database, just to be sure)
    - try to connect from a different machine
    - check that TWO_TASK and TNS_ADMIN environment variables are not set.

  • HT1414 In updating my iTunes,I got a message "Service Apple Mobile Device failed to start. verify that you have sufficent priviliges to start system services". Cant figure out what to do

    In updating my iTunes,I got a message "Service Apple Mobile Device failed to start. verify that you have sufficent priviliges to start system services". Cant figure out what to do

    So many people are having this problem! Doehunter's instructions here worked for me!  Hope this helps. https://discussions.apple.com/message/23824640#23824640

  • I am getting an error message saying: The itunes library file can not be saved.  You do not have enough access priviliges for this operation.  What does this mean?

    Hi,
    Looking for some help.  I am getting the following error message on my itunes account:
    "The itunes library file cannot be saved.  You do not have enough access priviliges for the operation."
    Does anyone know why this is appearing and how to get rid of it?
    Thanks

    See if these help
    the iphone cannot be synced. you do not have enough access privileges for this operation
    Re: access privileges ????
    Re: Access Privileges
    The iPhone "phonename" cannot be synced. You do not have enough access privileges for this operation

  • Grant priviliges to directory by a non-dba user

    Hi All.
    I want to know the command to grant create tables, views, procedures, directory , functions, indexes, sequences to a non dba user.
    I have already granted following priviliges:
    grant create table to stats;
    grant create view to stats;
    grant create sequence to stats;
    grant create procedure to stats;
    But unable to create functions, packages and directories in non-DBA user.
    Plz help regarding this.
    Thanks
    Hassan

    So, i think you should go for these roles....... Yogesh, of course that's possible, but is not a good advice. Oracle 10g documentation :
    CONNECT, RESOURCE, and DBA
    These roles are provided for compatibility with previous versions of Oracle Database. You can determine the privileges encompassed by these roles by querying the DBA_SYS_PRIVS data dictionary view.
    Note: Oracle recommends that you design your own roles for database security rather than relying on these roles. These roles may not be created automatically by future versions of Oracle Database.
    Moreover, RESOURCE role includes UNLIMITED TABLESPACE privilege, which could be a bit dangerous. To avoid that you can grant connect and resource to a role and grant the role to the user.

  • Error msg:  "do not have enough access priviliges for this operation"

    Windows 7
    iTunes 9.0.2.25
    When I open itunes, I get this error msg :
    I get a "Can not save a library file - I do not have enough access priviliges for this operation."
    Any suggestions?

    I went ahead and add my Program files(86)/iTunes as an Exclusion in the Eset Advanced Set up any ways- just in case.
    As well as that, you'd need to set an exclusion on the iTunes library and media files (as per their instructions for 2000/XP/Vista when using Smart Security 3.x).
    The default location for the relevant folder on Windows 7 is:
    C:\Users\username\My Music\iTunes\

  • User with admin priviliges

    Hi,
    I have a user created from EM.
    However, this user have limited priviliges (cannot create a table, cannot create within a tablespace).
    How to create a user with DBA priviliges?
    thx

    Hi.
    You do this by granting the DBA role to them.
    SQL> GRANT DBA TO user;
    Remember, DBA is a very powerful role. Only grant it if you are sure it is necessary, otherwise it is a massive security blunder.
    Cheers
    Tim...

  • Jre.exe priviliged exception erros

    When I attempt to install the J2EE SDK version 1.3.1 on Windows NT 4 I keep getting a jre.exe priviliged exception error.
    �The exception Privileged instruction (0xc0000096) occurred in the application at location 0x00010106�
    Does anyone know what this problem is ?
    I also get this when installing on the CAS-COM bridge.

    There are a not properly execution with JIT Compiler Library (symcjit.dll) and Pentium 4 processor systems.
    For more information search "symcjit.dll" in Java Foruns or Microsoft Suppor or access directly http://www.intel.com/support/processors/pentium4/issues.htm
    Good luck.
    Cali - Brasil

  • What priviliges need to Run Discoverer Desktop

    Hi all,
    I have installed Discoverer Desktop on client machine. When I login throug the administrator on any client machine then I can connect to Desktop. But unable to connect to Discoverer Desktop on client machine when I connect with my personal ID that dont have administrative priviliges. I got the error that system unable to update system registry. Use REGEDIT. And also desktop didnt connect and return TNS Error. What should I do in this condition? Should I give the administrator priviliges to every user who are using Discoverer Desktop.
    Thanks.
    Hassan Raza

    Let me elaborate on exactly what I am doing with this. I have a view that goes against a 5 million record table and gets contract line flexfields. The performance is greatly improved when a specific contract is selected, so I have built in an extra join to a temporary table that contains nothing but contract number. When a report is run in Discoverer, the goal is to allow the user to enter a parameter of contract number, and then take that number and execute a function to populate the temporary table with that contract number, then get the data from the view that has joined to this table. It works if the user runs the report 2 times, as the data is being generated before the function is executed, so there is nothing in the temp table on the first execution due to timing. What I need to do is change the timing and force the function to populate the temp table prior to the running of the view. Is this possible?

  • Creating lists -  wwsec_api.create_list - what priviliges do I need?

    I am trying to create a new list through the wwsec_api.create_list, as a custom db-user (not portal30), but I get some unhandled exceptions:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30.WWCTX_SSO", line 849
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30.WWCTX_SSO", line 669
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "PORTAL30.WWCTX_SSO", line 935
    ORA-06512: at "PORTAL30.WWCTX_API", line 170
    ORA-06512: at "PORTAL30.WWSEC_API", line 540
    If I run my code as PORTAL30 it works just fine.
    I have run the provsyns-script for my DB-user. What more priviliges do I have to grant that user?
    Thanks
    Torstein

    I don't have any specific references, but according to metalink (see Note:164066.1) I beleive you can only do it as portal30 (sso owner). As far as I am aware add_user is the only one that works outside of portal30.
    In my case, and only after beating my head to a blood pulp, I gave up and no one is in a group because they self register. They automatically becomne authenticated users after they log in so I use it. Probably a security issue, but it is a low security site. If anyone else has a better solution, I'll kiss you!
    Brice

  • DB creation - Insufficient priviliges error

    Hi DBAs,
    Whenever I try to create a database oracle 11g R2 in Windows Server 2003 environment by using dbca, i am getting an error ora-01031 insufficient priviliges error.. what should i do to start continuing the database Installation.
    Any one can give me the solution?
    Thanks in Advance
    By Baskar

    Hi;
    Nice to hear issue solved :) and thanks for sharing solution ;)
    Please dont forget to change thread status to answered if it possible , it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • Which system priviliges needed for Database Deployment user xmlp

    Hi!
    I try to run tables_oracle.sql but it fails for the lack of system priviliges. Is there a script for creating the user with all the required priviliges for creating the schema objekts and later for running?
    regards

    I had to add at least for running the sql scripts following:
    CREATE TABLE
    CREATE SEQUENCE
    CREATE INDEXTYPE
    But I get some errors in the html enterprise application and in the oc4j console and I am not sure how to solve this. I want to be sure that the user has all priviliges he need, before searching for other causes.

  • I tried to reinstall itunes, in the middle of the installing process i get the message "The installer has insufficient priviliges to access this directory:C\ProgramFiles [x86]\iTunes. Installation cannot continue.Log on as Administrator or contact your sy

    I tried to reinstall Itunes so i can have my computer interact with my iPod Classic.I uninstalled all the previous programs per apple's instructions.Part way during the reinstallation an error message comes up: The installer has insufficient priviliges to access this directory: C\ProgramFiles[x86]\iTunes.
    Installer cannot continue.Log on as administrator or contact your system administrator.
    I am the administrator on this HP computer.

    Hello PamelaFox14,
    Thank you for using Apple Support Communities.
    It sounds like you need to log in as the administrator to update the iTunes application properly.
    Take a look at this article named:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    This section in particular:
    1. Make sure you have administrator account access
    To install iTunes or QuickTime software, you need to be logged in as an administrator on the computer. If you're not sure if you have administrator account access, you may find this Microsoft article helpful:
    Windows 7: How do I log on as an administrator?
    Otherwise, refer to the Help documentation from Microsoft, contact your IT department, or visitsupport.microsoft.com for more information.
    All the best,
    Sterling

  • Unable to update flash - insufficient priviliges - problem solved

    Dear community,
    please help me out. After beeing abrouad for half a year I just recently reinstalled my desktop, went trough all the necesarry update, except for one: Flash.
    Every time I try to update the newest version of flash I get the message that I have insufficient priviliges, even though I try and install it using the admin account. This even happens when I right click, run as admin.
    My system specs are as follows:
    OS Version: Microsoft® Windows Vista™ Home Premium, Service Pack 2, 32 bit
    Processor: intel core 2 duo CPU E4500 @2.20 ghz @2.20 ghz
    RAM: 3,0 gb
    Antivirus: Avast (updated) and Threatfire (updated)
    So far I have tried the following methods to try and install the newest version of flash
    dissable my protections and try again - no luck
    right click and run as admin - no luck
    uninstall the previous version of flash and clean the registry - no luck
    make a new admin account and try downloading it there - no luck
    use CCleaner to clean the registry and try again - no luck
    use malwarebytes antimalware to check for stuff my regular protection missed and try again - no luck
    download subinacl and reset_fp11 as suggested here: http://helpx.adobe.com/nl/flash-player/kb/flash-player-windows-registry-permissions.html - no luck
    edit: while browsing this forum I found this sollution http://forums.adobe.com/message/3742743#3742743 centering around using http://www.adobe.com/products/flashplayer/fp_distribution3.html for the install. This still did not fix the issue for me, but it did give me some more specific information. Apparently the problems lies with flashplayer.xpt:5 (what ever that may be).
    edit 2: The flashinstall.txt gives the following information (at least I hope that for you it is information, for me these are just meaningless strings of letters):
    =O====== M/11.8.800.94 2013-09-04+11-32-59.310 ========
    0000 [I] 00000010 "C:\Users\Opfer Ruting\Desktop\install_flash_player_11_plugin.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0005 [I] 00000020 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0006 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0007 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0008 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Mozilla\MaintenanceService\extensions/Plugins 2
    0010 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0011 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0012 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0013 [W] 00001036 Software\Opera Software/Plugin Path 2
    0014 [W] 00001036 Software\Opera Software/Plugin Path 2
    0015 [W] 00001015 C:\Windows\system32\Macromed\Flash\flashplayer.xpt 5
    0016 [W] 00001045 C:\Windows\system32\Macromed\Flash\flashplayer.xpt 5
    0017 [W] 00001015 C:\Windows\system32\Macromed\Flash\flashplayer.xpt 5
    0018 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32_11_8_800_94.dll
    0019 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil32_11_8_800_94_Plugin.exe
    0020 [I] 00000024 C:\Windows\system32\Macromed\Flash\plugin.vch
    0021 [E] 00001031 C:\Windows\system32\Macromed\Flash\plugin.vch:5
    0022 [I] 00000017 C:\Windows\system32\Macromed\Flash
    0023 [E] 00001031 C:\Windows\system32\Macromed\Flash\flashplayer.xpt:5
    0024 [I] 00000022 C:\Windows\system32\Macromed\Flash\FlashPlayerPlugin_11_8_800_94.exe
    0025 [I] 00000019 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0026 [I] 00000021 C:\Windows\system32\Macromed\Flash\FlashPlayerUpdateService.exe
    =X====== M/11.8.800.94 2013-09-04+11-34-17.844 =======
    edit 3: even though during my latest installation attempt the installer gave me the eroor message described above, it still seems to have worked!
    Kind reagrds,
    Mark
    Message was edited by: Mark.Opfer

    Try using the offline installers (as long as they are still available):
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)

  • Getting error "You have insufficiant priviliges for the current operation"

    Hi,
    we are calling one seeded self service page from one custom self service page. But it is showing error like *"You have insufficiant priviliges for the current operation. Pls contact your system administrator."* Pls advice how to resolve this issue.
    Thanks in advance,
    Hanimi.....

    Hanimi
    This can be possible that in the instance in which it is working, In that the user with which you are testing the page is having access to that particular responsibility to which this page is attached.
    So try to assign this page's responsibility to your user and try again.
    Thanks
    AJ

Maybe you are looking for

  • Want to maintain manual invoice number and amount in SAP

    Hi Experts! Currently I am facing one issue to keep tracking of the manual invoices that were actually submitted to customer. Amount in Manual invoice may be the club of SAP Invoices. To provide customer a error free Statement of Account, we need to

  • JEXPORT is not working for me

    Hi , Can somebody please help me for JEXPORT. I copied the JAR file and the properties file. And registered the CDF. Now i can see the function name @JEXPORT in User defined functions in Calc script. I wrote a simple script. I am getting this error,

  • Dictionary only showing part of definition

    Anyone having the problem after downloading OS 7 of the dictionary opening but not being able to view the entire definition?

  • E6 Belle: what's the "1" in the toolbar signify?

    Hi upgraded my E6 to belle. BUt i can't work out what the number "1" on the toolbar is for? It's next to the key (lock) icon on the toolbar? I don't have any messages or anything (factory reset) thanks Solved! Go to Solution.

  • MacBook sound cuts in and out & getting a beach ball a lot.

    When I try to play a video the sound either cuts in and out or just stays off. You can barely hear a small popping noise through the speakers. The chisel also lags very band making it impossible to watch, it does not matter if the video is online or