Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL*Plus: How to disable Unix shell?
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
![]() |
![]() |