cancel
Showing results for 
Search instead for 
Did you mean: 

Direct Oracle Database Access restriction

Former Member
0 Kudos

Hello All,

How do I find out whether direct Oracle database access has been restricted to defined nodes?

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks!

Former Member
0 Kudos

You can try some of these:

1. check if any non-SAP ids are created in the database, in oracle for example in dba_users

2. check if any dummy default ids that come with database are unlocked and being used

3. if you are setup to use external identification such as ops$sidadm in oracle (in places they are), check who can su or sudo to sidadm

4. obviously anyone with password for system and sap ids can login using number of tools; you can investigate options to tighten using SQL*Net listener

Hope this gives some preliminary pointers...