Tuesday 28 September 2010

Getting the Current Schema Name in Oracle...

SELECT SYS_CONTEXT('USERENV','CURRENT_SCHEMA')
INTO V_OWNER
FROM DUAL;

No comments:

Post a Comment

Azure OpenAI Architecture Patterns & Deployment Patterns

Sharing some useful links that will help customers architect Azure OpenAI solution using the best practices: (1) Azure OpenAI Landing Zone r...