create materialized view ora 01031 insufficient privileges
create materialized view ora 01031 insufficient privileges
Discover create materialized view ora 01031 insufficient privileges, include the articles, news, trends, analysis and practical advice about create materialized view ora 01031 insufficient privileges on alibabacloud.com
If you grant DBA permissions directly when creating A user, you can directly query user A's table in user B. However, when creating A view, no permissions are reported, in this case, you need to authorize user B to access the table in user.
When creating a view on a table today, the user prompts that the ORA-01031 user
Login sys user prompt: ora-01031: insufficient privileges;
Open the user account in the control panel and find that the current login account is not in the ora_dba domain;
Add method: Start-> Program-> Oracle-> ConfigurationAnd migration tools (configuration and porting tools)-> Administration Assistant for Windows
Ora
1:ORA-01994: GRANT failed: password file missing or disabled4. Create a password fileD:/> orapwd file = "D:/oracle/product/10g/db_1/database/PWDoratest. ora" password = gpOswong entries = 105,SQL> select * from v $ pwfile_users;
USERNAME SYSDB SYSOP----------------------------------------SYS TRUESYS is displayed normally.6. log on remotely with SYSDBA and use it
: password file missing or disabled4. Create a password fileD:/> orapwd file = "D:/Oracle/product/10g/db_1/database/pwdoratest. ora" Password = GPOswong entries = 105,SQL> select * from V $ pwfile_users;
Username sysdb sysop----------------------------------------Sys trueSys is displayed normally.6. log on remotely with sysdba and use it properly.
If the password file is created incorrectly, the followin
Enter the User name: SYS/sys as sysdbaError:ORA-01031: insufficient privileges
Enter the User name: System/system as sysoperError:ORA-01031: insufficient privileges
Sys and system users cannot log on, and no permission is di
: Need to check system configurationLog in to Oracle[Java]View PlainCopy
Sqlplus/as SYSDBA
Inquire[SQL]View PlainCopy
Sql> Show parameter password
NAME TYPE VALUE
-----------------------------------------------------------------------------
Remote_login_passwordfile string EXCLUSIVE
Sql>
2: Check which users are[SQL]View
Sqlplus "/As SYSDBA" not connected, ora-01031:insufficient privileges solution
Note When multiple DB instances are set oracle_sid= ',
1, check Sqlnet.ora (under Windows in the%oracle_home%networkadmin directory) contains this sentence: sqlnet.authentication_services= (NTS), no words plus
2. Check whether the user log
Under Linux, it is customary to log in with Sqlplus "/as sysdba".
Today, on other machines, you have encountered an error as follows:
[Oracle@db ~]$ sqlplus "/as sysdba"
Sql*plus:release 11.2.0.3.0 Production on Mon June 24 01:59:24 2013
Copyright (c) 1982, Oracle. All rights reserved.
ERROR:Ora-01031:insufficient Privileges
Enter User-name: ^c[Oracle@db ~]$
Onl
Problem: Some colleagues reported that the newly installed database using conn sys/Oracle @ XXXX as sysdba login not up, prompt ORA-01031: insufficient privileges, and the user name and password are completely correct, log on normally without the @ xxx connector Conn/As sysdba.
Process: first, identify that the curren
Since I used Windows 7, I have never been better off, and the network has been disconnected by the standby mode.
Some colleagues installed oracle11g, sqlplus/As sysdba, error: ora-01031: insufficient privileges
Sqlnet. ora also sets system authentication, sqlnet. authentic
1: Enter slqplus sytem/password as sysdba In the Ubuntu terminal to report the following error:
ORA-01031: insufficient privileges, found on google
ORA-01031: insufficient privilegesA
Author:skateTime:2009/06/24
Sqlplus "/As SYSDBA" not even on, reported ora-01031:insufficient privileges solution
Note that when multiple database instances, set oracle_sid= ',
1, check whether the Sqlnet.ora (Windows located in the%oracle_home%networkadmin directory) contains this sentence: sqlnet.authentication_ser
1. Oracle is not in the DBA group.
[Root @ localhost ~] # Gpasswd-D Oracle DBARemoving user oracle from group DBA[Root @ localhost ~] # Su-Oracle-Bash:/etc/profile: Line 61: syntax error: unexpected end of File[Oracle @ localhost ~] $ Sqlplus/As sysdba SQL * Plus: Release 10.2.0.1.0-production on ç ú?å 8 â 9 23:57:19 2013 Copyright (c) 1982,200 5, Oracle. All rights reserved. Error:ORA-01031: insufficient
Yesterday has been doing Oracle's startup parameter settings, forgot to set it back. In the morning a landing on the error ora-01031:insufficient privileges
Just reset it back.
As follows:
Sql> Conn Scott/tiger;
Error:ora-01033:oracle initialization or shutdown in progress process id:0 session id:154 serial number: 7
Tags: insufficient privilegesFile $ Oracle_HOME/network/admin/sqlnet. oraDoes this involve oracle OS authentication or password file authentication?The AUTHENTICATION_SERVICES parameter in $ ORACLE_HOME/network/admin/sqlnet. ora is as follows:1. In windows, SQLNET. AUTHENTICATION_SERVICES must be set to ETS to use OS authentication. If it is not set or set to any other value, OS authentication cannot be use
ORA-01031: insufficient privileges; meaning insufficient permissions; solution:
Log on to sqlplus sys/system as sysdba as a sys administrator;
Check System Parameters
Show parameter password;
Display result
Name type value-------------------------------------------
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.