Quantcast
Viewing latest article 17
Browse Latest Browse All 16821

Forum Post: Slow start up query on sys.ALL_USERS

when opening a new connection the following qry is executed and very slow. Is there a way on my side or toad side to make this faster? -- Session: FX_MARC_B@DEV11G -- Timestamp: 16:47:13.792 Select username from sys.ALL_USERS a where exists (select owner from sys.ALL_OBJECTS where owner = a.username and object_type <> 'SYNONYM' and not ((object_type = 'TABLE') and (temporary= 'Y')) and not ((object_type = 'INDEX') and (temporary= 'Y'))) order by username; ---------------------------------- -- Session: FX_MARC_B@DEV11G -- Timestamp: 16:47:29.327

Viewing latest article 17
Browse Latest Browse All 16821

Trending Articles