Recent content by radik

  1. R

    Enhacement Request:Privileges page for procedures, functions, etc

    Hello again. In code editor (I have in view procedure, function, package, views editors etc.) It would be so nice to have special page for edit privileges in the same way as for tables. Thanks.
  2. R

    Export User Objects: problem with partitioned IOT table

    Hello, When I try to create DDL script for partitioned IOT table, I have something like this: -------------------------- create table SAL_LSOUT ( PERIOD_YEAR NUMBER(4) not null, PERIOD_MONTH NUMBER(2) not null, EMP_ID NUMBER(9) not null, LIC_SUMMA NUMBER(38,2) not null...
  3. R

    Privileges page in program window

    Hello, Marco Yes. I see it. But... I want to use standard button on toolbar :-). Plus, if object changed, pop message with proposition to save it source. In general, idea is to have source file for each object in database. And, optionally include privileges grants in source. Like it done in...
  4. R

    Privileges page in program window

    Hi, Why not to have Privileges tab page in Program Window? It will be useful for managing execute grants. Furthermore, the same feature required in View Editor. And next, why Save View dialog not fill automatically file name as .vw, for example? The same way as procedures, triggers etc. And...
Back
Top