View Single Post

   
  #8 (permalink)  
Old 04-08-2008, 11:09 AM
CJM
 
Posts: n/a
Default Re: Noob Oracle Question

Problem solved.

I gave the user SELECT ANY TABLE privileges and the used the following
command:

Select * from IFSAPP.MyTable;


Reply With Quote