Thread
:
Noob Oracle Question
View Single Post
#
8
(
permalink
)
04-08-2008, 11:09 AM
CJM
Posts: n/a
Re: Noob Oracle Question
Problem solved.
I gave the user SELECT ANY TABLE privileges and the used the following
command:
Select * from IFSAPP.MyTable;
CJM