Disable / as sysdba
Hi AllI wanted to disable "/ as sysdba" so that sysdba should enter with password.
I entred following ine in qslnet.ora
SQLNET.AUTHENTICATION_SERVICES= (NTS)
But after adding line I cannot shutdown database with EBS Database shutdown scripts.
sh ...../tech_st/11.1.0/appsutil/scripts/PROD_testapps/addbctl.sh stop immediate
testapps/addlnctl.txt for more information ...
You are running addbctl.sh version 120.1
Shutting down database POD ...
SQL*Plus: Release 11.1.0.7.0 - Production on Thu Feb 21 13:06:39 2013
Copyright (c) 1982, 2008, Oracle. All rights reserved.
ERROR:
ORA-01031: insufficient privileges
addbctl.sh: exiting with status 1
After removing line from sqlnet.ora things working fine But problem stays sys can connect without password
I entred following ine in qslnet.ora
SQLNET.AUTHENTICATION_SERVICES= (NTS)
But after adding line I cannot shutdown database with EBS Database shutdown scripts.
sh ...../tech_st/11.1.0/appsutil/scripts/PROD_testapps/addbctl.sh stop immediate
testapps/addlnctl.txt for more information ...
You are running addbctl.sh version 120.1
Shutting down database POD ...
SQL*Plus: Release 11.1.0.7.0 - Production on Thu Feb 21 13:06:39 2013
Copyright (c) 1982, 2008, Oracle. All rights reserved.
ERROR:
ORA-01031: insufficient privileges
addbctl.sh: exiting with status 1
After removing line from sqlnet.ora things working fine But problem stays sys can connect without password
Tagged:
0