S_IN_REMOTE_CONNECTION_S (ver 15.6.4)
This table is a standalone table used to house the credentials and connection information required to establish a connection to a remote server.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 15.6.4 | Number(11,0) | System generated Primary Key. |
Application_ID | 15.6.4 | VarChar2(50) | Application ID used to connect to the remote server. |
Application_Name | 15.6.4 | VarChar2(50) | Application Name used to connect to the remote server. |
Connection_Name | 15.6.4 | VarChar2(50) | Name to identify the remote server. |
Private_Key | 15.6.4 | VarChar2(200) | Private Key used to connect to the remote server. |
Protocol | 15.6.4 | VarChar2(50) | Protocol used to connect to the remote server. |
Public_Key | 15.6.4 | VarChar2(200) | Public Key used to connect to the remote server. |
Signature_Method | 15.6.4 | VarChar2(50) | Signature Method used to connect to the remote server. |
URI | 15.6.4 | VarChar2(500) | URI (URL) used to connect to the remote server. |