473,387 Members | 1,687 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

dbms_alert_info table access from a schema

I have sys to grant the following to a schema:

(login as sys from sqlplus 8.1.6 on linux)

grant select any table to a;
grant execute on dbms_alert to a;
grant create any procedure to a;
when i login as a, i still can NOT do a select on the table
dbms_alert_info ,
it says the table or view does not exist.

what else do i need to grant to the schema so that i can see the table
from schema a ?

Thanks in advance!

Ping
Jul 19 '05 #1
1 5029
"Ping" <pl*@njit.edu> schrieb im Newsbeitrag
news:2d**************************@posting.google.c om...
I have sys to grant the following to a schema:

(login as sys from sqlplus 8.1.6 on linux)

grant select any table to a;
grant execute on dbms_alert to a;
grant create any procedure to a;
when i login as a, i still can NOT do a select on the table
dbms_alert_info ,
it says the table or view does not exist.

what else do i need to grant to the schema so that i can see the table from schema a ?

Thanks in advance!

Ping


Qualify the table name with the schema name.

hth,
Guido
Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Andrew Metcalfe | last post by:
I'm having trouble writing a simple procedure. I'm trying to simply select against a table in a different schema. I first wrote a simple procedure that selected against a table in my schema,...
36
by: toedipper | last post by:
Hello, I am designing a table of vehicle types, nothing special, just a list of unique vehicle types such as truck, lorry, bike, motor bike, plane, tractor etc etc For the table design I am...
21
by: Dan | last post by:
Hi, just ran into my first instance of a backend Access97 database not compacting. I'm getting the "MSACCESS.EXE has generated errors.." message on compact. I've narrowed it down to the largest...
13
by: N. Graves | last post by:
Thanks for taking time to read my questions. I'm looking for a way in Access that I could run a query that would return table schema information. Specifically I need to get the column name,...
1
by: LurfysMa | last post by:
I am working on an electronic flashcard program. Most of the subjects are simple lists of questions and answers. Those seem to be working. Some of the "subjects" have "categories" of questions. ...
3
by: NasirMunir | last post by:
The problem: I have two schemas in an oracle database. One of the schema is the updated one. I want to update the first schema table say table A with the updated table A of schema B. The first table...
1
by: Ping | last post by:
I have sys to grant the following to a schema: (login as sys from sqlplus 8.1.6 on linux) grant select any table to a; grant execute on dbms_alert to a; grant create any procedure to a; ...
1
by: bdj | last post by:
Hello! Can anyone tell me where to read more about best practices about this: Should I put data in a seperate scheme for tables, packages in anoter schema and create a lot of users that have...
3
by: Gladiator | last post by:
Any Suggestions on the below scenario will be helpful to us. # There are 10 tables in a schema “S1” and I have to give select privilege (Only read access) to a user on all the tables in the...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.