how to set schema in oracle sql developer for oracle e business suite tables
问题 I have tried set schema apps; trying in Oracle e-business suite tables getting below message line 2: SQLPLUS Command Skipped: set schema apps Is it executed? 回答1: As far as I understood the question, it is alter session you're looking for, e.g. alter session set current_schema = apps; (presuming that schema/username really is apps ). 回答2: Adding one idea to Littlefoot's correct answer: To avoid typing this over and over again, you should ask your DBAs to create a logon trigger for that user,