Skip to Main Content

Oracle Forms

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!

Can an Oracle Forms 12c JNLP file be directed to a different database?

Scott M.Jun 9 2022

Hello,
I would like to log in to a database other than the default database my weblogic environment is set up to use. I can log in to the second database using the Database: logon option but am wondering if it's possible to embed that into the JNLP file so it does not need to be entered manually?

Comments

Gary Graham-Oracle

Explicit export of user settings is currently only available for the connection information (for databases or SCM repositories like SVN). Of course, when moving between machines the user must decide whether the export processor strips out or encrypts any password information.

If you want to try moving other user settings between machines, I would guess zipping up just the xml files would be a good starting point.  Definitely avoid the system_cache folder.

There are lots of NetBean's related files, as discussed in DevFaqWindowsWstcrefAndFriends - NetBeans Wiki but I assume you can ignore those, too.

Edit:  and perhaps someday SQL Developer will support export like Data Modeler... How to export preferences? Preferences storage?

1 - 1

Post Details

Added on Jun 9 2022
5 comments
194 views