Skip to main content
Question

Getting CONN_STR from plsqlap_environment_tab through an API

  • January 18, 2023
  • 2 replies
  • 86 views

Forum|alt.badge.img+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

Forum|alt.badge.img+17
  • Superhero (Partner)
  • 514 replies
  • January 18, 2023

Hi

 

Not exactly for CONN_STR → PLSQLAP_SERVER_API


Forum|alt.badge.img+14
  • Author
  • Hero (Partner)
  • 241 replies
  • January 18, 2023

Thanks for the suggestion @knepiosko ,

Already looked there. No luck.