DBE_APPLICATION_INFO
APIs
Table 1 provides all APIs supported by the DBE_APPLICATION_INFO package. DBE_APPLICATION_INFO applies to the current session.
Writes client information. The DBE_APPLICATION_INFO.SET_CLIENT_INFO function prototype is as follows:
1 2 3 | DBE_APPLICATION_INFO.SET_CLIENT_INFO( str text )returns void; |
Parameter | Description |
|---|---|
str | Writes client information. |
The DBE_APPLICATION_INFO.READ_CLIENT_INFO function prototype is as follows:
1 2 | DBE_APPLICATION_INFO.READ_CLIENT_INFO( OUT client_info text); |
Parameter | Description |
|---|---|
client_info | Client information |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

