PLSQL Dev - Preferences

Svelan

Member
Hi

We would like to set the preferences on the command line during the launch of the PLSQL Dev shortcut.

For example, the parameter for editing db objects should be set as false ie the db should be opened in the read-only mode.

Is it possible by using the command line option?

Thanks in advance for your help.

Best Regards,
Velan
 
No, this is not possible. Your example can perhaps be implemented by using the Authorization feature, if you want to restrict functions based on the database, role or user.
 
Back
Top