Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to Handle new users in this senerio...
Forgot something:
Julio Negueruela escribió:
> At then end, you can create public synonyms for every object.
> spool create_public_synonym.sql
> select 'create public synonym '||object_name||' for '||object_name||';'=
> from user_objects
> /
You should include the clause:
where object_type in (<list_of_object_types_to_be_accessed>)
Regards.
-- =
Julio Negueruela
DBA Servicio Informático
Universidad de La Rioja - Spain Telf: 941-299179 Fax: 941- 299180
![]() |
![]() |