Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Why does this "create view" statement fail?
Hi!
I am experiencing something weird here... I am the user L2930 (with DBA role).
When I issue a select statement to select data from another user's table, it works fine:
SQL> select count(beadat) from dwhdata.b3000t; COUNT(BEADAT)
3
Now I want to put that exact select statement in a view:
SQL> create view testview as select beadat from dwhdata.b3000t with read
only;
create view test as select beadat from dwhdata.b3000t with read only
*ERROR at line 1:
That doesn't make much sense to me... Any ideas?
This is 9.2 on HP-UX 11i.
Thanks,
Helmut
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlReceived on Tue Apr 27 2004 - 07:44:15 CDT
-----------------------------------------------------------------
![]() |
![]() |