Login as sysdba [message #224968] |
Fri, 16 March 2007 03:28  |
sellafrica
Messages: 68 Registered: July 2005 Location: Braynston
|
Member |
|
|
Good Morning.
Is it possible to make sure that one cannot log in like this without a password? If so how.
Thank you in advance
oracle@linux2:~> sqlplus "/as sysdba"
SQL*Plus: Release 9.2.0.1.0 - Production on Thu Mar 15 10:40:51 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Release 9.2.0.1.0 - Production
JServer Release 9.2.0.1.0 - Production
SQL>
|
|
|
|
|
|
|
|
|
Re: Login as sysdba [message #227037 is a reply to message #226803] |
Tue, 27 March 2007 03:29   |
sellafrica
Messages: 68 Registered: July 2005 Location: Braynston
|
Member |
|
|
Hi.
Is it any different on 10g because the default is NONE for sqlnet.authentication_services
sqlnet.authentication_services
#
# Syntax: A single value or a list from {beq, none, all, kerberos5,
# cybersafe, radius}
# Default: NONE
#
# Enables one or more authentication services. If
# Oracle Advanced Security has been installed with Kerberos5
# support, using (beq, kerberos5) would enable authentication via
# Kerberos.
|
|
|
|
|
|
|
|
|
|