Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: GRANT CONNECT
Hi
Connect to sqlplus as system and type the following:
SQL> spool grant.sql
SQL> select 'grant connect to '||username||';' from dba_users
where username not in ('SYS','SYSTEM'); SQL> spool of
SQL> @grant.sql
Hope it helps
Alistair
"Manu" <leclerce_at_netcourrier.com> wrote in message
news:a3dm9m$d6r$1_at_reader1.imaginet.fr...
> I would like to know how to grant connect to all the users of a database.
>
Received on Fri Feb 01 2002 - 04:49:21 CST
![]() |
![]() |