Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL*Plus: How to disable Unix shell?

Re: SQL*Plus: How to disable Unix shell?

From: Thor HW <thor_at_echidna.net>
Date: 1997/04/08
Message-ID: <01bc445e$c46b6b40$c570248e@thor_hw>#1/1

An easier way would be to use the PRODUCT_USER_PROFILE table. Using this table (described in SQL*Plus help etc.) allows you to disable any command for a SQL*Plus session.

Columns:

PRODUCT	USERID	ATTRIBUTE	CHAR_VALUE
'SQL*Plus'	'%'		'HOST'		'DISABLED'

The percent means all users ... you can do this for specific users, or enable for specific users.

Thor HW Received on Tue Apr 08 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US