Home » RDBMS Server » Server Administration » initialization parameter
initialization parameter [message #119378] Thu, 12 May 2005 05:16 Go to next message
emadbsb
Messages: 334
Registered: May 2005
Location: egypt
Senior Member

i use oracle 8i
how can i get the initialization parameter "remote_os_authet"
Re: initialization parameter [message #119429 is a reply to message #119378] Thu, 12 May 2005 09:36 Go to previous message
Frank Naude
Messages: 4587
Registered: April 1998
Senior Member
Like this:

SQL> CONNECT / AS SYSDBA
Connected.
SQL> SHOW PARAMETER remote_os_authent

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
remote_os_authent                    boolean     FALSE


Alternatively, select from V$PARAMETER or look in your DB's INIT.ORA or SPFILE.

Best regards.

Frank
Previous Topic: Comparison in Long Field
Next Topic: log_buffer and redo files
Goto Forum:
  


Current Time: Fri Jan 10 04:42:52 CST 2025