Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> ** MV questions
Hi,
NUMBER
A decimal number with up to 38 significant digits.
When I specify DECIMAL in the create table and then look at describe table I see it creates it as NUMBER. On 9i. So is it synonymous or is there something DECIMAL can do that NUMBER cannot or vice versa.
5) I have schema schemaA which has a table tableA, tableB. Another schema schemaB has a view viewA selecting from these tables. There is user userC who needs to select from view viewA. I gave grant on schemaA tables to schemaB with "grant option". Then select on viewA was granted to userC. Did not work. : error :
ORA-01031: insufficient privileges
Then after long struggle I gave select any table select any dictionary to userD. It works with just those two privs. Howver if I grant select on viewA to userC it does not work. STrange.
Please help on any of the above items. Sorry about too many Q. Thanks for help.
Thanks
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Oct 25 2007 - 08:54:00 CDT
![]() |
![]() |