Solutions for ORA-01031: insufficient privileges

Source: Internet
Author: User

ORA-01031: insufficient privileges solution ################################### ##########
#
# NAME: troubleshoot connect internal.txt
#
# DESCRIPTION:
# Connect internal
# Connect/as sysdbaPassword problems:
# Refer (METALINK, OracleDOC ),
# Metalink search words (connect internal)
# NOTE:
#
# Modifiy (MM/DD/YY) AUTHOR
#05/03/03 ZORROL
######################################## #####
--------------------
CheckSqlnet. oraFile.
Sqlnet. oraFile Corruption or incorrect format can cause this problem.
Sqlnet. oraThe possible file storage path is
$ TNS_ADMIN/sqlnet. ora
If no$ TNS_ADMINBy default$ ORACLE_HOME/network/admin/sqlnet. ora
Or
$ HOME/sqlnet. ora
(1 ).You can copy a file from another machine.Sqlnet. ora.
---CheckSqlnet. oraFile Content
(2 ).CheckSQLNET. AUTHENTICATION_SERVICES
If notDblink.Check this row and set
SQLNET. AUTHENTICATION_SERVICES = (BEQ, NONE)
(3). SQLNET. CRYPTO_SEED  You can add the above black lines. The modified sqlnet. ora result is as follows:  

  1. # Sqlnet. ora Network Configuration File:/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/sqlnet. ora
  2. # Generated by Oracle configuration tools.
  3. NAMES. DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
  4. ADR_BASE=/Oracle/app/oracle
  5. # HUZIA 2011.08.31
  6. Sqlnet. authentication_services= (BEQ, NONE)
  7. ~
  8. ~
In fact, sqlnet. authentication_services = (BEQ, NONE), this parameter can also have many options, such.

~
~

Ps: Red Hat enterprise linux 5.5 + oracle 11gr2

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.