Skip to Main Content

Database Software

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!

SSL authentication for multiple database user.

danutz_68Jul 2 2019 — edited Jul 3 2019

Hi to everyone.

I've followed the Doc ID 2099733.1 and configured the SSL authentication for one pdb user. My question is, how to connect to other user using the same method in the same database. I have configured another certificate for other user but I don't know how to connect to him. I use the following connection string to connect to first user: /@pdb . What string should I use for the second user?

This post has been answered by Gaurav Kamal - Oracle-Oracle on Jul 3 2019
Jump to Answer

Comments

807569
The file is just a Java properties file, which you can load and save using the java.util.Properties class.

If you want to change the logging level on the fly (while the program is running), you can do that too with Log4J - look at the API documentation of Log4J, I'm sure it's described in there.
807569
I know it is a Java properties file but I have to change the value at more than one places simultaneously and there are two values seperated by a comma(,), out of which only one I need to change. I would like to know that what is most efficient way of changing it.

The other thing is I know that we can change the log level using log4j on the fly, but that we have to do it programatically not manually based on the input seletedt by the user.
1 - 2

Post Details

Added on Jul 2 2019
1 comment
289 views