If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > IMPLICIT SCHEMA setting

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-27-05, 06:40
plank64 plank64 is offline
Registered User
 
Join Date: Sep 2005
Posts: 2
Question IMPLICIT SCHEMA setting

I'm a newbie with DB2,I would like to check if the implicit schema privilege is set for public.
Did anyone kwon how to do it?
Tks
Reply With Quote
  #2 (permalink)  
Old 09-27-05, 07:19
nagbuchi nagbuchi is offline
Registered User
 
Join Date: Feb 2005
Location: Bangalore,India
Posts: 39
By default PUBLIC has IMPLICIT_SCHEMA on the database.

You can check by querying on SYSCAT.DBAUTH catalog table.

select IMPLSCHEMAAUTH from syscat.dbauth where grantee='PUBLIC'
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On