I have a problem with queries. Actually our DB schema for development and UAT are different.
For eg. we use following query in our Development environment.
"Select * from DWSTG.CUST_PRDCT where GRP_MBR_ID= ? ;
but for UAT we need to change the schema to TMSTG.CUST_PRDCT from DWSTG.CUST_PRDCT
Could you please suggest if this schema is configurable somewhere in database setting or something. So that I don't need to change the code to incorporate different schema name (TMSTG) before deploying it on UAT.
For eg. we use following query in our Development environment.
"Select * from DWSTG.CUST_PRDCT where GRP_MBR_ID= ? ;
but for UAT we need to change the schema to TMSTG.CUST_PRDCT from DWSTG.CUST_PRDCT
Could you please suggest if this schema is configurable somewhere in database setting or something. So that I don't need to change the code to incorporate different schema name (TMSTG) before deploying it on UAT.