Book a Demo

Author Topic: Problems with generate scripts ddl  (Read 2825 times)

Alinevip

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
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