dbTalk Databases Forums  

select_catalog_role does not let me see data dictionary . why?

comp.databases.oracle.server comp.databases.oracle.server


Discuss select_catalog_role does not let me see data dictionary . why? in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
zigzagdna
 
Posts: n/a

Default select_catalog_role does not let me see data dictionary . why? - 06-22-2010 , 02:19 PM






Subject: select_catalog_role does not let me see data dictionary

II am on Oracle 10.2 on HP UNIX 11i. My id has been assigned
select_catalog_role, yet I ger error when doing
Select * from dba_users
Select * from dba_tablespaces

I can access some v$ views but not all; e.g., I could not access v
$session. Is there some other privilege required in addition to
select_catalog_role to see data dictionary.

Thanks.

Reply With Quote
  #2  
Old   
joel garry
 
Posts: n/a

Default Re: select_catalog_role does not let me see data dictionary . why? - 06-22-2010 , 03:18 PM






On Jun 22, 12:19*pm, zigzagdna <zigzag... (AT) yahoo (DOT) com> wrote:
Quote:
Subject: select_catalog_role does not let me see data dictionary

II am on Oracle 10.2 on HP UNIX 11i. My id has been assigned
select_catalog_role, yet I ger error when doing
Select * from dba_users
Select * from dba_tablespaces

I can access some v$ views but not all; e.g., I could not access v
$session. Is there some other privilege required in addition to
select_catalog_role to see data dictionary.

Thanks.
try:
set role none;
set role all;
set role all excecpt select_catalog_role

and see if each of those make a difference. You can have a role
without it being enabled. Check login triggers and glogin.sql too.

jg
--
@home.com is bogus.
"They could just re-encode it.”
http://www.signonsandiego.com/news/2...rfeiting-ring/

Reply With Quote
  #3  
Old   
zigzagdna
 
Posts: n/a

Default Re: select_catalog_role does not let me see data dictionary . why? - 06-22-2010 , 03:37 PM



On Jun 22, 4:18*pm, joel garry <joel-ga... (AT) home (DOT) com> wrote:
Quote:
On Jun 22, 12:19*pm, zigzagdna <zigzag... (AT) yahoo (DOT) com> wrote:

Subject: select_catalog_role does not let me see data dictionary

II am on Oracle 10.2 on HP UNIX 11i. My id has been assigned
select_catalog_role, yet I ger error when doing
Select * from dba_users
Select * from dba_tablespaces

I can access some v$ views but not all; e.g., I could not access v
$session. Is there some other privilege required in addition to
select_catalog_role to see data dictionary.

Thanks.

try:
set role none;
set role all;
set role all excecpt select_catalog_role

and see if each of those make a difference. *You can have a role
without it being enabled. *Check login triggers and glogin.sql too.

jg
--
@home.com is bogus.
"They could just re-encode it.”http://www.signonsandiego.com/news/2...ies-break-wide...
Joel:

Thanks so much, by setting
set role all

I was able to view all of data dictionary.

I never had to do this in the past on other databases. I am learning
something new.


Prem

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.