Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I use Oracles OS-Authentication (users identified externally)?

externally Oracle Users
0
Posted

How do I use Oracles OS-Authentication (users identified externally)?

0

To set up Oracle to authenticate a user against the OS, first create a user in linux/unix, then log into oracle as the sys user and create a corresponding user as follows. In this example, we’ll assume that you created an OS-level user named mused: CREATE USER ops$mused IDENTIFIED EXTERNALLY GRANT CONNECT TO ops$mused Now you can log in as mused and connect to the database using sqlplus / and you will not be prompted for a username and password. In the sqlrelay.conf file, set the runasuser attribute of the instance tag to the user that you want to connect as and leave out the user, password and oracle_sid parameters of the string attribute of the connection tag. For example, here’s a normal (non-OS-authentication) configuration which connects to the ora1 instance of oracle using testuser/testpassword: Here’s one that uses

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123