j essaie de faire tourner cette requete
------------------------------------------------------------------------
create view vrcDTSMapCountry as
select
x.*
from
TRSCOUNTRY x
go
grant select on vrcDTSMapCountry to public
go; commit;
--------------------------------------------------------------------------------mais j ai l erreur suivante
Error starting at line 1 in command:
create view vrcDTSMapCodebis as
select
x.*
from
sysDTS_MAP_CODE x
go
grant select on vrcDTSMapCodebis to public
go; commit
Error at Command Line:5 Column:18
Error report:
SQL Error: ORA-00933: SQL command not properly ended
00933. 00000 - "SQL command not properly ended"
*Cause:
*Action:
--------------------------------------------------------------------------------
Je debute sur les sql et la je seche
Quelqu'un aurait il un idee?