Used to turn on the Oracle Advanced Security encryption and integrity.
Unit
OraNet
Syntax
TSecurityLevel = (slAccepted = 0, slRejected = 1, slRequested = 2, slRequired = 3);
Values
| Value | Meaning |
|
slAccepted |
Select this value to enable the security service if required or requested by the other side. |
|
slRejected |
Select this value if you do not elect to enable the security service, even if required by the other side. |
|
slRequested |
Select this value to enable the security service if the other side permits it. |
|
slRequired |
Select this value to enable the security service or preclude the connection. |