Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Command line API

partlycloudyFeb 24 2005 — edited Apr 24 2006
Does HTMLDB have a command-line API to make minor changes?

Lets say I have a application deployed in Production and I want to add a little help text on one of the labels.

It would be great to do a quick

some_api.add_help(p_item_id,p_help_text)

instead of having to go thru the whole deployment procedure

Obviously, this can be extended to not so trivial things as well. Adding validations could be

some_api.add_validation(p_type=>'item or page',p_item_id,p_validation_expression);

and so on

Comments? Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2006
Added on Feb 24 2005
4 comments
1,266 views