| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Migrating Userids
As an afterthought... You should filter out SYS and SYSTEM.
Mike Morgan
SELECT 'create user '||USERNAME||' identified by values '''||
PASSWORD||''' default tablespace '||DEFAULT_TABLESPACE||
' temporary tablespace '||TEMPORARY_TABLESPACE||';'
FROM DBA_USERS
![]() |
![]() |