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: Externally Identified User - Serious Weirdness

Re: Externally Identified User - Serious Weirdness

From: Ron Rogers <RROGERS_at_galottery.org>
Date: Mon, 18 Jun 2001 12:36:40 -0700
Message-ID: <F001.0032DCA2.20010618124503@fatcity.com>

David,
 Is FA_IDNT a view that you didn't know about that the package uses? Just a thought.
ROR mª¿ªm

>>> DBarbour_at_austin.isd.tenet.edu 06/18/01 03:16PM >>>

Hope everybody had a good weekend -

Working on HP-UX and Oracle 8.1.7.0.0

I've got a third party app that 's written in COBOL and stores some of the information it needs to generate screens in the database. I am trying to practice restoring this beast, and it turns out I must run a utility to recompile some of the COBOL. All users in this database are identified externally and have OPS$ as the prefix to their username. The table(s) in question are owned by Oracle user BSIDBA. The UNIX user BSIDBA runs the program and the user in v$session shows up as OPS$BSIDBA. I get an ora-00942 on a select count (*) from one of the tables. Generally, this means some type of privilege is missing, but this user owns the table! Just in case, I granted select on the table to OPS$BSIDBA, got a 'grant succeeded', reran the COBOL piece, and got the same error.

Set up tracing, ran it again, ran tkprof against the output, and sure enough:

The following statement encountered a error during parse: select count(*) from FA_IDNT
Error encountered: ORA-00942

I've granted everything I can think of to everyone I can find (this is - or will be - a development instance) and am still getting the error. Metalink hasn't revealed any secrets.

Anybody seen anything like this or have an idea of something else I can try - the vendor has given up, says it's a DB problem.

David A. Barbour
Oracle DBA, OCP
AISD
512-414-1002

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: 
  INET: DBarbour_at_austin.isd.tenet.edu 

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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.com
--
Author: Ron Rogers
  INET: RROGERS_at_galottery.org

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Mon Jun 18 2001 - 14:36:40 CDT

Original text of this message

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