Bonjour,

Je suis en 8.1.7.4.1 sous NT4 et lorsque que je me connect /as sysdba je ne peut faire de shutdown :

j'ai bien granté le sysdba to sys :

SQL> connect internal@ATAEUZI1.WORLD
Enter password:
Connected.
SQL> grant sysdba to sys;
Grant succeeded.
SQL>

pamtest(oracle)/home/oracle> sqlplus "sys@ATAEUZI1.WORLD AS SYSDBA"
SQL*Plus: Release 8.1.7.0.0 - Production on Wed Oct 13 15:18:24 2004
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Enter password:

Connected to:
Oracle8i Enterprise Edition Release 8.1.7.4.1 - Production
With the Partitioning option
JServer Release 8.1.7.4.1 - Production

SQL> shutdown immediate
ORA-01031: insufficient privileges
SQL>


voici d'autres infos :

SQL> show parameters remote

NAME TYPE VALUE
------------------------------------ ------- ------------------------------
remote_dependencies_mode string TIMESTAMP
remote_login_passwordfile string EXCLUSIVE
remote_os_authent boolean FALSE
remote_os_roles boolean FALSE

SQL> select * from v$pwfile_users;

USERNAME SYSDB SYSOP
------------------------------ ----- -----
INTERNAL TRUE TRUE
SYS TRUE TRUE

si quelqu'un à des idées elles seront les bienvenues

Merci d'avance

@++