1
Bugs and Issues / Problems with generate scripts ddl
« on: September 16, 2008, 10:24:46 pm »
Hi guys,
How can I show the alias of a table on the generated scripts DDL in GRANT property?
The option USE ALIAS IF AVAILABLE on Generate Pakage DDL is checked but it doesn´t works.
For example:
*GRANT DELETE, INSERT, SELECT, UPDATE ON [highlight]ALIAS[/highlight] TO GFIN
*GRANT SELECT ON [highlight]ALIAS[/highlight] TO PUBLIC
Thanks
How can I show the alias of a table on the generated scripts DDL in GRANT property?
The option USE ALIAS IF AVAILABLE on Generate Pakage DDL is checked but it doesn´t works.
For example:
*GRANT DELETE, INSERT, SELECT, UPDATE ON [highlight]ALIAS[/highlight] TO GFIN
*GRANT SELECT ON [highlight]ALIAS[/highlight] TO PUBLIC
Thanks