Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: 'internal' role and 9i

RE: 'internal' role and 9i

From: Barry Deevey <barry.deevey_at_enmo.co.uk>
Date: Tue, 18 Nov 2003 07:19:26 -0800
Message-ID: <F001.005D70DB.20031118071926@fatcity.com>


This would explain why it worked when I tried it on oracle 8 then.

The developers that originally created the application left quite a while ago, so I don't think I'll be able to ask them why they did it this way. But basically you're saying that it shouldn't have been done like this and now it needs to be changed.

Not the answer I was hoping for, but at least now I know!!

Thanks for your help all.

-----Original Message-----
Mercadante, Thomas F
Sent: 18 November 2003 14:54
To: Multiple recipients of list ORACLE-L

Yong,

It seems to me that you are missing the point here. The real point is that you should not have granted "select on some table to internal" - ever. And a new release caught you on this mistake. And now, you have to fix it. It is not an Oracle problem, but a mis-use of an Oracle "internal" user.

What you did implies that you are running sql statements while connected as internal. Why in the world you would take this chance is beyond me - strictly a no-no.

Tom Mercadante
Oracle Certified Professional

-----Original Message-----
Sent: Tuesday, November 18, 2003 8:59 AM To: Multiple recipients of list ORACLE-L

Tim,

I checked v$reserved_words. At least in 9.2.0.1, INTERNAL is not in there. Oracle should address this issue.

When I trace the SQL GRANT SELECT ON SOMETABLE TO INTERNAL, it stops in parsing.

Nonetheless, it's confusing to say the least to create a role called internal.

Yong Huang


Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Yong Huang
  INET: yong321_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Mercadante, Thomas F
  INET: NDATFM_at_labor.state.ny.us

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Barry Deevey
  INET: barry.deevey_at_enmo.co.uk

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Nov 18 2003 - 09:19:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US