A reader, August 06, 2004 - 2:44 pm UTC
Tom,
I think you need to do lower function in the select statement.
Otherwise the readers will feel that you are shouting
Like select lower(GRANTED_ROLE) from dba_role_hierarchy
cheers
August 06, 2004 - 2:47 pm UTC
how useful, THANKS.
don't even try to be funny - it doesn't suit you
graeme king, August 06, 2004 - 3:37 pm UTC
yeah. stop wasting tom's and all our time.
A reader, August 11, 2004 - 11:36 am UTC
That's not useful
August 11, 2004 - 1:43 pm UTC
how useful of you :) thanks much.
if they are on 8.1.6 user_role_hierachy doesn't exist
Gary, August 12, 2004 - 2:32 am UTC
user_role_hierarchy doesn't exist in my 8.1.6 database so that may be troubling the original poster (he says 8.1.6 in the Question header).
Try (as the user) session_privs or (as system)
select * from dba_role_privs
where grantee='DBA'
If this is an inexperienced DBA, another possibility is the poster may just need to do a
set role all and/or
alter user default role all
before they can use the DBA role privs.
PS. I hope, when they wrote SYSTEM/MANAGER, that isn't REALLY the system password.
August 12, 2004 - 8:50 am UTC
user_role_hierarchy is my view, it is above.
SYS...
Connor, August 12, 2004 - 8:56 am UTC
"create that as SYS"
Oh dear...thats breaking some rules
:-)
August 12, 2004 - 9:32 am UTC
never say never, never say always i always say ;)