Book a Demo

Author Topic: Problem with generate script DDL  (Read 3146 times)

Alinevip

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Problem with generate script DDL
« on: September 13, 2008, 01:14:27 am »
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