How to execute a SQL script(.sql) in a different schema in SQLPLUS. I do have all permissions on the schema.开发者_Python百科
try:
ALTER SESSION SET CURRENT_SCHEMA = different_schema
How to execute a SQL script(.sql) in a different schema in SQLPLUS. I do have all permissions on the schema.开发者_Python百科
try:
ALTER SESSION SET CURRENT_SCHEMA = different_schema
精彩评论