I am trying to create a simple view, it seems oracle will not allow me to do this because I have insufficient privileges. I keep reading and using google and still to no avail cannot get it to work.....So I am here again...Thanks in advance.
CREATE VIEW SupplierTotal AS
SELECT companyname, phone
FROM supplier;
Tried this, does not work...
grant select on supplier to "me";
Any help would be great!
Thanks again!