Can't log into db console (insufficient privileges error at log in screen).

I have two system I just rebuilt and one server with same users and grants logs in fine, the other one gives me this error even on attempting to log in as sys as sysdba.
I read that I had to grant select_catalog_role and select any dictionary, which I did and it still will not let me log in.
OS:Linux AS4 update 8, Oracle 10g (10.2.0.4.0), attempting to log into dbconsole.
Any advice would be great. Is there a way to stop dbconsole and restart it- will that work? Or shutdown the database and restart???

my sysman user account was locked- I unlocked it and now I am fine.

Similar Messages

  • Querying for users logged into attendant console with AXL (help)

    I am wondering if anyone knows of any AXL commands that can be used to query who is logged into attendant console? I know that there is a perfmon counter that will tell you how many users are logged in but there is no other detail beyond that. Any help would be greatly appreciated! Thank you in advance for the assistance.

    So after speaking with O365 Support and examining the Activesync Logs (hold down control, rt. click on the exchange tray app bottom right corner of the screen, click Test ActiveSync) we were able to see outlook trying our on-premise exchange servers first.
    Despite failing on them, and moving on to activesync.outlook.com, it still would not mount the O365 mailbox & shared mailboxes appropriately.  If we set DNS to manual on the workstation to publics, the problem would go away.
    Disabling SCP by running the following command on both our exchange servers fixed the issue:
    Set-ClientAccessServer -Identity “SERVERNAME” -AutoDiscoverServiceInternalUri $NULL
    Credit to AgileIT! Here's the complete reference:  http://www.agileit.com/news/outlook-profile-autodiscover-service-order-of-precedence-and-disabling-scp-for-hosted-exchangeoffice-365-migrations/
    4 Hours dealing with this issue.  

  • Unable to log into Directory Console

    Hi,
    I am using Directory server 5.2.
    When I try to login to my directory console , I keep getting HttpException: Response: HTTP/1.1 500 Server Error . I tried both admin and directory manager. I am sure that my user id, password and port is correct, and the admin server is running. I notice some warnings in the admin server logs, but do not know what to make out of it.
    [11/Sep/2004:10:36:11] info ( 6194): successful server startup
    [11/Sep/2004:10:36:11] info ( 6194): SunONE-WebServer-Enterprise/6.0SP3 B05/14/2003 17:58
    [11/Sep/2004:10:36:11] warning ( 6194): admin40_check_ds_availability_init(): WARNING: Unable to determine the location of the User and Group DS (unable to set User/Group baseDN)
    [11/Sep/2004:10:36:11] failure ( 6194): Warning! admin40_task_eval_init(): unable to build User Group Info (unable to set User/Group baseDN)
    [11/Sep/2004:10:36:11] failure ( 6194): admin40_host_ip_init(): PSET failure: Failed to create PSET handle (pset error = Authentication failed)
    [11/Sep/2004:10:36:11] info ( 6196): Installing a new configuration
    [11/Sep/2004:10:36:11] info ( 6196): [LS ls1] http://ldap.mic.com, port 390 ready to accept requests
    [11/Sep/2004:10:36:11] info ( 6196): A new configuration was successfully installed
    [11/Sep/2004:10:36:12] info ( 6196): Using the Java HotSpot(TM) Server VM v1.4.1_01a from Sun Microsystems Inc.
    [11/Sep/2004:10:36:12] info ( 6196): Loading IWSSessionManager by default.
    [11/Sep/2004:10:36:12] info ( 6196): IWSSessionManager: Maximum number of sessions is 1000
    [11/Sep/2004:10:36:12] security ( 6196): for host 0.0.0.0 trying to GET /, admin40_host_ip_check reports: Unauthorized host ip=0.0.0.0, connection rejected
    [11/Sep/2004:10:36:57] security ( 6196): for host ldap. trying to GET /admin-serv/authenticate, admin40_host_ip_check reports: Unauthorized host ip=::ffff:192.168.176.12, connection rejected
    Any advice is much appreciated.
    Thanks.

    here is solution:
    Sunsolve.sun.com
    Document ID:     75322
    Resolution:     Top
    The reason you cannot log in to the console is because a password
    has expired. That password belongs to the admin-serv-<hostname>
    user.  Don't confuse this user with the normal
    admin user in LDAP.  Unfortunately, the admin-serv-<hostname>
    user is not like the Directory Manager; that is, the password for the
    admin-serv-<hostname> user will expire unless you take some
    corrective action beforehand, such as adding the user to a group with
    passwords that never expire or adding a specific password policy
    to the user.
    Every time a user (Directory Manager, Admin, and so on) logs in to the
    console, the user (admin-serv-<hostname>) needs to successfully bind
    to the directory server.  If the password has expired, that bind cannot
    happen.
    To find the user (admin-serv-<hostname>), perform the following steps.
    Step 1:  Locate the User With the Expired Password
    Search for the user (admin-serv-<hostname>) using the following
    syntax as an example:
    root/edog# ldapsearch -D "cn=Directory Manager" -w <password> -h <hostname>
    -p <port> -b o=netscaperoot "cn=admin-serv-*"
    The following provides an example of an search for the user:
       root/edog# ldapsearch -D "cn=Directory Manager" -w dirmanager -b
       o=netscaperoot cn=admin-serv-edog
       cn=admin-serv-edog, cn=Netscape Administration Server, cn=Server Group,
       cn=edog.labnet.east.sun.com, ou=labnet.east.sun.com, o=NetscapeRoot
       objectClass=top
       objectClass=netscapeServer
       objectClass=nsAdminServer
       objectClass=nsResourceRef
       objectClass=groupOfUniqueNames
       cn=admin-serv-edog
       nsServerID=admin-serv
       serverRoot=/usr/iplanet/ds5
       serverProductName=Administration Server
       serverHostName=edog.labnet.east.sun.com
       uniqueMember=cn=admin-serv-edog, cn=Netscape Administration Server,
       cn=Server Group, cn=edog.labnet.east.sun.com, ou=labnet.east.sun.com,
       o=NetscapeRoot
       installationTimeStamp=20021218212731Z
       userPassword={SSHA}kZeUzbMMbisvxMnALP3tjk3KGaNmIb8Ih29ddw==
    Step 2:  Manually Change the User's Password
    a) Use the Directory Manager to change the user password attribute in
       the following entry (returned by the command in Step 1).
       cn=admin-serv-edog, cn=Netscape Administration Server, cn=Server Group,
       cn=edog.labnet.east.sun.com, ou=labnet.east.sun.com, o=NetscapeRoot
    b) Use the ldapmodify command, as in the following example, with a new
       password, such as "abcd1234":
       ./ldapmodify -D "cn=Directory Manager" -w dirmanager -h <hostname> -p
       <port>
       dn: cn=admin-serv-edog, cn=Netscape Administration Server, cn=Server
       Group,
       cn=edog.labnet.east.sun.com, ou=labnet.east.sun.com, o=NetscapeRoot
       changetype:modify
       replace:userpassword
       userpassword: abcd1234
    Step 3: Edit the adm.conf File (<server root>/adm-serv/config)
    a) Stop the Administration Server:
       ./stop-admin
    Now, change the password in the Administration Server's
    adm.conf file so it knows to use the new password to bind
    to the directory server.
    b) Change the directory:
        cd <server root>/admin-serv/config
    c) Use the vi text editor in the adm.conf file to find a line that is
       similar to the following:
        siepid:   admin
    d) Edit the adm.conf file so the siepid value matches the new password
        that you created Step 2:
        siepid:   abcd1234
    e) Start the Administration Server and make certain that you see no
       "PSET failed" errors in the errors log.  These errors indicate that
       there was a problem loading the o=netscaperoot information.
    Now, you should have no problem logging into the console.

  • I'm trying to log into my creative cloud, it accepts my log in info and says I've been logged out. How can I fix this?

    I'm trying to log into my creative cloud, it accepts my log in info and says I've been logged out. How can I fix this?

    Sign Out When Sign In http://forums.adobe.com/thread/1450581?tstart=0 may help
    -and http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html
    And, just in case you ever have this problem...
    BLANK Cloud Screen http://forums.adobe.com/message/5484303
    -and step by step http://forums.adobe.com/thread/1440508?tstart=0
    -and http://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html

  • I'm logged into creative cloud, but someone else had logged into Dreamweaver, can I log them out of Dreamweaver and login using my credentials?

    I'm logged into creative cloud, but someone else had logged into Dreamweaver, can I log them out of Dreamweaver and login using my credentials?

    I'm using an iMac previously used by a past employee. It is running OS X 10.9.3. Using the CC application, I have logged out of his account and into my own. When using other applications such as Photoshop and After Effects, my account is the one displayed in the menu. When I use Dreamweaver however, the past employee's account is displayed in the menu, and when a sync is attempted, it displays his account info.
    Is there a way to use my own credentials to log into Dreamweaver separately from the CC app, or to force a sync between the CC app login and the Dreamweaver login?
    Thanks

  • "Insufficient privileges"-error when starting database when on network

    Hi
    I have an Oracle 9.2.0.5 database installed on my laptop (Windows 2000 Prof), but I have a small problem.
    When I'm plugged in to the company's network, I can start the database normally.
    However, when I'm not connected to the company network, i.e. only logged in locally on my laptop, then I get an ORA-01031 Insufficient Privileges error when I start the database. Therefor, I can't do anything.
    When I'm plugged into the company network, start the database, and then unplug my laptop, I can still connect to the database. So I guess it checks some userrights only when it starts the database.
    I checked the user account settings, and my user is a local administrator, and is in the ORA_DBA usergroup.
    Does someone know which setting I have to change?

    You can install MS Loopback Adapter on your system and assign an IP Address to the loopback adapter. You should then be able to work even when not connected to the network.
    Mudassar Choudhry.

  • ORA-01031 insufficient privileges  error when selecting from a view

    OK I think this might be a dumb question but I can't figure it out:
    User John has been granted SELECT privilege (directly, not through a database role) to schema FRED.table1;
    User John can issue select * from FRED.table1; and it works just fine.
    User John has then been granted SELECT privilege (directly, not via a database role) to schema
    MARK.view1;
    MARK.view1 only selects from FRED.table1. No other tables are in the view1.
    Schema MARK can successfully query the views. SELECT * FROM VIEW1 returns results.
    I also checked the MARK schema to ensure that it has been granted SELECT on FRED.table1 directly which it has.
    Now, when logged into schema John, I try SELECT * FROM MARK.VIEW1; and I get ORA-01031 insufficient privileges error.
    I'm not sure how to troubleshoot this. If John is granted SELECT ANY TABLE, it of course works but I don't want John to have that powerful priv.
    To recap, John has SELECT on both MARK.VIEW1 and the table which VIEW1 selects from (FRED.TABLE1).
    John can select from FRED.TABLE1 no problem but receives a privilege error even though John has SELECT on MARK.VIEW1.
    Any thoughts?
    Oh, Oracle EE 10.2.0.4

    JSebastian wrote:
    OK I think this might be a dumb question but I can't figure it out:
    User John has been granted SELECT privilege (directly, not through a database role) to schema FRED.table1;
    User John can issue select * from FRED.table1; and it works just fine.
    User John has then been granted SELECT privilege (directly, not via a database role) to schema
    MARK.view1;
    MARK.view1 only selects from FRED.table1. No other tables are in the view1.
    Schema MARK can successfully query the views. SELECT * FROM VIEW1 returns results.
    I also checked the MARK schema to ensure that it has been granted SELECT on FRED.table1 directly which it has.
    Now, when logged into schema John, I try SELECT * FROM MARK.VIEW1; and I get ORA-01031 insufficient privileges error.
    I'm not sure how to troubleshoot this. If John is granted SELECT ANY TABLE, it of course works but I don't want John to have that powerful priv.
    To recap, John has SELECT on both MARK.VIEW1 and the table which VIEW1 selects from (FRED.TABLE1).
    John can select from FRED.TABLE1 no problem but receives a privilege error even though John has SELECT on MARK.VIEW1.
    Any thoughts?
    Oh, Oracle EE 10.2.0.4Are you certain John has been granted select on Mark.view1 ? In order for that to work Mark would have to have been given select on Fred.table1 WITH GRANT OPTION ... otherwise the grant would fail and then John would not be able to select from the view because the grant was never successfully issued.
    Here's a basic test case (which i think conforms to what you've outlined) to get it working.
    drop user u1 cascade;
    drop user u2 cascade;
    drop user u3 cascade;
    create user u1 identified by u1;
    grant connect, resource to u1;
    create user u2 identified by u2;
    grant connect, resource, create view to u2;
    create user u3 identified by u3;
    grant connect, resource to u3;
    connect u1/u1@orcl
    create table test1 (col1 number);
    grant select on test1 to u2 with grant option; --> this is the important part
    grant select on test1 to u3;
    connect u2/u2@orcl
    create view test2 as select * from u1.test1;
    grant select on test2 to u3;
    connect u3/u3@orcl
    select * from u2.test2;

  • Get ORA-01031: insufficient privileges error, but only when using dbstart.

    I am getting ORA-01031: insufficient privileges error, but only when using dbstart. the listener starts but not the database. How come I can start it from SQL prompt but not from dbstart scripts as the oracle user?
    [oracle@mallard bin]$ ./dbstart
    Processing Database instance "gf44": log file /prod/oracle/10/startup.log
    [oracle@mallard bin]$
    Log file:
    Wed Aug 20 10:15:02 CDT 2008
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Aug 20 10:15:02 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> ERROR:
    ORA-01031: insufficient privileges
    SQL> ORA-01031: insufficient privileges
    SQL>
    /prod/oracle/10/bin/dbstart: Database instance "gf44" warm started.
    >
    oratab file:
    gf44:/prod/oracle/10:Y
    dbstart file section:
    # See if it is a V6 or V7 database
    VERSION=undef
    if [ -f $ORACLE_HOME/bin/sqldba ] ; then
    SQLDBA=svrmgrl
    VERSION=`$ORACLE_HOME/bin/sqldba command=exit | awk '
    /SQL\*DBA: (Release|Version)/ {split($3, V, ".") ;
          print V[1]}'`
    case $VERSION in
    "6") ;;
    *) VERSION="internal" ;;
    esac
    else
    if [ -f $ORACLE_HOME/bin/svrmgrl ] ; then
    SQLDBA=svrmgrl
    VERSION="internal"
    else
    SQLDBA="sqlplus /nolog"
    fi
    fi
    Permissions of file:
    [oracle@mallard bin]$ ls -la dbstart
    -rwxrwxr-x 1 oracle oinstall 10407 Aug 19 12:27 dbstart
    [oracle@mallard bin]$
    User permissions:
    [root@mallard 10]# id oracle
    uid=503(oracle) gid=503(oinstall) groups=503(oinstall),504(dba)
    [root@mallard 10]#
    I can start the listener manually using "./lsnrctl start" and start the database manually from sql prompt using "SQL>startup" (as sysdba) with no problems. this only happens when using dbstart file. I am logged in as oracle user and all environment variables are set
    Thank you for any help you could provide.

    I have the same problem, but i don't want insert this string
    Connect sys/{password} as sysdbaI have deployed an Oracle 10g with os SunOS
    $ uname -a
    SunOS DB02 5.10 Generic_141444-09 sun4v sparc SUNW,Sun-Blade-T6320
    I can connect with sys/password, but I can't login with
    $ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jan 7 15:19:50 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> connect / as sysdba
    ERROR:
    ORA-01031: insufficient privilegesthe the startup and dbshut don't work.
    Someone maybe help me?
    Thanks,
    Regards.
    Lain

  • ORA-01031: Insufficient privileges error in upgrading from 9.2.0.5 to 10.2

    Hi, I am using DBUA to upgrade oracle 9i database to 10g. In step 1 of 7 when I select 9i datagase to upgrade I get ORA-01031: Insufficient privileges error. However, I can connect to the database from 9i as well as 10g using SQLPlus. Any idea what could be going wrong? Thanks. Manish
    Edited by: user635081 on Jul 22, 2009 10:38 AM

    Check your REMOTE_LOGIN_PASSWORDFILE . If it is set to NONE, then make sure that SQLNET.AUTHENTICATION_SERVICES = (NTS) in your sqlnet.ora file.
    the OS user should be in ORA_DBA group.
    Try connecting as SYS,
    SQL> sqlplus /nolog
    SQL> connect / as sysdba
    HTH
    Anantha

  • SQL Workshop insufficient privileges error :-S

    Hi everyone,
    The problem I have is when I try to compile a procedure, function or whatever I get the ORA-01031: insufficient privileges error.
    I tryed to give the DBA role to the APEX_PUBLIC_USER without success.
    I tryed to grant the "execute" (on an especified procedure or function for testing purposes) privileges to that user and I still getting the error. :-S
    I can compile any object from the SQL Navigator but APEX.
    What am I missing?
    Hope u could help me :)
    Thanks in advance,
    Fury Morales.

    You should not be messing around with the grants made to the APEX product accounts (FLOWS_xxx etc).
    Scott's suggestion is to have your workspace parsing schema be granted the 'create procedure' privilege.
    From sqlworkshop you can the run query below to determine the 'system' privileges granted to the workspace schema
    select privilege from user_sys_privs;
    Varad
    Edited by: varad acharya on Jul 28, 2009 4:32 PM

  • I can't sign into itunes, I get no error message.

    I can't sign into itunes, I get no error message. Anyone have any ideas. I've reinstalled it and nothing seems to work..

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • "insufficient  privilege" ERROR?

    I'm a very newbie to Oracle world.....
    It seems the installer or DBCA not have enough privilege to create Database....
    How to fix this "insufficient privilege" ERROR?

    the below text shows what problem I fight with......
    bash-2.03$ sqlplus "/as sysdba"
    SQL*Plus: Release 9.0.1.0.0 - Production on Thu Mar 23 03:22:20 2006
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Connected to an idle instance.
    SQL> grant sysdba to oracle
    2 ;
    grant sysdba to oracle
    ERROR at line 1:
    ORA-01034: ORACLE not available
    SQL> conn oracle
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Warning: You are no longer connected to ORACLE.
    SQL>

  • Logging into Oracle Apps R12 throws error - unable to authenticate session

    Hi All,
    Working on R12 OS:AIX
    Logging into Oracle Apps R12 throws error - "unable to authenticate session".
    Earlier Guest user was end-dated which has now been removed and autoconfig was run.but still the same issue..(services were bounced too)
    Guest user password is:ORACLE(uppercase) in xml file,dbc file,GUEST profile options..
    could anyone please share such an experience encountered before and suggest resolution...
    Would appreciate an early response!
    Thanks for your time!
    Regards,

    Pl see ML Note 342332.1 on steps needed to troubleshooot login. Although this doc is for 11i, it should also apply to R12
    Srini Chavali

  • "ora-01031 insufficient privilege" error

    We are getting "ora-01031 insufficient privilege" error while registering Apps as target user in production environment.
    We tried to add the user using below method
    · Design Center / Global Explorer / Security / Users -> Right click -> New user
    · Repository assistance.
    · Given the OWB owner as the DBA privilege.
    Please let me know how to investigate further
    Thanks a lot for your help.

    Hi!
    Please check the following query after the user registration. But the question is, are you registering the users with the repository owner?
    select * FROM user_role_privs;
    Regards.
    Sebastian

  • How do I log into the App Store after my friend logged in to his from mine

    How do I log into the App Store after my friend logged in to his from mine?

    Go into settings > iTunes and App store.. your friends email will appear there.. tap and hold until it highlights gray.. then a box will come up  press sign out and then enter your user cardentials where your friends were.

Maybe you are looking for