Database Administration (MOSC)

MOSC Banner

How Does the 'alter session set current_schema=' Command Work?

edited Jun 4, 2014 11:20AM in Database Administration (MOSC) 3 commentsAnswered ✓

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;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center