Question

Getting CONN_STR from plsqlap_environment_tab through an API

  • 18 January 2023
  • 2 replies
  • 54 views

Userlevel 6
Badge +14

Hi alle,

I need to use below value in an pl/sql block. Is there an API retuning that value?

select t.value from plsqlap_environment_tab t where t.name = 'CONN_STR';  


2 replies

Userlevel 5
Badge +15

Hi

 

Not exactly for CONN_STR → PLSQLAP_SERVER_API

Userlevel 6
Badge +14

Thanks for the suggestion @knepiosko ,

Already looked there. No luck.

Reply