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

From: Thor HW <thor_at_echidna.net>
Date: 1997/04/08
Message-ID: <01bc445e$c46b6b40$c570248e_at_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 CEST

Original text of this message