How Does the 'alter session set current_schema=' Command Work?
Just wondering
If I log in as ACS01
Then issue the following
alter session set current_schema=ISYNC;
Then when I run the following select statement does it use the privilages assigned to ACS01 or ISYNC to see if it has acess to the table?
select count(1) from acs01.REF_DRG_WTS_DRG_TYPE_UPDT;