Search This Blog

Tuesday, July 11, 2017

How to Block/Off Edit mood of a Apex application in 5.0/5.1

To block edit mood of a oracle apex application you should follow this steps :
1. Go to   Edit Application Properties
2. Click on Availability
3. Change Build Status as Run Application Only.

Now how to unblock it :

1. Login as  Admin of the user.
2. Application Build St.....
3. Change Build Status as Run and Edit Application .

No comments:

Post a Comment

Check Difference Between Two Database Objects

Step-1. Create Two DBLINK to connect with Two Database then Step-2. define logindb= DBLINKONE define remotedb= DBLINKTWO define schema_name=...