REM REM DBAToolZ NOTE: REM This script was obtained from DBAToolZ.com REM It's configured to work with SQL Directory (SQLDIR). REM SQLDIR is a utility that allows easy organization and REM execution of SQL*Plus scripts using user-friendly menu. REM Visit DBAToolZ.com for more details and free SQL scripts. REM REM REM File: REM c_user_dba.sql REM REM USER MAINT REM REM Author: REM Vitaliy Mogilevskiy (vit100gain@earthlink.net) REM REM Purpose: REM REM Reports SYSDBA and SYSOPER users REM NOTE: when you grant SYSDBA of SYSOPER to a user REM ORACLE will update the password file REM ------------------------------------------ REM ORAPWD - creates password file REM REM REM Usage: REM c_user_dba.sql REM REM Example: REM c_user_dba.sql REM REM REM History: REM 08-01-1998 VMOGILEV Created REM REM select * from V$PWFILE_USERS;